@import "https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css";

:root {
  --gray: #55595c;
  --gray-light: #818a91;
  --gray-lighter: #eceeef;
  --gray-lightest: #f7f7f9;

  --meta-text-color: #6b7280;
  --grid-gutter-width: 1rem;

  --padding-base-horizontal: 12px;
  --font-size-small: calc(16px * 0.875);
  --font-size-h1: calc(16px * 3);
  --font-size-h2: calc(16px * 1.6);
  --font-size-h3: calc(16px * 1.3);
  --font-size-h4: calc(16px * 1.1);
  --font-size-h5: calc(16px * .75);
  --font-size-h6: calc(16px * .5);
  --line-height-computed: 16px * 1.5;
  --border-width: 2px;
  --strong-font-weight: 600;
  --input-border-color: #dee1e3;
  --input-focus-border-color: #9ed5e7;

  --lt-spacer: 1rem;
}
/* Reset the box-sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus {
    outline-offset: 5px;
    transition: outline-offset 0.25s ease;
  }
}

html,
body {
  height: 100%;
}
/* Body reset */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden;
  font-family: "MaisonNeue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* Links */
a {
  color: #005BE2;
  text-decoration: none;
  transition: all 0.3s ease !important;
}

a:hover,
a:focus {
  /* color: #003c96; */
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  border-top: 1px solid #eceeef;
}

audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
  max-width: 100%;
}
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "MaisonNeue", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin: 0 0 calc(var(--line-height-computed) * 0.3);
}

h1,
.h1 {
  font-size: var(--font-size-h1);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

b,
strong {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
}
/* Description Lists */
dl {
  margin-top: 0;
  margin-bottom: calc(var(--line-height-computed));
}

dt,
dd {
  margin-bottom: calc(var(--line-height-computed) / 2);
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}
@media (min-width: 576px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: var(--grid-gutter-width);
    clear: both;
  }
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}
/* Blockquotes */
blockquote {
  padding: calc(var(--line-height-computed) / 2)
    calc(var(--line-height-computed));
  margin: 0 0 calc(var(--line-height-computed));
  font-family: $font_family_base;
  font-style: italic;
  background-color: var(--gray-lightest);
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

[dir="ltr"] blockquote {
  border-left: 5px solid var(--gray-lighter);
}

[dir="ltr"] blockquote.is-colored {
  border-left: 5px solid #000;
}

[dir="rtl"] blockquote {
  border-right: 5px solid var(--gray-lighter);
}

[dir="rtl"] blockquote.is-colored {
  border-right: 5px solid #000;
}
/* Code */
code {
  padding: 20px !important;
  white-space: pre-wrap;
  border-radius: 0 !important;
}
/*  Addresses */
address {
  margin-bottom: calc(var(--line-height-computed));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.is-hidden,
.hidden,
[hidden],
[x-cloak],
.powered-by-zendesk {
  display: none !important;
}

.visibility-hidden,
.recent-activity-accessibility-label,
.pagination-first-text,
.pagination-last-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.resources-title {
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;

  color: #000000;
  /* identical to box height, or 100% */

  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .resources-title {
    font-size: 36px;
  }
}

.hide-on-mob {
  align-items: center;
  display: flex;
  min-width: 120px;
}
@media (max-width: 1200px) {
  .hide-on-mob {
    display: none !important;
    min-width: none;
  }
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #00b4ff;
}

::selection {
  color: #000;
  background: #00b4ff;
}

[dir="ltr"] .lt-topbar__link-sign {
  margin-left: 20px;
}

[dir="rtl"] .lt-topbar__link-sign {
  margin-right: 20px; 
}
/* Layout */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/
fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(var(--line-height-computed));
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-weight: var(--strong-font-weight);
}
/* 
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies. 
*/
/*  Override content-box in Normalize (* isn't specific enough) */
input[type="search"] {
  box-sizing: border-box;
}
/*  Position radios and checkboxes better */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/*  Set the height of file controls to match text inputs */
input[type="file"] {
  display: block;
}
/*  Make range inputs behave like textual form controls */
input[type="range"] {
  display: block;
  width: 100%;
}
/*  Make multiple select elements height not fixed */
select[multiple],
select[size] {
  height: auto;
}
/*  Focus for file, radio, and checkbox */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*  Adjust output element */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}
/* 
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:
 
*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #c7c7c7;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*  Customize the `:focus` state to imitate native WebKit styles. */
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: #005be2;
  outline: 0;
}
/*  Placeholder */
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.nesty-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

select::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
.nesty-input::placeholder {
  color: #999;
  opacity: 1;
}
/* select {
  height: calc(
    var(--line-height-computed) + var(--padding-base-horizontal) + 2px
  );
} */
select {
  width: 100%;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[dir="ltr"] select {
  padding-right: 36px;
  background-position: right 12px center;
}

[dir="rtl"] select {
  padding-left: 36px;
  background-position: left 12px center;
}

select::-ms-expand {
  display: none;
}
/*  Reset height for `textarea`s */
textarea {
  height: auto;
  height: calc(
    (var(--line-height-computed) + var(--padding-base-horizontal) + 2px) * 3
  );
  resize: vertical;
}

#hc-wysiwyg {
  border-color: #c7c7c7;
  border-width: 1px;
  border-radius: 0px;
}
/*  Search inputs in iOS */
/* 
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */
input[type="search"] {
  -webkit-appearance: none;
  font-weight: 500;
}
/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: calc(16px * 1.5 * 2.5);
  }
}
/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */
.form-field {
  margin-bottom: calc(var(--line-height-computed));
}

.form-field .optional {
  color: #333;
}

[dir="ltr"] .form-field .optional {
  margin-left: 4px;
}

[dir="rtl"] .form-field .optional {
  margin-right: 4px;
}

.form-field.boolean {
  position: relative;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
}

.form-field.boolean label {
  min-height: calc(var(--line-height-computed));
  /* Ensure the input doesn't jump when there is no text */
  margin-bottom: 0;
  cursor: pointer;
}

[dir="ltr"] .form-field.boolean {
  padding-left: 20px;
}

[dir="ltr"] .form-field.boolean input[type="checkbox"] {
  left: 0;
}

[dir="rtl"] .form-field.boolean {
  padding-right: 20px;
}

[dir="rtl"] .form-field.boolean input[type="checkbox"] {
  right: 0;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */
.form-field p,
.help-block {
  display: block; /* account for any element using help-block */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #404040; /* lighten the text some for contrast */
}

ul[data-hc-pills-container],
ul[data-hc-pills-container][data-hc-focus="true"] {
  border-width: var(--border-width);
}

ul[data-hc-pills-container] {
  margin: 0 0 calc(var(--border-width) * -1);
  border-color: var(--input-border-color);
  border-radius: 0;
}

ul[data-hc-pills-container][data-hc-focus="true"] {
  position: relative;
  z-index: 2;
  border-color: #005be2;
}

.lt-comment-form__ccs ul[data-hc-pills-container] {
  border-radius: 0 0 0 0;
}

.lt-container {
  padding-right: 24px;
  padding-left: 24px;
}

.lt-container-inner {
  max-width: 1260px;
  margin: 0 auto;
}

.lt-layout {
  display: -ms-grid;
  display: grid;
  min-height: 100%;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.lt-layout.article {
  min-height: auto;
}

.lt-layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.lt-topbar {
  color: #dff0f5;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .lt-topbar {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  }
}

.lt-topbar__logo {
  display: block;
  height: 35px;
}
@media (max-width: 1200px) {
  .lt-topbar__logo {
    height: 30px;
  }
}

.lt-topbar__links {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  border-bottom: 2px solid transparent !important;
  transition: all 0.3s ease;
}

.lt-topbar__links:hover {
  color: #666;
  cursor: pointer; /* show hand cursor */
}

@media (max-width: 1200px) {
  .lt-topbar__links {
    width: 100%;
  }
}

[dir="ltr"] .lt-topbar__links {
  margin-right: 15px;
}

[dir="rtl"] .lt-topbar__links {
  margin-left: 15px;
}


.lt-topbar__link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  border-bottom: 2px solid transparent !important;
  transition: all 0.3s ease;
  /* 
  @media (max-width: 1200px) {
    width: 100%;
  } */
}

[dir="ltr"] .lt-topbar__link {
  /* padding-bottom: 5px; */
  margin-right: 15px;
}

[dir="rtl"] .lt-topbar__link {
  margin-left: 15px;
}

.lt-topbar__link:hover,
.lt-topbar__link:focus,
.lt-topbar__link:active {
  color: #000;
}
@media (max-width: 1200px) {
  .lt-topbar__link,
  .lt-topbar__links {
    display: inline-block;
    font-size: 18px;
    /* padding: 12px 0; */
    font-weight: 600;
    line-height: 48px;
    color: #666;
  }

  .lt-topbar__links:first-child {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999 !important;
  }

  .lt-topbar__links:last-child {
    border-bottom: 1px solid #999999 !important;
  }

  .show-mob {
    border-bottom: 1px solid #999999 !important;
  }

  .show-mob__btn {
    position: relative;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }

  .show-mob__btn:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 15px;
    content: "";
    background-color: #999;
    transition: all 0.3s ease;
  }

  .show-mob__btn:after {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    content: "";
    background-color: #999;
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }

  [dir="ltr"] .show-mob__btn:before {
    right: 7px;
  }

  [dir="ltr"] .show-mob__btn:after {
    right: 0;
  }

  [dir="rtl"] .show-mob__btn:before {
    left: 7px;
  }

  [dir="rtl"] .show-mob__btn:after {
    left: 0;
  }

  .is-active.show-mob__btn:before {
    top: 50%;
  }

  [dir="ltr"] .is-active.show-mob__btn:before {
    transform: translateY(-50%) rotate(90deg);
  }

  [dir="rtl"] .is-active.show-mob__btn:before {
    transform: translateY(-50%) rotate(-90deg);
  }

  .header-search-mob > div {
    width: 100%;
  }

  /* .lt-topbar__link:hover,
  .lt-topbar__link:focus,
  .lt-topbar__link:active {
    color: #005BE2;
  } */

  .show-mob__header {
    display: flex;
    justify-content: space-between;
  }

  .lt-topbar__controls {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2010;
    width: 80%;
    max-width: 280px;
    padding: 24px;
    overflow-y: scroll;
    color: #000;
    background-color: #fff;
    transition: transform 600ms ease;
  }

  [dir="ltr"] .lt-topbar__controls {
    left: 0;
    transform: translateX(-100%);
  }

  [dir="rtl"] .lt-topbar__controls {
    right: 0;
    transform: translateX(100%);
  }

  .lt-topbar__controls > * + * {
    width: 100%;
    margin-top: 24px;
  }

  .lt-topbar__controls.is-active {
    transform: translateX(0);
  }

  [dir="ltr"] .lt-topbar__controls.is-active {
    left: 0;
    box-shadow: 5px 0 40px rgb(0 0 0 / 45%);
  }

  [dir="rtl"] .lt-topbar__controls.is-active {
    right: 0;
    box-shadow: -5px 0 40px rgb(0 0 0 / 45%);
  }

  .lt-topbar-open {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .lt-topbar__controls > * + * {
    margin-left: 24px;
  }

  [dir="rtl"] .lt-topbar__controls > * + * {
    margin-right: 24px;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  /* background-color: #f1f1f1; */
}
/* The progress container (grey background) */
.progress-container {
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
/* The progress bar (scroll indicator) */
.progress-bar {
  width: 0%;
  height: 4px;
  background: #005be2;
}

.topbar-menu .lt-dropdown-toggle:after {
  display: none !important;
}
@media (max-width: 1200px) {
  .topbar-menu .lt-dropdown-menu [role="menuitem"] {
    /* padding: 7px 40px 7px 0; */
    line-height: 42px;
  }
}

.lt-topbar__link-a {
  font-size: 14px;
  color: #666;
}

.lt-topbar__link-a:hover {
  color: #005be2;
}

.lt-topbar__link-a:active {
  font-weight: 600;
  color: #000;
}

.lt-topbar__link-a-mob {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #2e2e2e;
  /* identical to box height, or 143% */

  letter-spacing: -0.01em;
}

.language-selector {
  position: relative;
  font-weight: 600;
}

[dir="ltr"] .language-selector {
  padding-right: 24px;
}

[dir="rtl"] .language-selector {
  padding-left: 24px;
}
/* .language-selector::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(180deg);
  width: 18px;
  height: 18px;
  background-image: url(/hc/theming_assets/01HZM2FNHVV19QKA4GV2KMC24Z);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */
@media (max-width: 991px) {
  .lt-breadcrumbs-wrapper--search {
    display: none;
  }
}

.lt-footer {
  /* padding-top: 96px;
  padding-bottom: 96px;
  font-size: calc(16px - 2px);
  line-height: 1.1;
  background-color: #f2f2f2; */

   padding-top: 96px;
   padding-bottom: 50px;
   font-size: calc(16px - 2px);
   line-height: 1.1;
   background:
radial-gradient(63.33% 110.01% at 79.34% 111.1%, #1B2736 0%, #000000 100%);
}


@media (min-width: 992px) {
  .lt-footer {
    position: relative;
    z-index: 1000;
  }
}
@media (max-width: 991px) {
  .lt-footer {
    background-color: #000;
    padding-top: 48px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}

.lt-footer__first-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding-top: 20px;
}

.lt-footer__wrapper {
  display: flex;
}

[dir="ltr"] .lt-footer__wrapper {
  margin-left: auto;
}

[dir="rtl"] .lt-footer__wrapper {
  margin-right: auto;
}

.footer__logo {
  width: 180px;
}

.copyright {
    background: transparent !important;
    color: #ccc;
    text-align: center;
}


.lt-footer__copyright p:last-of-type {
  margin-bottom: 0;
}

.lt-footer__social-link {
  padding: calc(16px / 2);
  font-size: 16px !important;
  color: #fff;
  vertical-align: middle;
}

.lt-footer__social-link:hover,
.lt-footer__social-link:focus,
.lt-footer__social-link:active {
  color: #005BE2;
}

[dir="ltr"] .lt-footer__social-link + [dir="ltr"] .lt-footer__social-link {
  margin-left: 5px;
}

[dir="rtl"] .lt-footer__social-link + [dir="rtl"] .lt-footer__social-link {
  margin-right: 5px;
}

.lt-footer__info {
   padding:0;
   margin:0;
   list-style:none;
   color: #ccc;
   font-weight: 400;
}


[dir="ltr"] .lt-footer__info {
  margin-right: 115px;
}

[dir="rtl"] .lt-footer__info {
  margin-left: 115px;
}

.lt-footer__info-link {
  font-size: 16px;
  line-height: 20px;
  color: #ccc;
}

.lt-footer__info-link:hover {
  text-decoration: underline;
  /* color: #005BE2; */
}

.lt-footer__info-item {
  margin-bottom: 6px;
}

.lt-footer__info-item--back {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #fff;
}

.lt-footer__info-item--back a:hover {
  color: #005BE2;
  text-decoration: none;
}

.lt-footer__social .lt-topbar__link {
  color: #fff;
}

[dir="ltr"] .lt-footer__social .lt-topbar__link {
  padding-left: 8px;
}

[dir="rtl"] .lt-footer__social .lt-topbar__link {
  padding-right: 8px;
}

.lt-footer__social {
  display: flex;
  flex-direction: column;
  color: #fff
  /* justify-content: space-between; */
}

.lt-footer__social > div {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .d-none {
    display: none !important;
  }
}

.lt-second-row {
   background-color: transparent !important;
   margin-top: 30px;
}

@media (max-width: 991px) {
  .lt-second-row {
    background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .lt-second-row {
    position: relative;
    z-index: 1000;
  }
}

.lt-second-row__wrapper {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #ccc;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.lt-second-row__wrapper a {
  color: #ccc;
}

.lt-second-row__wrapper a:hover {
  color: #005BE2;
}

.privacy {
    display: flex;             /* Use flexbox to align items in a row */
    justify-content: flex-start; /* Align items to the left */
    gap: 10px;                 /* Adjust the gap between links */
}

.privacy a:first-child {
  position: relative;
  display: inline-block;
}

.privacy a:first-child:after {
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #171717;
  border-radius: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .privacy a:first-child {
  padding-right: 5px;
}

[dir="ltr"] .privacy a:first-child:after {
  right: 0;
}

[dir="rtl"] .privacy a:first-child {
  padding-left: 15px;
  margin-left: 7px;
}

[dir="rtl"] .privacy a:first-child:after {
  left: 0;
}

.social-mob-header,
.privacy-mob {
  display: none;
}

.lt-dropdown--topbar-mob {
  display: none !important;
}

@media (max-width: 991px) {
  .lt-footer-submit-ticket__btn {
    position: relative;
    padding-top: 0 !important;
    margin-top: 24px !important;
    border: none !important;
  }

  .lt-footer-submit-ticket__btn:after {
    top: 50%;
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(/hc/theming_assets/01HZM2FV6Y80QH97S0MP63K1PK);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }

  [dir="ltr"] .lt-footer-submit-ticket__btn {
    padding-right: 30px !important;
    padding-left: 0 !important;
  }

  [dir="ltr"] .lt-footer-submit-ticket__btn:after {
    right: 0;
  }

  [dir="rtl"] .lt-footer-submit-ticket__btn {
    padding-right: 0 !important;
    padding-left: 30px !important;
  }

  [dir="rtl"] .lt-footer-submit-ticket__btn:after {
    left: 0;
  }

  .lt-footer__logo-wrapper,
  .lt-footer__info,
  .privacy,
  .lt-dropdown--topbar {
    display: none !important;
  }

  .lt-dropdown--topbar {
    width: auto !important;
  }

  .lt-dropdown--topbar-mob {
    display: block !important;
  }

  .lt-dropdown--topbar-mob .lt-dropdown-menu {
    min-width: 0 !important;
  }

  .lt-dropdown--topbar-mob .lt-dropdown-menu [role="menuitem"] {
    margin-bottom: 0;
    /* padding: 7px 0 !important; */
  }

  .lt-info-mob {
    margin-top: 2rem;
  }

  .lt-info-mob a {
    display: inline-block;
    margin-bottom: 1rem;
    color: #ccc;
  }

  .privacy-mob {
    display: flex;
    flex-direction: column;
  }

  .lt-info-mob {
    display: flex !important;
    justify-content: space-between;
  }

  /* .privacy-mob {
    display: block !important;
  } */

  .lt-footer__wrapper {
    display: flex;
    width: 100%;
  }

  .lt-footer__social,
  .social {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .lt-footer__social-link {
    font-size: 20px !important;
    color: #fff !important;
  }
  

  .social-mob-header {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    color: #666666;
    /* identical to box height, or 143% */

    font-feature-settings: "tnum" on, "lnum" on;
  }

  .mob-menu {
    justify-content: space-between;
  }
}

/* Components */
.lt-dropdown {
  position: relative;
  display: inline-block;
}

.lt-dropdown-toggle {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: 0;
}

.lt-dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: currentColor;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .lt-dropdown-toggle:after {
  margin-left: 8px;
}

[dir="rtl"] .lt-dropdown-toggle:after {
  margin-right: 8px;
}

.lt-dropdown-toggle--no-icon:after {
  display: none;
}

.lt-dropdown-toggle:hover {
  text-decoration: none;
}

.lt-dropdown-toggle > * {
  display: inline-block;
}

.lt-dropdown--language-selector .lt-dropdown-menu {
  width: 150px;
}

.lt-dropdown-menu {
  position: absolute;
  top: 25px;
  z-index: 1000;
  display: none;
  width: 184px;
  /* padding: 10px 0; */
  margin-top: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ebeaeb;
  border-radius: 0;
  box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}

[dir="ltr"] .lt-dropdown-menu {
  right: 0;
  text-align: left;
}

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

[dir="ltr"] .lt-dropdown-menu.cats {
  right: auto !important;
  left: 0 !important;
}

[dir="rtl"] .lt-dropdown-menu.cats {
  right: 0 !important;
  left: auto !important;
}
@media (max-width: 1200px) {
  .lt-dropdown-menu.cats {
    position: relative !important;
    top: 0 !important;
  }
}

.lt-dropdown-menu[aria-expanded="true"] {
  display: block;
}

.lt-dropdown-menu [role="separator"] {
  display: block;
  padding: 5px 0;
  margin: 5px 20px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #969696;
  border-bottom: 1px solid #d8d8d8;
}

.lt-dropdown-menu [role="menuitem"] {
  display: block;
  width: 100%;
  padding: 10px 16px;
  line-height: inherit;
  color: #333;
  text-align: start;
  text-transform: none;
  white-space: break-spaces;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.lt-dropdown--language-selector .lt-dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.lt-dropdown-menu [role="menuitem"]:hover,
.lt-dropdown-menu [role="menuitem"]:focus {
  /* identical to box height, or 143% */

  font-size: 14px;
  font-weight: 500;
  color: #005be2;
  text-decoration: none;
  background: #f3f3f3;
  align-items: center;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  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");
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-left: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.lt-dropdown-menu [role="menuitem"][hidden],
.lt-dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="ltr"] .lt-dropdown-menu-end {
  right: 0;
  left: auto;
}

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

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

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

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

.lt-dropdown-toggle--user {
  padding: 0;
  font-size: calc(16px - 5px);
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  border: 0;
}
/* @media (max-width: 991px) {
  .topbar .lt-dropdown--topbar {
    display: none !important;
  }
} */
@media (max-width: 1200px) {
  .lt-dropdown--topbar {
    width: 100%;
  }

  .lt-dropdown-menu--topbar {
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  [dir="ltr"] .lt-dropdown-menu--topbar {
    /* position: static; */
    left: 0;
  }

  [dir="rtl"] .lt-dropdown-menu--topbar {
    right: 0;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle {
    width: 100%;
  }

  .lt-dropdown-toggle--user.lt-dropdown-toggle:after {
    display: none !important;
  }

  .language-arrow-m .lt-dropdown-menu--topbar [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .lt-dropdown--topbar:hover .lt-dropdown-menu {
    display: block;
  }
}

.lt-dropdown--language-selector .lt-dropdown-toggle:after {
  display: none !important;
  color: #fff
}

.lt-dropdown--language-selector:hover .lt-topbar__link {
  border-bottom: 2px solid transparent !important;
  border-bottom: none !important;
}

.lt-dropdown--language-selector:hover .lt-dropdown-toggle {
  font-weight: 600;
  color: #005be2;
  text-decoration: none;
  /* font-weight: bold; */
}
/* Mobile dropdown */
@media (max-width: 991px) {
  .lt-dropdown.lt-dropdown--language-selector.language-arrow {
    width: 100%;
  }

  .lt-dropdown-toggle.language-selector {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
  }

  .lt-dropdown--topbar.show-mob {
    display: block !important;
  }
  
  [dir="ltr"] .is-active.language-arrow:after {
    transform: translateY(-50%) rotate(180deg);
    position: absolute; 
    top: 5px; 
  }
}

/* Arrow styling (all views) */
.language-arrow:after,
.language-arrow-m:after,
.language-arrow-f:after {
  position: absolute;
  width: 12px;
  height: 15px;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FNHVV19QKA4GV2KMC24Z);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 10px; /* align to right of button */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* allow clicks on button */
}

@media (max-width: 1200px) {
  .language-arrow:after,
  .language-arrow-m:after,
  .language-arrow-f:after {
    right: auto;
    left: 80px;
  }
}

[dir="ltr"] .language-arrow:after,
[dir="ltr"] .language-arrow-m:after,
[dir="ltr"] .language-arrow-f:after {
  right: 0;
}

[dir="rtl"] .language-arrow:after,
[dir="rtl"] .language-arrow-m:after,
[dir="rtl"] .language-arrow-f:after {
  left: 0;
}

.language-arrow:after {
  top: 50%;
  transform: translateY(-50%);
}

.is-active.language-arrow:after {
  top: 50%;
}

[dir="ltr"] .is-active.language-arrow:after {
  transform: translateY(-50%) rotate(180deg);
}

[dir="rtl"] .is-active.language-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}

.language-arrow-m:after {
  top: 5px;
}

[dir="ltr"] .language-arrow-m:after {
  transform: rotate(180deg);
}

[dir="rtl"] .language-arrow-m:after {
  transform: rotate(-180deg);
}

.language-arrow-f:after {
  top: 0;
}

[dir="ltr"] .language-arrow-f:after {
  /* left: 105px; */
  transform: rotate(180deg);
}

[dir="rtl"] .language-arrow-f:after {
  transform: rotate(-180deg);
}
/* .language-arrow-f {
  padding-right: 20px;
} */
.is-active.language-arrow-m:after,
.is-active.language-arrow-f:after {
  transform: rotate(0deg);
}

[dir="ltr"] .lt-footer__social .lt-dropdown {
  margin-right: auto;
}

[dir="rtl"] .lt-footer__social .lt-dropdown {
  margin-left: auto;
}

.lt-topbar__link-a-mob.language-selector {
  color: #2e2e2e !important;
}

.lt-topbar__link-a-mob.language-selector:hover {
  font-weight: 500 !important;
  color: #666666 !important;
}

.language-arrow-m.lt-dropdown--language-selector .lt-dropdown-menu {
  width: auto !important;
}

.lt-article-list-item__link-section {
  font-weight: 500;
}

.lt-article-list-item__link-section-b {
  font-weight: 600;
}

.lt-topbar {
  position: relative;
}

.lt-topbar:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .lt-topbar:before {
  left: 0;
}

[dir="rtl"] .lt-topbar:before {
  right: 0;
}

.is-active.lt-topbar:before {
  display: block;
}

.language-arrow-f:after,
.language-arrow-m:after {
  display: none;
}

.language-arrow-f,
.language-arrow-m {
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .language-arrow-f,
  .language-arrow-m {
    right: 0;
    left: auto;
  }
}

.language-arrow-f .lt-dropdown-toggle,
.language-arrow-m .lt-dropdown-toggle {
  font-size: 16px;
}

[dir="ltr"] .language-arrow-f,
[dir="ltr"] .language-arrow-m {
  padding-left: 0px;
}

[dir="ltr"] .language-arrow-f .language-selector,
[dir="ltr"] .language-arrow-m .language-selector {
  padding-right: 0px;
}

[dir="ltr"] .language-arrow-f.is-active .f-arrow,
[dir="ltr"] .language-arrow-m.is-active .f-arrow {
  transform: rotate(180deg);
}

[dir="rtl"] .language-arrow-f,
[dir="rtl"] .language-arrow-m {
  padding-right: 8px;
}

[dir="rtl"] .language-arrow-f .language-selector,
[dir="rtl"] .language-arrow-m .language-selector {
  padding-left: 8px;
}

[dir="rtl"] .language-arrow-f.is-active .f-arrow,
[dir="rtl"] .language-arrow-m.is-active .f-arrow {
  transform: rotate(-180deg);
}

.f-arrow {
  display: inline-block;
  width: 12px;
  height: 10px;
  pointer-events: none;
  background-image: url(/hc/theming_assets/01HZM2FNHVV19QKA4GV2KMC24Z);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lt-dropdown-toggle--user.lt-dropdown-toggle:after {
  display: none !important;
}
/* ==========================================================================
  Buttons
  ========================================================================== */
.lt-btn,
input[type="submit"],
.lt-section-subscribe button,
.lt-article-subscribe button,
.lt-community-follow button,
.lt-profile__buttons button,
.lt-profile__buttons a,
.lt-organization-subscribe button,
.lt-subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
.recent-activity-controls a {
  display: inline-block;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.lt-btn:focus,
.lt-btn:active:focus,
input[type="submit"]:focus,
input[type="submit"]:active:focus,
.lt-section-subscribe button:focus,
.lt-section-subscribe button:active:focus,
.lt-article-subscribe button:focus,
.lt-article-subscribe button:active:focus,
.lt-community-follow button:focus,
.lt-community-follow button:active:focus,
.lt-profile__buttons button:focus,
.lt-profile__buttons button:active:focus,
.lt-profile__buttons a:focus,
.lt-profile__buttons a:active:focus,
.lt-organization-subscribe button:focus,
.lt-organization-subscribe button:active:focus,
.lt-subscriptions-subscribe button:focus,
.lt-subscriptions-subscribe button:active:focus,
.pagination-next-link:focus,
.pagination-next-link:active:focus,
.pagination-prev-link:focus,
.pagination-prev-link:active:focus,
.pagination-first-link:focus,
.pagination-first-link:active:focus,
.pagination-last-link:focus,
.pagination-last-link:active:focus,
.recent-activity-controls a:focus,
.recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lt-btn:hover,
.lt-btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.lt-section-subscribe button:hover,
.lt-section-subscribe button:focus,
.lt-article-subscribe button:hover,
.lt-article-subscribe button:focus,
.lt-community-follow button:hover,
.lt-community-follow button:focus,
.lt-profile__buttons button:hover,
.lt-profile__buttons button:focus,
.lt-profile__buttons a:hover,
.lt-profile__buttons a:focus,
.lt-organization-subscribe button:hover,
.lt-organization-subscribe button:focus,
.lt-subscriptions-subscribe button:hover,
.lt-subscriptions-subscribe button:focus,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus,
.recent-activity-controls a:hover,
.recent-activity-controls a:focus {
  color: #171717;
  text-decoration: none;
}

.lt-btn:active,
input[type="submit"]:active,
.lt-section-subscribe button:active,
.lt-article-subscribe button:active,
.lt-community-follow button:active,
.lt-profile__buttons button:active,
.lt-profile__buttons a:active,
.lt-organization-subscribe button:active,
.lt-subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.recent-activity-controls a:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lt-btn--default,
.lt-section-subscribe button,
.lt-article-subscribe button,
.lt-community-follow button,
.lt-profile__buttons button,
.lt-profile__buttons a,
.lt-organization-subscribe button,
.lt-subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
.recent-activity-controls a {
  color: #171717;
  background-color: transparent;
  border-color: #f2f2f2;
}

.lt-btn--default:hover,
.lt-btn--default:focus,
.lt-btn--default:active,
.lt-section-subscribe button:hover,
.lt-section-subscribe button:focus,
.lt-section-subscribe button:active,
.lt-article-subscribe button:hover,
.lt-article-subscribe button:focus,
.lt-article-subscribe button:active,
.lt-community-follow button:hover,
.lt-community-follow button:focus,
.lt-community-follow button:active,
.lt-profile__buttons button:hover,
.lt-profile__buttons button:focus,
.lt-profile__buttons button:active,
.lt-profile__buttons a:hover,
.lt-profile__buttons a:focus,
.lt-profile__buttons a:active,
.lt-organization-subscribe button:hover,
.lt-organization-subscribe button:focus,
.lt-organization-subscribe button:active,
.lt-subscriptions-subscribe button:hover,
.lt-subscriptions-subscribe button:focus,
.lt-subscriptions-subscribe button:active,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-next-link:active,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-prev-link:active,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-first-link:active,
.pagination-last-link:hover,
.pagination-last-link:focus,
.pagination-last-link:active,
.recent-activity-controls a:hover,
.recent-activity-controls a:focus,
.recent-activity-controls a:active {
  color: #171717;
  background-color: #f2f2f2;
  border-color: f2f2f2;
}

input[type="submit"],
.lt-btn--primary {
  color: #fff;
  background-color: #171717;
  border-color: #f2f2f2;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.lt-btn--primary:hover,
.lt-btn--primary:focus,
.lt-btn--primary:active {
  color: #171717;
  background-color: #f2f2f2;
  border-color: f2f2f2;
}

.lt-btn--topbar {
  color: #dff0f5;
  background-color: transparent;
  border-color: #dff0f5;
}

.lt-btn--topbar:hover,
.lt-btn--topbar:focus,
.lt-btn--topbar:active {
  color: #b0dae6;
  background-color: transparent;
  border-color: #b0dae6;
}
@media (max-width: 991px) {
  .lt-btn--topbar {
    display: inline-flex;
    width: 100%;
    padding: 0;
    color: #000;
    border: 0;
    justify-content: space-between;
    align-items: center;
  }

  [dir="ltr"] .lt-btn--topbar {
    text-align: left;
  }

  [dir="rtl"] .lt-btn--topbar {
    text-align: right;
  }

  .lt-btn--topbar:active,
  .lt-btn--topbar:hover,
  .lt-btn--topbar:focus {
    color: #005BE2;
    background-color: transparent;
    box-shadow: none;
  }
}

.lt-btn--print {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  font-size: var(--font-size-h5) !important;
  color: #000 !important;
  border: 0 !important;
}

.lt-btn--print:before {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #e6e6e6;
  background-image: url(/hc/theming_assets/01HZM2FVYSJ9XEXD043S4A6V8X);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .lt-btn--print {
    display: none;
  }
}

[dir="ltr"] .lt-btn--print {
  padding-left: 10px !important;
}

[dir="ltr"] .lt-btn--print:before {
  right: 0;
}

[dir="rtl"] .lt-btn--print {
  padding-right: 10px !important;
}

[dir="rtl"] .lt-btn--print:before {
  left: 0;
}

.lt-avatar {
  position: relative;
  display: inline-block;
}

.lt-avatar__badge {
  position: absolute;
  top: -0.5rem;
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-avatar__badge {
  right: -0.5rem;
}

[dir="rtl"] .lt-avatar__badge {
  left: -0.5rem;
}

.lt-avatar__badge:not(.is-active) {
  display: none;
}

.lt-avatar--agent:before {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  content: "\f007";
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-avatar--agent:before {
  right: -4px;
}

[dir="rtl"] .lt-avatar--agent:before {
  left: -4px;
}

.lt-user-avatar {
  border-radius: 100%;
}

.lt-user-avatar--default {
  width: 2.5rem;
  height: 2.5rem;
}

.lt-user-avatar--topbar {
  width: 2rem;
  height: 2rem;
}

.lt-meta {
  font-size: 14px;
  color: #999;
}
/* & time {
    position: relative;

    &::after{
      content: "";
      position: absolute;
      right: -12px;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 3px;
      background-color: #999;
      border-radius: 50%;
    }
  } */
@media (max-width: 991px) {
  .lt-meta {
    /* identical to box height, or 133% */

    display: flex;
    line-height: 16px;

    color: #999999;
    text-transform: capitalize;
    letter-spacing: -0.01em;
    align-items: center;
  }
}

.lt-meta__item {
  display: inline-block;
}

[dir="ltr"] .lt-meta__item {
  margin-right: 0.25rem;
}

[dir="rtl"] .lt-meta__item {
  margin-left: 0.25rem;
}

.dot {
  position: relative;
}

.dot:after {
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #999;
  border-radius: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .dot:after {
  right: -13px;
}

[dir="rtl"] .dot:after {
  left: -13px;
}

.lt-meta__item + .lt-meta__item:before {
  font-size: 0.75rem;
  content: "\2022";
}

[dir="ltr"] .lt-meta__item + .lt-meta__item:before {
  margin-right: 0.25rem;
}

[dir="rtl"] .lt-meta__item + .lt-meta__item:before {
  margin-left: 0.25rem;
}

.lt-meta__link {
  color: inherit;
}

.lt-meta--profile {
  margin-bottom: 0;
}

.breadcrumbs {
  min-width: 600px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumbs > li {
  display: inline-block;
  font-size: 14px;
}

.breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #666666;
  content: "/";
}

.breadcrumbs > li a {
  font-size: 14px;
  color: #666666;
}

.breadcrumbs > li:last-child {
  color: #2e2e2e !important;
}

.breadcrumbs > li:last-child a {
  color: #2e2e2e !important;
}

[dir="ltr"] .breadcrumbs {
  padding-left: 0;
}

[dir="rtl"] .breadcrumbs {
  padding-right: 0;
}

.lt-breadcrumbs--search-results {
  padding: 0;
  font-size: var(--font-size-small);
}

.lt-breadcrumbs--search-results li,
.lt-breadcrumbs--search-results li:before {
  display: none;
}

.lt-breadcrumbs--search-results li:last-child {
  display: block;
  font-size: 14px;
}

.lt-breadcrumbs--search-results li:last-child a {
  color: #999 !important;
}

.lt-breadcrumbs-wrapper {
  background-color: #e6e6e6;
}

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

.breadcrumbs-scroll {
  max-width: 700px;
  overflow-x: none;
  scrollbar-color: #e6e6e6;
}

.pagination {
  padding-top: 42px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .pagination {
    padding-top: 1.5rem;
  }
}

.lt-meta-bradcrumbs .lt-breadcrumbs--search-results.breadcrumbs {
  min-width: auto !important;
}

.lt-meta-bradcrumbs .breadcrumbs > li a {
  color: #999;
}

.lt-menu-toggle {
  position: relative;
  display: block;
  height: auto;
  /* padding: 1rem 0.5rem; */
  /* margin-right: -0.5rem; */
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  order: 1;
}

.mob-buttons {
  display: none;
}
@media (max-width: 1200px) {
  .mob-buttons {
    display: flex;
  }
}
@media (max-width: 400px) {
  .mob-buttons {
    margin-left: -10px;
  }
}
@media (max-width: 380px) {
  .mob-buttons {
    margin-left: -20px;
  }
}
@media (max-width: 350px) {
  .mob-buttons {
    margin-left: -50px;
  }
}

.logo-mob {
  display: none;
}
@media (max-width: 1200px) {
  .logo-mob {
    display: block;
    /* width: 240px; */
  }
}

.logo-mob-footer {
  display: none;
}
@media (max-width: 1200px) {
  .logo-mob-footer {
    display: block;
    width: 150px;
  }
}

.lt-menu-toggle-search {
  position: relative;
  width: 30px;
  height: 30px;
}

.lt-menu-toggle-search:before {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 23px;
  color: #2e2e2e;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FYH41X0GJD4582ZQ3V4Q);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

[dir="ltr"] .lt-menu-toggle-search {
  margin-right: 9px;
  margin-left: 35px;
}

[dir="ltr"] .lt-menu-toggle-search:before {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .lt-menu-toggle-search {
  margin-right: 35px;
  margin-left: 9px;
}

[dir="rtl"] .lt-menu-toggle-search:before {
  right: 50%;
  transform: translate(50%, -50%);
}

.lt-menu-toggle-nav {
  position: relative;
  width: 23px;
}

.lt-menu-toggle-nav:before {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 16px;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FMZC3R8BBDDD2M918E7V);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[dir="ltr"] .lt-menu-toggle-nav:before {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .lt-menu-toggle-nav:before {
  right: 50%;
  transform: translate(50%, -50%);
}

.lt-menu-toggle.is-active {
  outline: 0;
}

.callus-btn {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 80px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 21px;

  color: #000000;
  /* identical to box height, or 127% */

  text-align: center;
  letter-spacing: -0.015em;
  background-color: #00b4ff;
}

.helpers {
  list-style: none;
}

[dir="ltr"] .helpers {
  padding-left: 0;
}

[dir="rtl"] .helpers {
  padding-right: 0;
}

.helper {
  margin-bottom: 16px;
}

.helper__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  color: #2e2e2e;
  /* identical to box height, or 143% */

  font-feature-settings: "tnum" on, "lnum" on;
}

.header-mob-search {
  position: fixed;
  top: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;

  background-color: #fff;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .header-mob-search {
    display: block;
  }
}

[dir="ltr"] .header-mob-search {
  left: -100%;
}

[dir="rtl"] .header-mob-search {
  right: -100%;
}

.header-mob-search.is-active {
  transition: all 0.3s ease;
}

[dir="ltr"] .header-mob-search.is-active {
  left: 0%;
}

[dir="rtl"] .header-mob-search.is-active {
  right: 0%;
}

.header-mob-search__wrapper {
  display: flex;
  padding: 29px 24px;
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
  align-items: center;
}

.header-mob-search__close {
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url(/hc/theming_assets/01HZM2FNPPB2ZHNKFAPGZG0MYJ);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.header-mob-search__title {
  margin-top: 48px;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;

  color: #000000;
  /* or 117% */

  letter-spacing: -0.02em;
}

[dir="ltr"] .header-mob-search__search input[type="search"] {
  padding: 11px 11px 11px 46px;
}

[dir="rtl"] .header-mob-search__search input[type="search"] {
  padding: 11px 46px 11px 11px;
}

.header-mob-search-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-mob-search__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px 24px 40px;
  background-color: #fff;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
}

[dir="ltr"] .header-mob-search__footer {
  left: 0;
}

[dir="rtl"] .header-mob-search__footer {
  right: 0;
}

.mob-exit .header-mob-search__footer {
  position: fixed;
}
@media (min-width: 991px) {
  .mob-exit .header-mob-search__footer {
    display: none;
  }
}

.exit-search {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  /* identical to box height, or 127% */

  text-align: center;
  letter-spacing: -0.015em;
  background-color: #000;
  border: none;
}

.header-mob-search__content {
  padding: 0 24px;
}

.lt-entry-info {
  display: flex;
  font-size: 14px;
}

.lt-entry-info__avatar {
  flex-shrink: 0;
}

[dir="ltr"] .lt-entry-info__avatar {
  padding-right: 1rem;
}

[dir="rtl"] .lt-entry-info__avatar {
  padding-left: 1rem;
}

.lt-status-label {
  padding: 2px calc(var(--padding-base-horizontal) / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.lt-status-label--pending {
  background-color: #fad782;
}

.lt-status-label--with-ticket {
  background-color: #000;
}

.lt-status-label--with-ticket:hover,
.lt-status-label--with-ticket:focus,
.lt-status-label--with-ticket:active {
  color: #fff;
}

.lt-status-label--solved,
.lt-status-label--closed {
  background-color: #0c9;
}

.lt-status-label--new,
.lt-status-label--open {
  background-color: #ff5252;
}

.lt-status-label--answered {
  background-color: #fad782;
}

.lt-status-label--official {
  background-color: #000;
}

.lt-status-label--completed,
.lt-status-label--answered {
  background-color: #0c9;
}

.lt-status-label--planned {
  background-color: #000;
}

.lt-status-label--not-planned {
  color: #000;
  background-color: var(--gray-lighter);
}

.lt-container-inne-hero {
  max-width: 1280px;
  margin: 0 auto;
}

.lt-hero-unit {
  position: relative;
  /* overflow: hidden; */
  height: 360px;
  padding-top: 10%;
  padding-bottom: 0;
  /* margin-bottom: 8rem; */
  color: #000;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .lt-hero-unit {
    display: none;
  }
}
@media (min-width: 1920px) {
  .lt-hero-unit {
    height: 550px;
  }
}

.lt-hero-unit {
  /* background: url(/hc/theming_assets/01HZM2G19JKCP4Y27Z35EWJ2AN)  no-repeat; */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.lt-hero-unit-1 .lt-hero-unit__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  color: #000000;

  letter-spacing: -0.02em;
}

.lt-h-100 {
  height: 100%;
}

.section-page {
  position: relative;
}
@media (max-width: 991px) {
  .lt-section-article-list .see-all-articles,
  .lt-search-results-page .see-all-articles {
    display: none;
  }

  .lt-search-results-page #main-content {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-page-hero {
  position: relative;
  min-height: 320px;
  padding-top: 88px;
  background-image: url(/hc/theming_assets/01HZM2FYZHGNKM7SEB2YB3WWHV);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-page-hero h1 {
  font-size: 42px !important;
}
@media (max-width: 991px) {
  .section-page-hero {
    display: none;
  }
}

.section-page-hero--search {
  padding-top: 62px;
}

.section-aside__wrapper {
  position: sticky;
  top: 40px;
  width: 280px;
}

.section-aside input[type="search"] {
  padding: 14px 40px 14px;
  border: 1px solid #c7c7c7;
}

.section-aside input[type="search"]:focus {
  border: 1px solid #005be2;
}

.section-aside .faq__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;

  color: #000000;
  /* identical to box height, or 200% */

  letter-spacing: -0.02em;
}

.section-aside .faq__wrapper {
  padding: 30px 0 !important;
}

.section-aside .faq__wrapper:first-child {
  border-bottom: 2px solid #e6e6e6 !important;
}

.section-aside .lt-related-info__item {
  margin-top: 24px;
  margin-bottom: 0;
}

.section-aside .lt-related-info__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;

  color: #666666;
  /* or 125% */

  letter-spacing: -0.02em;
}

.section-aside .see-all-articles {
  display: none;
}
@media (max-width: 768px) {
  .section-aside .see-all-articles {
    display: block;
  }
}

.lt-custom-block__link {
  width: 100%;
  min-height: 200px;
  padding: 28px 24px 32px;
  color: #000;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
}

.lt-custom-block__link:hover {
  background-color: #e6e6e6;
}
@media (max-width: 991px) {
  .lt-custom-block__link {
    padding: 23px;
  }
}
@media (max-width: 991px) {
  .lt-custom-block:not(:last-child) {
    margin-bottom: 16px;
  }
}

.lt-custom-blocks {
  margin-top: 136px;
}
@media (max-width: 991px) {
  .lt-custom-blocks {
    margin-top: 48px;
  }
}

.lt-custom-blocks__items,
.lt-block-list {
  display: flex;
  flex-wrap: wrap;
}

.lt-custom-block,
.lt-block-list-item {
  padding: 0 6px 12px 6px;
}
@media (max-width: 768px) {
  .lt-custom-block,
  .lt-block-list-item {
    width: 100%;
    padding: 0;
  }
}

.lt-custom-block__icon {
  min-width: 32px;
  height: 32px;
}

@media (max-width: 991px) {
  .lt-custom-block__icon {
    min-width: 20px;
    height: 20px;
  }
}

[dir="ltr"] .lt-custom-block__icon {
  margin-right: 12px;
}

[dir="rtl"] .lt-custom-block__icon {
  margin-left: 12px;
}
/* .lt-custom-block__icon path,
.lt-custom-block__icon circle {
  stroke: #33ccc2;
  transition: all 0.3s ease;
} */
.lt-custom-block__title {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.015em;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .lt-custom-block__title {
    margin-top: 0;
    font-size: 18px;
  }
}
/* @media (--screen-sm) {
  .lt-custom-block__content {
    text-align: center;
  }
} */
.lt-custom-block__heading {
  max-width: 530px;
  /* margin-top: 170px; */
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;

  color: #000000;
  /* or 100% */

  letter-spacing: -0.02em;
}

@media (max-width: 991px) {
  .lt-custom-block__heading {
    margin-top: 44px;
    margin-bottom: 10px;
    
    /* Added search bar to mobile with smaller headers*/
    font-size: 28px;
  }
}

.lt-custom-block__head {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
  align-items: center
}
/* align-items: center; */
@media (max-width: 991px) {
  .lt-custom-block__head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.lt-custom-block__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #666;
}
/* .lt-custom-block__link:hover .lt-custom-block__text{
  color: #2E2E2E;
} */
.lt-custom-block__link:hover .lt-custom-block__title {
  color: #000;
}

.lt-section-mt {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .lt-section-mt {
    margin-top: 30px;
  }
}

.lt-custom-block__mt {
  /* padding-top: 24px; */
  margin-top: 88px;
}
@media (max-width: 991px) {
  .lt-custom-block__mt {
    padding-top: 0;
    margin-top: 0;
  }
}

.lt-custom-block__link:hover .lt-custom-block__head {
  border-bottom: 1px solid #b3b3b3;
}

.lt-block-list-item {
  display: flex;

  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .lt-block-list-item:last-child {
    margin-bottom: 0;
  }
}

.lt-block-list-item__link {
  display: flex;
  padding: 3rem 2rem;
  color: #fff;
  flex-direction: column;
  background-color: #171717;
  border-radius: 0;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.lt-block-list-item__link:active,
.lt-block-list-item__link:focus,
.lt-block-list-item__link:hover {
  color: #fff;
  text-decoration: none;
}

.lt-block-list-item__title {
  margin-bottom: 0;
  font-weight: var(--strong-font-weight);
  text-align: center;
  word-break: break-word;
}

.lt-block-list-item__desc {
  margin-top: 1rem;
  text-align: center;
}

.lt-home-container .lt-block-list-item {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .lt-home-container .lt-block-list-item {
    margin-bottom: 16px;
  }
}

.lt-home-container .lt-block-list-item:last-child {
  margin-bottom: 0;
}

.recent-activity {
  margin-bottom: 4rem;
}

.recent-activity-item-link {
  display: block;
  margin-bottom: 0.5rem;
}

.recent-activity-header {
  margin-bottom: 2rem;
}

.recent-activity-list {
  display: grid;
  margin-bottom: 0;
  list-style: none;
  gap: calc(var(--grid-gutter-width) * 2);
}

[dir="ltr"] .recent-activity-list {
  padding-left: 0;
}

[dir="rtl"] .recent-activity-list {
  padding-right: 0;
}
@media (min-width: 768px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.recent-activity-item {
  display: flex;
  padding: 1.5rem 2rem;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
  flex-direction: column;
  border: 2px solid #eceeef;
  border-radius: 0;
  align-items: flex-start;
}

.recent-activity-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: var(--font-size-small);
  color: #999;
}

.recent-activity-item-parent {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-small);
  font-weight: var(--strong-font-weight);
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.recent-activity-item-parent:hover,
.recent-activity-item-parent:active,
.recent-activity-item-parent:focus {
  color: #fff;
  background-color: #005BE2;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
}

[dir="ltr"] .recent-activity-comment-icon:after {
  margin-left: 4px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-right: 4px;
}

.recent-activity-controls {
  padding-top: 2rem;
}

.lt-footer-submit-ticket {
  background-color: #000;
}


.lt-footer-submit-ticket__title {
   margin-bottom: 24px;
   font-size: 42px;
   font-weight: 400;
   color: #ccc;
   word-wrap: break-word;
}


@media (max-width: 991px) {
   .lt-footer-submit-ticket__title {
       margin-bottom: 20px;
       font-size: 36px;
       font-weight: 400;
       line-height: 42px;
       color: #ccc;
       letter-spacing: -0.02em;
   }
}

.cta-section {
   padding-top: 108px;
   padding-bottom: 70px;
   background-color: #000;
   color: #ccc;
   text-align: center;
}

@media (max-width: 991px) {
  .cta-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.lt-footer-submit-ticket__subtitle {
       margin-bottom: 0;
font-size: 16px;
font-weight: 400;
color: #ccc;
}

@media (max-width: 991px) {
   .lt-footer-submit-ticket__subtitle {
       font-size: 16px;
       font-weight: 400;
       line-height: 22px;
       color: #ccc;
       letter-spacing: -0.01em;
   }
}

.lt-footer-submit-ticket__btn {
   padding: 12px 47px !important;
   margin-top: 48px;
   border-radius:160px;
   background-image: linear-gradient(286deg,#00b4ff 1.81%,#005be2 56.35%,#02154d 110.42%);
   color: #fff;
   border: none;
  font-weight: 400;
  font-size: medium;
}

.lt-footer-submit-ticket__btn:hover {
   color: #fff;
   background-image: linear-gradient(286deg, #00b4ff 1.81%, #005be2 16.35%, #02154d 100%);
   transition: all .15s ease-in;
}

@media (max-width: 776px) {
   [dir="ltr"] .lt-footer-submit-ticket__btn {
       padding-right: 25px !important;
       padding-left: 25px !important;
       padding-top: 15px !important;
       padding-bottom: 15px !important;
font-size: large;
font-weight: 500;
 width: 100%;
   }
}

@media (max-width: 991px) {
   [dir="ltr"] .lt-footer-submit-ticket__btn {
       padding-right: 50px !important;
       padding-left: 50px !important;
       padding-top: 15px !important;
       padding-bottom: 15px !important;
font-size: medium;
font-weight: 500;
   }
}



.share {
  display: flex;
  white-space: nowrap;
  list-style: none;
}

[dir="ltr"] .share {
  padding-left: 0;
}

[dir="rtl"] .share {
  padding-right: 0;
}

.share li {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: top;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.share li:hover {
  background-color: #dcdcdc;
}

[dir="ltr"] .share li {
  margin-right: 8px;
}

[dir="rtl"] .share li {
  margin-left: 8px;
}

.share a {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  touch-action: manipulation;
  color: #000;
}

.share a:active {
  background-image: none;
}

.share svg {
  width: 20px;
  height: 20px;
}

.lt-new-request-page {
  padding-top: 128px;
  margin-bottom: calc(var(--line-height-computed) * 2);
}
@media (max-width: 991px) {
  .lt-new-request-page {
    padding-top: 48px;
  }
}

.lt-new-request-form {
  margin-bottom: calc(var(--line-height-computed));
}

.lt-new-request-tip {
  position: relative;
  background-color: $new_request_tip_background;
  border: 2px solid darken($new_request_tip_background, 40%);
  border-radius: 0;
}

.lt-new-request-tip__icon {
  position: absolute;
  top: 2rem;
  color: darken($new_request_tip_background, 40%);
}

[dir="ltr"] .lt-new-request-tip__icon {
  left: 1.5rem;
}

[dir="rtl"] .lt-new-request-tip__icon {
  right: 1.5rem;
}

.request-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;

  color: #2e2e2e;
  /* identical to box height, or 122% */

  letter-spacing: -0.01em;
}

.request-form input[type="submit"] {
 border-radius: 50px;
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;

  color: #fff;
  /* identical to box height, or 133% */

  text-align: center;
  letter-spacing: -0.014em;

 background-image: linear-gradient(286deg, #00b4ff 1.81%, #005be2 56.35%, #02154d 110.42%);
}

.request-form input[type="submit"]:hover {
  color: #fff;
   background-image: linear-gradient(286deg, #00b4ff 1.81%, #005be2 16.35%, #02154d 100%);
   transition: all .15s ease-in;
}

.form-field p,
.help-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  color: #999999;
  /* identical to box height, or 143% */

  letter-spacing: -0.02em;
}

.form-field {
  margin-bottom: 32px;
}

.lt-new-request-desc {
  /* identical to box height, or 117% */

  display: flex;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;

  color: #2e2e2e;
  letter-spacing: -0.015em;
  align-items: center;
}

.submit-box__head {
  margin-bottom: 68px;
}
@media (max-width: 991px) {
  .submit-box__head {
    margin-bottom: 32px;
  }
}

.box-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.upload-dropzone {
  padding: calc(var(--line-height-computed)) 16px;
  background-color: #f2f2f2;
  border: 1px dashed #b3b3b3;
}

.upload-dropzone,
.upload-dropzone a {
  font-size: var(--font-size-small);
}

.upload-dropzone:hover {
  background-color: #eff9ff;
  border: 1px dashed #0094ff;
}

.upload-dropzone span {
  color: #000;
}

.lt-error-page {
  max-width: 600px;
}

.lt-error-page__articles {
  border: 2px solid #eceeef;
  border-radius: 0;
}

.pagination-list {
  margin-top: 0;
  margin-bottom: 88px;
  list-style: none;
}

[dir="ltr"] .pagination-list {
  padding-left: 0;
  margin-left: 0;
}

[dir="rtl"] .pagination-list {
  padding-right: 0;
  margin-right: 0;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir="ltr"] .pagination-next-text {
  margin-right: 16px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 16px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 16px;
}

[dir="ltr"] .pagination-prev-text {
  margin-left: 16px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 16px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 16px;
}

.satisfaction-box {
  padding: calc(var(--line-height-computed)) var(--grid-gutter-width);
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: 0;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type="radio"] ~ label {
  letter-spacing: normal;
}

[dir="ltr"] .satisfaction-box input[type="radio"] ~ label {
  margin-right: 10px;
}

[dir="rtl"] .satisfaction-box input[type="radio"] ~ label {
  margin-left: 10px;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #009973;
  border-color: #008f6b;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #ff1515;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  color: #fff !important;
  background-color: #008f6b !important;
  border-color: #008f6b !important;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  color: #fff !important;
  background-color: #ff1515 !important;
  border-color: #ff1515 !important;
}

.satisfaction-box label.disabled {
  margin-bottom: calc(var(--line-height-computed)) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #0c9 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  font-size: calc(16px - 5px) !important;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
  background-color: #000;
  border-color: #000;
}

.satisfaction-box .satisfaction-submit:active {
  background-image: none;
}

[dir="ltr"] .satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
}

[dir="rtl"] .satisfaction-box .satisfaction-submit {
  margin-right: 10px !important;
}

.satisfaction-reason {
  padding-top: calc(var(--line-height-computed));
}

.satisfaction-box .satisfaction-cancel {
  font-size: calc(16px - 5px) !important;
  line-height: 1.5 !important;
}

.lt-scroll-to-top {
  position: fixed;
  bottom: -50px;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  font-size: 2rem !important;
  /* color: #005BE2; */
  text-align: center;
  cursor: pointer;
  /* background-color: transparent; */
  mix-blend-mode: difference;
  border: none;
  /* border: var(--border-width) solid #005BE2; */
  border-radius: 0;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lt-scroll-to-top:before {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 14px;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FKMCSBJ9CFKGZXYCZD4E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lt-scroll-to-top:focus,
.lt-scroll-to-top:active {
  outline: 0;
}

.lt-scroll-to-top.is-active {
  bottom: 30px;
}

.lt-scroll-to-top:hover {
  color: #0042a5;
  border-color: #0042a5;
}

@media (max-width: 575px) {
  .lt-scroll-to-top {
    display: none;
  }
}

[dir="ltr"] .lt-scroll-to-top {
  left: 2rem;
}

[dir="ltr"] .lt-scroll-to-top:before {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .lt-scroll-to-top {
  right: 2rem;
}

[dir="rtl"] .lt-scroll-to-top:before {
  right: 50%;
  transform: translate(50%, -50%);
}

.lt-header {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.lt-header__desc {
  max-width: 650px;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;

  color: #2e2e2e;
  /* identical to box height, or 138% */

  letter-spacing: -0.01em;
}


/*Search bar on mobile - fix spacing on Category description */
@media (max-width: 991px) {
  .lt-header__desc {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}

.submit-box {
  width: 100%;
  max-width: 280px;
  padding: 25px;
  margin-bottom: 30px;
  background-color: #000;
}

@media (max-width: 600px) {
  .submit-box {
    display: none;
  }
}

[dir="ltr"] .submit-box {
  margin-left: auto;
}

[dir="rtl"] .submit-box {
  margin-right: auto;
}

.submit-box-mob {
  display: none;
}
@media (max-width: 600px) {
  .submit-box-mob {
    display: block;
    background-color: #000;
    border-bottom: 1px solid #ccc;
  }
}

.submit-box__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  /* identical to box height, or 150% */

  letter-spacing: -0.02em;
}

.submit-box__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;

  color: #ccc;
  /* or 125% */

  letter-spacing: -0.01em;
}

.submit-box__btn {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;

  /* identical to box height, or 117% */

  text-align: center;
  letter-spacing: -0.015em;
  background: #09f;
  border-radius: 4px;
    margin-top: 30px;
}

.submit-box__btn:hover {
  color: #fff;
  background-color: #005be2;
    cursor: pointer;
}

.submit-chat_btn: {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  /* identical to box height, or 117% */
  text-align: center;
  letter-spacing: -0.015em;
  background: #000;
}

.submit-chat__btn:hover {
  color: #fff;
  background-color: #005be2;
}


zd-autocomplete-title-multibrand {
  font-weight: 500 !important;
  color: #005be2 !important;
}

.recent-articles h3,
.related-articles h3 {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

@media (min-width: 576px) {
  .recent-articles h3,
  .related-articles h3 {
    margin-top: calc(var(--line-height-computed) / 2);
  }
}

.recent-articles ul,
.related-articles ul {
  list-style: none;
}

.recent-articles ul > li,
.related-articles ul > li {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.recent-articles ul > li a,
.related-articles ul > li a {
  padding-bottom: 1px;
  color: #000;
  border-bottom: 1px solid #eceeef;
}

[dir="ltr"] .recent-articles ul,
[dir="ltr"] .related-articles ul {
  padding-left: 0;
}

[dir="rtl"] .recent-articles ul,
[dir="rtl"] .related-articles ul {
  padding-right: 0;
}

.recent-articles h3 {
  font-size: var(--font-size-h4);
}

[dir="ltr"] .lt-user-info {
  margin-left: 20px;
}

[dir="rtl"] .lt-user-info {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .lt-user-info {
    width: 100%;
    padding-top: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    order: -1;
  }

  .lt-user-info span {
    font-weight: 500;
  }

  [dir="ltr"] .lt-user-info {
    margin-left: 0;
  }

  [dir="rtl"] .lt-user-info {
    margin-right: 0;
  }

  .lt-user-info__menu {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-user-info__menu [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.lt-status-widget {
  font-weight: 600;
}

.lt-status-widget,
.lt-status-widget:hover,
.lt-status-widget:focus,
.lt-status-widget:active {
  color: #fff;
}

.lt-status-widget-container {
  display: flex;
  align-items: center;
}

.lt-status-widget__indicator {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #aaa;
  border-radius: 50%;
}

.lt-status-widget__indicator--none {
  background-color: #2ecc71;
}

.lt-status-widget__indicator--operational {
  background-color: #2ecc71;
}

.lt-status-widget__indicator--minor {
  background-color: #f1c40f;
}

.lt-status-widget__indicator--major {
  background-color: #e67e22;
}

.lt-status-widget__indicator--critical {
  background-color: #e74c3c;
}

.lt-status-widget__indicator--maintenance {
  background-color: #3498db;
}

[dir="ltr"] .lt-status-widget__indicator__text {
  margin-left: 0.5rem;
}

[dir="rtl"] .lt-status-widget__indicator__text {
  margin-right: 0.5rem;
}

.lt-profile-header {
  text-align: center;
  border-radius: 0;
}

.lt-profile-header__avatar {
  display: inline-block;
  margin-bottom: 16px;
}

.lt-profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(var(--line-height-computed));
  background-color: #000;
}

.lt-profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

[dir="ltr"] .lt-profile__buttons > * + *,
[dir="ltr"] [data-action="userProfileActions"] > * + * {
  margin-left: var(--grid-gutter-width);
}

[dir="rtl"] .lt-profile__buttons > * + *,
[dir="rtl"] [data-action="userProfileActions"] > * + * {
  margin-right: var(--grid-gutter-width);
}

.lt-profile-stats {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: calc(16px - 2px);
  color: #999;
  list-style: none;
}

[dir="ltr"] .lt-profile-stats {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-stats {
  padding-right: 0;
}

.lt-profile-stats__stat {
  margin-bottom: calc(var(--line-height-computed) / 4);
}
@media (max-width: 767px) {
  .lt-profile-stats__stat {
    display: block;
  }

  .lt-profile-stats__stat:before {
    display: none;
  }
}

[dir="ltr"] .lt-profile-stats__label {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-profile-stats__label {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.lt-profile-stats__value {
  color: #000;
}

.lt-profile-nav {
  margin-bottom: calc(var(--line-height-computed));
  overflow: hidden;
  font-size: var(--font-size-small);
  font-weight: 600;
  background-color: var(--gray-lightest);
  border-radius: 0;
}

.lt-profile-nav__items {
  margin: 0;
  list-style: none;
}

[dir="ltr"] .lt-profile-nav__items {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-nav__items {
  padding-right: 0;
}

.lt-profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .lt-profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.lt-profile-nav__item a {
  display: block;
  color: #000;
}

.lt-profile-nav__item.is-active {
  color: #fff;
  background-color: #000;
}

.lt-profile-nav__item.is-active,
.lt-profile-nav__item a {
  padding: calc(var(--line-height-computed) / 1.5)
    var(--padding-base-horizontal);
  line-height: 1;
}

[dir="ltr"] .lt-profile-nav__item:after {
  right: var(--padding-base-horizontal) !important;
}

[dir="rtl"] .lt-profile-nav__item:after {
  left: var(--padding-base-horizontal) !important;
}

.lt-profile-section {
  width: 100%;
}

.lt-profile-section__header {
  margin-bottom: calc(var(--line-height-computed));
}

.lt-profile-section__title {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: var(--font-size-h3);
}

.lt-profile-section__description {
  font-size: var(--font-size-small);
  color: #999;
}
@media (min-width: 576px) {
  .lt-profile-section__description {
    padding-bottom: 0;
  }
}

.lt-profile-contribution {
  position: relative;
  padding: calc(var(--line-height-computed) / 2) var(--grid-gutter-width);

  word-wrap: break-word;
  background-color: var(--gray-lightest);

  border-radius: 0;
}

.lt-profile-contribution__header {
  margin-bottom: calc(var(--line-height-computed) / 4);
}

.lt-profile-contribution__status {
  margin-bottom: calc(var(--line-height-computed) / 4);
}

.lt-profile-contribution__title {
  margin-bottom: calc(var(--line-height-computed) / 4);
  font-size: 16px;
  font-weight: 600;
}

.lt-profile-contribution__body {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-profile-contribution--list .lt-profile-contribution__title:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"]
  .lt-profile-contribution--list
  .lt-profile-contribution__title:before {
  margin-right: 2px;
}

[dir="rtl"]
  .lt-profile-contribution--list
  .lt-profile-contribution__title:before {
  margin-left: 2px;
}

.lt-profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: var(--font-size-small);
}

.lt-profile__no-activity,
.lt-profile__private-activity {
  color: #999;
  text-align: center;
}

.lt-profile-activity-list {
  list-style: none;
}

[dir="ltr"] .lt-profile-activity-list {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-activity-list {
  padding-right: 0;
}

.lt-profile-activity {
  position: relative;
  margin-bottom: calc(var(--line-height-computed) * 1.5);
}

.lt-profile-activity__header {
  margin-bottom: calc(var(--line-height-computed) / 2);

  font-size: var(--font-size-small);
  font-weight: 600;
}

.lt-profile-activity__avatar {
  width: 30px;
  height: 30px;
}

[dir="ltr"] .lt-profile-activity__avatar {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-profile-activity__avatar {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.lt-profile-activity__header:before,
.lt-profile-contribution__title:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .lt-profile-activity__header:before,
[dir="ltr"] .lt-profile-contribution__title:before {
  margin-right: 2px;
}

[dir="rtl"] .lt-profile-activity__header:before,
[dir="rtl"] .lt-profile-contribution__title:before {
  margin-left: 2px;
}

[dir="ltr"] .lt-profile-contribution__title:before {
  margin-right: 4px;
}

[dir="rtl"] .lt-profile-contribution__title:before {
  margin-left: 4px;
}

.lt-profile-activity-list--articles .lt-profile-contribution__title:before,
.lt-profile-activity[class$="-article"] .lt-profile-activity__header:before {
  content: "\f15c";
}

.lt-profile-activity-list--posts .lt-profile-contribution__title:before,
.lt-profile-activity[class$="-post"] .lt-profile-activity__header:before {
  content: "\f086";
}

.lt-profile-activity-list--comments .lt-profile-contribution__title:before,
.lt-profile-activity[class$="-comment"] .lt-profile-activity__header:before {
  font-weight: 500;
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.lt-profile-badge-item {
  border: 1px solid #eceeef;
  border-radius: 0;
}

.lt-profile-badge {
  width: 40px;
  height: 40px;
}

.lt-profile-badge__image {
  width: 40px;
  height: 40px;
}

.lt-attachment-list {
  margin: 0;
  font-size: var(--font-size-small);
  list-style: none;
}

[dir="ltr"] .lt-attachment-list {
  padding-left: 0;
}

[dir="rtl"] .lt-attachment-list {
  padding-right: 0;
}

.lt-attachment-list__item {
  position: relative;
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-attachment-list__item:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .lt-attachment-list__item {
  padding-left: calc(var(--padding-base-horizontal) * 1.5);
}

[dir="rtl"] .lt-attachment-list__item {
  padding-right: calc(var(--padding-base-horizontal) * 1.5);
}

.lt-attachment-list__icon {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .lt-attachment-list__icon {
  left: 0;
}

[dir="rtl"] .lt-attachment-list__icon {
  right: 0;
}

.lt-skip-navigation {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  padding: 20px;
  margin: 20px;
  overflow: hidden;
  font-size: 14px;
  color: white;
  color: #000;
  background-color: #fff;
  border: 1px solid #005BE2;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-skip-navigation {
  left: -999px;
}

[dir="rtl"] .lt-skip-navigation {
  right: -999px;
}

.lt-skip-navigation:focus,
.lt-skip-navigation:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-align: center;
  text-decoration: none;
}

[dir="ltr"] .lt-skip-navigation:focus,
[dir="ltr"] .lt-skip-navigation:active {
  left: auto;
}

[dir="rtl"] .lt-skip-navigation:focus,
[dir="rtl"] .lt-skip-navigation:active {
  right: auto;
}
/* ==========================================================================
  Notification
  ========================================================================== */
.notification {
  display: table;
  width: 100%;
  padding: 13px 15px;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  border: 1px solid;
  transition: height 0.2s;
}

.notification a {
  color: #158ec2;
}

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

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

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

.notification + .notification {
  position: relative;
  top: -1px;
  margin-bottom: -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 {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
  background-size: cover;
}
/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

.notification-dismiss:hover {
  opacity: 1;
}
/* Inline notifications */
.notification-inline {
  position: relative;
  padding: 5px;
  margin-top: 5px;
  line-height: 14px;
  vertical-align: middle;
  border-radius: 4px;
}

[dir="ltr"] .notification-inline {
  text-align: left;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

[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");
}

[dir="ltr"] .notification-inline.notification-error:before {
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: -2px 0 0 5px;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  color: #cc3340;
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir="ltr"] .notification-left-aligned {
  padding-left: 0;
  text-align: left;
}

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

.lt-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .lt-backdrop {
  left: 0;
}

[dir="rtl"] .lt-backdrop {
  right: 0;
}
@media (max-width: 1200px) {
  .lt-backdrop.is-active {
    display: block;
  }
}

.lt-promoted-articles-accordion {
  border: 2px solid #eceeef;
  border-radius: 0;
}

.lt-promoted-articles-accordion-item + .lt-promoted-articles-accordion-item {
  border-top: 2px solid #eceeef;
}

.lt-promoted-articles-accordion-item__title {
  position: relative;
  font-weight: 600;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .lt-promoted-articles-accordion-item__title {
  text-align: left;
}

[dir="rtl"] .lt-promoted-articles-accordion-item__title {
  text-align: right;
}

.lt-promoted-articles-accordion-item__title,
.lt-promoted-articles-accordion-item__title:hover,
.lt-promoted-articles-accordion-item__title:focus,
.lt-promoted-articles-accordion-item__title:active {
  color: #000;
}

.lt-promoted-articles-accordion-item__title:before {
  position: absolute;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  border-bottom: 2px solid #171717;
  transition: transform 0.3s;
}

[dir="ltr"] .lt-promoted-articles-accordion-item__title:before {
  right: 1.5rem;
  border-left: 2px solid #171717;
  transform: rotate(-45deg) translateY(-50%);
}

[dir="rtl"] .lt-promoted-articles-accordion-item__title:before {
  left: 1.5rem;
  border-right: 2px solid #171717;
  transform: rotate(45deg) translateY(-50%);
}

.lt-promoted-articles-accordion-item__content {
  display: none;
}

.lt-popular-searches {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lt-popular-searches__item,
.lt-popular-searches__item:hover,
.lt-popular-searches__item:active,
.lt-popular-searches__item:focus {
  position: relative;
  display: inline-block;
  /* identical to box height, or 117% */

  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;

  color: #666666;
  letter-spacing: -0.015em;
  align-items: center;
}

[dir="ltr"] .lt-popular-searches__item,
[dir="ltr"] .lt-popular-searches__item:hover,
[dir="ltr"] .lt-popular-searches__item:active,
[dir="ltr"] .lt-popular-searches__item:focus {
  margin-right: 5px;
}

[dir="rtl"] .lt-popular-searches__item,
[dir="rtl"] .lt-popular-searches__item:hover,
[dir="rtl"] .lt-popular-searches__item:active,
[dir="rtl"] .lt-popular-searches__item:focus {
  margin-left: 5px;
}

.popular_searches_label {
  /* identical to box height, or 117% */

  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;

  color: #666666;
  letter-spacing: -0.015em;
  align-items: center;
}

.lt-popular-searches__item:not(:last-child):after {
  bottom: 0;
  content: ",";
}

[dir="ltr"] .lt-popular-searches__item:not(:last-child):after {
  right: 0;
}

[dir="rtl"] .lt-popular-searches__item:not(:last-child):after {
  left: 0;
}

[dir="ltr"] .lt-popular-searches__item:first-child {
  margin-left: 5px;
}

[dir="rtl"] .lt-popular-searches__item:first-child {
  margin-right: 5px;
}

.lt-popular-searches__label {
  font-size: 18px;
  color: #666666;
}

[dir="ltr"] .lt-popular-searches__label {
  margin-right: 5px;
}

[dir="rtl"] .lt-popular-searches__label {
  margin-left: 5px;
}

.lt-contact-box {
  display: flex;
  padding: 1.5rem 2rem;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
  font-size: 0.875rem;
  color: #000;
  flex-direction: column;
  border: 2px solid #eceeef;
  border-radius: 0;
  align-items: flex-start;
}

.lt-contact-box__icon {
  width: 2rem;
  height: 2rem;
}

.lt-contact-box__text {
  color: #999;
}

.lt-info-block {
  border: 1px solid #000;
  border-radius: 0;
}

.lt-info-block-container + .lt-home-container,
.lt-home-container:first-child {
  padding-top: 4rem;
}

.lt-info-block-container + .lt-footer-submit-ticket {
  margin-top: 4rem;
}

.lt-vote {
  width: 100%;
}

.lt-vote [aria-selected="true"] {
  z-index: 2;
}

.lt-vote__sum {
  display: block;
  width: 100%;
  padding-top: calc(var(--line-height-computed) / 4);
  padding-bottom: calc(var(--line-height-computed) / 4);
  font-weight: var(--strong-font-weight);
  text-align: center;
}

.lt-vote__control {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #000;
  border-color: #eceeef;
}

.lt-vote__control:hover,
.lt-vote__control:active {
  z-index: 2;
}

.lt-vote__control--active {
  color: #000;
  border-color: #000;
}
/* Search */
/* Search */
.search {
  position: relative;
  display: flex;
}

.search:before {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #666;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FYTMCN6TMD6ZR33J2SAS);
  background-repeat: no-repeat;
  background-size: contain;
  /* opacity: 0.5; */
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search:focus .search:before {
  opacity: 1;
}

[dir="ltr"] .search:before {
  left: 1rem;
}

[dir="rtl"] .search:before {
  right: 1rem;
}

.header-mob-search__search .search:before {
  width: 18px;
  height: 18px;

  background-image: url(/hc/theming_assets/01HZM2FYDA20ZT4VTWSMBPVRBE);
  background-size: cover;
}

.searchbox {
  margin-top: calc(var(--line-height-computed));
}

.searchbox label {
  display: block;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;

  color: #2e2e2e;
  /* identical to box height, or 138% */

  letter-spacing: -0.01em;
  border-bottom: 1px solid #b3b3b3;
}

.searchbox-suggestions ul {
  margin-bottom: calc(var(--line-height-computed));
  list-style: none;
}

.searchbox-suggestions li {
  margin: 16px 0;
}

.searchbox-suggestions li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #666666;
  letter-spacing: -0.01em;
}

.searchbox-suggestions li a:hover {
  color: #005BE2;
}

[dir="ltr"] .searchbox-suggestions ul {
  padding-left: 0;
}

[dir="rtl"] .searchbox-suggestions ul {
  padding-right: 0;
}

.lt-category-hero {
  position: relative;
}

.lt-hero-search__wrapper .lt-dropdown-toggle {
  display: none;
}

.lt-hero-search__wrapper input[type="search"] {
  width: 100%;
}

.lt-category-hero-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 650px;
}

.lt-category-hero-image {
  position: absolute;
  top: 0;
  height: 100%;
}

/*Add search bar to category pages on mobile -- hide hero image */
@media (max-width: 991px) {
  .lt-category-hero-image {
    display: none;
  }
}

[dir="ltr"] .lt-category-hero-image {
  right: 0;
}

[dir="rtl"] .lt-category-hero-image {
  left: 0;
}

.lt-search-box--small__wrapper {
  background-color: #f2f2f2;
}

.lt-search-box-category {
  height: 320px;
  overflow: hidden;
}

/*Add search bar to category pages on mobile */
@media (max-width: 991px) {
  .lt-search-box-category {
    display: flex;
  }
}


@media (max-width: 1250px) {
  .lt-search-box-category {
    padding-left: 24px !important;
  }
}

.lt-header-category-mob {
  display: none;
}
/*Add search bar to category pages on mobile -- hide mobile text since repeats desktop category description*/
@media (max-width: 991px) {
  .lt-header-category-mob {
    display: none;
    padding-top: 0px;
  }
}

.section-main {
  display: flex;
}

.lt-section-article-list .lt-article-list-item__link,
.search-results-list .lt-article-list-item__link {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;

  color: #000000;
  /* identical to box height, or 108% */

  letter-spacing: -0.01em;
}

.lt-section-date {
  position: relative;
}

.lt-section-date:after {
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background: #999;
  border-radius: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .lt-section-date {
  padding-right: 8px;
  margin-right: 8px;
}

[dir="ltr"] .lt-section-date:after {
  right: 0;
}

[dir="rtl"] .lt-section-date {
  padding-left: 8px;
  margin-left: 8px;
}

[dir="rtl"] .lt-section-date:after {
  left: 0;
}

.lt-section-article-content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.lt-section-article-content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;

  /* Primary Palette/Motive - Gray 2 */

  color: #666666;
  /* or 138% */

  letter-spacing: -0.01em;
}

.lt-section-article-content p:hover {
  color: #2e2e2e;
}
@media (max-width: 991px) {
  .lt-section-article-content {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;

    /* Primary Palette/Motive - Gray 2 */

    color: #666666;
    /* or 138% */

    letter-spacing: -0.01em;
  }

  .search-results-list .lt-section-article-content {
    margin-bottom: 0 !important;
  }

  .search-results-list .lt-section-article-content {
    margin-bottom: 0 !important;
  }

  .search-results-list .lt-article-list-item {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    transition: all 0.3s ease;
  }
}

.lt-section-article-list .lt-article-list-item,
.search-results-list .lt-article-list-item {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .lt-section-article-list .lt-article-list-item,
  .search-results-list .lt-article-list-item {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
  }
}

.lt-section-article-list .lt-article-list-item:last-child,
.search-results-list .lt-article-list-item:last-child {
  margin-bottom: 0;
  /* border-bottom: 1px solid #000; */
}

.search-results-list {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .search-results-list {
    padding-top: 24px;
  }
}

[dir="ltr"] .section-aside {
  padding-right: 29px;
}

[dir="rtl"] .section-aside {
  padding-left: 29px;
}

.section-main {
  padding-top: 96px;
}
@media (max-width: 991px) {
  .section-main {
    padding-top: 60px;
  }
}

.lt-article-list-item:hover .lt-article-list-item__link,
.lt-article-list-item:hover .see-all-articles {
  color: #005BE2;
}

.lt-article-list-item:hover .lt-meta {
  color: #999;
}

.lt-article-list-item:hover .lt-section-article-content {
  color: #2e2e2e;
}

.lt-article-list-item:hover .lt-search-result__title {
  color: #005BE2;
}

.lt-article-list-item:hover .lt-article-list-item__link,
.lt-article-list-item:hover .see-all-articles {
  color: #000;
}

[dir="ltr"] .lt-section-article-list {
  padding-left: 29px;
}

[dir="rtl"] .lt-section-article-list {
  padding-right: 29px;
}
@media (max-width: 768px) {
  /* .lt-section-article-list {
    padding-left: 0px !important;
  } */

  [dir="ltr"] .submit-box {
    margin-left: 5px;
  }

  [dir="rtl"] .submit-box {
    margin-right: 5px;
  }

  .submit-box__wrapper {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 500px) {
  .submit-box__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  [dir="ltr"] .lt-section-article-list {
    padding-left: 0 !important;
  }

  [dir="rtl"] .lt-section-article-list {
    padding-right: 0 !important;
  }
}

.lt-search-box {
  position: relative;
}

[dir="ltr"] .lt-search-box {
  margin-left: 0 !important;
  text-align: left;
}

[dir="rtl"] .lt-search-box {
  margin-right: 0 !important;
  text-align: right;
}

.header-search-mob {
  display: none;
  /* @media (max-width: 991px) {
    display: block;

    input[type="search"] {
      padding-left: 40px;

      &:focus {
        border-color: #005BE2;
      }
    }
  } */
}

/*Reduced font size to 18px for smaller mobile screens */
.lt-search-box #query {
  height: 50px;
  padding: 0.875rem 2.5rem;
  font-size: 18px;
  font-weight: 500;
  border-color: #c7c7c7;
  transition: border 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.lt-search-box #query:focus {
  background-color: #fff;
  border-color: #005BE2;
  border-width: 1px;
  outline: 0;
}

.lt-search-box--small {
  min-height: 320px;
  padding-top: 62px;
  /* padding-bottom: 116px; */
  background-color: #f2f2f2;
}

/*Search bar on category mobile -- padding */
@media (max-width: 991px) {
  .lt-search-box--small {
    padding-right: 24px;
    padding-top: 40px;
  }
}

[dir="ltr"] .lt-search-box--small {
  padding-left: 0;
}

[dir="rtl"] .lt-search-box--small {
  padding-right: 0;
}

/*Search Box on Thank You Page after Contact Form*/
.lt-search-box--thankyou {
  min-height: 100px;
  margin-bottom: 50px;
  background-color: #f2f2f2;
}

.lt-search-box--hero-unit {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 768px;
  padding: 48px 60px 56px;
  background-color: #f2f2f2;
  /* margin: 0 auto; */
  transition: top 0.3s ease;
}

@media (max-width: 1280px) {
  .lt-search-box--hero-unit {
    left: -36px !important;
  }
}

/* Adding Search bar to show on mobile; removed display: none; */
@media (max-width: 991px) {
  .lt-search-box--hero-unit {
    left: 0px !important;
    padding: 20px;
  }
}

.lt-search-box--hero-unit .search:before {
  width: 17px;
  height: 17px;
  /* opacity: 0.4; */
}

.lt-search-box--hero-unit #query {
  padding: 0 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .lt-search-box--hero-unit #query {
    height: 50px;
  }
}

.lt-search-box--hero-unit input[type="submit"] {
  display: inline-block;
  height: 60px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .lt-search-box--hero-unit input[type="submit"] {
    display: none;
  }
}

[dir="ltr"] .lt-search-box--hero-unit {
  /* top: -140px; */
  left: -60px;
}

[dir="ltr"] .lt-search-box--hero-unit .search:before {
  left: 20px;
}

[dir="ltr"] .lt-search-box--hero-unit input[type="submit"] {
  margin-left: 16px;
}

[dir="rtl"] .lt-search-box--hero-unit {
  right: -60px;
}

[dir="rtl"] .lt-search-box--hero-unit .search:before {
  right: 20px;
}

[dir="rtl"] .lt-search-box--hero-unit input[type="submit"] {
  margin-right: 16px;
}

.lt-dropdown--language-selector.language-selector.language-selector-mob {
  display: block !important;
}

.mob-header__footer {
  display: none;
}
@media (max-width: 1200px) {
  .mob-header__footer {
    display: block;
    margin-top: 36px;
  }
}
@media (max-width: 991px) {
  .see-all-articles-wrpper {
    display: none !important;
  }
}

.hp-wrapper {
  position: relative;
  margin-top: -140px;
}
@media (max-width: 991px) {
  .hp-wrapper {
    margin-top: 0;
  }
}

.hp-footer {
  margin-top: -55px !important;
}
@media (max-width: 991px) {
  .hp-footer {
    margin-top: 60px !important;
  }
}
/* .lt-search-results-page {
  margin-bottom: calc(var(--line-height-computed) * 2);
} */
.lt-search-result {
  border-bottom: var(--border-width) solid #eceeef;
}

.lt-section-article-content em {
  font-weight: 600;
  text-decoration: underline;
}

.lt-search-result__text em {
  padding: 0 3px;
  font-weight: 600;
  text-decoration: underline;
  background-color: #fff3ca;
  border-radius: 3px;
}

.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}

.filters {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .filters {
    margin-left: auto;
  }
}

.filter-row__wrapper {
  border-bottom: 1px solid #e6e6e6;
}

.show-results-text {
  /* identical to box height, or 122% */

  display: flex;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;

  color: #666666;
  letter-spacing: -0.015em;
  align-items: center;
}
@media (max-width: 991px) {
  .show-results-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;

    color: #666666;
    /* identical to box height, or 138% */

    letter-spacing: -0.01em;
  }
}

.filter-dropdown .lt-dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.filter-dropdown .lt-dropdown-menu {
  top: 40px !important;
}

.filter-dropdown .lt-dropdown-toggle:after {
  position: absolute;
  top: 50%;
  display: block !important;
  width: 14px;
  height: 8px;
  content: "";

  background-image: url(/hc/theming_assets/01HZM2FNDQ4QSPNBBHWV1A4EQB);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .filter-dropdown .lt-dropdown-toggle:after {
    background-image: url(/hc/theming_assets/01HZM2FNHVV19QKA4GV2KMC24Z);
  }

  .filter-dropdown .lt-dropdown-toggle:after {
    right: 0 !important;
    width: 15px;
  }
}

.filter-dropdown .lt-dropdown-toggle:before {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 24px;
  content: "";
  background-color: #919191;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .filter-dropdown .lt-dropdown-toggle:before {
    left: 0;
    width: 15px;
    height: 20px;
    background-color: transparent;
    background-image: url(/hc/theming_assets/01HZM2FQQMPW09E6K21X6QTG7N);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.filter-dropdown .lt-dropdown-toggle {
  /* identical to box height, or 122% */

  display: flex;
  width: 217px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;

  color: #2e2e2e;
  letter-spacing: -0.015em;
  background-color: #f2f2f2;
  align-items: center;
}

@media (max-width: 991px) {
  .filter-dropdown .lt-dropdown-toggle {
    width: auto;
    padding: 5px 25px !important;
    background-color: transparent;
  }
}

.filter-dropdown .lt-dropdown-toggle:hover {
  font-weight: 500 !important;
  color: #000 !important;
}

[dir="ltr"] .filter-dropdown .lt-dropdown-toggle:after {
  right: 16px;
  padding-left: 8px;
}

[dir="ltr"] .filter-dropdown .is-active.lt-dropdown-toggle:after {
  transform: translateY(-50%) rotate(180deg);
}

[dir="ltr"] .filter-dropdown .lt-dropdown-toggle:before {
  right: 45px;
}

[dir="ltr"] .filter-dropdown .lt-dropdown-toggle {
  padding: 9px 48px 9px 16px;
}

[dir="rtl"] .filter-dropdown .lt-dropdown-toggle:after {
  left: 16px;
  padding-right: 8px;
}

[dir="rtl"] .filter-dropdown .is-active.lt-dropdown-toggle:after {
  transform: translateY(-50%) rotate(-180deg);
}

[dir="rtl"] .filter-dropdown .lt-dropdown-toggle:before {
  left: 45px;
}

[dir="rtl"] .filter-dropdown .lt-dropdown-toggle {
  padding: 9px 16px 9px 48px;
}

.hidden-class {
  opacity: 0;
}

.filter-pretext {
  display: inline-block;
  /* identical to box height, or 117% */

  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;

  color: #666666;
  letter-spacing: -0.015em;
  align-items: center;
}

@media (max-width: 991px) {
  .filter-pretext {
    display: none;
  }
}

[dir="ltr"] .filter-pretext {
  margin-right: 12px;
}

[dir="rtl"] .filter-pretext {
  margin-left: 12px;
}

.search-hero-title {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;

  color: #000000;
  /* identical to box height, or 115% */

  letter-spacing: -0.02em;
  font-feature-settings: "tnum" on, "lnum" on;
}

.search-hero input[type="search"] {
  width: 590px;
  padding: 14px 42px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .lt-section-article-content {
    margin-bottom: 0 !important;
  }
}

.filters .lt-dropdown-menu {
  width: 217px;
}

.lt-search-result__title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;

  color: #000000;

  /* identical to box height, or 108% */

  letter-spacing: -0.01em;
  transition: all 0.3s ease;
}

.lt-search-result__title:hover {
  color: #003c96;
}
@media (max-width: 991px) {
  .lt-search-result__title {
    /* identical to box height, or 117% */

    display: flex;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #000;
    letter-spacing: -0.015em;
    align-items: center;
  }
}

.no-results__title {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;

  color: #000000;
  /* identical to box height, or 120% */

  letter-spacing: -0.01em;
}

.no-results__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;

  color: #666666;
  /* or 117% */

  letter-spacing: -0.015em;
}

.no-results__suggested {
  margin-top: 134px;
}

.no-results__suggested h2 {
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;

  color: #000000;
  /* identical to box height, or 120% */

  letter-spacing: -0.01em;
}

.lt-suggested-list-item__link {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;

  color: #000000;
  /* identical to box height, or 144% */

  letter-spacing: -0.01em;
}

.lt-suggested-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lt-suggested-list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}

.show-results-text-mob {
  display: none;
}
@media (max-width: 991px) {
  .show-results-text-mob {
    display: block;
    margin-top: 16px;
  }
}

.show-results-text-desk {
  display: block;
}
@media (max-width: 991px) {
  .show-results-text-desk {
    display: none;
  }
}

.faq-title {
  max-width: 500px;
}

.mob-search__wrapper {
  display: none;
}

@media (max-width: 991px) {
  .mob-search__wrapper {
    display: block;
    margin-top: 20px;
  }
}

.mob-search__wrapper .search:before {
  width: 18px;
  height: 18px;

  background-image: url(/hc/theming_assets/01HZM2FYDA20ZT4VTWSMBPVRBE);
  background-size: cover;
}

[dir="ltr"] .mob-search__wrapper input[type="search"] {
  padding-left: 40px;
}

[dir="rtl"] .mob-search__wrapper input[type="search"] {
  padding-right: 40px;
}

.filter-btn {
  font-weight: 500;
  color: #2e2e2e;
}
@media (max-width: 991px) {
  .filter-btn {
    font-size: 14px !important;
  }
}

.filter-btn:hover {
  color: #000;
}

.filter-btn:active,
.filter-btn:focus {
  outline: none;
}
@media (max-width: 768px) {
  zd-autocomplete-multibrand {
    display: block;
  }
}
/* ==========================================================================
  Search Results Filters
   ========================================================================== */
.lt-search-filters {
  font-size: 0.875rem;
  background-color: var(--gray-lighter);
  border-radius: 0;
}

.lt-search-filter__btn {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 0;
}

[dir="ltr"] .lt-search-filter__btn {
  text-align: left;
}

[dir="rtl"] .lt-search-filter__btn {
  text-align: right;
}

.lt-search-filter__btn:after {
  position: absolute;
  top: 50%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.5;
  color: inherit;
  content: "\f107";
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

[dir="ltr"] .lt-search-filter__btn:after {
  right: 0.5rem;
}

[dir="rtl"] .lt-search-filter__btn:after {
  left: 0.5rem;
}

[dir="ltr"] .lt-search-filter__btn.is-active:after {
  transform: translateY(-50%) rotate(-180deg);
}

[dir="rtl"] .lt-search-filter__btn.is-active:after {
  transform: translateY(-50%) rotate(180deg);
}

.lt-search-filter__item.is-active .lt-search-filter__link {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.lt-search-filter__link {
  align-items: center;
  color: #000;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
}

.lt-search-filter__link:hover,
.lt-search-filter__link:focus,
.lt-search-filter__link:active {
  background-color: var(--gray-lightest);
  border-color: var(--gray-lightest);
}

.lt-search-filter__link:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lt-search-filter__count {
  display: inline-flex;
  font-size: var(--font-size-small);
}
/* My Activities */
.lt-my-activities-items {
  width: 100%;
  margin-bottom: calc(var(--line-height-computed) * 2);
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (min-width: 576px) {
  .lt-my-activities-items {
    table-layout: auto;
  }
}

.lt-my-activities-items__head {
  display: none;
  color: #999;
}
@media (min-width: 576px) {
  .lt-my-activities-items__head {
    display: table-header-group;
    font-size: var(--font-size-small);
    font-weight: var(--strong-font-weight);
    text-transform: uppercase;
  }
}
@media (min-width: 576px) {
  .lt-my-activities-items__body {
    display: table-row-group;
  }
}

.lt-my-activities-items__row {
  display: block;
}
@media (min-width: 576px) {
  .lt-my-activities-items__row {
    display: table-row;
  }
}

.lt-my-activities-items__col {
  display: block;
}
@media (min-width: 576px) {
  .lt-my-activities-items__col {
    display: table-cell;
    padding-top: calc(var(--line-height-computed) / 2);
    padding-bottom: calc(var(--line-height-computed) / 2);
    border-bottom: 1px solid #eceeef;
  }

  [dir="ltr"] .lt-my-activities-items__col + .lt-my-activities-items__col {
    padding-left: var(--padding-base-horizontal);
  }

  [dir="rtl"] .lt-my-activities-items__col + .lt-my-activities-items__col {
    padding-right: var(--padding-base-horizontal);
  }
}
@media (max-width: 575px) {
  .lt-my-activities-items__request-id {
    display: inline;
  }
}
@media (min-width: 576px) {
  .lt-my-activities-items__request-id {
    display: none;
  }
}

.lt-my-activities-items__col .requests-link {
  color: #999;
  white-space: nowrap;
}

.lt-my-activities-items__col
  .requests-link[href*="asc"]
  .requests-sort-symbol:after {
  content: "\f0d8";
}
@media (min-width: 576px) {
  [dir="ltr"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-right: 1rem;
  }
}

.lt-my-activities-menu--main {
  border-bottom: var(--border-width) solid #eceeef;
}

.lt-my-activities-menu--main .lt-my-activities-menu-item {
  padding: 0.5rem 1rem;
  background-color: #005BE2;
  border-radius: 0;
}

.lt-my-activities-menu-item__link,
.lt-my-activities-menu-item__link:hover,
.lt-my-activities-menu-item__link:focus {
  color: #fff;
}

.lt-my-activities-menu--main .lt-my-activities-menu-item.is-active {
  font-weight: var(--strong-font-weight);
  color: #000;
  background-color: var(--gray-lighter);
}

.lt-my-activities-menu--sub .lt-my-activities-menu-item.is-active {
  font-weight: var(--strong-font-weight);
}

.lt-my-activities-menu-item {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-right: 1rem;
  }
}
@media (min-width: 576px) {
  .lt-my-activities-menu--sub
    .lt-my-activities-menu-item
    + .lt-my-activities-menu-item:before {
    font-size: 10px;
    content: "\2022";
  }

  [dir="ltr"]
    .lt-my-activities-menu--sub
    .lt-my-activities-menu-item
    + .lt-my-activities-menu-item:before {
    margin-right: 1rem;
  }

  [dir="rtl"]
    .lt-my-activities-menu--sub
    .lt-my-activities-menu-item
    + .lt-my-activities-menu-item:before {
    margin-left: 1rem;
  }
}
@media (max-width: 575px) {
  .lt-my-activities-item {
    padding: calc(var(--line-height-computed) / 2)
      var(--padding-base-horizontal);
    margin-bottom: calc(var(--line-height-computed));
    border: var(--border-width) solid #eceeef;
    border-radius: 0;
  }
}

.lt-my-activities-item__meta {
  font-size: 14px;
  color: #999;
}
@media (max-width: 575px) {
  .lt-my-activities-item__meta {
    display: inline-block;
    margin-right: calc(var(--padding-base-horizontal) / 2);
  }
}

.lt-my-activities-item__title {
  font-weight: 500;
}
@media (max-width: 575px) {
  .lt-my-activities-item__title {
    font-size: var(--font-size-h4);
  }
}
@media (max-width: 575px) {
  .lt-my-activities-item__icon {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .lt-my-activities-item__icon {
    display: none;
  }
}

.subscriptions-subscribe div {
  display: inline-block;
}
/* Comments */
/* ==========================================================================
  Comment Form
  ========================================================================== */
.lt-comment-form {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .lt-comment-form {
    padding-left: 3.5rem;
  }
}

.lt-comment-form__avatar {
  position: absolute;
  top: 0;
}

@media (max-width: 575px) {
  .lt-comment-form__avatar {
    display: none;
  }
}

[dir="ltr"] .lt-comment-form__avatar {
  left: 0;
}

[dir="rtl"] .lt-comment-form__avatar {
  right: 0;
}

.lt-comment-form__attachments {
  margin-bottom: 24px;
}

.lt-comment-form__mark-as-solved {
  position: relative;
}

.lt-comment-form__ccs {
  margin-bottom: 0;
}

.lt-comment-form__ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lt-comment-form__body {
  margin-bottom: 16px;
}
/* ==========================================================================
  Comment Sorter
  ========================================================================== */
.lt-comment-sorter {
  border-bottom: var(--border-width) solid var(--gray-lighter);
}

.lt-comment-sorter__item.is-active {
  font-weight: 600;
}

.lt-comment-sorter__item + .lt-comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  font-weight: 900;
  content: "\2022";
}
/* ==========================================================================
  Comment
  ========================================================================== */
.lt-comment {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: var(--border-width) solid #eceeef;
}

.lt-comment__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lt-comment__header {
  position: relative;
  margin-bottom: 24px;
}

.lt-comment__content {
  flex-grow: 1;
}

.lt-comment__voting-and-actions {
  flex-shrink: 0;
}

[dir="ltr"] .lt-comment__voting-and-actions {
  margin-left: 16px;
}

[dir="rtl"] .lt-comment__voting-and-actions {
  margin-right: 16px;
}

.lt-comment__official-heading {
  position: absolute;
  top: 0;
  width: auto;
  padding: 2px 8px;
  font-size: var(--font-size-small);
  color: #fff;
  background-color: #000;
  border-radius: 0 0 0 0;
}

[dir="ltr"] .lt-comment__official-heading {
  right: 36px;
}

[dir="rtl"] .lt-comment__official-heading {
  left: 36px;
}

.lt-comment--official .lt-comment__inner {
  position: relative;
  padding: 24px;
  border: var(--border-width) solid #000;
  border-radius: 0;
}

.lt-comment__body {
  margin-bottom: 24px;
  word-break: break-word;
}

.lt-comment__body ul {
  list-style: disc;
}

.lt-comment__body ul ul,
.lt-comment__body ul ol,
.lt-comment__body ol ul,
.lt-comment__body ol ol {
  margin-top: 12px;
}

.lt-comment__body ul li,
.lt-comment__body ol li {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .lt-comment__body {
    margin-bottom: 0;
  }
}

[dir="ltr"] .lt-comment__body ul,
[dir="ltr"] .lt-comment__body ol {
  padding-left: 20px;
}

[dir="rtl"] .lt-comment__body ul,
[dir="rtl"] .lt-comment__body ol {
  padding-right: 20px;
}

.lt-comment__actions {
  padding-top: 8px;
}

.lt-comment__actions button {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}
/* Comment List */
.lt-comments {
  margin-bottom: 48px;
}

.lt-comments__callout:empty {
  display: none;
}

.lt-comments__list {
  list-style: none;
}

[dir="ltr"] .lt-comments__list {
  padding-left: 0;
}

[dir="rtl"] .lt-comments__list {
  padding-right: 0;
}
/* Article */
.lt-article-box {
  display: flex;
  padding: 2rem;
  font-size: 0.875rem;
  color: #000;
  flex-direction: column;
  background-color: var(--gray-lightest);
  border-radius: 0;
  align-items: flex-start;
}

.lt-article-box__icon {
  width: 2rem;
  height: 2rem;
}

.lt-article-box__text {
  color: #999;
}

.lt-article-boxes {
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 992px) {
  .sidenav-enabled .lt-article-boxes,
  .toc-enabled .lt-article-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.lt-article-container {
  display: flex;
  margin-right: calc(var(--grid-gutter-width) * -1);
  margin-left: calc(var(--grid-gutter-width) * -1);
  flex-wrap: wrap;
}

.lt-article-container__column {
  width: 100%;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
}

.lt-article-container__sidenav,
.lt-article-container__toc {
  display: none;
}

html.sidenav-enabled .lt-article-container__sidenav,
.toc-enabled .lt-article-container__toc {
  display: block;
}

html.sidenav-enabled .lt-article-container__sidenav {
  padding-bottom: 24px;
}
/* .lt-article-container__sidebar {
  @media (--screen-xs-max) {
    padding-top: calc(var(--line-height-computed));

  }
} */
@media (min-width: 991px) {
  .lt-article-container__article {
    width: calc(100% / 12 * 8);
  }

  .lt-article-container__sidebar {
    width: calc(100% / 12 * 4);
  }

  .toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 4);
  }

  .toc-enabled .lt-article-container__sidebar {
    width: 100%;
  }

  html.sidenav-enabled .lt-article-container__sidenav {
    width: calc(100% / 12 * 4);
  }

  html.sidenav-enabled .lt-article-container__sidebar {
    flex-grow: 1;
  }

  html[dir="ltr"].sidenav-enabled .lt-article-container__sidebar {
    margin-left: calc(100% / 12 * 4);
  }

  html[dir="rtl"].sidenav-enabled .lt-article-container__sidebar {
    margin-right: calc(100% / 12 * 4);
  }

  html.sidenav-enabled.toc-enabled .lt-article-container__sidenav,
  html.sidenav-enabled.toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 3);
  }

  html.sidenav-enabled.toc-enabled .lt-article-container__article {
    width: calc(100% / 12 * 6);
  }

  html[dir="ltr"].sidenav-enabled.toc-enabled .lt-article-container__sidebar {
    margin-left: calc(100% / 12 * 3);
  }

  html[dir="rtl"].sidenav-enabled.toc-enabled .lt-article-container__sidebar {
    margin-right: calc(100% / 12 * 3);
  }
}
@media (min-width: 992px) {
  html.sidenav-enabled.toc-enabled .lt-article-container__article {
    width: calc(100% / 12 * 7);
  }

  html.sidenav-enabled.toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 2);
  }
}

.header-wrapper.is-fixed {
  z-index: 6 !important;
}

.sidenav__articles-list {
  display: none;
  padding-top: 24px;
}

.sidenav__section--articles.is-active .sidenav__articles-list {
  display: block !important;
}

.sidenav__section--articles {
  margin: 32px 0;
}

.lt-article-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .lt-article-list {
  padding-left: 0;
}

[dir="rtl"] .lt-article-list {
  padding-right: 0;
}

.lt-article-list-item--is-promoted span {
  position: relative;
  top: -0.125rem;
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.lt-article-list-item {
  display: block;
  margin-bottom: 2rem;
  cursor: default;
  transition: all 0.3s ease;
}

.lt-article-list-item:nth-child(2n) {
  display: none;
}

.lt-article-list-item:hover .lt-article-list-item__link {
  color: #005BE2 !important;
  transition: all 0.3s ease;
}

.lt-article-list-item:hover .lt-meta {
  transition: all 0.3s ease;
}

.lt-article-list-item:hover .lt-section-article-content p {
  color: #2e2e2e;
  transition: all 0.3s ease;
}

.lt-article-list-item:hover .see-all-articles {
  color: #005BE2 !important;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .lt-article-list-item {
    margin-bottom: 28px;
  }
}

[dir="ltr"] .lt-article-list-item {
  padding-right: 24px;
}

[dir="rtl"] .lt-article-list-item {
  padding-left: 24px;
}

.show-nth.lt-article-list .lt-article-list-item,
.show-nth.search-results-list .lt-article-list-item {
  display: block;
  margin-bottom: 2rem;
  cursor: default;
  transition: all 0.3s ease;
}

.show-nth.lt-article-list .lt-article-list-item:nth-child(2n),
.show-nth.search-results-list .lt-article-list-item:nth-child(2n) {
  display: block;
}

.show-nth.lt-article-list .lt-article-list-item:last-child,
.show-nth.search-results-list .lt-article-list-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

[dir="ltr"] .show-nth.lt-article-list .lt-article-list-item,
[dir="ltr"] .show-nth.search-results-list .lt-article-list-item {
  padding-right: 24px;
}

[dir="rtl"] .show-nth.lt-article-list .lt-article-list-item,
[dir="rtl"] .show-nth.search-results-list .lt-article-list-item {
  padding-left: 24px;
}

.search-results-list .lt-article-list-item:last-child {
  padding: 0 !important;
}

.category-page .section h2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .category-page .lt-article-list {
    display: none;
  }
}

.category-page .section {
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 45px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .category-page .section {
    /* padding-right: 12px;
      padding-left: 12px; */
    padding: 0 !important;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .category-page .section {
    /* padding-right: 24px;
      padding-left: 24px; */
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .category-page .lt-section-link {
    padding-bottom: 24px;
    margin-bottom: 0;
    font-size: 18px;
    border-top: none;
  }
}

.see-all-articles {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.015em;
}

.see-all-articles:after {
  position: absolute;
  top: 4px;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FV6Y80QH97S0MP63K1PK);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.see-all-articles:hover {
  color: #005BE2 !important;
}

[dir="ltr"] .see-all-articles {
  padding-right: 28px;
}

[dir="ltr"] .see-all-articles:after {
  right: 0;
}

[dir="rtl"] .see-all-articles {
  padding-left: 28px;
}

[dir="rtl"] .see-all-articles:after {
  left: 0;
}

.lt-section-article-list .see-all-articles {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #000000;
  letter-spacing: -0.015em;
}

.lt-section-article-list .see-all-articles:hover {
  color: #005BE2 !important;
}

.lt-related-info__more-back {
  position: relative;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.015em;
}

.lt-related-info__more-back:after {
  position: absolute;
  top: 4px;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(/hc/theming_assets/01HZM2FV6Y80QH97S0MP63K1PK);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[dir="ltr"] .lt-related-info__more-back {
  padding-left: 30px !important;
}

[dir="ltr"] .lt-related-info__more-back:after {
  left: 0;
  transform: rotate(180deg);
}

[dir="rtl"] .lt-related-info__more-back {
  padding-right: 30px !important;
}

[dir="rtl"] .lt-related-info__more-back:after {
  right: 0;
  transform: rotate(-180deg);
}
@media (max-width: 550px) {
  .art-mb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .dot:after {
    display: none;
  }
}

.lt-article-vote {
  position: relative;

  padding: calc(var(--line-height-computed)) var(--padding-base-horizontal);
  background-color: var(--gray-lightest);
  border-radius: 0;
}

.lt-article-vote__controls {
  display: block;
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-article-vote__item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.lt-article-vote__item:hover,
.lt-article-vote__item:focus,
.lt-article-vote__item:active {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.lt-article-vote__item:active {
  background-image: none;
}

.lt-article-vote__item:after {
  content: "";
}

.lt-article-vote__item--voted {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.lt-article-vote__question {
  display: block;
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-article-vote__count {
  display: block;
  font-size: calc((16px * 0.75) - 2);

  color: #999;
}

.lt-article-page {
  margin-bottom: calc(var(--line-height-computed) * 2);
}

.article-page {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .article-page {
    padding-top: 0;
  }
}

.lt-article {
  position: relative;
  color: #2e2e2e;
}

.lt-article h1,
.lt-article h2,
.lt-article h3,
.lt-article h4 {
  color: #000;
}

.lt-article .lt-meta {
  font-size: 14px;
}
@media (max-width: 991px) {
  .lt-article .lt-meta time {
    display: inline-block;
    margin-left: 5px;
  }
}

[dir="ltr"] .lt-article-subscribe > * + * {
  margin-left: 1rem;
}

[dir="rtl"] .lt-article-subscribe > * + * {
  margin-right: 1rem;
}

.lt-article__body {
  border-bottom: 4px solid #000;
}
@media (max-width: 991px) {
  .lt-article__body {
    border-bottom: 2px solid #000;
  }
}

.lt-article__body {
  margin-bottom: 40px;
  word-break: break-word;
}

.lt-article__body h2,
.lt-article__body .wysiwyg-font-size-x-large {
  font-size: var(--font-size-h2);
  margin-top: 20px;
    margin-bottom: 5px;
}

.lt-article__body .wysiwyg-font-size-large {
  font-size: var(--font-size-h3);
  line-height: 1.2;
}

.lt-article__body .wysiwyg-font-size-medium {
  font-size: var(--font-size-h4);
  line-height: 1.2;
}

.lt-article__body .wysiwyg-font-size-small {
  font-size: var(--font-size-small);
}

.lt-article__body ul ul,
.lt-article__body ul ol,
.lt-article__body ol ul,
.lt-article__body ol ol {
  margin-top: calc(var(--line-height-computed) / 2);
  margin-bottom: 0;
}

.lt-article__body ul li,
.lt-article__body ol li {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

/* Adds border to all images in articles*/
.lt-article__body img {
  border-color: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}

/* Adds padding in tables in articles*/
.lt-article__body td {
  padding: 5px 12px 5px 12px;
}

.lt-article__body a[target="_blank"]:after,
.lt-article__body .lt-footer__info-item--back .lt-footer__info-link:after {
  display: inline-flex;
  margin: 0px 4px 0px 4px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  align-self: baseline;
  text-rendering: auto;
}

[dir="ltr"] .lt-article__body ul {
  padding-left: 35px;
  margin-bottom: 0px; 
}

[dir="ltr"] .lt-article__body ol {
   padding-left: 20px;
  margin-bottom: 0px; }

[dir="rtl"] .lt-article__body ul,
[dir="rtl"] .lt-article__body ol {
  padding-right: 20px;
}

.lt-footer__info-item--back a:after {
  display: inline-flex;
  margin: 0px 4px 0px 4px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  align-self: baseline;
  text-rendering: auto;
}
@media (max-width: 575px) {
  .lt-article-sidebar {
    padding-top: calc(var(--line-height-computed));

    border-top: var(--border-width) solid #eceeef;
  }
}

.article-sections__title {
  margin-bottom: 24px;
  font-size: 24px;
}

.article-sections__list {
  display: flex;
  padding: 0;
  margin: 0;
  /* margin-bottom: 200px; */
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

.article-sections__item {
  margin-bottom: 12px;
}

[dir="ltr"] .article-sections__item {
  margin-right: 12px;
}

[dir="rtl"] .article-sections__item {
  margin-left: 12px;
}

.article-sections__link {
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  background-color: #f7f7f7;
}

.lt-article-search {
  margin-bottom: 48px;

  /* .search:before {
    opacity: 0.5;
  } */
}

@media (max-width: 991px) {
  .lt-article-search {
    display: none;
  }
}

.lt-article-search input[type="search"] {
  width: 300px;
  font-size: 18px;
  /* border: 1px solid #c7c7c7; */
}

[dir="ltr"] .lt-article-search input[type="search"] {
  padding: 12px 12px 12px 40px;
}

[dir="rtl"] .lt-article-search input[type="search"] {
  padding: 12px 40px 12px 12px;
}

/* Show Section Navigation on articles - Mobile only */
.show-nav {
  display: none;
}
@media (max-width: 991px) {
  .show-nav {
    display: block;
    padding: 25px 0 0 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

    color: #005be2;
    /* identical to box height, or 150% */

    letter-spacing: -0.014em;
    background-color: transparent;
    border: none;
    font-feature-settings: "tnum" on, "lnum" on;
  }
}

/* Back button on articles - Mobile only */
.go-back {
  display: none;
}
@media (max-width: 991px) {
  .go-back {
    display: block;
    padding: 0 0 0 0;
    margin-bottom: 36px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

    color: #005be2;
    /* identical to box height, or 150% */

    letter-spacing: -0.014em;
    background-color: transparent;
    border: none;
    font-feature-settings: "tnum" on, "lnum" on;
  }
}

textarea:focus #hc-wysiwyg {
  border-color: #005BE2;
  border-radius: 0;
}
/* Category */
.lt-category-tree-item {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .lt-category-tree-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.lt-category-tree-item__sections {
  margin-bottom: calc(var(--line-height-computed));
}
@media (min-width: 991px) {
  .lt-category-tree-item__sections .section {
    min-height: 364px;
  }
}

.lt-category-tree-item__title {
  font-size: 40px;
  font-weight: 600;
  /* line-height: 24px; */

  /* secondary/grey-90 */

  color: #171717;
  /* identical to box height, or 60% */

  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .lt-category-tree-item__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;

    color: #000000;
    /* or 117% */

    letter-spacing: -0.02em;
  }
}

.lt-category-tree-item__title-link {
  color: inherit;
}

[dir="ltr"] .faq__wrapper {
  padding: 42px 65px 62px 0;
}

[dir="rtl"] .faq__wrapper {
  padding: 42px 0 62px 65px;
}

.lt-related-info {
  position: relative;
  /* margin-bottom: 88px; */
  border-top: 4px solid #f2f2f2;
}

.lt-related-info:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50%;

  height: 100%;
  content: "";
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .lt-related-info:after {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lt-related-info {
    margin-bottom: -60px;
  }
}

[dir="ltr"] .lt-related-info:after {
  left: 0;
}

[dir="rtl"] .lt-related-info:after {
  right: 0;
}

.faq__title {
  display: inline-block;
  margin-bottom: 42px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .faq__title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

.lt-related-info__more {
  margin-top: 42px;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir="ltr"] .lt-related-info__more {
  padding-left: 0;
}

[dir="rtl"] .lt-related-info__more {
  padding-right: 0;
}

.lt-related-info__link {
  font-size: 16px;
  color: #666;
}

.lt-related-info__link:hover {
  color: #005BE2;
}

.lt-related-info__item {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .lt-related-info__item {
    margin-bottom: 24px;
  }
}

.lt-related-info__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lt-related-info__wrapper {
  display: flex;
  flex-wrap: wrap;
}

[dir="ltr"] .faq__wrapper-updated {
  padding-left: 2rem;
}

[dir="rtl"] .faq__wrapper-updated {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  [dir="ltr"] .faq__wrapper-updated {
    padding-left: 0 !important;
  }

  [dir="rtl"] .faq__wrapper-updated {
    padding-right: 0 !important;
  }
}

.lt-category-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Removed display property so make scollbar appear on site */
::-webkit-scrollbar {
}
@media (min-width: 991px) {
  .d-mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .faq__wrapper {
    width: 100%;
    border-bottom: 2px solid #e2e2e2;
  }
}

.lt-category-accordion {
  border: 1px solid var(--gray-lighter);
  border-radius: 0;
}

.lt-category-accordion__link {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .lt-category-accordion__link {
  text-align: left;
}

[dir="rtl"] .lt-category-accordion__link {
  text-align: right;
}

.lt-category-accordion__link:before {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  border-bottom: 2px solid #171717;
  transition: transform 0.3s;
}

[dir="ltr"] .lt-category-accordion__link:before {
  right: 1.5rem;
  border-left: 2px solid #171717;
  transform: rotate(-45deg) translateY(-50%);
}

[dir="rtl"] .lt-category-accordion__link:before {
  left: 1.5rem;
  border-right: 2px solid #171717;
  transform: rotate(45deg) translateY(-50%);
}

.lt-category-accordion__link--active:before {
  transition: transform 0.3s;
}

[dir="ltr"] .lt-category-accordion__link--active:before {
  transform: rotate(135deg);
}

[dir="rtl"] .lt-category-accordion__link--active:before {
  transform: rotate(-135deg);
}

.lt-category-accordion__sections {
  display: none;
  border-top: 1px solid var(--gray-lighter);
}
/* Section */
.lt-section-link {
  position: relative;
  display: block;
  padding-top: 24px;
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: inherit;
  transition: all 0.3s ease;
}

.lt-article-list-item__link {
  color: #666;
}

.lt-article-list-item__link:hover {
  color: #005BE2 !important;
}

.lt-article-list-item__link-s {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .lt-article-list-item__link-s {
    display: flex;
    margin-bottom: 4px !important;
    font-size: 18px !important;
    line-height: 24px !important;

    color: #000000;
    letter-spacing: -0.015em;
  }
}
@media (max-width: 991px) {
  .lt-container-inne-hero-section-desk {
    display: none;
  }
}

.lt-container-inne-hero-section {
  display: none;
}
@media (max-width: 991px) {
  .lt-container-inne-hero-section {
    display: block;
  }
}
@media (max-width: 1200px) {
  .topbar-section-title {
    padding: 0 !important;
    font-size: 16px;
    color: #666 !important;
    white-space: break-spaces !important;
  }
}
/* .topbar-section-title:last-child {
  @media (max-width: 991px) {
    white-space: break-spaces;
    border-bottom: 1px solid #999999;
  }
} */
.lt-article__title {
  margin-bottom: 18px;
  font-size: 42px;
}
@media (max-width: 991px) {
  .lt-article__title {
    margin-bottom: 12px;
    font-size: 36px;
  }
}

.art-mb {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .art-mb {
    margin-bottom: 20px;
  }
}

.lt-section-link-show {
  position: relative;
  top: 25px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: none;
}
@media (max-width: 768px) {
  .lt-section-link-show {
    padding-right: 18px;
  }

  .lt-section-link-show:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 2px;
    content: "";
    background-color: #999;
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }

  .lt-section-link-show:before {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 2px;
    height: 18px;
    content: "";
    background-color: #999;
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }
}

[dir="ltr"] .is-active.lt-section-link-show:before {
  transform: translateY(-50%) rotate(90deg);
}

[dir="rtl"] .is-active.lt-section-link-show:before {
  transform: translateY(-50%) rotate(-90deg);
}

.section-title__header {
  display: flex;
  border-top: 1px solid #000;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-title__header {
    margin-bottom: 0;
    border-top: 2px solid #e6e6e6;
  }
}

[dir="ltr"] .section-title__header {
  padding-right: 12px;
}

[dir="rtl"] .section-title__header {
  padding-left: 12px;
}
@media (max-width: 1200px) {
  .section .see-all-articles-wrpper {
    margin-bottom: 24px !important;
  }
}

.lt-section-articles {
  margin-bottom: calc(var(--line-height-computed));
}

.lt-section-articles__title {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: 24px;
}

.lt-section-articles__list {
  list-style: none;
}

[dir="ltr"] .lt-section-articles__list {
  padding-left: 0;
}

[dir="rtl"] .lt-section-articles__list {
  padding-right: 0;
}

.lt-section-articles__item {
  margin-bottom: 24px;
}

.lt-section-articles__link {
  display: inline-block;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
}

.lt-section-articles__link.is-active {
  color: #fff;
  background-color: #000;
}
/* Community */
.lt-community-nav {
  border-bottom: var(--border-width) solid #eceeef;
}

.lt-community-nav-item {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  [dir="ltr"] .lt-community-nav-item + .lt-community-nav-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-community-nav-item + .lt-community-nav-item {
    margin-right: 1rem;
  }
}

.lt-community-nav-item.is-active {
  font-weight: var(--strong-font-weight);
}

[dir="ltr"] .lt-community-follow > * + * {
  margin-left: 1rem;
}

[dir="rtl"] .lt-community-follow > * + * {
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .lt-topic-controls {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .lt-topic-controls__item {
    display: flex;
    align-items: center;
  }
}

.lt-topic-controls__item--subscribe {
  display: flex;
  align-items: center;
}

.lt-post {
  position: relative;
}

.lt-post__text {
  word-wrap: break-word;
}

.lt-post__text ul {
  list-style: disc;
}

.lt-post__text ul ul,
.lt-post__text ul ol,
.lt-post__text ol ul,
.lt-post__text ol ol {
  margin-top: calc(var(--line-height-computed) / 2);
}

.lt-post__text ul li,
.lt-post__text ol li {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

[dir="ltr"] .lt-post__text ul,
[dir="ltr"] .lt-post__text ol {
  padding-left: 20px;
}

[dir="rtl"] .lt-post__text ul,
[dir="rtl"] .lt-post__text ol {
  padding-right: 20px;
}

.lt-post__body {
  word-break: break-word;
}

[dir="ltr"] .lt-post__body {
  padding-right: calc(40px + var(--padding-base-horizontal));
}

[dir="rtl"] .lt-post__body {
  padding-left: calc(40px + var(--padding-base-horizontal));
}

.lt-post__voting-and-actions {
  position: absolute;
  top: 0;
  width: 40px;
  text-align: center;
}

.lt-post__voting-and-actions .lt-dropdown-toggle {
  font-size: 0;
}

.lt-post__voting-and-actions .lt-dropdown-toggle:after {
  font-size: 16px;
  content: "\f013";
}

[dir="ltr"] .lt-post__voting-and-actions {
  right: 0;
}

[dir="ltr"] .lt-post__voting-and-actions .lt-dropdown-toggle:after {
  margin-left: 0;
}

[dir="rtl"] .lt-post__voting-and-actions {
  left: 0;
}

[dir="rtl"] .lt-post__voting-and-actions .lt-dropdown-toggle:after {
  margin-right: 0;
}

.lt-post__actions {
  padding-top: 8px;
}

.lt-post__actions .lt-dropdown-menu {
  width: auto;
}

.lt-post__actions .lt-dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.lt-post__actions button {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

.lt-post-callout {
  background-color: var(--gray-lightest);
}
@media (max-width: 767px) {
  .lt-post-callout {
    text-align: center;
  }
}

.lt-post-list-item {
  padding-top: 1rem;
  margin-bottom: 1rem;

  border-top: var(--border-width) solid #eceeef;
}

.lt-post-list-item__icon {
  position: relative;
  top: -4px;
  font-size: 50%;
}

.lt-post-list-item__side {
  min-width: 120px;
}

.lt-post-status {
  display: inline-block;
  padding: 1px calc(var(--padding-base-horizontal) / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.lt-post-status--completed,
.lt-post-status--answered {
  background-color: #0c9;
}

.lt-post-status--planned {
  background-color: #000;
}

.lt-post-status--not-planned {
  color: #000;
  background-color: var(--gray-lighter);
}

.community-badge {
  margin: 2px;
}

.community-badge-titles {
  display: inline-flex;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000;
  border-radius: 4px;
}

.community-badge-achievements {
  display: inline-block;
}

[dir="ltr"] .community-badge-achievements {
  margin: 0 0.25rem 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 0.25rem;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

.hotposts-header {
  display: block;
  margin-bottom: 0.5rem;
}

.hotposts-meta {
  display: flex;
  width: 100%;
}

.hotposts-author,
.hotposts-comments,
.hotposts-date,
.hotposts-img,
.hotposts-votes {
  display: inline-flex;
  align-items: center;
}

.hotposts-img {
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 50%;
}

[dir="ltr"] .hotposts-img {
  margin-right: 8px;
}

[dir="rtl"] .hotposts-img {
  margin-left: 8px;
}

.hotposts-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.hotposts-name {
  display: inline-block;
  vertical-align: bottom;
}

.hotposts-icon {
  display: inline-flex;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}

[dir="ltr"] .hotposts-icon {
  margin-right: 4px;
}

[dir="rtl"] .hotposts-icon {
  margin-left: 4px;
}

.hotposts-tabs .tab {
  padding: 15px 0 0;
  margin: 0;
  border: none;
}

.hotposts-tabs .tabs-menu {
  border-bottom: 2px solid #eceeef;
}

.hotposts-tabs .tabs-link {
  padding: 0 0 8px;
  margin-bottom: -2px;
  color: #2d7ccc;
  border: none;
  border-bottom: 2px solid #eceeef;
}

[dir="ltr"] .hotposts-tabs .tabs-link {
  margin-right: 20px;
}

[dir="rtl"] .hotposts-tabs .tabs-link {
  margin-left: 20px;
}

.hotposts-tabs .tabs-link:hover,
.hotposts-tabs .tabs-link:focus {
  color: #1f568d;
}

.hotposts-tabs .tabs-link.is-active {
  color: #4e5565;
  border-color: #4e5565;
}
/* Request */
.lt-request-table-toolbar {
  padding-top: var(--padding-base-horizontal);
  padding-bottom: calc(var(--padding-base-horizontal) / 2);
  margin-bottom: calc(var(--line-height-computed));
  background-color: #f9f9f9;
  border-radius: 0;
}
@media (min-width: 576px) {
  .lt-request-table-toolbar {
    padding-top: calc(var(--padding-base-horizontal) / 2);
    padding-bottom: var(--padding-base-horizontal);
  }
}

.lt-request-table-toolbar label {
  font-size: var(--font-size-small);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .lt-request-table-filters {
    display: table;
    width: 100%;
  }
}

.lt-request-table-filters__item {
  padding-right: var(--padding-base-horizontal);
  padding-left: var(--padding-base-horizontal);
}
@media (max-width: 575px) {
  .lt-request-table-filters__item {
    margin-bottom: calc(var(--line-height-computed) / 2);
  }
}
@media (min-width: 576px) {
  .lt-request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.lt-request-table-organization {
  display: table;
  width: 100%;
}

.lt-request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.lt-request-table-organization__col--main {
  width: 100%;
}

.lt-request-table-organization__col--button [role="button"] {
  height: calc(
    var(--line-height-computed) + var(--padding-base-horizontal) + 2px
  );
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(
    var(--line-height-computed) + var(--padding-base-horizontal) + 2px
  );
}

[dir="ltr"] .lt-request-table-organization__col--button {
  padding-left: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-request-table-organization__col--button {
  padding-right: calc(var(--padding-base-horizontal) / 2);
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  display: inline-block;
  margin-bottom: 2px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  color: #999;
  content: "\f0d7";
}

[dir="ltr"] .requests-sort-symbol:after {
  margin-left: 5px;
}

[dir="rtl"] .requests-sort-symbol:after {
  margin-right: 5px;
}

.lt-request-page {
  margin-bottom: calc(var(--line-height-computed) * 2);
}

.lt-request-id {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-weight: var(--strong-font-weight);
}

.lt-request-follow-up:empty {
  display: none;
}

.lt-request-sidebar {
  padding: calc(var(--line-height-computed)) var(--padding-base-horizontal) 0;
  margin-bottom: calc(var(--line-height-computed));
  font-size: 14px;
  border: var(--border-width) solid #eceeef;
  border-radius: 0;
}

.lt-request-sidebar dd {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-request-status {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  white-space: nowrap;
  border-radius: 0;
}

.lt-request-status--solved,
.lt-request-status--closed {
  background-color: #0c9;
}

.lt-request-status--new,
.lt-request-status--open {
  background-color: #ff5252;
}

.lt-request-status--answered {
  background-color: #fad782;
}
/* Formatting */
.accordion {
  --lt-accordion-border: #ddd;
  padding-top: 0;
  margin-bottom: calc(var(--line-height-computed));
  border: 1px solid var(--lt-accordion-border);
  border-radius: 0;
}

.accordion__item-title {
  position: relative;
  display: block;
  width: 100%;
  font-size: var(--font-size-h4);
  color: #000;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
  touch-action: manipulation;
}

[dir="ltr"] .accordion__item-title {
  padding: 1rem 1.5rem 1rem 3rem;
  text-align: left;
}

[dir="rtl"] .accordion__item-title {
  padding: 1rem 3rem 1rem 1.5rem;
  text-align: right;
}

.accordion > .accordion__item + .accordion__item > .accordion__item-title {
  border-top: 1px solid var(--lt-accordion-border);
}

.accordion__item-content {
  display: none;
  padding: 1.5rem;
  border-top: 1px solid var(--lt-accordion-border);
}

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

.accordion > .accordion__item:last-child > .accordion__item-title {
  border-bottom: none;
}

.accordion__item-title:before {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  border-bottom: 2px solid #000;
  transition: transform 0.3s;
}

[dir="ltr"] .accordion__item-title:before {
  left: 1.5rem;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}

[dir="rtl"] .accordion__item-title:before {
  right: 1.5rem;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.accordion__item-title--active {
  background-color: #f0f0f0;
}

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

[dir="ltr"] .accordion__item-title--active:before {
  transform: rotate(135deg);
}

[dir="rtl"] .accordion__item-title--active:before {
  transform: rotate(-135deg);
}

.image-with-border {
  padding: 10px;
  border: 1px solid var(--gray-lighter);
  border-radius: 4px;
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px var(--gray);
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-style: solid;
  transition: transform 0.6s ease;
}

.image-with-video-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

[dir="ltr"] .image-with-video-icon:before {
  left: 50%;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 60px;
  transform: translate(-50%, -50%);
}

[dir="ltr"] .image-with-video-icon:active:before,
[dir="ltr"] .image-with-video-icon:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

[dir="rtl"] .image-with-video-icon:before {
  right: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 30px 60px 30px 0;
  transform: translate(50%, -50%);
}

[dir="rtl"] .image-with-video-icon:active:before,
[dir="rtl"] .image-with-video-icon:hover:before {
  transform: translate(50%, -50%) scale(1.1);
}

.callout {
  padding: calc(var(--line-height-computed)) 20px;
  margin-bottom: calc(var(--line-height-computed));
  background-color: var(--gray-lighter);
}

.callout p:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .callout {
  border-left-style: solid;
  border-left-width: 5px;
}

[dir="rtl"] .callout {
  border-right-style: solid;
  border-right-width: 5px;
}

.callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: #000;
  background-color: #d1fff4;
  border-color: #0c9;
}

.callout--success .callout__title {
  color: #0c9;
}

.callout--info {
  color: #000;
  background-color: #e3f4f9;
  border-color: #5bc0de;
}

.callout--info .callout__title {
  color: #5bc0de;
}

.callout--warning {
  color: #000;
  background-color: #fffbf3;
  border-color: #fad782;
}

.callout--warning .callout__title {
  color: #fad782;
}

.callout--danger {
  color: #000;
  background-color: #fff5f5;
  border-color: #ff5252;
}

.callout--danger .callout__title {
  color: #ff5252;
}

.callout--primary {
  color: #000;
  background-color: #a1a1a1;
  border-color: #000;
}

.callout--primary .callout__title {
  color: #000;
}

.callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.list-colored,
.list-bullet {
  list-style-type: none;
  counter-reset: list;
}

.list-colored > ul,
.list-bullet > ul {
  margin-bottom: 14px;
  list-style: none;
}

.list-colored > ol,
.list-bullet > ol {
  margin-bottom: 14px;
  list-style-type: none;
  counter-reset: list;
}

[dir="ltr"] .list-colored,
[dir="ltr"] .list-bullet {
  padding-left: 0 !important;
}

[dir="rtl"] .list-colored,
[dir="rtl"] .list-bullet {
  padding-right: 0 !important;
}

.list-colored > li {
  position: relative;
  margin-bottom: calc(var(--line-height-computed) / 1.5) !important;
  counter-increment: list;
}

.list-colored > li:before {
  position: absolute;
  top: -3px;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: var(--font-size-small);
  line-height: 30px;
  color: #fff;
  text-align: center;
  content: counter(list);
  background-color: #000;
  border-radius: 50%;
}

[dir="ltr"] .list-colored > li {
  padding-left: calc(var(--padding-base-horizontal) + 30px);
}

[dir="ltr"] .list-colored > li:before {
  left: 0;
}

[dir="rtl"] .list-colored > li {
  padding-right: calc(var(--padding-base-horizontal) + 30px);
}

[dir="rtl"] .list-colored > li:before {
  right: 0;
}

.list-bullet > li {
  position: relative;
  margin-bottom: 10px;
}

.list-bullet > li:before {
  position: absolute;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #000;
  content: "\f058";
}

[dir="ltr"] .list-bullet > li {
  padding-left: 30px;
}

[dir="ltr"] .list-bullet > li:before {
  left: 0;
}

[dir="rtl"] .list-bullet > li {
  padding-right: 30px;
}

[dir="rtl"] .list-bullet > li:before {
  right: 0;
}

.note {
  position: relative;
  margin: calc(var(--line-height-computed)) 0;
  color: #333;
}

.note p:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .note {
  padding-left: var(--padding-base-horizontal);
  border-left: calc(var(--border-width) * 2) solid transparent;
}

[dir="rtl"] .note {
  padding-right: var(--padding-base-horizontal);
  border-right: calc(var(--border-width) * 2) solid transparent;
}

.note-title {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-weight: var(--strong-font-weight);
}

.note-default,
.note--default {
  border-color: var(--gray-light);
}

.note-default .note-title,
.note--default .note-title {
  color: var(--gray-light);
}

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title,
.note--info .note-title {
  color: #5bc0de;
}

.note-warning,
.note--warning {
  border-color: #fad782;
}

.note-warning .note-title,
.note--warning .note-title {
  color: #fad782;
}

.note-success,
.note--success {
  border-color: #0c9;
}

.note-success .note-title,
.note--success .note-title {
  color: #0c9;
}

.note-danger,
.note--danger {
  border-color: #ff5252;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #ff5252;
}

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed:focus,
.embed-responsive:focus {
  outline: none !important;
}

[dir="ltr"] .embed iframe,
[dir="ltr"] .embed embed,
[dir="ltr"] .embed object,
[dir="ltr"] .embed video,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  left: 0;
}

[dir="rtl"] .embed iframe,
[dir="rtl"] .embed embed,
[dir="rtl"] .embed object,
[dir="rtl"] .embed video,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
  right: 0;
}

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--gray-light);
}

[dir="ltr"] caption {
  text-align: left;
}

[dir="rtl"] caption {
  text-align: right;
}

[dir="ltr"] th {
  text-align: left;
}

[dir="rtl"] th {
  text-align: right;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed));
}

.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}

.table td {
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 1px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table--color-header th {
  color: #fff;
  background-color: #000;
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff;
}

.table--striped tbody tr:nth-child(odd) {
  color: inherit;
  background-color: var(--gray-lighter);
}

.table--hover tbody tr:hover {
  color: inherit;
  background-color: var(--gray-lighter);
}

.table--bordered {
  border: 1px solid #eceeef;
}

[dir="ltr"] .table--bordered td,
[dir="ltr"] .table--bordered th {
  border-left: 1px solid #eceeef;
}

[dir="rtl"] .table--bordered td,
[dir="rtl"] .table--bordered th {
  border-right: 1px solid #eceeef;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    margin-bottom: calc(var(--line-height-computed) * 0.75);
    overflow-y: hidden;
    border: 1px solid #eceeef;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.tabs {
  margin-bottom: calc(var(--line-height-computed));
}

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tab p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

[dir="ltr"] .tab:nth-child(2) {
  border-top-left-radius: 0;
}

[dir="rtl"] .tab:nth-child(2) {
  border-top-right-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: var(--strong-font-weight);
  color: #000;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
  color: #000;
}
@media (max-width: 575px) {
  .tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
  }

  .tabs-link:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 576px) {
  .tabs-link {
    display: inline-block;
  }
}

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: #000;
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
  color: #000;
  cursor: default;
}
@media (min-width: 576px) {
  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.tabs--colored-1 .tab {
  background-color: var(--gray-lightest) !important;
}

.tabs--colored-1 .tabs-link.is-active {
  background-color: var(--gray-lightest);
  border-bottom-color: var(--gray-lightest);
}

.tabs--colored-2 .tabs-link:hover {
  color: #000;
}

.tabs--colored-2 .tabs-link.is-active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff;
}

.tabs--colored-2 .tab {
  background-color: var(--gray-lightest) !important;
}

[dir="ltr"] .text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

[dir="ltr"] .text-right {
  text-align: right;
}

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

.text-primary {
  background-color: #000;
}

.text-info {
  background-color: #5bc0de;
}

.text-warning {
  background-color: #fad782;
}

.text-danger {
  background-color: #ff5252;
}

.text-success {
  background-color: #0c9;
}

/* Motive-Added Code */

/* Hides KCS Flag form from users not tagged with 'kcs' */
div.kcs {
  display: none;
}

/* Accordians in Articles */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.accordion p {
  display: inline;
}

.accordion::after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  margin-left: 10px;
  flex-shrink: 0; /* Prevents icon from shrinking */
}

.accordion.active::after {
  content: '\2212'; /* minus symbol */
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.kcs{
  font-size: 14px;
  gap: 20px;
}

/*MW-Notificaiton Banner CSS */
/* Common, default styles for the notification box */

/* change the background color by editing "background"  */
/* change the text color by editing "color"  */
.ns-box {
	position: relative;
	background: rgba(0, 0, 0, 0.85);
	padding: 10px 10px 10px 10px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: #FFFF;
	font-size: 85%;
  border-bottom: 1px solid #DDD;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
  opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
    font-size: 3.8em;
}

.megaphone:before {
  content:'\1F4E3';
  font-family: "entypo";
  font-size: 2.2em;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	margin-top: 15px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}



/* Slide on top */
.ns-effect-slidetop {
	box-shadow: inset 5.4em 0 rgba(0,0,0,0.1);
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Accordians in Articles */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
}

.accordion p {
  display: inline;
}


.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.webinar{
  font-size: 14px;
  gap: 20px;
}


/*article survey downvote*/ 

.article-vote {
    padding: calc(12px * 1.5) 12px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.article-vote-controls__item {
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

.btn {
    padding: 6px calc(var(--padding-base-horizontal) + var(--padding-base-horizontal) / 2);
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px; /* Add border-radius for rounded corners */
    transition: background-color 0.4s ease, color 0.4s ease; /* Smooth transition for color changes */
}

.btn:hover {
    background-color: black;
    color: white;
}

.btn:active, .btn.submitted {
    background-color: black; /* Maintain black background when pressed or submitted */
    color: white; /* Maintain white text when pressed or submitted */
}

/* Style for thumbs (assuming Font Awesome classes) */
.fa-thumbs-up, .fa-thumbs-down {
    color: black; /* Default color for thumbs */
    transition: color 0.3s ease; /* Smooth transition for color changes */
}

.btn:hover .fa-thumbs-up, .btn:hover .fa-thumbs-down {
    color: white; /* Change thumb color to white on hover */
}

.btn:active .fa-thumbs-up, .btn:active .fa-thumbs-down, .btn.submitted .fa-thumbs-up, .btn.submitted .fa-thumbs-down {
    color: white; /* Change thumb color to white when button is pressed or submitted */
}

/*article survey downvote*/ 

.hide-follow-button {
  display: none;
}


/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: #005BE2;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #005BE2;
  background-color: transparent;
}
.user-info > button::after {
  color: #005BE2;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: $brand_color;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: $brand_text_color;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.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] {
  color: #2f3941;
  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%;
}
[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: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.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;
}

.hide-follow-button {
  display: none;
}

.lt-col-md-8 {
flex: 0 0 auto;
width: 66.6666666667%;
border-radius: 20px;
border: 1px solid #f2f2f2;
padding: 40px;
}



/* Enhanced dropdown CSS - Add this to your CSS file */

/* Ensure dropdown container extends to include the menu area */
.lt-dropdown--topbar {
  position: relative;
}

/* Add a small invisible bridge between trigger and menu to prevent gaps */
.lt-dropdown--topbar:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px; /* Small bridge to prevent dropdown from closing */
  background: transparent;
  z-index: 999;
}

/* Dropdown menu improvements */
.lt-dropdown-menu--topbar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  margin-top: 1px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #ebeaeb;
  border-radius: 4px;
  box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
  min-width: 200px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Show dropdown with animation */
.lt-dropdown-menu--topbar.is-open,
.lt-dropdown--topbar:hover .lt-dropdown-menu--topbar {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* CSS-only fallback for desktop hover */
@media (min-width: 1200px) {
  .lt-dropdown--topbar:hover .lt-dropdown-menu--topbar {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Keep dropdown open when hovering over the menu itself */
  .lt-dropdown-menu--topbar:hover {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

/* Menu item styling */
.lt-dropdown-menu--topbar .topbar-section-title {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lt-dropdown-menu--topbar .topbar-section-title:hover {
  background-color: #f3f3f3;
  color: #000;
  font-weight: 600;
}

/* Mobile improvements */
@media (max-width: 1199px) {
  .lt-dropdown-menu--topbar {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    opacity: 1;
    transform: none;
  }
  
  .lt-dropdown-menu--topbar.is-open {
    display: block;
  }
  
  .lt-dropdown--topbar.is-active .lt-dropdown-menu--topbar {
    display: block;
  }
}

/* Ensure smooth transitions */
.lt-dropdown-menu--topbar * {
  transition: color 0.2s ease, background-color 0.2s ease;
}




.active-article a {
    color: #000 !important;
    display: inline-block !important;
  background: none !important; 
}







/* ===== Sidebar / Sidenav Polishing ===== */



<style>
/* Homepage article sections styling */
.homepage-article-section {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
}

.homepage-article-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #212529;
  padding-bottom: 8px;
  text-align: left; 
}

.homepage-article-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: underline;
}

.homepage-article-item {
  margin-bottom: 12px;
  padding-left: 0;
}

.homepage-article-link {
  color: #050505;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 2px 0;
  transition: color 0.2s ease;
}

.homepage-article-link:hover {
  color: #050505;
  text-decoration: none;
}

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

/* Device Troubleshooting specific styling */
#top-articles-sections .lt-col-12 .homepage-article-section {
  margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .homepage-article-section {
    margin-bottom: 2rem;
  }
  
  .homepage-article-section h2 {
    font-size: 1.1rem;
  }
}
</style>



    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333;
    --ck-color-mention-background: rgba(153,0,48,0.1);
    --ck-color-mention-text: #990030;
    --ck-color-table-caption-background: #f7f7f7;
    --ck-color-table-caption-text: #333;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2);
    --ck-todo-list-checkmark-size: 16px;
    --dodger-blue: #0560fc;
    font-family: 'Maison Neue', sans-serif;
    line-height: 1.6;
    color: #010101;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px 0 40px;


{{!-- Table of Contents CSS --}}
/* ==== Table of Contents (TOC) Styling ==== */

/* ===== Desktop (≥1200px) TOC ===== */
@media (min-width: 1200px) {
  .lt-article-container {
    display: grid;
    grid-template-columns: 280px 1fr 240px;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
  }

  .lt-article-container__sidebar,
  .lt-article-container__article {
    width: 100%;
  }

  .lt-article-container__toc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: 272px;
    background: #F2F2F2;
    border-radius: 16px;
    position: sticky;     
    top: 150px;         
    order: 4;
    flex-grow: 0;
    height: fit-content;
    align-self: flex-start;
  }

  .article-toc {
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    position: static;
  }
}

/* ===== Tablet Layout (768px–1199px) TOC ===== */
@media (min-width: 768px) and (max-width: 1199px) {
  .lt-article-container {
    align-items: start;
  }

  .lt-article-container__column {
    width: 100%;
    padding-right: var(--grid-gutter-width);
    padding-left: var(--grid-gutter-width);
  }

  .lt-article-container__sidebar {
    order: 2;
  }

  .lt-article-container__article {
    order: 1;
  }

  .lt-article-container__toc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: 100%;
    background: #F2F2F2;
    border-radius: 16px;
    position: relative;   
    order: 4;
    height: auto;
    align-self: flex-start;
  }

  .article-toc {
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
  }
}

/* ===== Mobile Layout (≤767px) TOC ===== */
@media (max-width: 767px) {
  .lt-article-container__column {
    width: 100%;
    padding-right: var(--grid-gutter-width);
    padding-left: var(--grid-gutter-width);
  }

  .lt-article-container__toc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
    width: 100%;
    background: #F2F2F2;
    border-radius: 12px;
    position: relative;
    order: 4;
    height: auto;
    align-self: flex-start;
  }

  .article-toc {
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
  }
}

/* ===== TOC Title ===== */
.article-toc__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

/* ===== TOC List Styling ===== */
.article-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-toc__list li {
  line-height: 1.4;
}

.article-toc__list li.toc-h2 a {
  font-weight: 500;
  padding-left: 0;
}

.article-toc__list li.toc-h3 a {
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: #868e96;
}

.article-toc__list a {
  display: block;
  padding: 0.5rem 0;
  color: #6c757d;
  text-decoration: none;
  font-size: 0.875rem;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.article-toc__list a:hover {
  color: #000;
  padding-left: 0.5rem;
}

.article-toc__list a.active {
  color: #000;          /* Dark black text */
  font-weight: 700;     /* Make it bold */
  border-radius: 4px;   /* Keep rounded corners (optional) */
  padding-left: 0.5rem;
}

.article-toc__list li.toc-h3 a:hover,
.article-toc__list li.toc-h3 a.active {
  padding-left: 1.5rem;
}

/* ===== Smooth Scroll Behavior ===== */
html {
  scroll-behavior: smooth;
}

/* ===== Scroll Offset for Anchors ===== */
.lt-article h1[id],
.lt-article h2[id],
.lt-article h3[id],
.lt-article h4[id],
.lt-article h5[id],
.lt-article h6[id] {
  scroll-margin-top: 100px;
}

/* ===== TOC Separator ===== */
.toc-separator {
  border: 0;
  height: 1px;
  background-color: #ccc;
  margin: 24px 0;
}

.lt-article-container__toc { display: none; }


/* target the UL, nested ULs and LIs */
ul.sidenav__section.sections-list,
.sidenav__section.sections-list ul,
.sidenav__section.sections-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
  padding-left: 0 !important;
}

/* remove pseudo-elements that some frameworks use for markers */
.sidenav__section.sections-list li::before,
.sidenav__section.sections-list li::after {
  content: "" !important;
  display: none !important;
}

/* modern list marker hiding */
.sidenav__section.sections-list li::marker {
  color: transparent !important;
  font-size: 0 !important;
}

.sidenav__article  {
    display: inline-block;
    margin-bottom: 12px;
    align-items: baseline;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.014em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #454545;
}

.sidenav__article-link {
  color: #454545;
}

.sidenav__section\.sections-heading{
  font-weight: 600; 
  font-size: 18px;
}
.sidenav__section\.sections-list{
  padding-left: 12px; 
}
  
.sidenav {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

.sidenav__article-link.highlighted {
  color: #000;        
  text-decoration: none; 
   font-weight: 700;
}



/* Side nav collapsible for mobile */
@media (max-width: 768px) {
  .sidenav [class*="sections-list"] {
    display: none
  }
  .sidenav__section.sections-heading {
    padding: 8px 15px;
    height: 40px;
    font-family: 'Maison Neue', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #010101;
    box-sizing: border-box;
  }

  /* Chevron toggle button */
  .mobile-chevron-toggle {
    background: none;
    border: none;
    padding: 4px;
    margin-left: 8px;
    cursor: pointer;
    flex-shrink: 0;
  }

  /* Chevron icon */
  .mobile-chevron-toggle .chevron-icon {
    width: 24px;
    height: 24px;
    fill: #010101;
    transition: transform 0.25s ease;
  }

  .mobile-chevron-toggle.open .chevron-icon {
    transform: rotate(90deg);
  }
}

.element.style {
  padding-top: 50px !important;
}

/* Banner container */
.banner {
  background-color: #000;   /* Black background */
  color: #fff;              /* White text */
  padding: 5px 0;          /* Space above and below text */
  text-align: center;       /* Center the text */
  font-family: "MaisonNeue", sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;          /* Stays at the top while scrolling */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/* Push page content down so it doesn't overlap banner */
body {
  margin: 0;
  padding-top: 0px; /* Adjust based on banner height */
}

/* Icon style (if using the inline icon) */
.inline-icon {
  height: 20px;          /* Adjust size as needed */
  vertical-align: middle;
  margin-right: 8px;     /* Space between icon and text */
}

/* Mobile responsive adjustments */
@media (max-width: 600px) {
  .banner {
    font-size: 12px;       /* Slightly smaller font */
    padding: 10px 5px;     /* Less padding on small screens */
  }
  
  body {
    padding-top: 70px;     /* Increase if banner height grows on mobile */
  }

  .inline-icon {
    height: 16px;          /* Smaller icon on mobile */
    margin-right: 6px;
  }
}

/* Hide Trending Topics on non-English Help Centers */
html[lang^="es"] #top-driver-articles,
html[lang^="fr"] #top-driver-articles,
html[lang^="en-gb"] #top-driver-articles {
  display: none !important;
}
}

.lt-dropdown-menu {
  display: none;
}

.lt-dropdown-menu.is-open {
  display: block;
}

.lt-custom-block__subtitle{
  max-width: 840px
}

.lt-custom-blocks__items {
  visibility: hidden;
}