@charset "UTF-8";

/***** Normalize.css *****/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

[dir] body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 36px;
}

[dir] h1 {
  margin: 0.67em 0;
}

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

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

[dir] a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

[dir] abbr[title] {
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
}

[dir] img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

[dir] fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

[dir] legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[dir] [type="checkbox"], [dir] [type="radio"] {
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/

* {
  box-sizing: border-box;
}

body {
  color: #2F3941;
  font-family: 'heebo', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

[dir] body {
  background-color: #FFFFFF;
}

[dir] body > main {
  border-top: 112px solid #fff;
}

[dir] .is-user > main {
  border-top: 64px solid #fff;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, sans-serif;
  font-weight: 400;
}

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-top: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #1F73B7;
  text-decoration: none;
}

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

input,
textarea {
  color: #000;
  font-size: 14px;
}

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

input:not([type="checkbox"]) {
  outline: none;
}

[dir] input:not([type="checkbox"]):focus {
  border: 1px solid #17494D;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #555;
  width: 100%;
}

[dir] select {
  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;
  border: 1px solid #ddd;
  border-radius: 4px;
}

[dir=ltr] select {
  background-position: right 10px center;
  padding: 8px 30px 8px 10px;
}

[dir=rtl] select {
  background-position: left 10px center;
  padding: 8px 10px 8px 30px;
}

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

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

textarea {
  resize: vertical;
  width: 100%;
  outline: none;
}

[dir] textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
}

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

.container {
  max-width: 1216px;
}

[dir] .container {
  margin: 0 auto;
  padding: 0 32px;
}

@media (min-width: 1160px) {
  .container {
    /* padding: 0; */
    /* width: 90%; */
  }
}

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

ul {
  list-style: none;
}

[dir] ul {
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
}

[dir] .error-page {
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    width: 90%;
  }
  [dir] .error-page {
    padding: 0;
  }
}

.visibility-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

[dir] .visibility-hidden {
  border: 0;
  margin: -1px;
  padding: 0;
}

.visible-xs {
  display: none !important;
}

@media (max-width: 1023px) {
  .visible-xs {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}

@media (min-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
}

/***** Buttons *****/

.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  color: #17494D;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

[dir] .button, [dir] .split-button button, [dir] .section-subscribe button, [dir] .article-subscribe button, [dir] .community-follow button, [dir] .requests-table-toolbar .organization-subscribe button, [dir] .subscriptions-subscribe button, [dir] .pagination-next-link, [dir] .pagination-prev-link, [dir] .pagination-first-link, [dir] .pagination-last-link {
  background-color: transparent;
  border: 1px solid #17494D;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  color: #FFFFFF;
  text-decoration: none;
}

[dir] .button:hover, [dir] .split-button button:hover, [dir] .section-subscribe button:hover, [dir] .article-subscribe button:hover, [dir] .community-follow button:hover, [dir] .requests-table-toolbar .organization-subscribe button:hover, [dir] .subscriptions-subscribe button:hover, [dir] .pagination-next-link:hover, [dir] .pagination-prev-link:hover, [dir] .pagination-first-link:hover, [dir] .pagination-last-link:hover, [dir] .button:active, [dir] .split-button button:active, [dir] .section-subscribe button:active, [dir] .article-subscribe button:active, [dir] .community-follow button:active, [dir] .requests-table-toolbar .organization-subscribe button:active, [dir] .subscriptions-subscribe button:active, [dir] .pagination-next-link:active, [dir] .pagination-prev-link:active, [dir] .pagination-first-link:active, [dir] .pagination-last-link:active, [dir] .button:focus, [dir] .split-button button:focus, [dir] .section-subscribe button:focus, [dir] .article-subscribe button:focus, [dir] .community-follow button:focus, [dir] .requests-table-toolbar .organization-subscribe button:focus, [dir] .subscriptions-subscribe button:focus, [dir] .pagination-next-link:focus, [dir] .pagination-prev-link:focus, [dir] .pagination-first-link:focus, [dir] .pagination-last-link:focus, [dir] .button.button-primary, [dir] .split-button button.button-primary, [dir] .section-subscribe button.button-primary, [dir] .section-subscribe button[data-selected="true"], [dir] .article-subscribe button.button-primary, [dir] .article-subscribe button[data-selected="true"], [dir] .community-follow button.button-primary, [dir] .requests-table-toolbar .organization-subscribe button.button-primary, [dir] .requests-table-toolbar .organization-subscribe button[data-selected="true"], [dir] .subscriptions-subscribe button.button-primary, [dir] .subscriptions-subscribe button[data-selected="true"], [dir] .button-primary.pagination-next-link, [dir] .button-primary.pagination-prev-link, [dir] .button-primary.pagination-first-link, [dir] .button-primary.pagination-last-link {
  background-color: #17494D;
}

[dir] .button.button-primary:hover, [dir] .split-button button:hover, [dir] .section-subscribe button.button-primary:hover, [dir] .section-subscribe button:hover[data-selected="true"], [dir] .article-subscribe button.button-primary:hover, [dir] .article-subscribe button:hover[data-selected="true"], [dir] .community-follow button.button-primary:hover, [dir] .requests-table-toolbar .organization-subscribe button.button-primary:hover, [dir] .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], [dir] .subscriptions-subscribe button.button-primary:hover, [dir] .subscriptions-subscribe button:hover[data-selected="true"], [dir] .button-primary.pagination-next-link:hover, [dir] .button-primary.pagination-prev-link:hover, [dir] .button-primary.pagination-first-link:hover, [dir] .button-primary.pagination-last-link:hover, [dir] .button.button-primary:focus, [dir] .split-button button.button-primary:focus, [dir] .section-subscribe button.button-primary:focus, [dir] .section-subscribe button:focus[data-selected="true"], [dir] .article-subscribe button.button-primary:focus, [dir] .article-subscribe button:focus[data-selected="true"], [dir] .community-follow button.button-primary:focus, [dir] .requests-table-toolbar .organization-subscribe button.button-primary:focus, [dir] .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], [dir] .subscriptions-subscribe button.button-primary:focus, [dir] .subscriptions-subscribe button:focus[data-selected="true"], [dir] .button-primary.pagination-next-link:focus, [dir] .button-primary.pagination-prev-link:focus, [dir] .button-primary.pagination-first-link:focus, [dir] .button-primary.pagination-last-link:focus, [dir] .button.button-primary:active, [dir] .split-button button.button-primary:active, [dir] .section-subscribe button.button-primary:active, [dir] .section-subscribe button:active[data-selected="true"], [dir] .article-subscribe button.button-primary:active, [dir] .article-subscribe button:active[data-selected="true"], [dir] .community-follow button.button-primary:active, [dir] .requests-table-toolbar .organization-subscribe button.button-primary:active, [dir] .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], [dir] .subscriptions-subscribe button.button-primary:active, [dir] .subscriptions-subscribe button:active[data-selected="true"], [dir] .button-primary.pagination-next-link:active, [dir] .button-primary.pagination-prev-link:active, [dir] .button-primary.pagination-first-link:active, [dir] .button-primary.pagination-last-link:active {
  background-color: #000;
  border-color: #000;
}

[dir] .button[data-disabled], [dir] .split-button button[data-disabled], [dir] .section-subscribe button[data-disabled], [dir] .article-subscribe button[data-disabled], [dir] .community-follow button[data-disabled], [dir] .requests-table-toolbar .organization-subscribe button[data-disabled], [dir] .subscriptions-subscribe button[data-disabled], [dir] .pagination-next-link[data-disabled], [dir] .pagination-prev-link[data-disabled], [dir] .pagination-first-link[data-disabled], [dir] .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  width: 100%;
}

[dir] .button-large, [dir] input[type="submit"] {
  cursor: pointer;
  background-color: #17494D;
  border: 0;
  border-radius: 4px;
  padding: 0 1.9286em;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

[dir] .button-large:hover, [dir] .button-large:active, [dir] .button-large:focus, [dir] input[type="submit"]:hover, [dir] input[type="submit"]:active, [dir] input[type="submit"]:focus {
  background-color: #000;
}

[dir] .button-large[disabled], [dir] input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #5a6d7c;
}

[dir] .button-secondary {
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2F3941;
}

[dir] .button-secondary:hover, [dir] .button-secondary:focus, [dir] .button-secondary:active {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Split button *****/

.split-button {
  display: flex;
}

.split-button button {
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #17494D;
}

[dir] .split-button button {
  background-color: #17494D;
  border: 0;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
}

[dir] .split-button button:not(:only-child):last-child {
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.table th,
.table th a {
  color: #5a6d7c;
  font-size: 13px;
  font-weight: 300;
}

[dir=ltr] .table th, [dir=ltr] .table th a {
  text-align: left;
}

[dir=rtl] .table th, [dir=rtl] .table th a {
  text-align: right;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  display: block;
}

[dir] .table tr {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  [dir] .table td, [dir] .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    height: 60px;
  }
  [dir] .table td, [dir] .table th {
    padding: 10px 20px;
  }
}

/***** Forms *****/

[dir] .form-field:nth-child(3) ~ .form-field {
  margin-top: 24px;
}

.form-field input {
  width: 100%;
}

[dir] .form-field input {
  border: 1px solid #ddd;
  padding: 10px;
}

[dir] .form-field input:focus {
  border: 1px solid #17494D;
}

[dir] .form-field input[type="text"] {
  border: 1px solid #ddd;
}

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

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

.form-field .nesty-input {
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  text-decoration: none;
}

[dir] .form-field .nesty-input:focus {
  border: 1px solid #17494D;
}

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

[dir] .form-field .hc-multiselect-toggle:focus {
  border: 1px solid #17494D;
}

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

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

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

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

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

.form-field p {
  color: #5a6d7c;
  font-size: 12px;
}

[dir] .form-field p {
  margin: 5px 0;
}

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

.form footer a {
  color: #5a6d7c;
}

[dir] .form footer a {
  cursor: pointer;
}

[dir=ltr] .form footer a {
  margin-right: 15px;
}

[dir=rtl] .form footer a {
  margin-left: 15px;
}

.form .searchbox {
  font-size: 13px;
  width: 100%;
}

[dir] .form .searchbox {
  margin-top: 30px;
}

.form .searchbox label {
  display: block;
}

[dir] .form .searchbox label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

[dir] .form .searchbox li {
  padding: 10px 0;
}

.form .searchbox li a:visited {
  color: #4B61C3;
}

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

.header {
  /* max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative; */
  
  transition: all 0.3s ease;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 64px;
}

[dir] .header__inner {
  padding: 24px 40px;
}

@media (min-width: 1160px) {
  .header {
    /* padding: 0;
    width: 90%; */
  }
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  color: #17494D;
}

[dir] .logo span {
  margin: 0 10px;
}

.logo a {
  display: inline-block;
}

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

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  top: 71px;
  z-index: 1;
}

[dir] .user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
}

[dir=ltr] .user-nav[aria-expanded="true"] {
  right: 0;
  left: 0;
}

[dir=rtl] .user-nav[aria-expanded="true"] {
  left: 0;
  right: 0;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
}

[dir] .user-nav[aria-expanded="true"] > a {
  margin: 20px;
}

.nav-wrapper a,
.nav-wrapper .user-info {
  color: #1F73B7;
  display: none;
  font-size: 14px;
  width: auto;
}

[dir] .nav-wrapper a {
  border: 0;
}

[dir=ltr] .nav-wrapper a {
  padding: 0 20px 0 0;
}

[dir=rtl] .nav-wrapper a {
  padding: 0 0 0 20px;
}

@media (min-width: 1440px) {
  .nav-wrapper a, 
  .nav-wrapper .user-info{
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a,
  .nav-wrapper .user-info {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  color: #1F73B7;
  text-decoration: underline;
}

[dir] .nav-wrapper a:hover, [dir] .nav-wrapper a:focus, [dir] .nav-wrapper a:active {
  background-color: transparent;
}

.nav-wrapper a.sign-in {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  [dir] .nav-wrapper .hide-on-mobile {
    border: 0;
    margin: -1px;
    padding: 0;
  }
}

.nav-wrapper .menu-button {
  color: #1F73B7;
  display: inline-block;
  width: auto;
}

[dir] .nav-wrapper .menu-button {
  background: none;
  border: 0;
  padding: 0;
}

[dir=ltr] .nav-wrapper .menu-button {
  margin-right: 10px;
}

[dir=rtl] .nav-wrapper .menu-button {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  color: #1F73B7;
}

[dir] .nav-wrapper .menu-button:hover, [dir] .nav-wrapper .menu-button:focus, [dir] .nav-wrapper .menu-button:active {
  background-color: transparent;
}

.skip-navigation {
  align-items: center;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir] .skip-navigation {
  background-color: black;
  margin: 20px;
  padding: 20px;
}

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

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

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

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

[dir] .skip-navigation:focus, [dir] .skip-navigation:active {
  text-align: center;
}

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

[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  right: auto;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** 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 {
  color: #1F73B7;
  min-width: 0;
  white-space: nowrap;
}

[dir] .user-info > button {
  border: 0;
  padding: 0;
}

.user-info > button:hover, .user-info > button:focus {
  color: #1F73B7;
}

[dir] .user-info > button:hover, [dir] .user-info > button:focus {
  background-color: transparent;
}

.user-info > button::after {
  color: #1F73B7;
}

[dir=ltr] .user-info > button::after {
  padding-right: 15px;
}

[dir=rtl] .user-info > button::after {
  padding-left: 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;
  display: inline-block;
  vertical-align: middle;
}

[dir] .user-avatar {
  border-radius: 50%;
}

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

.avatar img {
  height: 32px;
  width: 32px;
}

.avatar .icon-agent {
  color: #17494D;
  bottom: -4px;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  width: 17px;
}

[dir] .avatar .icon-agent {
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
}

[dir=ltr] .avatar .icon-agent {
  right: -2px;
}

[dir=rtl] .avatar .icon-agent {
  left: -2px;
}

/***** Footer *****/

[dir] .footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #5a6d7c;
}

.footer-inner {
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
}

[dir] .footer-inner {
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .footer-inner {
    width: 90%;
  }
  [dir] .footer-inner {
    padding: 0;
  }
}

.footer-language-selector button {
  color: #5a6d7c;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/

[dir] .breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  [dir] .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #5a6d7c;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}

[dir] .breadcrumbs li + li:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.5L6 4.5L2 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #1F73B7;
}

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

.search {
  position: relative;
}

.search input[type="search"] {
  box-sizing: border-box;
  color: #666;
  height: 40px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
}

[dir] .search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
}

[dir=ltr] .search input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
}

[dir=rtl] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  color: #555;
}

[dir] .search input[type="search"]:focus {
  border: 1px solid #17494D;
}

[dir] .search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 50%;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

[dir] .search-icon {
  transform: translateY(-50%);
}

[dir=ltr] .search-icon {
  left: 15px;
}

[dir=rtl] .search-icon {
  right: 15px;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/

.hero {
  height: 300px;
  width: 100%;
}

[dir] .hero {
  background-image: url(/hc/theming_assets/01HZKW8B2FQGPW8P1MH5ZR8XNG);
  background-position: center;
  background-size: cover;
  padding: 0 20px;
  text-align: center;
}

.hero-inner {
  position: relative;
  top: 50%;
  max-width: 610px;
}

[dir] .hero-inner {
  transform: translateY(-50%);
  margin: 0 auto;
}

@media (max-width: 1439px) {
	.hero-inner .search {
      display: none
  }
}

.page-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* margin: 10px 0; */
  align-items: center;
}

[dir] .page-header {
  margin-bottom: 40px;
}

/* @media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
} */

.page-header .section-subscribe {
  flex-shrink: 0;
}

[dir] .page-header .section-subscribe {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  [dir] .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  font-family: Futura, sans-serif;
}

[dir] .page-header h1 {
  margin-bottom: 0;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  word-break: break-word;
}

[dir] .page-header-description {
  margin: 0 0 30px 0;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: baseline;
}

[dir=ltr] .page-header .icon-lock {
  left: -5px;
}

[dir=rtl] .page-header .icon-lock {
  right: -5px;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
}

[dir] .sub-nav {
  margin-bottom: 30px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/

/* Used in Homepage#categories and Community#topics */

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}

[dir] .blocks-list {
  padding: 0;
}

@media (min-width: 768px) {
  [dir] .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  box-sizing: border-box;
  color: #17494D;
  display: flex;
  /* flex: 0 0 31.5%; */
  flex-basis: calc(33.3% - 24px);
  max-width: 100%;
  transition: all 0.3s ease;
}

[dir] .blocks-item {
  border: 1px solid #17494D;
  border-radius: 4px;
  margin: 0 0 30px;
  text-align: center;
}

[dir] .blocks-item:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 50px rgba(6, 6, 6, 0.1);
  }

@media (max-width: 1023px) {

.blocks-item {
    flex-basis: calc(50% - 24px)
}
  }

@media (max-width: 707px) {

.blocks-item {
    flex-basis: 100%
}

[dir] .blocks-item {
    margin-bottom: 24px
}
  }

@media (min-width: 768px) {
  [dir] .blocks-item {
    margin: 0 15px 30px;
  }
}

[dir] .blocks-item:hover, [dir] .blocks-item:focus, [dir] .blocks-item:active {
  background-color: #17494D;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  /* color: #FFFFFF; */
  text-decoration: none;
}

[dir] .blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #2F3941;
}

.blocks-item-link {
  color: #17494D;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;

  
}

[dir] .blocks-item-link {
  padding: 20px 30px;
  border-radius: inherit;

  
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  text-decoration: none;
}

[dir] .blocks-item-link:focus {
  box-shadow: 0 0 0 3px #17494D;
}

.blocks-item-title {
  font-size: 16px;
  /* color: #373737; */
  position: relative;
  font-family: Futura, sans-serif;
}

[dir] .blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-title:hover {
    color: #0348A2;
  }

.blocks-item-description {
  font-weight: 300;
}

[dir] .blocks-item-description {
  margin: 0;
}

[dir] .blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/

[dir] .section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  [dir] .section {
    margin-bottom: 60px;
  }
}

[dir] .home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

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

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir=ltr] .promoted-articles-item {
    padding-right: 30px;
  }
  [dir=rtl] .promoted-articles-item {
    padding-left: 30px;
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

[dir=ltr] .promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

[dir=rtl] .promoted-articles-item:nth-child(3n) {
  padding-left: 0;
}

.promoted-articles-item a {
  display: block;
  color: #2F3941;
}

[dir] .promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

[dir] .promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  [dir] .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/

[dir] .community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  max-width: 100%;
}

[dir] .community-image {
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZKW8BC144JDEYMB1G3P6ZKB);
  background-position: center;
  background-repeat: no-repeat;
}

[dir] .community, [dir] .activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/

[dir] .recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

[dir] .recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  overflow: auto;
}

[dir] .recent-activity-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  color: #2F3941;
  display: inline-block;
  width: 100%;
}

[dir] .recent-activity-item-parent, [dir] .recent-activity-item-link {
  margin: 6px 0;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
  }
  [dir] .recent-activity-item-parent, [dir] .recent-activity-item-link {
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

[dir] .recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  [dir] .recent-activity-item-meta {
    margin: 0;
  }
  [dir=ltr] .recent-activity-item-meta {
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

[dir=ltr] .recent-activity-item-comment {
  padding-left: 5px;
}

[dir=rtl] .recent-activity-item-comment {
  padding-right: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

[dir] .recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

[dir] .recent-activity-accessibility-label {
  border: 0;
  margin: -1px;
  padding: 0;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #17494D;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.category-container {
  /* display: flex;
  justify-content: flex-end; */
}

.category-content {
  flex: 1;
}

.category-content .section {
    overflow: hidden;
  }

.category-content .blocks-item-icon {
    height: 50px;
    width: 50px;
  }

[dir=ltr] .category-content .blocks-item-icon {
  margin:  0 10px 0 0;
  }

[dir=rtl] .category-content .blocks-item-icon {
    margin:  0 0 0 10px;
  }

@media (min-width: 1440px) {

.category-content .blocks-item-icon {
      display: none
  }
    }

@media (min-width: 1024px) {
  .category-content {
    /* flex: 0 0 80%; */
  }
}

.category-container .article-inner {
    width: 100%;
  }

.category-container .category-content {
    max-width: 927px;
  }

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  font-size: 18px;
  font-weight: 600;
}

[dir] .section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #2F3941;
}

.section-tree .see-all-articles {
  display: block;
}

[dir] .section-tree .see-all-articles {
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
}

[dir] .article-list-item {
  padding: 15px 0;
}

.article-list-item a {
  color: #2F3941;
}

.icon-star {
  color: #17494D;
  font-size: 18px;
}

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

.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

[dir] .section-list {
  margin: 40px 0;
}

.section-list-item {
  font-size: 16px;
}

[dir] .section-list-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

[dir] .section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: #2F3941;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  display: block;
}

[dir] .see-all-sections-trigger {
  cursor: pointer;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/

.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 0 1 788px;
    /* max-width: 64%; */
    /* min-width: 640px; */
    /* padding: 0 56px; */
  }
  [dir] .article {
    padding-bottom: 56px;
  }
  [dir=ltr] .article {
    padding-right: 88px;
  }
  [dir=rtl] .article {
    padding-left: 88px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1439px) {
    .article-container .article-sidebar {
      display: none !important;
    }
  }

@media (min-width: 1440px) {
  .article-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

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

[dir] .article-header {
  margin-bottom: 40px;
  margin-top: 20px;
}

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

[dir=ltr] .article-avatar {
  margin-right: 10px;
}

[dir=rtl] .article-avatar {
  margin-left: 10px;
}

[dir] .article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  vertical-align: baseline;
}

[dir=ltr] .article-title .icon-lock {
  left: -5px;
}

[dir=rtl] .article-title .icon-lock {
  right: -5px;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

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

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

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  list-style-position: outside;
}

[dir=ltr] .article-body ul, [dir=ltr] .article-body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px;
}

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

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

[dir] .article-body ul > ul, [dir] .article-body ol > ol, [dir] .article-body ol > ul, [dir] .article-body ul > ol, [dir] .article-body li > ul, [dir] .article-body li > ol {
  margin: 0;
}

.article-body a:visited {
  color: #4B61C3;
}

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

.article-body blockquote {
  color: #5a6d7c;
  font-style: italic;
}

[dir] .article-body blockquote {
  padding: 0 15px;
}

[dir=ltr] .article-body blockquote {
  border-left: 1px solid #ddd;
}

[dir=rtl] .article-body blockquote {
  border-right: 1px solid #ddd;
}

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

.article-content {
  line-height: 1.6;
  word-wrap: break-word;
}

[dir] .article-content {
  margin: 40px 0;
}

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

[dir] .article-footer {
  padding-bottom: 20px;
}

.article-comment-count {
  color: #5a6d7c;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: #17494D;
  width: 18px;
  height: 18px;
}

.article-sidebar {
  /* border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; */
  flex: 1 0 auto;
  /* margin-bottom: 20px; */;
}

[dir] .article-sidebar {
  padding: 0 !important;
  background: #FAFAFA;;
}

[dir=ltr] .article-sidebar {
  border-right: 1px solid #E5E7EC;;
}

[dir=rtl] .article-sidebar {
  border-left: 1px solid #E5E7EC;;
}

@media (min-width: 1440px) {
  .article-sidebar {
    /* border: 0; */
    flex: 0 0 400px;
    height: auto;
  }
  [dir] .article-sidebar {
    margin-bottom: -145px;
    margin-top: -145px;
  }

  .toc-container {
    flex: 0 0 288px;
  }
}

.article-relatives {
  display: flex;
  flex-direction: column;
}

[dir] .article-relatives {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
}

[dir=ltr] .article-relatives > * {
  margin-right: 0;
}

[dir=rtl] .article-relatives > * {
  margin-left: 0;
}

[dir] .article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  [dir=ltr] .article-relatives > * {
    padding-right: 20px;
  }
  [dir=rtl] .article-relatives > * {
    padding-left: 20px;
  }
}

[dir] .article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  min-width: 90px;
  width: auto;
}

[dir] .article-vote {
  margin: 10px 5px;
}

[dir] .article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

[dir] .article-return-to-top {
  border-top: 1px solid #ddd;
}

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

.article-return-to-top a {
  color: #2F3941;
  display: block;
}

[dir] .article-return-to-top a {
  padding: 20px 0;
}

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

[dir=ltr] .article-return-to-top-icon {
  transform: rotate(0.5turn);
}

[dir=rtl] .article-return-to-top-icon {
  transform: rotate(-0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  color: #404040;
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
}

[dir] .sidenav-item {
  border-radius: 8px;
  padding: 9.5px 8px;
  margin-bottom: 16px;
}

.sidenav-item.current-article {
  color: #FFFFFF;
  text-decoration: none;
}

[dir] .sidenav-item.current-article {
  background-color: #17494D;
}

.sidenav-item:hover {
  color: #404040;
  text-decoration: none;
  font-weight: normal;
}

[dir] .sidenav-item:hover {
  background: rgba(191, 191, 197, 0.2);
}

[dir] .recent-articles li, [dir] .related-articles li {
  margin-bottom: 15px;
}

[dir] .related-articles li {
  margin-bottom: 0;
  margin-top: 15px;
}

/***** Attachments *****/

/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
  position: relative;
}

[dir] .attachments .attachment-item {
  margin-bottom: 10px;
}

[dir=ltr] .attachments .attachment-item {
  padding-left: 20px;
}

[dir=rtl] .attachments .attachment-item {
  padding-right: 20px;
}

[dir] .attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #2F3941;
  position: absolute;
  top: 5px;
}

[dir=ltr] .attachments .attachment-item .attachment-icon {
  left: 0;
}

[dir=rtl] .attachments .attachment-item .attachment-icon {
  right: 0;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #5a6d7c;
}

/***** Social share links *****/

.share {
  white-space: nowrap;
}

[dir] .share {
  padding: 0;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #5a6d7c;
}

.share a:hover {
  text-decoration: none;
  color: #17494D;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/

/* Styles comments inside articles, posts and requests */

.comment {
  /* border-bottom: 1px solid #ddd;
  padding: 20px 0; */
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  font-size: 18px;
  font-weight: 600;
}

[dir] .comment-heading, [dir] .recent-articles-title, [dir] .related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
}

[dir] .comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

[dir] .comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #5a6d7c;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
}

[dir] .comment-callout {
  margin-bottom: 0;
}

.comment-callout a {
  color: #17494D;
}

.comment-sorter {
  display: inline-block;
}

[dir=ltr] .comment-sorter {
  float: right;
}

[dir=rtl] .comment-sorter {
  float: left;
}

.comment-sorter .dropdown-toggle {
  color: #5a6d7c;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

[dir] .comment-wrapper.comment-official {
  border: 1px solid #17494D;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  [dir] .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  /* padding-right: 20px; */
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

[dir] .comment-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

[dir=ltr] .comment-avatar {
  margin-right: 18px;
}

[dir=rtl] .comment-avatar {
  margin-left: 18px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #545360;
}

.comment-meta a {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
  }

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

[dir] .comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  [dir] .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  word-wrap: break-word;
}

[dir] .comment-form {
  padding-top: 30px;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  /* display: none; */
}

[dir] .comment-form-controls {
  margin-top: 10px;
}

[dir=ltr] .comment-form-controls {
  text-align: left;
}

[dir=rtl] .comment-form-controls {
  text-align: right;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

[dir] .comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  [dir=ltr] .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type="submit"] {
    margin-right: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

[dir=ltr] .comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

[dir=rtl] .comment-form-controls input[type="checkbox"] {
  margin-left: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

[dir] .comment-ccs + textarea {
  margin-top: 10px;
}

.comment-form-controls {
  display: flex !important;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 956px) {

.comment-form-controls {
    justify-content: flex-start
}
  }

.comment-form-controls .button {
    font-size: 0 !important;
    height: 32px;
    width: 32px;
    min-width: unset !important;  
  }

[dir] .comment-form-controls .button {
    background-color: #fff !important;
    padding: 0;
    border-radius: 50px; 
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5035 15.1039C26.2443 15.4714 26.2444 16.5281 25.5035 16.8956L9.38577 24.8905C8.72106 25.2202 7.94141 24.7367 7.94141 23.9947V17.9983L16.9413 15.9983L7.94141 13.7927L7.94141 8.00489C7.94141 7.26289 8.72106 6.77933 9.38577 7.10904L25.5035 15.1039Z' fill='%230075F2'/%3E%3C/svg%3E%0A");  
  }

[dir] .comment-form-controls .button:hover {
      background-color: rgba(184, 183, 195, 0.15) !important;
    }

/* margin-top: 10px; */

[dir] .comment-attachments textarea {
    border: 1px solid #E5E7EC;
  }

.comment-attachments .upload-dropzone {
    position: relative;
    height: 48px;
  }

[dir] .comment-attachments .upload-dropzone {
    border: 1px solid #E5E7EC;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
  }

@media (max-width: 768px) {

.comment-attachments .upload-dropzone {
      height: unset;
      min-height: 48px
  }
    }

.comment-attachments .upload-dropzone:hover a {
        color: #0348A2;
      }

[dir] .comment-attachments .upload-dropzone span {
      padding-top: 13px;
      padding-bottom: 13px;
    }

[dir=ltr] .comment-attachments .upload-dropzone span {
  padding-left: 48px;
    }

[dir=rtl] .comment-attachments .upload-dropzone span {
      padding-right: 48px;
    }

.comment-attachments .upload-dropzone span a {
        color: #0075F2;
      }

.comment-attachments .upload-dropzone span:before {
      height: 28px;
      width: 28px;
      display: block;
      content: '';
      position: absolute;
      top: 10px;
    }

[dir] .comment-attachments .upload-dropzone span:before {
      background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8842 13.6234L14.4512 20.0564C13.6631 20.8445 12.5942 21.2873 11.4797 21.2873C10.3652 21.2873 9.29627 20.8445 8.50818 20.0564C7.72009 19.2683 7.27734 18.1994 7.27734 17.0849C7.27734 15.9704 7.72009 14.9015 8.50818 14.1134L14.9412 7.68042C15.4666 7.15503 16.1792 6.85986 16.9222 6.85986C17.6652 6.85986 18.3778 7.15503 18.9032 7.68042C19.4286 8.20581 19.7237 8.9184 19.7237 9.66142C19.7237 10.4044 19.4286 11.117 18.9032 11.6424L12.4632 18.0754C12.2005 18.3381 11.8442 18.4857 11.4727 18.4857C11.1012 18.4857 10.7449 18.3381 10.4822 18.0754C10.2195 17.8127 10.0719 17.4564 10.0719 17.0849C10.0719 16.7134 10.2195 16.3571 10.4822 16.0944L16.4252 10.1584' stroke='%23545360' stroke-width='1.05' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

[dir=ltr] .comment-attachments .upload-dropzone span:before {
  left: 16px;
    }

[dir=rtl] .comment-attachments .upload-dropzone span:before {
      right: 16px;
    }

.comment-attachments a {
  color: #17494D;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

[dir] .comment-body {
  padding: 8px;
  background: #FAFAFA;
  border-radius: 3px;
  margin-bottom: 24px;
}

[dir=ltr] .comment-body {
  margin-left: 48px;
}

[dir=rtl] .comment-body {

  margin-right: 48px;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  list-style-position: outside;
}

[dir=ltr] .comment-body ul, [dir=ltr] .comment-body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px;
}

[dir=rtl] .comment-body ul, [dir=rtl] .comment-body ol {
  padding-right: 20px;
  margin: 20px 20px 20px 0;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

[dir] .comment-body ul > ul, [dir] .comment-body ol > ol, [dir] .comment-body ol > ul, [dir] .comment-body ul > ol, [dir] .comment-body li > ul, [dir] .comment-body li > ol {
  margin: 0;
}

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

.comment-body a:visited {
  color: #4B61C3;
}

[dir] .comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  overflow: auto;
  white-space: pre;
}

[dir] .comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
}

.comment-body blockquote {
  color: #5a6d7c;
  font-style: italic;
}

[dir] .comment-body blockquote {
  padding: 0 15px;
}

[dir=ltr] .comment-body blockquote {
  border-left: 1px solid #ddd;
}

[dir=rtl] .comment-body blockquote {
  border-right: 1px solid #ddd;
}

.comment-mark-as-solved {
  display: inline-block;
}

.mark-as-solved {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0075F2;
}

[dir] .mark-as-solved {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.mark-as-solved:hover {
    color: #0348A2;
  }

@media (max-width: 956px) {

[dir] .mark-as-solved {
    padding: 0 !important
}
  }

/***** Vote *****/

/* Used in article comments, post comments and post */

.vote {
  display: flex;
  flex-direction: column;
}

[dir] .vote {
  text-align: center;
}

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

.vote-sum {
  color: #5a6d7c;
  display: block;
}

[dir] .vote-sum {
  margin: 3px 0;
}

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

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

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

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5a6d7c;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .vote-up, [dir] .vote-down {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

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

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/

/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

[dir] .actions {
  text-align: center;
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .actions button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/***** Community *****/

[dir] .community-hero {
  background-image: url(/hc/theming_assets/01HZKW8B7GM6BNN0W3P912NHCC);
  margin-bottom: 10px;
}

[dir] .community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
}

[dir] .community-footer-title {
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  width: 100%;
}

[dir] .community-featured-posts, [dir] .community-activity {
  padding-top: 40px;
}

[dir] .community-header {
  margin-bottom: 30px;
}

.community-header .title {
  font-size: 16px;
}

[dir] .community-header .title {
  margin-bottom: 0;
}

[dir] .post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  [dir] .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */

.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
}

[dir] .topics-item .meta-group {
  margin-top: 20px;
}

/* Community topic page */

.topic-header {
  font-size: 13px;
}

[dir] .topic-header {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  [dir] .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
}

[dir] .topic-header .dropdown {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    display: inline-block;
  }
  [dir] .topic-header .dropdown {
    border-top: 0;
    padding: 0;
  }
  [dir=ltr] .topic-header .dropdown {
    margin-right: 20px;
  }
  [dir=rtl] .topic-header .dropdown {
    margin-left: 20px;
  }
}

[dir] .no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
  width: 100%;
}

[dir] .community-follow {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .community-follow {
    width: auto;
  }
  [dir] .community-follow {
    margin-bottom: 0;
  }
}

.community-follow button {
  line-height: 30px;
  position: relative;
  width: 100%;
}

[dir=ltr] .community-follow button {
  padding: 0 10px 0 15px;
}

[dir=rtl] .community-follow button {
  padding: 0 15px 0 10px;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

[dir] .community-follow button:hover {
  background-color: #17494D;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  color: #FFFFFF;
}

[dir] .community-follow button:hover::after, [dir] .community-follow button:focus::after {
  border-color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  color: #FFFFFF;
}

[dir] .community-follow button[data-selected="true"] {
  background-color: #17494D;
}

.community-follow button[data-selected="true"]::after {
  color: #FFFFFF;
}

[dir=ltr] .community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
}

[dir=rtl] .community-follow button[data-selected="true"]::after {
  border-right: 1px solid #FFFFFF;
}

[dir] .community-follow button[data-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow button::after {
  content: attr(data-follower-count);
  color: #17494D;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, sans-serif;
  position: absolute;
}

[dir=ltr] .community-follow button::after {
  border-left: 1px solid #17494D;
  margin-left: 15px;
  padding-left: 10px;
  right: 10px;
}

[dir=rtl] .community-follow button::after {
  border-right: 1px solid #17494D;
  margin-right: 15px;
  padding-right: 10px;
  left: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #17494D;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/

/* Used in community posts list and requests list */

[dir] .striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

[dir] .striped-list-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #1F73B7;
}

[dir] .striped-list-title {
  margin-bottom: 10px;
}

[dir=ltr] .striped-list-title {
  margin-right: 5px;
}

[dir=rtl] .striped-list-title {
  margin-left: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #4B61C3;
}

[dir] .striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #5a6d7c;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
}

[dir] .striped-list-count-item::after {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
}

[dir] .striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #2F3941;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/

/* Styles labels used in posts, articles and requests */

.status-label {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

[dir] .status-label {
  background-color: #038153;
  border-radius: 4px;
  padding: 2px 8px;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

[dir] .status-label-pinned, [dir] .status-label-featured, [dir] .status-label-official {
  background-color: #17494D;
}

.status-label-official {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .status-label-official {
  border-radius: 0;
  text-align: center;
}

[dir=ltr] .status-label-official {
  margin-right: 0;
  right: 0;
}

[dir=rtl] .status-label-official {
  margin-left: 0;
  left: 0;
}

@media (min-width: 768px) {
  .status-label-official {
    width: auto;
  }
  [dir] .status-label-official {
    border-radius: 0 0 4px 4px;
  }
  [dir=ltr] .status-label-official {
    right: 30px;
  }
  [dir=rtl] .status-label-official {
    left: 30px;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  color: #5a6d7c;
}

[dir] .status-label-not-planned, [dir] .status-label-closed {
  background-color: #e9ebed;
}

[dir] .status-label-pending, [dir] .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  color: #155110;
}

[dir] .status-label-open {
  background-color: #E1F6DF;
}

[dir] .status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  color: #703b15;
}

[dir] .status-label-new {
  background-color: #FFEECE;
}

[dir] .status-label-hold {
  background-color: #000;
}

/***** Post *****/

/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/

.post {
  flex: 1;
}

[dir] .post {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

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

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

[dir] .post-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  width: 100%;
}

[dir] .post-title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  [dir] .post-title {
    margin-bottom: 0;
  }
  [dir=ltr] .post-title {
    padding-right: 10px;
  }
  [dir=rtl] .post-title {
    padding-left: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  [dir=ltr] .post-title h1 {
    margin-right: 5px;
  }
  [dir=rtl] .post-title h1 {
    margin-left: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

[dir] .post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
}

[dir] .post-info-container {
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  width: 100%;
}

[dir=ltr] .post-info {
  padding-right: 20px;
}

[dir=rtl] .post-info {
  padding-left: 20px;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  vertical-align: middle;
}

[dir=ltr] .post-meta {
  margin-left: 10px;
}

[dir=rtl] .post-meta {
  margin-right: 10px;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  list-style-position: outside;
}

[dir=ltr] .post-body ul, [dir=ltr] .post-body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px;
}

[dir=rtl] .post-body ul, [dir=rtl] .post-body ol {
  padding-right: 20px;
  margin: 20px 20px 20px 0;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

[dir] .post-body ul > ul, [dir] .post-body ol > ol, [dir] .post-body ol > ul, [dir] .post-body ul > ol, [dir] .post-body li > ul, [dir] .post-body li > ol {
  margin: 0;
}

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

.post-body a:visited {
  color: #4B61C3;
}

[dir] .post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  overflow: auto;
  white-space: pre;
}

[dir] .post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
}

.post-body blockquote {
  color: #5a6d7c;
  font-style: italic;
}

[dir] .post-body blockquote {
  padding: 0 15px;
}

[dir=ltr] .post-body blockquote {
  border-left: 1px solid #ddd;
}

[dir=rtl] .post-body blockquote {
  border-right: 1px solid #ddd;
}

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

[dir] .post-footer {
  padding-bottom: 20px;
}

.post-comment-count {
  color: #5a6d7c;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

[dir] .post-comment-count .icon-comments {
  margin: 5px;
}

.post-sidebar {
  flex: 1;
}

[dir] .post-sidebar {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    flex: 1 0 30%;
  }
  [dir] .post-sidebar {
    border: 0;
    text-align: initial;
  }
  [dir=ltr] .post-sidebar {
    padding: 0 0 0 50px;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

[dir] .post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  [dir] .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/

/* Styles labels used next to the authors of article comments, community posts, and community comments */

.community-badge-titles {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
}

[dir] .community-badge-titles {
  background-color: #04444d;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 0 2px;
}

[dir] .community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
}

[dir=ltr] .community-badge-achievements {
  margin: 0 3px 0 0;
}

[dir=rtl] .community-badge-achievements {
  margin: 0 0 0 3px;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

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

/* Navigation element that collapses on mobile */

.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

[dir] .collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  [dir] .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  position: absolute;
  width: 25px;
  height: 25px;
}

[dir] .collapsible-nav-toggle {
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: none;
  border-radius: 50%;
}

[dir=ltr] .collapsible-nav-toggle {
  right: 0;
}

[dir=rtl] .collapsible-nav-toggle {
  left: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
}

[dir] .collapsible-nav-toggle:focus {
  border: 1px solid #17494D;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #2F3941;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
  }
  [dir=ltr] .collapsible-nav-list li {
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
  }
  [dir] .collapsible-nav-list li a {
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #2F3941;
  display: block;
}

@media (min-width: 768px) {
  [dir] .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    text-decoration: none;
  }
  [dir] .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  [dir] .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    order: 1;
  }
  [dir] .collapsible-nav-list li[aria-selected="true"], [dir] .collapsible-nav-list li.current {
    border-bottom: 4px solid #17494D;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #2F3941;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */

.collapsible-sidebar {
  flex: 1;
  max-height: 39px;
  /* overflow: hidden; */
  /* padding: 10px 0; */
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
  }
  [dir] .collapsible-sidebar {
    padding: 0;
  }
}

[dir] .collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(65px / 2);
  width: 25px;
  height: 25px;
}

[dir] .collapsible-sidebar-toggle {
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}

[dir=ltr] .collapsible-sidebar-toggle {
  right: 19px;
}

[dir=rtl] .collapsible-sidebar-toggle {
  left: 19px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 19px;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  /* border: 1px solid #17494D; */
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1440px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/

[dir] .my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

[dir] .my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  max-width: 350px;
  white-space: normal;
}

[dir] .my-activities-table .striped-list-title {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  [dir] .my-activities-table .striped-list-title {
    margin-bottom: 0;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

[dir=ltr] .my-activities-table th:first-child, [dir=ltr] .my-activities-table td:first-child {
  padding-left: 0;
}

[dir=rtl] .my-activities-table th:first-child, [dir=rtl] .my-activities-table td:first-child {
  padding-right: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

[dir=ltr] .my-activities-table th:last-child, [dir=ltr] .my-activities-table td:last-child {
  padding-right: 0;
}

[dir=rtl] .my-activities-table th:last-child, [dir=rtl] .my-activities-table td:last-child {
  padding-left: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */

.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 957px) {
  .requests-table-toolbar {
    flex-wrap: nowrap;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

@media (max-width: 768px) {

[dir] .requests-table-toolbar .search {
    margin-bottom: 32px
}
  }

@media (max-width: 768px) {

[dir] .request-list-button.mobile {
    margin-bottom: 32px
}
  }

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  [dir=ltr] .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
}

[dir] .requests-table-toolbar .request-filter-label {
  margin-top: 30px;
}

@media (min-width: 768px) {
  [dir] .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  width: 100%;
}

[dir] .requests-table-toolbar select {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    max-width: 300px;
    width: auto;
  }
  [dir] .requests-table-toolbar select {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin-right: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
}

[dir] .requests-table-toolbar .organization-subscribe button {
  padding: 0 20px;
}

[dir] .requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
}

[dir] .requests-table-toolbar + .requests-search-info.meta-data::after {
  margin: 0;
}

[dir] .requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

[dir] .requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  bottom: 0;
  font-size: 10px;
}

[dir=ltr] .requests .requests-table .requests-sort-symbol {
  left: calc(100% + 3px);
}

[dir=rtl] .requests .requests-table .requests-sort-symbol {
  right: calc(100% + 3px);
}

/* Following table */

@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

[dir=ltr] .subscriptions-table .user-avatar {
  margin-right: 10px;
}

[dir=rtl] .subscriptions-table .user-avatar {
  margin-left: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */

.contributions-table td:last-child {
  color: #5a6d7c;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #5a6d7c;
}

/***** Request *****/

/* .request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
} */

[dir] .request-container {
  background: #FFFFFF;
  border: 1px solid #E5E7EC;
  border-radius: 8px;
  padding: 40px;
}

@media (max-width: 956px) {

[dir] .request-container {
    padding: 16px
}
  }

.request-container__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

[dir] .request-container__top {
  margin-bottom: 40px;
}

@media (max-width: 956px) {

.request-container__top {
    display: block
}

[dir] .request-container__top {
    margin-bottom: 24px
}
  }

.requests-link.request-back {
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #747382;
  display: flex;
}

[dir] .requests-link.request-back {
  margin-top: 56px;
  margin-bottom: 16px;
}

.requests-link.request-back svg {
    vertical-align: middle; 
  }

[dir=ltr] .requests-link.request-back svg {
  margin-right: 6px; 
  }

[dir=rtl] .requests-link.request-back svg {
    margin-left: 6px; 
  }

.request-title {
  width: 66.6%;
}

[dir] .request-title {
  margin-bottom: 0;
}

@media (max-width: 956px) {

.request-title {
    width: 100%;
    font-size: 28px
}
  }

.request-container__bottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1439px) {

.request-container__bottom {
    flex-direction: column
}

    .request-container__bottom .collapsible-sidebar-toggle {
      top: 13px;
    }

    [dir=ltr] .request-container__bottom .collapsible-sidebar-toggle {
    right: -25px;
    }

    [dir=rtl] .request-container__bottom .collapsible-sidebar-toggle {
      left: -25px;
    }

    .request-container__bottom .request-sidebar__title {
      position: relative;
      display: inline-block;
    }

    [dir] .request-container__bottom .request-sidebar__title {
      cursor: pointer;
    }


      [dir] .request-container__bottom .request-sidebar__title h2 {
        margin-bottom: 10px;
      }

    [dir] .request-container__bottom .request-sidebar {
      margin-bottom: 30px;
    }
  }

@media (min-width: 1440px) {
    .request-container__bottom .request-sidebar__title {
      display: none;
    }
  }

.request-container .comment-container {
  min-width: 0;
}

.request-container .comment-container .comment-form-controls {
    justify-content: flex-end;
  }

[dir] .request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  [dir] .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields {
  /* display: none; */
}

.comment-container__inner {
  display: none;
  flex-wrap: wrap;
}

.comment-fields  {
  width: calc(100% - 50px);
  line-height: 0;
}

[dir] .comment-fields textarea:focus {
    box-shadow: none;
  }

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1440px) {
  .request-main {
    flex: 0 0 55%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {  
  color: #747382;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  position: relative;
}

[dir] .request-main .comment-show-container {
  text-align: inherit;
  padding: 17px 64px;

  border: 1px solid #E5E7EC;
  border-radius: 8px;
  background-color: #fff;
}

.request-main .comment-show-container:before {
    width: 40px;
    height: 40px;
    display: block;
    content: '';
    position: absolute;
    top: 8px;
  }

[dir] .request-main .comment-show-container:before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.8368 19.462L20.6468 28.652C19.5209 29.7779 17.994 30.4104 16.4018 30.4104C14.8096 30.4104 13.2826 29.7779 12.1568 28.652C11.0309 27.5262 10.3984 25.9992 10.3984 24.407C10.3984 22.8148 11.0309 21.2879 12.1568 20.162L21.3468 10.972C22.0973 10.2215 23.1153 9.7998 24.1768 9.7998C25.2382 9.7998 26.2562 10.2215 27.0068 10.972C27.7573 11.7226 28.179 12.7406 28.179 13.802C28.179 14.8635 27.7573 15.8815 27.0068 16.632L17.8068 25.822C17.4315 26.1973 16.9225 26.4081 16.3918 26.4081C15.861 26.4081 15.3521 26.1973 14.9768 25.822C14.6015 25.4467 14.3907 24.9378 14.3907 24.407C14.3907 23.8763 14.6015 23.3673 14.9768 22.992L23.4668 14.512' stroke='%23545360' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

[dir=ltr] .request-main .comment-show-container:before {
  left: 8px;
  }

[dir=rtl] .request-main .comment-show-container:before {
    right: 8px;
  }

.request-main .comment-show-container:after {
    width: 40px;
    height: 40px;
    display: block;
    content: '';
    position: absolute;
    top: 8px;
  }

[dir] .request-main .comment-show-container:after {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.5036 19.104C29.2445 19.4715 29.2445 20.5282 28.5036 20.8957L12.3858 28.8906C11.7211 29.2204 10.9414 28.7368 10.9414 27.9948V21.9983L19.9414 19.9983L10.9414 17.7927L10.9414 12.0049C10.9414 11.2629 11.7211 10.7793 12.3858 11.109L28.5036 19.104Z' fill='%230075F2'/%3E%3C/svg%3E%0A");
  }

[dir=ltr] .request-main .comment-show-container:after {
  right: 8px;
  }

[dir=rtl] .request-main .comment-show-container:after {
    left: 8px;
  }

.request-main .comment-show-container.hidden {
  display: none;
}

[dir] .request-main .form-field.comment-ccs > ul {
  border-bottom: 0;
}

[dir=ltr] .request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .request-main .form-field.comment-ccs > ul {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir] .request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #17494D;
}

[dir] .request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom: 0;
}

[dir=ltr] .request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir] .request-main .comment-ccs + textarea {
  margin-top: 0;
}

[dir=ltr] .request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .request-main .comment-ccs + textarea {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #17494D;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-sidebar {
  /* border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; */
  flex: 1 0 auto;
  order: 0;
}

@media (max-width: 1439px) {
    .request-sidebar .collapsible-sidebar-toggle {
      display: block;
    }
  }

@media (max-width: 1439px) {
      .request-sidebar .collapsible-sidebar-body h2 {
        display: none;
      }

      .request-sidebar .collapsible-sidebar-body dt, .request-sidebar .collapsible-sidebar-body dd {
        width: auto;
      }
    }

@media (min-width: 1440px) {

[dir=ltr] .request-sidebar .collapsible-sidebar-body {
    padding-left: 80px;
    margin-left: 80px;
    border-left: 1px solid #E5E7EC

  }

[dir=rtl] .request-sidebar .collapsible-sidebar-body {
      padding-right: 80px;
      margin-right: 80px;
      border-right: 1px solid #E5E7EC

  }
    }

@media (min-width: 1024px) {
  .request-sidebar {
    /* background-color: #f7f7f7; */
    font-size: 13px;
    flex: 0 0 auto;
    width: 45%;
  }
  [dir] .request-sidebar {
    border: 0;
    padding: 0 20px;
  }
}

.request-sidebar h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;

  color: #373737;
}

[dir] .request-sidebar h2 {
  margin-bottom: 16px;
}

.request-sidebar h2:hover {
    color: #000;
  }

@media (min-width: 1024px) {
  .request-sidebar h2 {
    /* display: none; */
  }
}

.request-details {
  font-size: 0;
}

[dir] .request-details {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-bottom: 20px;
}

[dir] .request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

[dir] .request-details dt, [dir] .request-details dd {
  margin: 0 0 16px;
}

@media (max-width: 1439px) {

[dir] .request-details dt, [dir] .request-details dd {
    margin-bottom: 10px
}
   }

.request-details dd {
  width: 60%;
}

@media (max-width: 1439px) {

[dir=ltr] .request-details dd {
    margin-left: 4px
}

[dir=rtl] .request-details dd {
   margin-right: 4px
}

   [dir=ltr] .request-details dd + dt {
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid rgb(184 183 195 / 52%);
   }

   [dir=rtl] .request-details dd + dt {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid rgb(184 183 195 / 52%);
   }
  }

.request-details dd span {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #545360;
  }

[dir] .request-details dd span {
    padding: 3px 8px;
    background: #F6F6F6;
    border-radius: 16px;
  }

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #5a6d7c;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

[dir] .request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

[dir] .request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/

[dir] .pagination {
  margin: 20px 0;
  text-align: center;
}

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

[dir] .pagination-first-link, [dir] .pagination-last-link {
  padding: 0 10px;
}

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

[dir] .pagination-first-text, [dir] .pagination-last-text {
  border: 0;
  margin: -1px;
  padding: 0;
}

[dir=ltr] .pagination-next-link {
  padding-right: 10px;
}

[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}

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

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

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

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

[dir=ltr] .pagination-prev-link {
  padding-left: 10px;
}

[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}

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

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

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

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

/***** Metadata *****/

.meta-group {
  display: block;
}

[dir=ltr] .meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #5a6d7c;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
}

[dir] .meta-data:not(:last-child)::after {
  margin: 0 5px;
}

/* User Profiles */

[dir] .profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  -ms-grid-row-align: center;
      align-self: center;
}

[dir=ltr] .profile-avatar {
  margin-right: 10px;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
}

[dir=ltr] .profile-avatar .icon-agent {
  right: 0;
}

[dir=rtl] .profile-avatar .icon-agent {
  left: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  line-height: 25px;
}

[dir] .profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}

[dir] .profile-header .options {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
  }
  [dir] .profile-header .options {
    margin-top: 0;
  }
  [dir=ltr] .profile-header .options {
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  [dir] .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
  }
  [dir=ltr] .profile-header .options > :not(:last-child) {
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
}

[dir] .user-profile-actions {
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  flex-basis: 100%;
}

[dir] .profile-header .description {
  margin: 15px 0;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
}

[dir] .profile-stats .stat {
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #5a6d7c;
  font-weight: 300;
  flex: 0 0 100px;
}

[dir=ltr] .profile-stats .stat-label {
  margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

[dir] .profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    flex-direction: row;
  }
  [dir] .profile-stats-activity {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

[dir] .profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  [dir] .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

[dir] .profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
  }
  [dir] .profile-stats-counters {
    border-bottom: 0;
  }
  [dir=ltr] .profile-stats-counters {
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
  }
  [dir=ltr] .profile-stats-counters {
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  [dir] .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  color: #17494D;
  font-size: 12px;
}

[dir] .profile-private-badge {
  border: solid 1px #17494D;
  border-radius: 4px;
  padding: 5px 20px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  line-height: 15px;
}

[dir=ltr] .profile-private-badge .profile-private-icon {
  margin-left: 5px;
}

[dir=rtl] .profile-private-badge .profile-private-icon {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

[dir] .profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
}

[dir] .profile-section-title {
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  color: #5a6d7c;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir] .profile-section-description {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
  }
  [dir] .profile-section-description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  font-size: 13px;
}

[dir] .profile-section-sorter {
  border-top: solid 1px #eee;
}

.profile-section-sorter .dropdown-toggle {
  width: 100%;
}

[dir] .profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
}

[dir=ltr] .profile-section-sorter .dropdown-toggle::after {
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
  }
  [dir] .profile-section-sorter {
    padding-top: 0;
    border-top: 0;
  }
  [dir=ltr] .profile-section-sorter {
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-right: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

[dir] .profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
}

[dir] .profile-badges-item {
  border-top: 1px solid #ddd;
  padding: 27px 12px;
}

[dir=ltr] .profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

[dir=rtl] .profile-badges-item > div {
  padding-left: 12px;
  padding-right: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
}

[dir=ltr] .profile-badges-item-image {
  margin-right: 12px;
}

[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
}

[dir] .profile-badges-item-title, [dir] .profile-badges-item-metadata-title {
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
}

[dir] .profile-badges-item-description, [dir] .profile-badges-item-metadata-description {
  margin: 0;
}

[dir=ltr] .profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir=rtl] .profile-badges-item-metadata {
  margin-right: auto;
  text-align: left;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
}

[dir] .profile-contribution {
  padding: 20px 0;
}

[dir] .profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

[dir] .profile-contribution-title {
  margin: 0 0 5px 0;
}

[dir] .profile-contribution-body {
  margin: 10px 0;
}

[dir] .profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  [dir=ltr] .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

[dir] .profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir=ltr] .profile-contribution-icon {
  left: 0;
}

[dir=rtl] .profile-contribution-icon {
  right: 0;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

[dir=ltr] .profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  margin-right: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  [dir=ltr] .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    margin-right: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

[dir=ltr] .profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  margin-right: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  [dir=ltr] .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    margin-right: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  color: #999;
}

[dir] .profile-section .no-activity, [dir] .profile-section .private-activity {
  margin-top: 40px;
}

[dir=ltr] .private-activity-icon {
  margin-right: 10px;
}

[dir=rtl] .private-activity-icon {
  margin-left: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

[dir] .profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
}

[dir] .profile-activity {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [dir=ltr] .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
}

[dir=ltr] .profile-activity-header {
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-right: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  [dir=ltr] .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-self: flex-start;
}

[dir=ltr] .profile-activity-header .user-avatar {
  margin-right: 10px;
}

[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  min-width: 0;
  width: 100%;
}

[dir] .profile-activity-description {
  margin: 0;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

[dir] .profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  [dir] .profile-activity-contribution {
    margin-top: 0;
  }
  [dir=ltr] .profile-activity-contribution {
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-right: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  color: #ccc;
}

[dir] .profile-activity-icon {
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
}

[dir=ltr] .profile-activity-icon {
  left: 0;
}

[dir=rtl] .profile-activity-icon {
  right: 0;
}

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

@media (min-width: 768px) {
  [dir=ltr] .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  width: 1em;
  height: 1em;
}

[dir] .profile-activity-icon svg {
  transform: translateY(-50%);
  margin: auto;
}

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

.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
  [dir] .search-results {
    margin-top: 56px;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  flex: 1 0 auto;
  transition: all 0.3s ease;
  position: -webkit-sticky;
  position: sticky;
}

[dir] .search-results-sidebar {
  background-color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .search-results-sidebar {
    /* padding: 12px 27px; */
    width: calc(100% + 64px);
  }
  [dir] .search-results-sidebar {
    margin-bottom: 46px;
  }
  [dir=ltr] .search-results-sidebar {
    margin-right: -32px;
    margin-left: -32px;
  }
  [dir=rtl] .search-results-sidebar {
    margin-left: -32px;
    margin-right: -32px;
  }

    .search-results-sidebar:after {
      content: '';
      display: block;
      height: 1px;
      width: calc(100% + 32px);
      position: absolute;
      top: 57px;
    }

    [dir] .search-results-sidebar:after {
      background-color: #E5E7EC;
    }

    [dir=ltr] .search-results-sidebar:after {
    left: -32px;
    }

    [dir=rtl] .search-results-sidebar:after {
      right: -32px;
    }

    [dir] .search-results-sidebar .sidenav-item {
      padding: 5.5px 8px;   
      margin-bottom: 3px;
    }

    [dir] .search-results-sidebar .sidenav-item.current {
      margin-bottom: 0;   
    }

    .search-results-sidebar .search-filter-title {
      position: relative;
    }

    [dir] .search-results-sidebar .search-filter-title {
      padding: 9px 32px;
      background: #fff;
      cursor: pointer;
    }

    [dir] .search-results-sidebar .multibrand-filter-list {
      padding: 32px;
      background: #FFFFFF;
      box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.1471);  
    }
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    flex: 0 0 25%;
    height: auto;
    position: static;
  }
  [dir] .search-results-sidebar {
    border: 0;
  }
  [dir=ltr] .search-results-sidebar {
    padding: 0 20px 0 0;
  }
  [dir=rtl] .search-results-sidebar {
    padding: 0 0 0 20px;
  }
}

.search-results-sidebar .sidenav-item.current {;
  text-decoration: none;
  font-weight: bold;
  color: #0348A2;
}

[dir] .search-results-sidebar .sidenav-item.current {
  background-color: rgba(137, 178, 255, 0.2);
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .doc-count {
  font-weight: normal;
}

.search-results-sidebar .see-all-filters {
  display: block;
  color: #1F73B7;
}

[dir] .search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-family: 'Heebo', sans-serif;
}

[dir] .search-results-subheading {
  margin-bottom: 15px;
}

[dir] .search-results-list {
  margin-bottom: 25px;
}

[dir] .search-results-list > li {
  padding: 15px 0;
}

[dir] .search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  color: #666;
}

[dir] .search-results .meta-group {
  clear: both;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  word-break: break-word;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #373737;
}

[dir] .search-results-description {
  margin-top: 8px;
  margin-bottom: 8px;
}

.search-result-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  display: inline-block;
}

.search-result-title a {
    color: #000; 
  }

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

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

[dir] .search-result-votes, [dir] .search-result-meta-count {
  padding: 4px 5px;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #17494D;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

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

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

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

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

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

[dir] .search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:first-child {
    display: none !important;
  }

.search-result-breadcrumbs li:first-child + li:before {
    display: none;
  }

.search-result-breadcrumbs li:last-child {
    pointer-events: none;
  }

.search-result-breadcrumbs li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;    
    color: #747382;
  }

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */

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

/* Add a yellow background for Chinese */

html[lang|="zh"] .search-results-description em {
  font-style: normal;
}

html[dir][lang|="zh"] .search-results-description em {
  background: yellow;
}

/***** Notifications *****/

.notification {
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

[dir] .notification {
  border: 1px solid;
  padding: 13px 15px;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  max-width: 980px;
}

[dir] .notification-inner {
  margin: 0 auto;
  padding: 0 20px;
}

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

.notification-text {
  width: 100%;
}

[dir] .notification-text {
  padding: 0 15px;
}

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

[dir] .notification + .notification {
  margin-bottom: -1px;
}

/* Error */

[dir] .notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

[dir] .notification-error .notification-icon::before, [dir] .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 */

[dir] .notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

[dir] .notification-notice .notification-icon::before, [dir] .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;
}

[dir] .notification-alert {
  background: #fff8ed;
  border-color: #fcdba9;
}

[dir] .notification-alert .notification-icon::before, [dir] .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 {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

[dir] .notification-icon::before, [dir] .notification-inline.notification-error::before {
  background-size: cover;
}

/* Dismiss button */

.notification-dismiss, a.notification-dismiss {
  color: #555;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

[dir] .notification-dismiss, [dir] a.notification-dismiss {
  cursor: pointer;
}

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

/* Inline notifications */

.notification-inline {
  line-height: 14px;
  position: relative;
  vertical-align: middle;
}

[dir] .notification-inline {
  border-radius: 4px;
  margin-top: 5px;
  padding: 5px;
}

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

[dir] .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;
}

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

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

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

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

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

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

.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
}

[dir] .dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

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

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

.dropdown-menu {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  min-width: 170px;
  position: absolute;
  z-index: 1000;
}

[dir] .dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 1px;
  padding: 10px 0;
}

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

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

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

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

.dropdown-menu [role="separator"] {
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
}

[dir] .dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  display: block;
  white-space: nowrap;
  -webkit-appearance: none;
  line-height: inherit;
  width: 100%;
}

[dir] .dropdown-menu [role="menuitem"] {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  text-align: start;
  margin-left: 0;
}

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

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

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

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  text-decoration: none;
  color: #333;
}

[dir] .dropdown-menu [role="menuitem"]:hover, [dir] .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
}

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
}

[dir] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  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] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 10px;
}

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

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

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

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

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

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

[dir] .dropdown-menu-top {
  margin-bottom: 1px;
}

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

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

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

footer {
  /*! CSS Used from: https://www.fireblocks.com/wp-content/cache/autoptimize/css/autoptimize_56993de4a263d4dbc60fe41274dbb4c0.css ; media=all */;
}

@media all {
	footer * {
		box-sizing: border-box;
	}

	footer footer {
		display: block;
	}

	footer ::-moz-selection {
		color: #fff;
	}

	[dir] footer ::-moz-selection {
		background: #333;
		text-shadow: none;
	}

	footer ::-moz-selection {
		color: #fff;
	}

	footer ::selection {
		color: #fff;
	}

	[dir] footer ::-moz-selection {
		background: #333;
		text-shadow: none;
	}

	[dir] footer ::selection {
		background: #333;
		text-shadow: none;
	}

	footer a {
		color: #00e;
	}

	footer a:hover {
		color: #06e;
		outline: 0;
	}

	footer a:active {
		outline: 0;
	}

	[dir] footer ul {
		margin: 1em 0;
	}

	[dir=ltr] footer ul {
    padding: 0 0 0 40px;
	}

	[dir=rtl] footer ul {
		padding: 0 40px 0 0;
	}

	footer img {
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	[dir] footer img {
		border: 0;
	}

	footer svg:not(:root) {
		overflow: hidden;
	}

	footer a {
		color: #0072f7;
		text-decoration: none;
		transition: all 0.25s ease;
	}

	footer a:hover {
		color: #f87955;
	}

	footer img,
    footer svg {
		height: auto;
		max-width: 100%;
	}

	footer .svg-inline--fa {
		display: inline-block;
		font-size: inherit;
		height: 1em;
		overflow: visible;
		vertical-align: -0.125em;
	}

	footer .svg-inline--fa path {
		fill: currentColor;
	}

	footer p,
    footer ul {
		font-size: 1rem;
		letter-spacing: 0.5px;
		line-height: calc(28 / 16);
	}

	[dir] footer p, [dir] footer ul {
		margin: 0 0 20px;
	}

	footer footer {
		width: 100%;
	}

	footer .container {
		max-width: 86%;
		position: relative;
    width: 100%;
	}

	[dir] footer .container {
		clear: both;
		margin: 0 auto;
		padding: 0 50px;
	}

	footer .flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .grid {
		display: -ms-grid;
		display: grid;
	}

	footer .accessibility {
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		position: absolute;
	}

	[dir=ltr] footer .accessibility {
    left: -999999999px;
	}

	[dir=rtl] footer .accessibility {
		right: -999999999px;
	}

	footer .triangle-pattern {
		gap: 30px;
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
		grid-template-columns: repeat(10, 1fr);
		overflow: hidden;
		position: absolute;
	}

	footer .triangle-pattern .triangle {
		height: 0;
		width: 0;
	}

	[dir] footer .triangle-pattern .triangle {
		border-color: transparent transparent #000 transparent;
		border-style: solid;
		border-width: 0 6px 10px;
	}

	@media all{

    [dir] footer .triangle-pattern .triangle{
		border-color: transparent transparent #000 transparent;
    }
  }

	@media all{

    [dir] footer .triangle-pattern .triangle{
		border-color: transparent transparent #000 transparent;
    }
  }
}

footer {
  color: #373737;
  position: relative;
  z-index: 3;
}

[dir] footer {
  background: #F6F6F6;
  padding: 80px 0 54px;
}

footer .triangle-pattern {
  top: -65px;
  display: none;
}

[dir=ltr] footer .triangle-pattern {
  right: 0;
}

[dir=rtl] footer .triangle-pattern {
  left: 0;
}

footer a {
  color: #000;
}

footer a:hover,
footer .column .links li:nth-of-type(2) a:hover,
footer .column p + a:hover,
footer .social a {
  color:  #0348A2;
}

footer ul {
  list-style: none;
}

[dir] footer ul {
  margin: 0;
  padding: 0;
}

footer .flex-container {
  align-items: flex-start;
}

[dir] footer .flex-container {
  margin: 107px 0 0;
}

#menu-footer {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: calc(887 / 1100 * 100%);
}

#menu-footer li,
footer .column p,
footer .column li,
footer .column a {
  font: 500 calc(14rem / 16) / calc(13 / 14) Heebo;
}

[dir] #menu-footer > li > a {
  font: 400 calc(14rem / 16) / calc(13 / 14) Heebo;
}

#menu-footer > li:last-child {
  -ms-grid-column: 3;
  grid-column: 3;
}

[dir] #menu-footer > li:last-child {
  margin-top: -147px;
}

#menu-footer > li > a {
  color: #373737;
}

[dir] #menu-footer > li > a {
  cursor: default;
}

[dir] #menu-footer .sub-menu li, [dir] footer .column .links li:not(:first-child) {
  margin-top: 34px;
}

[dir] footer .column .links {
  margin-bottom: 81px;
}

footer .column .links li:last-child a {
  color: #f59b00;
}

footer .column p + a {
  color: #f59b00;
}

footer .social a {
  color: #f59b00;
}

[dir] footer .social {
  margin-top: 30px;
}

footer .social li {
  display: inline-block;
}

[dir=ltr] footer .social li {
  margin-right: 38px;
}

[dir=rtl] footer .social li {
  margin-left: 38px;
}

footer .social a {
  font-size: 1rem;
}

footer .footer-badge {
  display: block;
}

[dir] footer .footer-badge {
  margin-top: 57px;
}

footer .copyright {
  font-size: calc(13rem / 16);
  letter-spacing: 0.4px;
  line-height: calc(22 / 13);
}

[dir] footer .copyright {
  margin: 157px 0 0;
}

[dir=ltr] footer .copyright {
  left: 0;
}

[dir=rtl] footer .copyright {
  right: 0;
}

@media only screen and (max-width: 87.5em) {
  footer .container {
    max-width: 100%;
  }
  [dir] #menu-footer > li:last-child {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 68.775em) {
  [dir] footer .container {
    padding: 0 20px;
  }
  [dir] footer {
    padding: 60px 0 40px;
  }
  footer .logo {
    display: block;
  }
  [dir] footer .logo {
    margin: 0 0 50px;
  }
  [dir] footer .flex-container {
    margin: 0;
  }
  #menu-footer {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  #menu-footer > li:last-child {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  [dir] #menu-footer > li:last-child {
    margin-top: 0;
  }
  [dir] footer .copyright, [dir] footer .column {
    margin-top: 30px;
  }
  [dir] footer .column .links, [dir] footer .column .links li:nth-of-type(1) {
    margin-bottom: 34px;
  }
  [dir] footer .footer-badge {
    margin: 0;
  }
  footer .copyright {
    order: 10;
    width: 100%;
  }
}

@media only screen and (max-width: 40.625em) {
  footer .triangle-pattern {
    display: none;
  }
  #menu-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #menu-footer > li:last-child {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media only screen and (max-width: 68.775em) {
  [dir] footer .container {
        padding: 0 20px
    }
}

.header {
  max-width: 100%;
  width: 100%;

  height: auto;
  position: fixed;
  top: 0;
  z-index: 999;
}

[dir] .header {
  background: #2C2B3D;
}

/*
@media (min-width: 1440px) {
  .menu-button-article {
    display: none !important;
  }
  .mobile-search {
    display: none;
  }
}
*/

.menu-button-article {
  display: inline-block;
  width: auto;
}

[dir] .menu-button-article {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.menu-button-article, .menu-button-article svg {
  vertical-align: middle;
}

.user-nav, .nav-wrapper {
  display: flex;
  align-items: center;
}

.nav-wrapper a, .user-info > button,
.nav-wrapper .user-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.200166px;
  color: #fff;
}

[dir] .nav-wrapper a, [dir] .user-info > button, 
  .nav-wrapper .user-info {
  padding: 0;
}

[dir=ltr] .nav-wrapper a, [dir=ltr] .user-info > button, 
  .nav-wrapper .user-info {
  margin-left: 32px;
}

.nav-wrapper .user-info > button {
  margin-left: 0;
}

[dir=rtl] .nav-wrapper a, [dir=rtl] .user-info > button,
  .nav-wrapper .user-info {
  margin-right: 32px;
}

[data-user-name] {
  font-weight: bold;
}

.logo span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #FFFFFF;
}

.logo img {
  height: 20px;
}

.logo a {
  display: flex;
  align-items: center;
}

[dir] .hero {
    background: #2c2b3d;
}

.hero-inner-title {
  font-weight: bold; 
  color: #fff;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.313303px;
  font-family: Futura, sans-serif;
}

[dir] .hero-inner-title {
  margin-bottom: 32px;
}

@media (max-width: 1439px) {

[dir] .hero-inner-title {
    margin-bottom: 0
}
  }

@media (max-width: 708px) {

.hero-inner-title {
    font-size: 24px
}
  }

.hero-inner {
    position: static;
    max-width: 564px;
}

[dir] .hero-inner {
    transform: none;
}

.hero {
    height: auto;
}

[dir] .hero {
    padding: 24px 20px 260px;
}

.search {position: relative;}

.search:before {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  content: "";
}

[dir] .search:before {
  background: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg' class='search-icon'%3E%3Cpath d='M12.5099 12.0099L17.1665 16.6665' stroke='%231866CC' stroke-width='2.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.8335 13.3335C11.5949 13.3335 13.8335 11.0949 13.8335 8.3335C13.8335 5.57207 11.5949 3.3335 8.8335 3.3335C6.07207 3.3335 3.8335 5.57207 3.8335 8.3335C3.8335 11.0949 6.07207 13.3335 8.8335 13.3335Z' stroke='%231866CC' stroke-width='2.5'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%);
}

[dir=ltr] .search:before {
  left: 24px;
}

[dir=rtl] .search:before {
  right: 24px;
}

.search input[type="search"] {
  color: #4570C4;
  height: 48px;
}

[dir=ltr] .search input[type="search"] {
  padding-left: 60px;
}

[dir=rtl] .search input[type="search"] {
  padding-right: 60px;
}

[dir] .knowledge-base {
  margin-top: -264px;
  margin-bottom: 16px;
}

.blocks-item {
  flex-direction: column;
  min-height: 313px;
  position: relative;
}

[dir] .blocks-item {
  background: #F4F8FF;
	border-radius: 8px;
  padding: 24px;
  border: none;
}

[dir=ltr] .blocks-item {
  text-align: left;
}

[dir=rtl] .blocks-item {
  text-align: right;
}

[dir] .blocks-item:hover, [dir] .blocks-item:focus, [dir] .blocks-item:active {
    background-color: #F4F8FF;
}

.blocks-item-link {
  flex: 0;
  justify-content: start;
  position: absolute;
  top: 0;
  bottom: 0;
}

[dir] .blocks-item-link {
  padding: 0;
}

[dir=ltr] .blocks-item-link {
  left: 0;
  right: 0;
}

[dir=rtl] .blocks-item-link {
  right: 0;
  left: 0;
}

.blocks-item-icon {
  height: 64px;
  width: 64px;
}

[dir] .blocks-item-icon { 
  margin-bottom: 12px;
}

.blocks-item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.200166px;
  color: #000000;
}

[dir] .blocks-item-title {
  margin-bottom: 2px;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
    /* color: #000; */
    text-decoration: none;
}

.blocks-item-section a {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #373737;
  position: relative;
}

[dir] .blocks-item-section a {
  margin-top: 8px;
}

.blocks-item-section a:hover {
  color: #0348A2;
}

@media (min-width: 707px) {
  [dir] .blocks-list {
    margin: 0 -12px;
  }
}

@media (min-width: 707px) {
  [dir] .blocks-item {
    margin: 0 12px 24px;
  }
}

.blocks-item:last-child {
  display: none;
}

.updates-inner-body * {
  display: none;
}

.updates-inner-body h2:nth-of-type(-n + 6), .updates-inner-body h2:nth-of-type(-n + 6) * {
  display: block;
}

@media (max-width: 1160px) {
  [dir=ltr] .header__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  [dir=rtl] .header__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 1439px) {

  .logo {
    flex-grow: 2;
  }
  .logo a {
    justify-content: center;
	}
  
  .user-nav .search-container {
    display: none;
  }
  
  .logo img {
    max-height: 16px;
	}
  
  .logo span {
    font-size: 14px;
    line-height: 22px;
	}
  
  [dir=ltr] .logo span {
    margin: 0 0 0 10px;
	}
  
  [dir=rtl] .logo span {
    margin: 0 10px 0 0;
	}
  
  .user-nav .search-container {
    top: -20px;
    z-index: 1;
    position: absolute;
    width: 250px;
  }
  
  [dir] .user-nav .search-container {
    background-color: #2c2b3d;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%), 0 4px 10px 0 rgb(0 0 0 / 10%);
    border: solid 1px #2c2b3d;
  }
  
  [dir=ltr] .user-nav .search-container {
    right: -32px;
  }
  
  [dir=rtl] .user-nav .search-container {
    left: -32px;
  }
  
/*   .scrolled .mobile-search {
    display: block !important;
    width: 32px;
    height: 32px;
  } */
  

  
  .hero {
    height: auto;
	}
  

  
  [dir] .hero {
    padding: 10px 20px 130px;
	}
  
  [dir] .knowledge-base {
    margin-top: -150px;
	}
  
  @media (max-width: 707px) {
      [dir] .knowledge-base {
        margin-top: -260px;
      }
  }
  
  .blocks-item-icon {
    height: 64px;
    width: 64px;
	}
  
  [dir] .blocks-item-icon {
    margin-bottom: 8px;
	}
  
  .blocks-item-icon img {
    width: 100%;
  }
  
  .blocks-item {
    min-height: auto;
	}
  
  [dir] .blocks-item {
    padding: 24px;
	}
}

.user-nav[aria-expanded="true"] {
  top: 88px;
  z-index: 1;
}

[dir] .user-nav[aria-expanded="true"] {
  background-color: #2c2b3d;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #2c2b3d;
}

[dir] .mobile-search {
  cursor: pointer;
}

.menu-button-article, .mobile-search {
/*   display: none !important; */
}

@media (min-width: 1439px) {
  [data-sidenav] {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    height: calc(100vh - 64px);
    overflow: auto;
    /* padding-bottom: 56px; */
    z-index: 2;
  }
  [dir] [data-sidenav] {
    padding-top: 40px;
    background: #fafafa;
  }
  
  .is-user [data-sidenav] {
    top: 64px;
  }
}

[dir] footer {
    margin-top: 145px;
}

.nav-wrapper a:hover, .user-info > button:hover {
  text-decoration: none;
  color: #F59B00;
}

.updates-inner-category {
  position: relative;
}

.updates-inner-icon {
  width: 203px;
	height: 122px;
  position: absolute;
  top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.updates-inner-icon img {
  height: 70px;
}

[dir] .updates-inner-icon {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

[dir=ltr] .updates-inner-icon {
  left: 0;
}

[dir=rtl] .updates-inner-icon {
  right: 0;
}

.updates-inner-body {
  display: flex;
  flex-wrap: wrap;
}

[dir] .updates-inner-body {
  background: #F4F8FF;
	border-radius: 8px;
  margin-bottom: 80px;
}

[dir=ltr] .updates-inner-body {
  margin-left: 100px;
  padding: 26px 40px 29px 136px;
}

[dir=rtl] .updates-inner-body {
  margin-right: 100px;
  padding: 26px 136px 29px 40px;
}

.updates-inner-body h1 {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.628571px;
  text-transform: uppercase;
  color: #2C2B3D;
}

[dir] .updates-inner-body h1 {
  margin-bottom: 18px;
}

.updates-inner-body h2 {
  width: 33%;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #373737;
  position: relative;
}

[dir] .updates-inner-body h2 {
  padding: 0 20px;
  margin-bottom: 16px;
  cursor: pointer;
}

@media (max-width: 707px) {

.updates-inner-body h2 {
    width: 100%
}
  }

.updates-inner-body h2:hover {
 color: #0075F2;
}

.updates-inner-body h2:before {
  display: block; 
  content: '';
  width: 12px;
	height: 12px;
  position: absolute;
  top: 6px;
}

[dir] .updates-inner-body h2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.71385 9.78826L3.00567 11.71L3.71388 7.6397L0.713867 4.75708L4.85977 4.16323L6.71385 0.459961L8.56797 4.16323L12.7139 4.75708L9.71389 7.6397L10.4221 11.71L6.71385 9.78826Z' fill='%234570C4'/%3E%3C/svg%3E%0A");
}

[dir=ltr] .updates-inner-body h2:before {
  left: 0;
}

[dir=rtl] .updates-inner-body h2:before {
  right: 0;
}

.updates-inner-more {
  display: block; 
  width: 100%;
}

.updates-inner-more a {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.9px;
    color: #0075F2;
    text-decoration: none;
    display: inline-block;
    width: auto;
  }

[dir] .updates-inner-more a {
    margin-top: 10px;
  }

.updates-inner-more a:hover {
  color: #0075F2;
}

.updates-inner-more a:after {
  display: inline-block; 
  vertical-align: middle;
  content: '';
  width: 24px;
	height: 6px;
  transition: all 0.2s ease-out;
}

[dir] .updates-inner-more a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='6' viewBox='0 0 24 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.451 3L18.451 0.113249V5.88675L23.451 3ZM0.235352 3.5H18.951V2.5H0.235352V3.5Z' fill='%230075F2'/%3E%3C/svg%3E%0A");
}

[dir=ltr] .updates-inner-more a:after {
  margin-left: 15px;
}

[dir=rtl] .updates-inner-more a:after {
  margin-right: 15px;
}

[dir] .updates-inner-more:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='6' viewBox='0 0 24 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.451 3L18.451 0.113249V5.88675L23.451 3ZM0.235352 3.5H18.951V2.5H0.235352V3.5Z' fill='%230348A2'/%3E%3C/svg%3E%0A");
}

[dir=ltr] .updates-inner-more:hover:after {
  margin-left: 19px;
}

[dir=rtl] .updates-inner-more:hover:after {
  margin-right: 19px;
}

.updates-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.733333px;
  color: #000000;
  font-family: Futura, sans-serif;
}

[dir] .updates-title {
  text-align: center;
}

@media (max-width: 1160px) {
  .updates-inner-body h3 {
    width: 50%;
  }
}

@media (max-width: 707px) {
  .section {
    /* margin-top: 8px; */
  }

  .hero {
    min-height: 284px;
    /* padding-bottom: 116px; */
  }

  [dir] .hero {
    padding-top: 8px;
  }
  
  .updates-inner-body h3 {
    width: 50%;
  }
  
  .updates-inner-icon {
   position: relative;
    width: 80%;
    /* max-width: 552px; */
    height: 99px;
    top: -50px;
	}
  
  [dir] .updates-inner-icon {
    margin: 90px auto -50px;
	}
  
  .updates-inner-icon svg {
    width: 48px;
		height: 48px;
	}
  
  .updates-inner-icon:before {
/*     position: absolute;
    background: #F4F8FF;
		border-radius: 8px;
    display: inline-block; 
    vertical-align: middle;
    content: '';
    width: 100%;
    left: 0;
    height: 99px;
    z-index: -1; */
    display: none;
	}
  
  [dir] .updates-inner-category:last-child {
    background: #F4F8FF;
		border-radius: 8px;
  }
  
  .updates-title {
    line-height: 40px;
  }
  
  .updates-inner-body {
/*       background: #fff; */
  }
  
  [dir] .updates-inner-body {
      padding: 24px;
  }
  
  [dir=ltr] .updates-inner-body {
    margin-left: 0;
  }
  
  [dir=rtl] .updates-inner-body {
      margin-right: 0;
  }
}

@media (max-width: 558px) {
  .updates-inner-body h3 {
      width: 100%;
    }
}

h2, h3, h4, h5, h6 {
  font-family: 'heebo', sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 700;
  font-family: Futura, sans-serif;
}

[dir] .blocks-item-link:focus {
    box-shadow: none;
}

body, .section-tree-title a {
    color: #000;
}

[dir] .article-list-item {
  padding: 15px 0 0;
}

.article-list-item a {
  color: #01317C;
}

.article-list-item a:hover {
  color: #0075F2;
}

a:hover {
  text-decoration: none;
}

.article {
  /* border-left: 1px solid #E5E7EC; */
}

.meta-data:not(:last-child)::after {
    display: none;
}

[dir] .article-container>*{
  padding-top:56px;
}

.article-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.200166px;
  color: #000000;
  font-family: Futura, sans-serif;
}

[dir] .article-title {
  margin-bottom: 6px;
}

.article-meta {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #747382;
}

[dir] .article-header {
    margin-bottom: 24px;
}

[dir] .article-content {
  margin-top: 24px;
}

.article-body h1 {
  font-size: 26px;
  line-height: 150%;
  color: #000000;
  font-family: Heebo, sans-serif;
}

[dir] .article-body h1 {
  margin-bottom: 8px;
}

.article-body {
  font-family: Heebo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #373737;
}

.article-body h3 {
  font-family: Heebo, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #2C2B3D;
  display: inline-block;
}

[dir] .article-body .h1-section {
  margin: 35px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #EDEFF2;
}

[dir] .article-body .h2-section {
  margin: 16px 0;
}

body .lt-toc--title {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 20px;
  letter-spacing: 0.628571px;
  text-transform: uppercase;
  color: #747382;
}

[dir] body .lt-toc--title {
  margin-bottom: 7px;
}

body .lt-toc--link {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.200166px;
  color: #545360;
  text-replace: auto;
  text-decoration: none;
}

[dir] body .lt-toc--link {
  padding: 4px 24px;
}

body .lt-toc--link:before {
    display: block;
    content: '';
    width: 3px;
    height: 17px;
    position: absolute;
    /* top: 10px; */
    opacity: 0;
  }

[dir] body .lt-toc--link:before {
    background-image: url("data:image/svg+xml,%3Csvg width='3' height='17' viewBox='0 0 3 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 2.25L1.5 15M1.5 2.25L1.5 15' stroke='%2301317C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }

[dir=ltr] body .lt-toc--link:before {
  left: -3px;
  }

[dir=rtl] body .lt-toc--link:before {
    right: -3px;
  }

body .lt-toc--link.is-active span {
  color: #0348A2;
  font-weight: 500;
}

body .lt-toc--link.is-active {
  position: relative;
}

[dir] body .lt-toc--link.is-active {
  background: transparent;
}

[dir] body .lt-toc_is-desktop .lt-toc--item {
  margin-bottom: 4px;
}

body .lt-toc--link.is-active:before {
  /* top: 10px; */
  opacity: 1;
}

body .sidenav__category-name:after, body  .sidenav__section-name:after, html[dir="ltr"] .sidenav a:before, html[dir="ltr"] .sidenav span:before {
  display: none;
}

.sidenav-container .sidenav__category-name, .sidenav-container .sidenav__section-name, .sidenav-container .sidenav__article-name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #404040;
  /* margin-bottom: 10px; */
  transition: all 0.3s;
}

[dir=ltr] .sidenav-container .sidenav__category-name, [dir=ltr] .sidenav-container .sidenav__section-name, [dir=ltr] .sidenav-container .sidenav__article-name {
  border-radius: 0px 12px 12px 0px;
}

[dir=rtl] .sidenav-container .sidenav__category-name, [dir=rtl] .sidenav-container .sidenav__section-name, [dir=rtl] .sidenav-container .sidenav__article-name {
  border-radius: 12px 0px 0px 12px;
}

[dir] .sidenav-container .sidenav__category-name:hover, [dir] .sidenav-container .sidenav__section-name:hover, [dir] .sidenav-container .sidenav__article-name:hover {
    background: rgba(191, 191, 197, 0.2);
  }

.sidenav-container .sidenav__section-name {
  font-size: 16px;
}

.sidenav-container .sidenav__section-name:before {
    content: '';
    display: inline-block !important;
    width: 24px;
    height: 24px; 
    /* margin-top: -4px; */
    vertical-align: middle;
  }

[dir] .sidenav-container .sidenav__section-name:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.8002 10.4L12.0002 13.6L15.2002 10.4' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

[dir=ltr] .sidenav-container .sidenav__section-name:before {
  margin-right: 6px;
  }

[dir=rtl] .sidenav-container .sidenav__section-name:before {
    margin-left: 6px;
  }

[dir] .is-active > .sidenav__section-name:before {
    transform: rotate(0deg) !important;
  }

.sidenav-container .sidenav__category-name {
  font-size: 20px;
}

[dir] .sidenav-container .sidenav__category-name {
  padding-top: 17px;
  padding-bottom: 17px;
}

.sidenav-container .sidenav span, .sidenav-container .sidenav a {
    /* padding: 4px 0; */
}

.sidenav__section.is-active > a, .sidenav__section.is-active > span, .sidenav__article.is-active > a, .sidenav__article.is-active > span {
    font-weight: 400;
    color: #000;
}

.sidenav__article.is-active > a, .sidenav__article.is-active > span {
	
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #0348A2;

}

[dir] .sidenav__article.is-active > a, [dir] .sidenav__article.is-active > span {
  background: rgba(137, 178, 255, 0.2);

}

.sidenav-container .sidenav__article-name {
    /* padding: 4px 8px !important; */
}

[dir] .sidenav-container .sidenav__article-name {  
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.sidenav-container .sidenav__article-name:hover {
  color: #000;
}

[dir] .sidenav-container .sidenav__article-name:hover {
  background: rgba(84, 83, 96, 0.06);
}

.lt-toc--link:hover {
  color: #000;
}

html[dir="ltr"] .sidenav_accordion .sidenav__sections-list, 
html[dir="ltr"] .sidenav_accordion .sidenav__articles-list {
    padding-left: 0;
}

[dir=ltr] .sidenav_accordion > .sidenav__categories-list .sidenav__sections-list, [dir=ltr] .sidenav_accordion > .sidenav__categories-list .sidenav__articles-list, [dir=ltr] .sidenav_accordion > .sidenav__sections-list .sidenav__articles-list {
  padding-right: 0 !important;
}

[dir=rtl] .sidenav_accordion > .sidenav__categories-list .sidenav__sections-list, [dir=rtl] .sidenav_accordion > .sidenav__categories-list .sidenav__articles-list, [dir=rtl] .sidenav_accordion > .sidenav__sections-list .sidenav__articles-list {
  padding-left: 0 !important;
}

[dir=ltr] body .sidenav__categories-list {
  padding-right: 16px !important;
  padding-left: 0;
}

[dir=rtl] body .sidenav__categories-list {
    padding-left: 16px !important;
    padding-right: 0;
}

[dir] .article-votes {
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
}

.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    display: inline-block;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    -webkit-touch-callout: none;
  
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #2C2B3D;
  min-width: auto;
}

[dir] .button, [dir] .split-button button, [dir] .section-subscribe button, [dir] .article-subscribe button, [dir] .community-follow button, [dir] .requests-table-toolbar .organization-subscribe button, [dir] .subscriptions-subscribe button, [dir] .pagination-next-link, [dir] .pagination-prev-link, [dir] .pagination-first-link, [dir] .pagination-last-link {
    background-color: transparent;
    border: 1px solid #EDEFF2;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px 16px;
    text-align: center;
}

[dir] .article-vote:hover {
  background-color: #2C2B3D;
}

.article-votes-question {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #000;
}

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

@media (max-width: 1439px) {
  [dir=ltr] .article {
    border-left: none;
	}
  [dir=rtl] .article {
    border-right: none;
	}
  
  [dir] .article-sidebar {
    margin: 0;
  }
  
  [dir] .article-container>* {
    padding-top: 56px;
	}	
  
  .article-sidebar {
    display: none;
    position: absolute;
    z-index: 99999; 
  }
  
  [data-sidenav] {
    position: static;
    flex-grow: 2;
  }
  
  body .header-menu-sidebar {
    display: flex;
    flex-direction: column;
  }
  
  [dir] body .header-menu-sidebar {
    padding-top: 64px !important;
    background-color: #fff;
  }
  
  [dir=ltr] body .header-menu-sidebar {
    padding-left: 0 !important;
  }
  
  [dir=rtl] body .header-menu-sidebar {
    padding-right: 0 !important;
  }
  
  body .header-menu-sidebar {
    /* padding-left: 32px; */
    flex-grow: 2;
    overflow-y: auto;
  }
  
  [dir] body .header-menu-sidebar {
    /*padding-top: 0 !important;*/
  }
}

.header.header--search {
  display: none;
}

[dir] .header.header--search {
  margin-top: 0;
  padding: 16px 20px;
}

.header.header--search .search-container {
  display: flex;
}

.header.header--search .search input[type="search"]{
  	/*background: #2C2B3D !important;
    border: none !important;
   -webkit-box-shadow: 0 0 0px 1000px #2C2B3D inset;
    border: none !important;
  	background-color: #2C2B3D !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 0;
    padding: 0 10px;*/
}

.header.header--search .search {
  width: 100%;
}

.header.header--search input::-webkit-autofill, .header.header--search input::-internal-autofill-selected  {
  /*-webkit-box-shadow: 0 0 0px 1000px #2C2B3D inset;
    border: none !important;
  	background-color: #2C2B3D !important;
    background-image: none !important;
    color: #fff !important;*/
}

.header.header--search .close {
  display: block;
  position: absolute;
  z-index: 2;
  top: 16px;
  width: 24px;
	height: 24px;
}

[dir] .header.header--search .close {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3112 17.6569L6.99748 6.34315' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M18.3111 6.34315L6.9974 17.6569' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

[dir=ltr] .header.header--search .close {
  right: 16px;
}

[dir=rtl] .header.header--search .close {
  left: 16px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
   display: block;
  position: absolute;
  z-index: 2;
  top: 11px;
  width: 24px;
	height: 24px;
}

[dir] input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6569 17.8443L6.34319 6.53059' stroke='%23373737' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17.6568 6.53059L6.34311 17.8443' stroke='%23373737' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

[dir=ltr] input[type="search"]::-webkit-search-cancel-button {
  right: 16px;
}

[dir=rtl] input[type="search"]::-webkit-search-cancel-button {
  left: 16px;
}

.sidenav-btn {display: none !important;}

.lt-toc--list:before {
  display: block;
  content: '';
  width: 3px;
  height: calc(100% - 54px);
  position: absolute;
  top: 42px;
}

[dir] .lt-toc--list:before {
  background: #E5E7EC;
}

[dir=ltr] .lt-toc--list:before {
  left:0;
}

[dir=rtl] .lt-toc--list:before {
  right: 0;
}

body .lt-toc--list {
    overflow: visible;
  border-left: 3px solid #E5E7EC;
}

body .header-menu-sidebar {
    width: calc(100% - 56px);
    max-width: 400px;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 85%;
    height: 100%;
    overflow-y: auto;
}

.sidenav-overlay.is-active {
    opacity: 0.66 !important;
}

.header .search input[type="search"] {
    height: 32px;
}

[dir=ltr] .header .search input[type="search"] {
  padding-left: 48px;
}

[dir=rtl] .header .search input[type="search"] {
    padding-right: 48px;
}

@media (min-width: 768px) {

.header .search input[type="search"] {
      min-width: 368px
}
    }

[dir=ltr] .header .search:before {
  left: 16px;
}

[dir=rtl] .header .search:before {
    right: 16px;
}

.header input[type="search"]::-webkit-search-cancel-button {
    top: 2px;
}

[dir=ltr] .header input[type="search"]::-webkit-search-cancel-button {
  right: 13px;
}

[dir=rtl] .header input[type="search"]::-webkit-search-cancel-button {
    left: 13px;
}

@media (min-width: 1440px) {
  .header.header--search {
    display: none !important;
	}
}

@media (max-width: 1439px) {
  
  #article-container .article-sidebar {
    display: none !important;
  }
  
	[dir=ltr] .header__inner {
    padding-left: 20px;
    padding-right: 20px;
	}
  
	[dir=rtl] .header__inner {
    padding-right: 20px;
    padding-left: 20px;
	}
}

.article-body h1 {
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.02em;
}

[dir] .article-body h1 {
  margin-bottom: 8px;
}

[dir] .article-body h1:nth-of-type(n + 2) {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #EDEFF2;
  }

.article-body h2, .wysiwyg-font-size-x-large {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  letter-spacing: 0.02em;
}

[dir] .article-body h2, [dir] .wysiwyg-font-size-x-large {
  margin-bottom: 4px;
  margin-top: 16px;
}

.article-body h3, .wysiwyg-font-size-large {
  font-weight: bold;
	font-size: 16px;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.02em;
}

[dir] .article-body h3, [dir] .wysiwyg-font-size-large {
  margin-bottom: 4px;
  margin-top: 16px;
}

.article-body h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #373737;
  letter-spacing: 0.02em;
}

[dir] .article-body h4 {
  margin-bottom: 4px;
}

.article-body p {
    color: #373737;
    letter-spacing: 0;
}

[dir] .article-body p {
    margin: 16px 0 0;
}

.article-body a {
    color: #0075F2 !important;
}

.article-body a:hover {
  color: #0348A2 !important;
}

.table--bordered  {
  border-collapse: initial;
}

[dir] .table--bordered  {
  border: none !important;
}

[dir] .table--bordered tr {
  border: none !important;
}

.table--bordered th {
  font-weight: normal !important;
font-size: 16px;
line-height: 150%;
  color: #000000;
}

[dir] .table--bordered th {
  background: #F4F8FF;
}

[dir=ltr] .table--bordered tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

[dir=rtl] .table--bordered tr:first-child th:first-child {
    border-top-right-radius: 8px;
}

[dir=ltr] .table--bordered tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

[dir=rtl] .table--bordered tr:first-child th:last-child {
    border-top-left-radius: 8px;
}

.table--bordered td, .table--bordered th {
  border-spacing: 0;
}

[dir] .table--bordered td, [dir] .table--bordered th {
  border: 1px solid #EDEFF2 !important;
  padding: 11px;
}

[dir=ltr] .table--bordered tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

[dir=rtl] .table--bordered tr:last-child td:first-child {
    border-bottom-right-radius: 8px;
}

[dir=ltr] .table--bordered tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

[dir=rtl] .table--bordered tr:last-child td:last-child {
    border-bottom-left-radius: 8px;
}

body .article-body a:hover {
    color: #0348A2 !important;
}

@media (min-width: 1440px) { 
  .header-menu-sidebar {
    display: none !important;
  }
  .mobile-buttons {
    display: none !important;
  }
}

.article-body .btn--primary {
  color: #fff !important;
}

[dir] .article-body .btn--primary {
  padding: 10px 15px;
}

.article-body table {
  min-width: 100%;
  border-spacing: 0px;
}

[dir] .article-body table {
  margin: 18px 0;
  border-collapse: separate !important;
}

[dir] .article-body table td, [dir] .article-body table th {
    border: 1px solid #EDEFF2;
    padding: 12px 20px;
    text-align: center;
  }

@media (max-width: 786px) {

.article-body table td, .article-body table th {
      font-size: 12px
  }

[dir] .article-body table td, [dir] .article-body table th {
      padding: 5px
  }
    }

/* top-left border-radius */

[dir=ltr] .article-body table tr:first-child td:first-child {
  border-top-left-radius: 8px;
  }

[dir=rtl] .article-body table tr:first-child td:first-child {
    border-top-right-radius: 8px;
  }

/* top-right border-radius */

[dir=ltr] .article-body table tr:first-child td:last-child {
  border-top-right-radius: 8px;
  }

[dir=rtl] .article-body table tr:first-child td:last-child {
    border-top-left-radius: 8px;
  }

/* bottom-left border-radius */

[dir=ltr] .article-body table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
  }

[dir=rtl] .article-body table tr:last-child td:first-child {
    border-bottom-right-radius: 8px;
  }

/* bottom-right border-radius */

[dir=ltr] .article-body table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  }

[dir=rtl] .article-body table tr:last-child td:last-child {
    border-bottom-left-radius: 8px;
  }

.article-body table th {
    font-weight: normal;
  }

[dir] .article-body table tr:first-child td {
    background: #F4F8FF;
  }

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

[dir] .article-body ul {
  margin: 0 0 16px;
}

[dir=ltr] .article-body ul {
  margin-left: 0;
}

[dir=rtl] .article-body ul {
  margin-right: 0;
}

[dir=ltr] .article-body > ul, 
[dir=ltr] .article-body > ol, 
[dir=ltr] .article-body p {
  margin: 0.25rem 0 0.75rem;
}

[dir=rtl] .article-body > ul, [dir=rtl] .article-body > ol,  [dir=rtr] .article-body p {
  margin: 0.25rem 0 0.75rem;
}

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

[dir] .article-body ul ul {
  margin-top: 4px;
}

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

[dir] .article-body ul ul ul {
  margin-top: 4px;
}

.article-body ol {
  list-style-type: decimal;
}

[dir] .article-body ol {
  margin: 0 0 16px;
}

[dir=ltr] .article-body ol {
  margin-left: 0;
}

[dir=rtl] .article-body ol {
  margin-right: 0;
}

.article-body ol ol {
  list-style-type: lower-latin;
}

[dir] .article-body ol ol {
  margin-top: 4px;
}

.article-body ol ol ol {
  list-style-type: lower-roman;
}

[dir] .article-body ol ol ol {
  margin-top: 4px;
}

.article-body .list-bullet li {
    list-style: none;
    font-size: 16px;
}

[dir] .article-body .list-bullet li {
    margin-bottom: 0;
}

[dir=ltr] .article-body .list-bullet li {
  padding-left: 20px;
}

[dir=rtl] .article-body .list-bullet li {
    padding-right: 20px;
}

.article-body .list-bullet li:before {
    content:"·";
    font-size:30px;
    vertical-align:middle;
    line-height:20px;
    top: 0;
}

[dir=ltr] .article-body .list-bullet li:before {
  padding: 0 5px 0 0;
}

[dir=rtl] .article-body .list-bullet li:before {
  	padding: 0 0 0 5px;
}

.image-container {
  overflow: hidden;

/*   max-height: 416px; */
  max-height: 10%;
  overflow: hidden;
  line-height: 0;
}

[dir] .image-container {
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e5e7ec;
  border-radius: 8px;
  margin: 22px 0 !important;
}

.image-with-video-icon {
  height: 416px;
  overflow: hidden;
}

[dir] .image-with-video-icon {
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e5e7ec;
  border-radius: 8px;
  margin: 22px 0 !important;
}

.image-container img, .image-with-video-icon img {
  height: 100%;
  /* width: auto !important; */
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-with-video-icon:after {
  display: none;
}

[dir=ltr] .sidenav .sidenav__section-name {
  padding-left: 72px !important;
  }

[dir=rtl] .sidenav .sidenav__section-name {
    padding-right: 72px !important;
  }

[dir=ltr] .sidenav .sidenav__section-name:before {
  transform: rotate(-90deg);
    }

[dir=rtl] .sidenav .sidenav__section-name:before {
      transform: rotate(90deg);
    }

[dir=ltr] .sidenav .sidenav__article-name {
  padding-left: 120px !important;
  }

[dir=rtl] .sidenav .sidenav__article-name {
    padding-right: 120px !important;
  }

.sidenav .sidenav__category-name {
    display: flex;
    align-items: center;
  }

[dir=ltr] .sidenav .sidenav__category-name {
  padding-left: 80px !important;
  }

[dir=rtl] .sidenav .sidenav__category-name {
    padding-right: 80px !important;
  }

.sidenav .sidenav__category-name .sidenav-icon--colored {
      display: none;
    }

.sidenav .sidenav__category-name .sidenav-icon--selected {
      display: none;
    }

.sidenav .sidenav__category-name .sidenav-icon {
      display: none;
    }

.sidenav .sidenav__category-name .sidenav-icon {
      display: block;
    }

.sidenav .sidenav__category-name img {
      width: 28px;
      height: 28px;
    }

[dir=ltr] .sidenav .sidenav__category-name img {
  margin-right: 12px;
    }

[dir=rtl] .sidenav .sidenav__category-name img {
      margin-left: 12px;
    }

.sidenav .sidenav__category.is-active .sidenav-icon {
      display: block;
    }

.sidenav .sidenav__category.is-active img {
      display: none;
    }

@media (max-width: 1439px) { 
  [dir=ltr] .sidenav .sidenav__category-name {
    padding-left: 64px !important;
  } 
  [dir=rtl] .sidenav .sidenav__category-name {
    padding-right: 64px !important;
  }
  [dir=ltr] .sidenav .sidenav__section-name {
    padding-left: 56px !important;
  }
  [dir=rtl] .sidenav .sidenav__section-name {
    padding-right: 56px !important;
  }
  [dir=ltr] .sidenav .sidenav__article-name {
    padding-left: 104px !important;
  }
  [dir=rtl] .sidenav .sidenav__article-name {
    padding-right: 104px !important;
  }

  [dir=ltr] body .sidenav__category-icon {
    left: 24px;
  }

  [dir=rtl] body .sidenav__category-icon {
    right: 24px;
  }
}

[dir] .lt-toc--container {
  margin-bottom: 24px;
  overflow: auto;
}

[dir] .related-articles {
  border: 1px solid #E5E7EC;
  border-radius: 8px;
  padding: 24px;
}

@media (max-width: 1023px) {

[dir] .related-articles {
    margin-top: 24px;
    margin-bottom: 88px
}
  }

[dir=ltr] .article-inner {
  padding-left: 32px;
  padding-right: 32px;
  }

[dir=rtl] .article-inner {
    padding-right: 32px;
    padding-left: 32px;
  }

@media (min-width: 1024px) {
  .article-inner {
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 111px); 
  }
  [dir=ltr] .article-inner {
    padding-left: 32px;
    padding-right: 32px; 
  }
  [dir=rtl] .article-inner {
    padding-right: 32px;
    padding-left: 32px; 
  }

  .toc-container {
    flex: 0 0 288px;
  }
}

@media (min-width: 1440px) {
  [dir=ltr] .article-inner {
    padding-left: 56px;
    padding-right: 56px;
  }
  [dir=rtl] .article-inner {
    padding-right: 56px;
    padding-left: 56px;
  }
}

.related-articles__title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000000;
}

[dir] .related-articles__title {
  margin-bottom: 13px;
}

.related-articles__item a {
  display: flex;
  width: 100%;
  align-items: flex-start;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #545360; 
  transition: all 0.3s;
}

[dir] .related-articles__item a {
  margin-top: 13px;
}

.related-articles__item a svg {
    flex-shrink: 0;
  }

[dir] .related-articles__item a svg {
    margin-top: -3px;
  }

[dir=ltr] .related-articles__item a svg {
  margin-right: 7px;
  }

[dir=rtl] .related-articles__item a svg {
    margin-left: 7px;
  }

.related-articles__item a:hover {
    color: #000;
  }

.related-articles__item a:hover svg path {
      stroke: #000;
    }

@media (max-width: 1023px) {

  [dir] .article-header {
    margin-top: 0;
  }
  [dir] .article-author {
    margin-bottom: 0;
  }
    .custom-mobile-toc--button .lt-toc--container {
      display: none;

    }

    .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--container {
      position: relative;
      width: 100% !important;
      top: 0px !important;
    }

    [dir] .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--container {
      background: #fff;
      border: none;
      border-radius: 0;
    }

    [dir=ltr] .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--container {
    margin-left: -32px;
    }

    [dir=rtl] .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--container {
      margin-right: -32px;
    }
  
    .custom-mobile-toc--button .lt-toc--title {
      display: none !important;
    }
  
    .custom-mobile-toc--button .lt-toc .lt-toc--current {
      font-weight: 500;
      font-size: 26px;
      letter-spacing: 0.02em;
      color: #000000;
  
    }
  
    [dir] .custom-mobile-toc--button .lt-toc .lt-toc--current {
      padding: 9px 32px;
      border-bottom: 1px solid #E5E7EC;
  
    }

    [dir] .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--list {
      border: none;
      box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.1471);
    }

  .lt-toc-mobile, .lt-toc_is-mobile {
    height: 0 !important;
  }
    .lt-toc_is-fixed .lt-toc--container {
      display: block;
    }

  
}

.section__header {
  color: #373737;
}

[dir] .section__header {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 24px;
}

.section__articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[dir] .section__articles {
  margin-bottom: 40px;
}

[dir=ltr] .section__articles {
  margin-left: -52px;
  margin-right: -52px;
}

[dir=rtl] .section__articles {
  margin-right: -52px;
  margin-left: -52px;
}

.article-item {
  width: 50%;
  font-size: 16px;
  max-width: 454px;
}

[dir] .article-item {
  padding: 0 52px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {

.article-item {
    width: 100%
}
  }

.article-item__link {
  font-weight: bold;
  color: #373737;
  letter-spacing: 0.02em;
  display: inline-block;
}

[dir] .article-item__link {
  margin-bottom: 8px;
}

.article-item__link:hover {
    color: #0348A2;
  }

/* * {
    display: none;
  } */

.article-item__body span h1 {
    display: block;
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    color: #747382;
    position: relative;
    font-family: 'heebo', sans-serif;    
  }

[dir] .article-item__body span h1 {
    margin-bottom: 11px;
    cursor: pointer;    
  }

[dir=ltr] .article-item__body span h1 {
  text-align: left;
  padding-left: 15px;
  }

[dir=rtl] .article-item__body span h1 {
    text-align: right;
    padding-right: 15px;
  }

.article-item__body span h1:hover {
      color: #0348A2;
    }

.article-item__body span h1:before {
    content: '\2022';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
  }

[dir=ltr] .article-item__body span h1:before {
  padding-left: 4px;
  padding-right: 6px;
  left: 0;
  }

[dir=rtl] .article-item__body span h1:before {
    padding-right: 4px;
    padding-left: 6px;
    right: 0;
  }

.article__see-all {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  /* display: none; */
  color: #747382;
}

[dir] .article__see-all {
  padding: 0 10px;
}

.article__see-all:hover {
    color: #0348A2;
  }

.article-item__body h2:nth-of-type(n + 6) {
  display: none;
}

.sidenav__section-name {
  font-weight: normal !important;
}

.category-page .sidenav__category.current .category-wrapper {
    color: #0348A2;
  }

[dir] .category-page .sidenav__category.current .category-wrapper {
    background: rgba(137, 178, 255, 0.2);
  }

[dir=ltr] .category-page .sidenav__category.current .category-wrapper {
  border-radius: 0px 16px 16px 0px;
  }

[dir=rtl] .category-page .sidenav__category.current .category-wrapper {
    border-radius: 16px 0px 0px 16px;
  }

.category-page .sidenav__category.current .category-wrapper img {
      display: none;
    }

.category-page .sidenav__category.current .category-wrapper .sidenav-icon--colored {
      display: block;
    }

.category-page .sidenav__category.current .sidenav__category-name img {
        display: none !important;
      }

.category-page .sidenav__category.current .sidenav__category-name .sidenav-icon--colored {
        display: block !important;
      }

.category-page .sidenav__category.current .category-title {
      color: #0348A2 !important;
    }

.sidenav__category.current .category-wrapper .sidenav-icon {
    display: none;
  }

.sidenav__category.current .category-wrapper .sidenav-icon--selected {
    display: block;
  }

.sidenav__category.current .category-title {
    font-weight: bold;
    color: #000;
  }

.signin {
  letter-spacing: 0.04em;
  display: inline-block;
  color: #FFFFFF !important  ;
  font-weight: bold !important;
  font-size: 14px;
  line-height: 1.5 !important;
}

[dir] .signin {
  box-shadow: 0px 9px 25px 1px rgba(1, 22, 45, 0.0839434);
  border-radius: 10px;
  padding: 9.5px 16px !important;
  margin-top: -4px;
  margin-bottom: -4px;
}

[dir=ltr] .signin {
  background: linear-gradient(10.71deg, #1866CC 6.42%, #0075F2 93.52%);
}

[dir=rtl] .signin {
  background: linear-gradient(-10.71deg, #1866CC 6.42%, #0075F2 93.52%);
}

.submit-a-request {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  z-index: 999;
}

[dir] .submit-a-request {
  background: #2C2B3D;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 12px 16px;
}

[dir=ltr] .submit-a-request {
  right: 40px;
}

[dir=rtl] .submit-a-request {
  left: 40px;
}

[dir] .submit-a-request:hover {
    background: #3B3A4D;
  }

.submit-a-request:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    /* margin-right: 5px; */
  }

[dir] .submit-a-request:before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4211 3.25H2C1.0335 3.25 0.25 4.0335 0.25 5V16C0.25 16.9665 1.0335 17.75 2 17.75H4.25V21C4.25 21.2766 4.40224 21.5307 4.64611 21.6613C4.88997 21.7918 5.18588 21.7775 5.41603 21.624L11.2271 17.75H18C18.9665 17.75 19.75 16.9665 19.75 16V11.474L18.25 12.974V16C18.25 16.1381 18.1381 16.25 18 16.25H11C10.8519 16.25 10.7072 16.2938 10.584 16.376L5.75 19.5986V17C5.75 16.5858 5.41421 16.25 5 16.25H2C1.86193 16.25 1.75 16.1381 1.75 16V5C1.75 4.86193 1.86193 4.75 2 4.75H15.9204L17.4211 3.25ZM18.25 10.1447V5.2484L19.4615 4.03716C19.6439 4.31336 19.75 4.64429 19.75 5V8.64494L18.25 10.1447ZM12.2382 8.43062C12.107 8.31803 11.9364 8.25 11.75 8.25H5.25C4.83579 8.25 4.5 8.58579 4.5 9C4.5 9.41421 4.83579 9.75 5.25 9.75H11.6036L11.6733 9.43685C11.6842 9.3881 11.6968 9.34001 11.7111 9.29267C11.7734 9.08586 11.8699 8.88716 12.0005 8.70544C12.07 8.60862 12.148 8.51827 12.2334 8.43545L12.2382 8.43062ZM4.5 13C4.5 12.5858 4.83579 12.25 5.25 12.25H7.32C7.73421 12.25 8.07 12.5858 8.07 13C8.07 13.4142 7.73421 13.75 7.32 13.75H5.25C4.83579 13.75 4.5 13.4142 4.5 13Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7976 2.41606L23.705 1.32351C23.2828 0.901278 22.5972 0.901278 22.1735 1.32351L21.127 2.37006L21.1288 2.37191L13.626 9.87149L16.0745 12.3213L23.5763 4.81943L23.5768 4.81993L24.7976 3.59918C25.125 3.27168 25.125 2.74354 24.7976 2.41606ZM13.3441 12.9833C13.1434 13.0321 12.9622 12.8523 13.0068 12.6517L13.6256 9.87158L16.074 12.3214L13.3441 12.9833Z' fill='white'/%3E%3C/svg%3E%0A");
  }

[dir=ltr] .submit-a-request span {
  margin-left: 5px;
  }

[dir=rtl] .submit-a-request span {
    margin-right: 5px;
  }

.mobile-buttons {
  display: flex;
  flex-direction: column;
}

[dir] .mobile-buttons {
  padding: 24px;
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.06);
}

.mobile-buttons .submit-a-request {
    position: static;
  }

[dir] .mobile-buttons .submit-a-request {
    text-align: center;
  }

.mobile-buttons .activity {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #373737;
  }

[dir] .mobile-buttons .activity {
    background: #FFFFFF;
    box-shadow: 0px 9px 25px 1px rgba(1, 22, 45, 0.0839434);
    border-radius: 10px;
    text-align: center;
    padding: 13.5px;
    margin-bottom: 16px;
    border: none;
  }

[dir] .mobile-buttons .signin {
    text-align: center;
    padding: 13.5px;
  }

@media (max-width: 768px) {
  footer + .submit-a-request span {
    display: none;
  }

  footer + .submit-a-request {
    bottom: 24px;
  }

  [dir] footer + .submit-a-request {
    padding: 12px;
  }

  [dir=ltr] footer + .submit-a-request {
    right: 24px;
  }

  [dir=rtl] footer + .submit-a-request {
    left: 24px;
  }
}

.container--new-request {
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  top: 0;
}

[dir] .container--new-request {
  background: #fff;
}

[dir=ltr] .container--new-request {
  left: 0;
}

[dir=rtl] .container--new-request {
  right: 0;
}

.container--new-request__close {
  position: absolute;
  top: 25px;
}

[dir] .container--new-request__close {
  cursor: pointer;
}

[dir=ltr] .container--new-request__close {
  right: 29px;
}

[dir=rtl] .container--new-request__close {
  left: 29px;
}

@media (max-width: 768px) {

.container--new-request__close {
    top: 10px
}

[dir=ltr] .container--new-request__close {
    right: 10px
}

[dir=rtl] .container--new-request__close {
    left: 10px
}
  }

/* #new_request {
  height: calc(100vh - 275px);
  overflow-y: auto;

  &::-webkit-scrollbar {
    width: 5px;
  }
  
  &::-webkit-scrollbar-track {
      background-color: #ebebeb;
      -webkit-border-radius: 10px;
      border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #6d6d6d; 
  }
} */

.form-field label {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #545360;
  display: block;
}

[dir] .form-field label {
  margin-bottom: 6px;
}

.hc, .request_description #hc-wysiwyg {
  display: none;
}

.custom-toggle {
  display: flex;
}

.custom-toggle__wrapper {
  box-sizing: border-box;
  display: flex;
}

[dir] .custom-toggle__wrapper {
  border: 1px solid #E5E7EC;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0001);
  border-radius: 8px;
  padding: 4px;
}

.custom-toggle__item {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #B8B7C3;
  text-transform: capitalize;
  min-width: 60px;
}

[dir] .custom-toggle__item {
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}

.custom-toggle__item.is-active {
    color: #0348A2;
  }

[dir] .custom-toggle__item.is-active {
    background: rgba(137, 178, 255, 0.2);
  }

.request_type .custom-toggle__item {
    min-width: 124px;
  }

[dir] .request_type .custom-toggle__item {
    padding: 5.5px;
  }

.nesty-input {
/*   max-width: 300px !important; */
  box-sizing: border-box;
}

[dir] .nesty-input {
  border: 1px solid #E5E7EC;
  border-radius: 8px;
}

.upload-dropzone {
  font-size: 14px;
  height: 56px;
}

[dir] .upload-dropzone {
  border: 1px dashed #E5E7EC;
  border-radius: 8px;
}

[dir=ltr] .upload-dropzone {
  text-align: left;
}

[dir=rtl] .upload-dropzone {
  text-align: right;
}

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

[dir] .upload-dropzone span {
  padding: 16px;
}

.upload-dropzone span:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }

[dir] .upload-dropzone span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.37716 18.9957H19.3736C21.9871 18.9971 24.1605 16.9849 24.3602 14.3791C24.5599 11.7732 22.7185 9.45335 20.1353 9.05643C19.7036 7.34388 18.7198 5.82119 17.3361 4.72364C15.927 3.60125 14.177 2.99325 12.3755 3.00006C9.48641 3.00362 6.82274 4.56157 5.40343 7.07798C2.31981 7.58338 0.14072 10.3714 0.395179 13.4858C0.649639 16.6002 3.25239 18.9975 6.37716 18.9957Z' fill='%23D3D3D3'/%3E%3Cpath d='M12.2031 13.7275L12.2031 8.07068' stroke='%23545360' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M10.0818 10.1209L12.2031 7.99955L14.3244 10.1209V10.1209' stroke='%23545360' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

[dir=ltr] .upload-dropzone span:before {
  margin-right: 12px;
  }

[dir=rtl] .upload-dropzone span:before {
    margin-left: 12px;
  }

.upload-dropzone a {
  color: #0075F2;
  font-size: 14px;
}

.upload-dropzone a:hover {
    color: #0348A2;
  }

input[type=search]::-webkit-input-placeholder {
  color: #373737;
  opacity: 1;
}

input[type=search]::-moz-placeholder {
  color: #373737;
  opacity: 1;
}

input[type=search]:-ms-input-placeholder {
  color: #373737;
  opacity: 1;
}

input[type=search]:-moz-placeholder {
  color: #373737;
  opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B8B7C3;
  opacity: 1;
}

input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B8B7C3;
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder  {
  color: #B8B7C3;
  opacity: 1;
}

input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B8B7C3;
  opacity: 1;
}

[dir] .form-field .nesty-input:hover, [dir] input[type=text]:hover, [dir] textarea:hover {
  border: 1px solid #747382 !important;
}

[dir] .form-field .nesty-input:focus, [dir] input[type=text]:focus, [dir] textarea:focus {
  border: 1px solid #0075F2 !important;
  box-shadow: 0px 0px 0px 4px rgba(0, 117, 242, 0.2);
}

.form-field .nesty-input, 
input[type=text], 
textarea {
  font-size: 14px;
}

.form-field .nesty-input {
  height: 56px;
  line-height: 56px;
}

[dir=ltr] .form-field .nesty-input {
  padding-left: 15px;
  padding-right: 15px;
}

[dir=rtl] .form-field .nesty-input {
  padding-right: 15px;
  padding-left: 15px;
}

.nesty-input:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 12px;
}

[dir] .nesty-input:after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 14.5L16 18.5L20 14.5' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

[dir=ltr] .nesty-input:after {
  right: 15px;
}

[dir=rtl] .nesty-input:after {
  left: 15px;
}

[dir] .form-field input[type="text"] {
  border: 1px solid #E5E7EC;
  border-radius: 8px;
  padding: 0 16px;
  height: 56px;
  line-height: 56px;
}

.request_description textarea {
  display: block !important;
  visibility: visible !important;
}

[dir] .request_description textarea {
  border: 1px solid #E5E7EC;
  border-radius: 8px;
  padding: 16px;
}

#new_request footer {
  display: none;
}

[dir] .button-large, [dir] input[type="submit"] {
  background: linear-gradient(10.71deg, #1866CC 6.42%, #0075F2 93.52%);
  box-shadow: 0px 9px 25px 1px rgba(1, 22, 45, 0.0839434);
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  min-width: 170px;
  padding: 8.5px;
}

.suggestion-list {
  position: relative;
}

body .form .searchbox {
  position: absolute;
  /* margin-left: 40px; */
  z-index: 6;
}

[dir] body .form .searchbox {
  background: #FFFFFF;
  box-shadow: 0px 16px 28px rgba(6, 6, 6, 0.14);
  border-radius: 8px;

  margin-top: 5px;
}

body .form .searchbox label {
    display: none;
  }

[dir] body .form .searchbox .searchbox-suggestions {
    padding: 24px;
  }

body .form .searchbox .searchbox-suggestions:before {
      display: block;
      content: 'Related Articles';
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.03em;
      color: #000000;
    }

[dir] body .form .searchbox .searchbox-suggestions:before {
      margin-bottom: 16px;
    }

[dir] body .form .searchbox .searchbox-suggestions li {
      padding: 0 1.5px;
      margin-bottom: 13px;
    }

body .form .searchbox .searchbox-suggestions li a {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #545360;
        position: relative;

        

      }

body .form .searchbox .searchbox-suggestions li a:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 24px;
          height: 24px;
        }

[dir] body .form .searchbox .searchbox-suggestions li a:before {
          margin-top: -2px;
          background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7148 3.5V9.5H19.7148' stroke='%23545360' stroke-linejoin='round'/%3E%3Cpath d='M19.7148 8.5L14.7148 3.5L5.71484 3.50002L5.71484 21.5L19.7148 21.5L19.7148 8.5Z' stroke='%23545360' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.21484 12.8H17.2148' stroke='%23545360' stroke-linecap='round'/%3E%3Cpath d='M8.21484 15.5H17.2148' stroke='%23545360' stroke-linecap='round'/%3E%3Cpath d='M8.21484 18.2H17.2148' stroke='%23545360' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        }

[dir=ltr] body .form .searchbox .searchbox-suggestions li a:before {
  margin-right: 5px;
        }

[dir=rtl] body .form .searchbox .searchbox-suggestions li a:before {
          margin-left: 5px;
        }

body .form .searchbox .searchbox-suggestions li a:hover {
          color: #000;
        }

[dir] body .form .searchbox .searchbox-suggestions li a:hover:before {
            background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7148 3.5V9.5H19.7148' stroke='%23000' stroke-linejoin='round'/%3E%3Cpath d='M19.7148 8.5L14.7148 3.5L5.71484 3.50002L5.71484 21.5L19.7148 21.5L19.7148 8.5Z' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.21484 12.8H17.2148' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M8.21484 15.5H17.2148' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M8.21484 18.2H17.2148' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          }

.clear_input {
  font-size: 0;
  display: block;
  position: absolute;
  z-index: 2;
  top: 11px;
  width: 24px;
	height: 24px;

}

[dir] .clear_input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6569 17.8443L6.34319 6.53059' stroke='%23373737' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17.6568 6.53059L6.34311 17.8443' stroke='%23373737' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");

}

[dir=ltr] .clear_input {
  right: 16px;

}

[dir=rtl] .clear_input {
  left: 16px;

}

.nav-up {
  top: -200px;
}

.blue-logo {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* top: -100px; */
  z-index: 1;
  /* transition: 0.3s all ease; */
}

[dir] .blue-logo {
  padding-top: 43px;
  margin-top: -100px;
}

[dir=ltr] .blue-logo {
  padding-left: 40px;
}

[dir=rtl] .blue-logo {
  padding-right: 40px;
}

.nav-up .blue-logo {
    opacity: 1;
  }

/*
main .article-sidebar:before {
  position: absolute;
  width: 221.22px;
  height: 21px;
  left: 24px;
  top: 22px;
  display: block;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='222' height='22' viewBox='0 0 222 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M152.384 18.09C151.46 18.09 150.578 17.934 149.738 17.622C148.91 17.298 148.262 16.884 147.794 16.38L148.208 15.696C148.652 16.164 149.246 16.548 149.99 16.848C150.746 17.136 151.538 17.28 152.366 17.28C153.566 17.28 154.472 17.052 155.084 16.596C155.696 16.14 156.002 15.546 156.002 14.814C156.002 14.25 155.84 13.8 155.516 13.464C155.192 13.128 154.79 12.87 154.31 12.69C153.83 12.51 153.182 12.324 152.366 12.132C151.442 11.904 150.698 11.682 150.134 11.466C149.582 11.25 149.108 10.92 148.712 10.476C148.328 10.02 148.136 9.414 148.136 8.658C148.136 8.046 148.298 7.488 148.622 6.984C148.946 6.468 149.438 6.06 150.098 5.76C150.77 5.46 151.604 5.31 152.6 5.31C153.296 5.31 153.98 5.412 154.652 5.616C155.324 5.82 155.906 6.096 156.398 6.444L156.056 7.182C155.552 6.834 154.994 6.57 154.382 6.39C153.782 6.21 153.188 6.12 152.6 6.12C151.436 6.12 150.554 6.354 149.954 6.822C149.354 7.29 149.054 7.896 149.054 8.64C149.054 9.204 149.216 9.654 149.54 9.99C149.864 10.326 150.266 10.584 150.746 10.764C151.226 10.944 151.88 11.136 152.708 11.34C153.632 11.568 154.37 11.79 154.922 12.006C155.474 12.222 155.942 12.552 156.326 12.996C156.722 13.428 156.92 14.016 156.92 14.76C156.92 15.372 156.752 15.93 156.416 16.434C156.092 16.938 155.588 17.34 154.904 17.64C154.22 17.94 153.38 18.09 152.384 18.09ZM168.379 8.604V18H167.515V15.984C167.203 16.644 166.741 17.16 166.129 17.532C165.517 17.892 164.797 18.072 163.969 18.072C162.745 18.072 161.785 17.73 161.089 17.046C160.393 16.362 160.045 15.378 160.045 14.094V8.604H160.945V14.022C160.945 15.078 161.215 15.882 161.755 16.434C162.295 16.986 163.057 17.262 164.041 17.262C165.097 17.262 165.931 16.932 166.543 16.272C167.167 15.612 167.479 14.724 167.479 13.608V8.604H168.379ZM177.31 8.532C178.186 8.532 178.978 8.736 179.686 9.144C180.394 9.552 180.946 10.116 181.342 10.836C181.75 11.556 181.954 12.378 181.954 13.302C181.954 14.226 181.75 15.054 181.342 15.786C180.946 16.506 180.394 17.07 179.686 17.478C178.978 17.874 178.186 18.072 177.31 18.072C176.482 18.072 175.732 17.88 175.06 17.496C174.388 17.1 173.866 16.554 173.494 15.858V21.492H172.594V8.604H173.458V10.818C173.83 10.098 174.352 9.54 175.024 9.144C175.708 8.736 176.47 8.532 177.31 8.532ZM177.256 17.262C177.976 17.262 178.624 17.094 179.2 16.758C179.776 16.422 180.226 15.954 180.55 15.354C180.886 14.754 181.054 14.07 181.054 13.302C181.054 12.534 180.886 11.85 180.55 11.25C180.226 10.65 179.776 10.182 179.2 9.846C178.624 9.51 177.976 9.342 177.256 9.342C176.536 9.342 175.888 9.51 175.312 9.846C174.748 10.182 174.298 10.65 173.962 11.25C173.638 11.85 173.476 12.534 173.476 13.302C173.476 14.07 173.638 14.754 173.962 15.354C174.298 15.954 174.748 16.422 175.312 16.758C175.888 17.094 176.536 17.262 177.256 17.262ZM189.857 8.532C190.733 8.532 191.525 8.736 192.233 9.144C192.941 9.552 193.493 10.116 193.889 10.836C194.297 11.556 194.501 12.378 194.501 13.302C194.501 14.226 194.297 15.054 193.889 15.786C193.493 16.506 192.941 17.07 192.233 17.478C191.525 17.874 190.733 18.072 189.857 18.072C189.029 18.072 188.279 17.88 187.607 17.496C186.935 17.1 186.413 16.554 186.041 15.858V21.492H185.141V8.604H186.005V10.818C186.377 10.098 186.899 9.54 187.571 9.144C188.255 8.736 189.017 8.532 189.857 8.532ZM189.803 17.262C190.523 17.262 191.171 17.094 191.747 16.758C192.323 16.422 192.773 15.954 193.097 15.354C193.433 14.754 193.601 14.07 193.601 13.302C193.601 12.534 193.433 11.85 193.097 11.25C192.773 10.65 192.323 10.182 191.747 9.846C191.171 9.51 190.523 9.342 189.803 9.342C189.083 9.342 188.435 9.51 187.859 9.846C187.295 10.182 186.845 10.65 186.509 11.25C186.185 11.85 186.023 12.534 186.023 13.302C186.023 14.07 186.185 14.754 186.509 15.354C186.845 15.954 187.295 16.422 187.859 16.758C188.435 17.094 189.083 17.262 189.803 17.262ZM201.359 18.072C200.471 18.072 199.667 17.868 198.947 17.46C198.239 17.052 197.681 16.488 197.273 15.768C196.865 15.036 196.661 14.214 196.661 13.302C196.661 12.39 196.865 11.574 197.273 10.854C197.681 10.122 198.239 9.552 198.947 9.144C199.667 8.736 200.471 8.532 201.359 8.532C202.247 8.532 203.045 8.736 203.753 9.144C204.473 9.552 205.037 10.122 205.445 10.854C205.853 11.574 206.057 12.39 206.057 13.302C206.057 14.214 205.853 15.036 205.445 15.768C205.037 16.488 204.473 17.052 203.753 17.46C203.045 17.868 202.247 18.072 201.359 18.072ZM201.359 17.262C202.079 17.262 202.721 17.094 203.285 16.758C203.861 16.422 204.311 15.954 204.635 15.354C204.971 14.754 205.139 14.07 205.139 13.302C205.139 12.534 204.971 11.85 204.635 11.25C204.311 10.65 203.861 10.182 203.285 9.846C202.721 9.51 202.079 9.342 201.359 9.342C200.639 9.342 199.991 9.51 199.415 9.846C198.851 10.182 198.401 10.65 198.065 11.25C197.741 11.85 197.579 12.534 197.579 13.302C197.579 14.07 197.741 14.754 198.065 15.354C198.401 15.954 198.851 16.422 199.415 16.758C199.991 17.094 200.639 17.262 201.359 17.262ZM210.113 10.656C210.401 9.972 210.851 9.45 211.463 9.09C212.075 8.718 212.819 8.532 213.695 8.532V9.414L213.479 9.396C212.435 9.396 211.619 9.726 211.031 10.386C210.443 11.034 210.149 11.94 210.149 13.104V18H209.249V8.604H210.113V10.656ZM221.659 17.406C221.431 17.622 221.143 17.79 220.795 17.91C220.459 18.018 220.105 18.072 219.733 18.072C218.917 18.072 218.287 17.85 217.843 17.406C217.399 16.95 217.177 16.32 217.177 15.516V9.378H215.449V8.604H217.177V6.552H218.077V8.604H221.065V9.378H218.077V15.426C218.077 16.038 218.221 16.506 218.509 16.83C218.809 17.142 219.247 17.298 219.823 17.298C220.411 17.298 220.897 17.124 221.281 16.776L221.659 17.406Z' fill='url(%23paint0_linear)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8652 14.7H6.03277L11.9167 5.24997L17.8652 14.7ZM0.654297 0V21H23.2434V0H0.654297ZM48.216 8.23223H45.3652V18.0641H48.216V8.23223ZM45.5114 6.40474C45.8403 6.70932 46.2667 6.86161 46.7906 6.86161C47.3145 6.86161 47.7409 6.70932 48.0699 6.40474C48.3988 6.08797 48.5633 5.69202 48.5633 5.21687C48.5633 4.77827 48.3988 4.41277 48.0699 4.12038C47.7409 3.82798 47.3145 3.68178 46.7906 3.68178C46.2667 3.68178 45.8403 3.83407 45.5114 4.13865C45.1824 4.44323 45.0179 4.82091 45.0179 5.27169C45.0179 5.72248 45.1824 6.10016 45.5114 6.40474ZM35.7289 11.0283V7.64743H42.4358V5.27169H32.7684V18.0641H35.7289V13.404H41.65V11.0283H35.7289ZM54.8895 9.52975C55.2306 9.0546 55.6875 8.69519 56.2601 8.45153C56.8449 8.20786 57.515 8.08603 58.2704 8.08603V10.7176C57.9536 10.6932 57.7404 10.6811 57.6307 10.6811C56.8145 10.6811 56.1748 10.9125 55.7119 11.3755C55.2489 11.8263 55.0174 12.5086 55.0174 13.4223V18.0641H52.1665V8.23223H54.8895V9.52975ZM63.3191 13.9523H70.757C70.7935 13.4771 70.8118 13.2213 70.8118 13.1847C70.8118 12.1613 70.5864 11.2659 70.1356 10.4983C69.697 9.71859 69.0878 9.12161 68.3081 8.70738C67.5284 8.29315 66.6573 8.08603 65.6948 8.08603C64.708 8.08603 63.8125 8.30533 63.0084 8.74393C62.2165 9.17034 61.589 9.77341 61.1261 10.5531C60.6753 11.3207 60.4499 12.1857 60.4499 13.1482C60.4499 14.1228 60.6814 14.9939 61.1444 15.7615C61.6073 16.529 62.2652 17.1321 63.118 17.5707C63.9709 17.9971 64.9516 18.2103 66.0603 18.2103C67.8391 18.2103 69.1914 17.6804 70.1173 16.6204L68.6005 14.9757C68.2594 15.3046 67.8878 15.5483 67.4857 15.7067C67.0959 15.8529 66.6451 15.926 66.1334 15.926C65.3902 15.926 64.7689 15.7493 64.2694 15.396C63.7698 15.0427 63.4531 14.5614 63.3191 13.9523ZM64.0866 10.7907C64.5252 10.4252 65.0674 10.2425 65.7131 10.2425C66.3466 10.2425 66.8827 10.4313 67.3213 10.809C67.7599 11.1745 68.0279 11.6679 68.1254 12.2893H63.2825C63.38 11.6557 63.648 11.1562 64.0866 10.7907ZM79.8259 8.08603C80.7396 8.08603 81.5681 8.29924 82.3112 8.72565C83.0666 9.13988 83.6575 9.73077 84.0839 10.4983C84.5103 11.2537 84.7235 12.137 84.7235 13.1482C84.7235 14.1594 84.5103 15.0488 84.0839 15.8163C83.6575 16.5717 83.0666 17.1626 82.3112 17.589C81.5681 18.0032 80.7396 18.2103 79.8259 18.2103C78.4735 18.2103 77.444 17.7839 76.7374 16.9311V18.0641H74.0144V4.50415H76.8653V9.2739C77.5841 8.48199 78.571 8.08603 79.8259 8.08603ZM79.3324 15.8711C80.0634 15.8711 80.6604 15.6275 81.1234 15.1401C81.5985 14.6406 81.8361 13.9766 81.8361 13.1482C81.8361 12.3197 81.5985 11.6618 81.1234 11.1745C80.6604 10.675 80.0634 10.4252 79.3324 10.4252C78.6014 10.4252 77.9984 10.675 77.5232 11.1745C77.0602 11.6618 76.8288 12.3197 76.8288 13.1482C76.8288 13.9766 77.0602 14.6406 77.5232 15.1401C77.9984 15.6275 78.6014 15.8711 79.3324 15.8711ZM90.7875 4.50415H87.9366V18.0641H90.7875V4.50415ZM99.4164 18.2103C98.3808 18.2103 97.4488 17.9971 96.6203 17.5707C95.804 17.1321 95.1644 16.529 94.7014 15.7615C94.2385 14.9939 94.007 14.1228 94.007 13.1482C94.007 12.1735 94.2385 11.3024 94.7014 10.5349C95.1644 9.76732 95.804 9.17034 96.6203 8.74393C97.4488 8.30533 98.3808 8.08603 99.4164 8.08603C100.452 8.08603 101.378 8.30533 102.194 8.74393C103.01 9.17034 103.65 9.76732 104.113 10.5349C104.576 11.3024 104.807 12.1735 104.807 13.1482C104.807 14.1228 104.576 14.9939 104.113 15.7615C103.65 16.529 103.01 17.1321 102.194 17.5707C101.378 17.9971 100.452 18.2103 99.4164 18.2103ZM99.4164 15.8711C100.147 15.8711 100.744 15.6275 101.207 15.1401C101.682 14.6406 101.92 13.9766 101.92 13.1482C101.92 12.3197 101.682 11.6618 101.207 11.1745C100.744 10.675 100.147 10.4252 99.4164 10.4252C98.6854 10.4252 98.0823 10.675 97.6071 11.1745C97.132 11.6618 96.8944 12.3197 96.8944 13.1482C96.8944 13.9766 97.132 14.6406 97.6071 15.1401C98.0823 15.6275 98.6854 15.8711 99.4164 15.8711ZM109.937 17.5707C110.777 17.9971 111.721 18.2103 112.769 18.2103C113.805 18.2103 114.706 17.991 115.474 17.5524C116.254 17.1138 116.82 16.5047 117.173 15.7249L114.962 14.5188C114.463 15.4204 113.726 15.8711 112.751 15.8711C112.008 15.8711 111.392 15.6275 110.905 15.1401C110.418 14.6528 110.174 13.9888 110.174 13.1482C110.174 12.3075 110.418 11.6435 110.905 11.1562C111.392 10.6689 112.008 10.4252 112.751 10.4252C113.713 10.4252 114.45 10.876 114.962 11.7776L117.173 10.5897C116.82 9.7856 116.254 9.17034 115.474 8.74393C114.706 8.30533 113.805 8.08603 112.769 8.08603C111.721 8.08603 110.777 8.30533 109.937 8.74393C109.108 9.17034 108.456 9.76732 107.981 10.5349C107.518 11.3024 107.287 12.1735 107.287 13.1482C107.287 14.1228 107.518 14.9939 107.981 15.7615C108.456 16.529 109.108 17.1321 109.937 17.5707ZM124.27 14.2081L122.899 15.5605V18.0641H120.048V4.50415H122.899V12.1796L127.066 8.23223H130.465L126.371 12.3989L130.83 18.0641H127.376L124.27 14.2081ZM134.01 17.9179C134.789 18.1129 135.587 18.2103 136.404 18.2103C137.366 18.2103 138.194 18.0824 138.889 17.8266C139.596 17.5585 140.132 17.1869 140.497 16.7118C140.863 16.2366 141.045 15.6945 141.045 15.0853C141.045 14.3665 140.857 13.8061 140.479 13.404C140.101 13.002 139.656 12.7279 139.145 12.5817C138.633 12.4233 137.975 12.2771 137.171 12.1431C136.452 12.0334 135.928 11.9177 135.599 11.7958C135.271 11.674 135.106 11.4608 135.106 11.1562C135.106 10.8882 135.258 10.6689 135.563 10.4983C135.867 10.3278 136.324 10.2425 136.934 10.2425C137.957 10.2425 138.901 10.4861 139.766 10.9735L140.716 8.94495C140.266 8.67692 139.693 8.4698 138.999 8.3236C138.316 8.16522 137.628 8.08603 136.934 8.08603C135.995 8.08603 135.179 8.22005 134.485 8.48808C133.802 8.75611 133.279 9.13379 132.913 9.62112C132.56 10.0963 132.383 10.6445 132.383 11.2659C132.383 12.009 132.572 12.5817 132.95 12.9837C133.339 13.3858 133.796 13.666 134.32 13.8243C134.844 13.9827 135.508 14.1228 136.312 14.2447C136.994 14.33 137.5 14.4335 137.829 14.5553C138.158 14.6772 138.322 14.8782 138.322 15.1584C138.322 15.7554 137.719 16.0539 136.513 16.0539C135.916 16.0539 135.307 15.9686 134.686 15.798C134.064 15.6153 133.534 15.3838 133.096 15.1036L132.145 17.1504C132.608 17.455 133.23 17.7108 134.01 17.9179Z' fill='url(%23paint1_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='246.763' y1='11.2165' x2='241.709' y2='-14.2201' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300256C'/%3E%3Cstop offset='1' stop-color='%23044FA6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='185.169' y1='10.1498' x2='180.905' y2='-21.9456' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300256C'/%3E%3Cstop offset='1' stop-color='%23044FA6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
} */

.toc-container {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
}

.article-inner {
  align-items: flex-start;
  flex-grow:1;
}

.homepage-more {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #373737;
  display: inline-block;
}

[dir] .homepage-more {
  margin-top: 8px;
}

.homepage-more:hover {
    color: #0348A2;
  }

@media (min-width: 1440px) {
   .category-page .article-inner {
    min-height: 76vh;
  }
   [dir=ltr] .category-page .article-inner {
    padding-left: 106px;
    padding-right: 106px;
  }
   [dir=rtl] .category-page .article-inner {
    padding-right: 106px;
    padding-left: 106px;
  }
}

@media (max-width: 1439px) {
    .category-page .logo, .article-page .logo {
      flex-grow: 2;
    }
    .category-page .logo a, .article-page .logo a {
      justify-content: center;
    }
    
    .category-page .user-nav .search-container, .article-page .user-nav .search-container {
      display: none;
    }
    
    .category-page .logo img, .article-page .logo img {
      max-height: 16px;
    }
    
    .category-page .logo span, .article-page .logo span {
      font-size: 14px;
      line-height: 22px;
    }
    
    [dir=ltr] .category-page .logo span, [dir=ltr] .article-page .logo span {
    margin: 0 0 0 10px;
    }
    
    [dir=rtl] .category-page .logo span, [dir=rtl] .article-page .logo span {
      margin: 0 10px 0 0;
    }
    
    .category-page .user-nav .search-container, .article-page .user-nav .search-container {
      top: -20px;
      z-index: 1;
      position: absolute;
      width: 250px;
    }
    
    [dir] .category-page .user-nav .search-container, [dir] .article-page .user-nav .search-container {
      background-color: #2c2b3d;
      box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%), 0 4px 10px 0 rgb(0 0 0 / 10%);
      border: solid 1px #2c2b3d;
    }
    
    [dir=ltr] .category-page .user-nav .search-container, [dir=ltr] .article-page .user-nav .search-container {
    right: -32px;
    }
    
    [dir=rtl] .category-page .user-nav .search-container, [dir=rtl] .article-page .user-nav .search-container {
      left: -32px;
    }

    .category-page .nav-wrapper a, .article-page .nav-wrapper a {
      display: none;
    }

    .category-page .menu-button-article,
    .category-page .mobile-search,
    .article-page .menu-button-article,
    .article-page .mobile-search {
      display: block !important;
    }
  }

.sidenav__category-name .category-title {
  position: relative;
  z-index: 2;
}

[dir] .sidenav__category-name .category-title {
  padding: 0;
  cursor: pointer;
}

.sidenav__category-name .category-title:hover {
    color: #0348A2 !important;
  }

.sidenav__category-icon {
  position: absolute;
}

[dir=ltr] .sidenav__category-icon {
  left: 40px;
}

[dir=rtl] .sidenav__category-icon {
  right: 40px;
}

.sidenav__category-name {
  display: inline-block !important;
  position: static !important;
  transition: all 0.3s ease;
}

[dir] .sidenav__category-name {
  cursor: default;
}

.sidenav__category-name .sidenav__category-icon-carrot {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
    top: 16px;
  }

[dir] .sidenav__category-name .sidenav__category-icon-carrot {
    cursor: pointer;
  }

[dir=ltr] .sidenav__category-name .sidenav__category-icon-carrot {
  right: 16px;
  }

[dir=rtl] .sidenav__category-name .sidenav__category-icon-carrot {
    left: 16px;
  }

.sidenav_accordion > .sidenav__categories-list .sidenav__sections-list {
  /* display: none !important; */
  /* height: 0; */
}

.sidenav_accordion .sidenav__category.is-active > .sidenav__sections-list {
  /* display: block !important; */
  /* height: auto; */
}

.category-wrapper {
  position: relative;
}

.category-wrapper:hover .sidenav__category-icon-carrot {
      opacity: 1;
    }

[dir] .category-wrapper:hover .sidenav__category-icon-carrot {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B8B7C3' fill-opacity='0'/%3E%3Cpath d='M12.7992 14.4L15.9992 17.6L19.1992 14.4' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

[dir] .category-wrapper:hover .sidenav__category-icon-carrot:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B8B7C3' fill-opacity='0.15'/%3E%3Cpath d='M12.7992 14.4L15.9992 17.6L19.1992 14.4' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      }

[dir] .sidenav .category-wrapper:hover {
  background: rgba(191, 191, 197, 0.2);
}

[dir=ltr] .sidenav .category-wrapper:hover {
  border-radius: 0px 16px 16px 0px;
}

[dir=rtl] .sidenav .category-wrapper:hover {;
  border-radius: 16px 0px 0px 16px;
}

.sidenav .category-wrapper:hover .category-title {
    /* color: #000; */
  }

/* background: transparent; */

.sidenav .sidenav__category.is-active:hover .category-wrapper .category-title {
    /* color: #000; */
  }

/* background: transparent; */

.sidenav .sidenav__category.current:hover .category-wrapper .category-title {
    color: #000;
  }

[dir] .sidenav-container .sidenav__category-name:hover {
  background-color: transparent;
}

[dir=ltr] .sidenav__category.is-active .sidenav__category-icon-carrot {
  transform: rotate(180deg);
  }

[dir=rtl] .sidenav__category.is-active .sidenav__category-icon-carrot {
    transform: rotate(-180deg);
  }

.sidenav__category.is-active .category-title {
    /* font-weight: bold; */
    /* color: #0348A2; */
  }

[dir=ltr] .sidenav .sidenav__section-name {
  display: flex;
  width: 100%;
}

[dir] .homepage main {
    border-color: #2C2B3D;
  }

@media (min-width: 1024px) {
  .lt-toc-mobile, .lt-toc_is-mobile {
    width: 100%;
    height: 0 !important;
  }
  [dir] .lt-toc-mobile, [dir] .lt-toc_is-mobile {
    margin-bottom: 0;
  }
}

.banner {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

[dir] .banner {
  background-color: #0075F2;
  padding: 12px;
  text-align: center;
}

.body-nav-up .search-results-sidebar {
    top: 0;
  }

.body-nav-down .search-results-sidebar {
    top: 112px;
  }

.is-user.body-nav-down .search-results-sidebar {
    top: 64px;
  }

[dir] .is-user.body-nav-down .blue-logo {
    padding-top: 43px;
  }

.sidenav-mobile {
  width: 100%;
  z-index: 1 !important;
  max-width: unset !important;

}

[dir] .sidenav-mobile {
  padding: 16px 0 0 !important;

}

.sidenav-mobile.is-active {
  position: relative;
  width: 100%;
}

[dir] .sidenav-mobile.is-active {
  box-shadow: none !important;
}

.sidenav-overlay {
  z-index: 0 !important;
}

.header-menu-sidebar__top-menu, .header-menu-sidebar__bottom-menu {
  position: relative;
  z-index: 3;
  
}

.header-menu-sidebar__top-menu {
  align-items: center;
  width: 100%;

}

[dir] .header-menu-sidebar__top-menu {
  padding: 23px;
  background-color: #fff;
  border-bottom: 1px solid #E5E7EC;

}

.header-menu-sidebar__top-menu .user-avatar {
    flex-shrink: none;
    height: 32px;
    width: 32px;
  }

[dir=ltr] .header-menu-sidebar__top-menu .user-avatar {
  margin-right: 16px;
  }

[dir=rtl] .header-menu-sidebar__top-menu .user-avatar {
    margin-left: 16px;
  }

.header-menu-sidebar__top-menu [data-user-name] {
    color: #000;
    font-size: 16px;
  }

[dir] .header-menu-sidebar__top-menu [data-user-name] {
    margin-bottom: 8px;
  }

.header-menu-sidebar__top-link {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #373737;
}

[dir=ltr] .header-menu-sidebar__top-link {
  margin-right: 8px;
}

[dir=rtl] .header-menu-sidebar__top-link {
  margin-left: 8px;
}

.header-menu-sidebar__top-link:hover {
    color: #000;
  }

[dir=ltr] .header-menu-sidebar__top-link + a {
  border-left: 1px solid rgb(84 83 96 / 50%);
  padding-left: 8px;
  }

[dir=rtl] .header-menu-sidebar__top-link + a {
    border-right: 1px solid rgb(84 83 96 / 50%);
    padding-right: 8px;
  }

[dir] .header-menu-sidebar__bottom-menu {
  background: #FAFAFA;
  padding: 18px 20px;
}

.request_ticket_form_id {
  display: none;
}

.new-request__logo {
  position: absolute;
}

[dir] .new-request__logo {
  padding: 64px;
}

@media (max-width: 1439px) {

[dir=ltr] .new-request__logo {
    left: calc(50% - 192.5px)
}

[dir=rtl] .new-request__logo {
    right: calc(50% - 192.5px)
}
  }

@media (max-width: 768px) {

[dir] .new-request__logo {
    padding: 32px
}

[dir=ltr] .new-request__logo {
    left: calc(50% - 128.5px)
}

[dir=rtl] .new-request__logo {
    right: calc(50% - 128.5px)
}

    .new-request__logo img {
      height: 15px;
    }
  }

.new-request__container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  max-width: 1280px;
}

[dir] .new-request__container {
  padding: 120px 64px;
}

@media (max-width: 768px) {

[dir] .new-request__container {
    padding: 88px 32px
}
  }

[dir=ltr] .new-request__tile-list {
  margin-right: -12px;
  margin-left: -12px;
}

[dir=rtl] .new-request__tile-list {
  margin-left: -12px;
  margin-right: -12px;
}

[dir] .new-request__tile-list .lt-col-6 {
    padding-bottom: 24px;
  }

[dir=ltr] .new-request__tile-list .lt-col-6 {
  padding-left: 12px;
  padding-right: 12px;
  }

[dir=rtl] .new-request__tile-list .lt-col-6 {
    padding-right: 12px;
    padding-left: 12px;
  }

@media (max-width: 768px) {

.new-request__tile-list .lt-col-6 {
      width: 100%
  }
    }

.new-request__tiles {
  width: 100%;
}

.new-request__tile {
  min-height: 148px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  transition: all 0.3s;
  color: #000;
}

[dir] .new-request__tile {
  background: #FFFFFF;
  border: 1px solid #fff;
  box-shadow: 0px 10px 50px rgba(6, 6, 6, 0.1);
  border-radius: 16px;
}

.new-request__tile:hover {
    color: #0075F2;
  }

[dir] .new-request__tile:hover {
    border: 1px solid #0075F2;
  }

.new-request__header {
  font-family: 'Futura';
}

[dir] .new-request__header {
  margin-bottom: 56px;
  text-align: center;
}

@media (max-width: 768px) {

.new-request__header {
    font-size: 24px
}

[dir] .new-request__header {
    margin-bottom: 24px
}
  }

.new-request__row {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

@media (max-width: 1439px) {

.new-request__row {
    height: 100vh;
    overflow: auto;
    min-height: unset;
      padding-bottom: 90px;
}
  }

.new-request__sidebar-inner {
  width: 100%;
}

.new-request__sidebar {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 105px 0; */
  max-height: 100vh;
}

[dir] .new-request__sidebar {
  background-color: #FAFAFA;
}

@media (max-width: 1439px) {

.new-request__sidebar {
    width: 100%;
    max-height: unset
}

[dir] .new-request__sidebar {
    padding: 64px
}
  }

@media (max-width: 768px) {

[dir] .new-request__sidebar {
    padding: 32px
}
  }

.new-request__main {
  width: 66.6%;
  display: flex;
  align-items: center;
  max-height: 100vh;
}

[dir] .new-request__main {  
  padding-top: 56px;
  padding-bottom: 120px;
}

@media (max-width: 1439px) {

.new-request__main {
    width: 100%;
    align-items: flex-start;
    max-height: unset
}

[dir] .new-request__main {
    padding: 56px 64px
}
  }

@media (max-width: 768px) {

[dir] .new-request__main {
    padding: 56px 32px
}
  }

.new-request__main .form {
    max-width: 630px;
    width: 100%;
    max-height: calc(100vh - 176px);
    overflow: auto;
    height: 100vh;
    display: flex;
    align-items: center;
  }

[dir=ltr] .new-request__main .form {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  }

[dir=rtl] .new-request__main .form {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
  }

@media (max-width: 1439px) {

.new-request__main .form {
      max-height: unset;
      height: auto
  }
    }

/* width */

.new-request__main .form::-webkit-scrollbar {
      width: 14px;
    }

/* Track */

[dir] .new-request__main .form::-webkit-scrollbar-track {
      box-shadow: inset 0 0 14px 14px transparent;
      border: solid 4px transparent; 
      box-shadow: inset 0 0 14px 14px #eee;
    }

/* Handle */

[dir] .new-request__main .form::-webkit-scrollbar-thumb {
      box-shadow: inset 0 0 14px 14px #bbbbbe;
      border: solid 4px transparent;
      border-radius: 14px; 
    }

/* Handle on hover */

.new-request__main .form::-webkit-scrollbar-thumb:hover {
      /* background: #555;  */
    }

.btn--primary {
  width: 166px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

[dir] .btn--primary {
  box-shadow: 0px 9px 25px 1px rgba(1, 22, 45, 0.0839434);
  border-radius: 8px;
  text-align: center;
  border: none;
}

[dir=ltr] .btn--primary {
  background: linear-gradient(10.71deg, #1866CC 6.42%, #0075F2 93.52%);
}

[dir=rtl] .btn--primary {
  background: linear-gradient(-10.71deg, #1866CC 6.42%, #0075F2 93.52%);
}

.new-request__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}

[dir] .new-request__footer {
  padding: 32px 64px 48px;
}

@media (max-width: 768px) {

[dir] .new-request__footer {
    padding: 32px 32px 48px
}
  }

@media (max-width: 1439px) {

[dir] .new-request__footer {
    background-color: #fff
}
  }

.new-request__footer a {
    color: #747382;
    display: flex;
    gap: 4px;
    align-items: center;
  }

.new-request__footer a:hover {
      color: #000;
    }

.new-request__footer a:hover svg path {
        stroke: #000;
      }

.requests-link:hover {
    color: #000;
  }

.requests-link:hover svg path {
      stroke: #000;
    }

.new-request__sidebar-logo {
  position: absolute;
  top: 0;
}

[dir=ltr] .new-request__sidebar-logo {
  padding: 64px 0 0 64px;
  left: 0;
}

[dir=rtl] .new-request__sidebar-logo {
  padding: 64px 64px 0 0;
  right: 0;
}

@media (max-width: 1439px) {

.new-request__sidebar-logo {
    position: static
}

[dir] .new-request__sidebar-logo {
    padding: 0;
    text-align: center;
    margin-bottom: 40px
}
  }

@media (max-width: 768px) {

[dir] .new-request__sidebar-logo {
    margin-bottom: 30px
}

    .new-request__sidebar-logo img {
      height: 15px;
    }
  }

.new-request__sidebar-text {
  max-width: 400px;
}

[dir=ltr] .new-request__sidebar-text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

[dir=rtl] .new-request__sidebar-text {
  margin-right: auto;
  margin-left: auto;
  padding-right: 120px;
  padding-left: 120px;
}

@media (max-width: 1400px) {

[dir=ltr] .new-request__sidebar-text {
    padding-left: 75px;
    padding-right: 75px
}

[dir=rtl] .new-request__sidebar-text {
    padding-right: 75px;
    padding-left: 75px
}
  }

@media (max-width: 1439px) {

.new-request__sidebar-text {
    max-width: unset
}

[dir] .new-request__sidebar-text {
    text-align: center
}

[dir=ltr] .new-request__sidebar-text {
    padding-left: 0;
    padding-right: 0
}

[dir=rtl] .new-request__sidebar-text {
    padding-right: 0;
    padding-left: 0
}
  }

.new-request__sidebar-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #747382;
  }

[dir] .new-request__sidebar-text p {
    margin-bottom: 16px;
    margin-top: 0;
  }

@media (max-width: 768px) {

[dir] .new-request__sidebar-text p {
      margin-bottom: 8px
  }
    }

@media (max-width: 1439px) {

[dir] .new-request__sidebar-text h1 {
      margin-bottom: 0
  }
    }

@media (max-width: 768px) {

.new-request__sidebar-text h1 {
      font-size: 24px
  }
    }

@media (min-width: 1215px) {

.new-request__sidebar-text {
    max-width: 650px
}
  }

#tooltip {
  /* ... */
  display: none;
  width: 93px;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  z-index: 4;
}

[dir] #tooltip {
  background: #000000;
  box-shadow: 0px 5px 15px rgba(6, 6, 6, 0.1);
  border-radius: 4px;
  padding: 8px;
  text-align: center;
}

#tooltip[data-show] {
  display: block;
}

.optional i {
  vertical-align: middle;
}

[dir=ltr] .optional i {
  margin-left: 2px;
}

[dir=rtl] .optional i {
  margin-right: 2px;
}

[dir] .has-shadow {
  box-shadow: 0px -4px 10px rgba(6, 6, 6, 0.04);
  background-color: #fff;
}

.request-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

[dir] .request-item {
  background: #FFFFFF;
  border: 1px solid #E5E7EC;
  border-radius: 8px;
  padding: 15px 24px;
  margin-bottom: 8px;
}

.request-item:hover {
    filter: drop-shadow(0px 3px 32px rgba(6, 6, 6, 0.1));
  }

[dir] .request-item:hover {
    border: 1px solid #0075F2;
  }

.request-item:hover .request-item__title, .request-item:hover .request-item__date-updated {
      color: #0075F2;
    }

.request-item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000;
  transition: all 0.3s;
}

[dir] .request-item__title {
  margin-bottom: 8px;
}

.request-item__date-updated {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000;
  transition: all 0.3s;
}

[dir] .request-item__date-updated {
  margin-bottom: 32px;
}

.request-item__meta-item {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #747382;
}

.request-item__meta-item + .request-item__meta-item:before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 1px;
    vertical-align: middle;
  }

[dir] .request-item__meta-item + .request-item__meta-item:before {
    background-color: #B8B7C3;
  }

[dir=ltr] .request-item__meta-item + .request-item__meta-item:before {
  margin-left: 10px;
  margin-right: 10px;
  }

[dir=rtl] .request-item__meta-item + .request-item__meta-item:before {
    margin-right: 10px;
    margin-left: 10px;
  }

[dir] .my-activities-header {
  margin-top: 56px;
  margin-bottom: 32px;
}

.requests-table-toolbar .search input[type="search"] {
    height: 32px;
    font-size: 14px;
    max-width: 420px;
  }

[dir] .requests-table-toolbar .search input[type="search"] {
    background: rgba(84, 83, 96, 0.1);
    border-radius: 24px;
  }

[dir=ltr] .requests-table-toolbar .search input[type="search"] {
  padding-left: 32px;
  }

[dir=rtl] .requests-table-toolbar .search input[type="search"] {
    padding-right: 32px;
  }

[dir] .requests-table-toolbar .search:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3986 14.4001L10.5586 10.5601' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6.72156' cy='6.7201' r='5.12' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

[dir=ltr] .requests-table-toolbar .search:before {
  left: 8px;
  }

[dir=rtl] .requests-table-toolbar .search:before {
    right: 8px;
  }

.request-list-button {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #01317C;
  vertical-align: middle;
  position: relative;
  text-decoration: none !important;
}

[dir] .request-list-button {
  background: #FFFFFF;
  border: 1px solid #89B2FF;
  border-radius: 8px;
  padding: 7px 8px;
  text-align: center;
}

[dir=ltr] .request-list-button {
  margin-left: 32px;
}

[dir=rtl] .request-list-button {
  margin-right: 32px;
}

[dir] .request-list-button:hover {
    background: rgba(137, 178, 255, 0.1);
  }

[dir] .request-list-button:active, [dir] .request-list-button:focus {
    background-color: rgba(137, 178, 255, 0.1);
  }

.request-list-button:active:after, .request-list-button:focus:after {
      content: '';
      display: block;
      position: absolute;
      width: 48px;
      height: 34px;
      top: 0;
    }

[dir] .request-list-button:active:after, [dir] .request-list-button:focus:after {
      background-image: url("data:image/svg+xml,%3Csvg width='48' height='34' viewBox='0 0 48 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='18' r='23.5' fill='%2389B2FF' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
    }

[dir=ltr] .request-list-button:active:after, [dir=ltr] .request-list-button:focus:after {
  left: 25px;
    }

[dir=rtl] .request-list-button:active:after, [dir=rtl] .request-list-button:focus:after {
      right: 25px;
    }

.request-list-button svg {
    vertical-align: middle;
  }

[dir=ltr] .request-list-button svg {
  margin-right: 3px;
  }

[dir=rtl] .request-list-button svg {
    margin-left: 3px;
  }

.request-list-button.desktop {
    display: none;
  }

@media (min-width: 956px) {
    .request-list-button.desktop {
      display: block;
    }

    .request-list-button.mobile {
      display: none;
    }
  }

.requests-sort-symbol {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}

.requests-sort-symbol:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
  }

[dir] .requests-sort-symbol:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00781 8.82953L9.68597 5.15137L13.3641 8.82953' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.68568 6.24994L9.68568 14.3749' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='2.5' stroke='%23E5E7EC'/%3E%3C/svg%3E%0A");
  }

[dir] .requests-sort-symbol:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1239_20478)'%3E%3Crect width='20' height='20' rx='3' fill='%23B8B7C3' fill-opacity='0.15'/%3E%3Cpath d='M6.00781 8.82953L9.68597 5.15137L13.3641 8.82953' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.68568 6.25018L9.68568 14.3752' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='2.5' stroke='%23E5E7EC'/%3E%3Cdefs%3E%3CclipPath id='clip0_1239_20478'%3E%3Crect width='20' height='20' rx='3' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }

[dir=ltr] [href*="sort_order=asc"] .requests-sort-symbol:after {
  transform: rotate(180deg);
}

[dir=rtl] [href*="sort_order=asc"] .requests-sort-symbol:after {
  transform: rotate(-180deg);
}

[dir=ltr] .requests-table-toolbar .requests-link {
  margin-left: 12px;
  }

[dir=rtl] .requests-table-toolbar .requests-link {
    margin-right: 12px;
  }

.requests-link {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none !important;
}

[dir=ltr] .requests-link span {
  margin-right: 4px;
  }

[dir=rtl] .requests-link span {
    margin-left: 4px;
  }

.lt-custom-dropdown {
  position: relative;
  

}

[dir=ltr] .lt-custom-dropdown {
  margin-right: 12px;
  margin-left: 12px;
  

}

[dir=rtl] .lt-custom-dropdown {
  margin-left: 12px;
  margin-right: 12px;
  

}

.lt-custom-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    height: 16px;
    width: 1px;
  }

[dir] .lt-custom-dropdown:after {
    background-color: rgb(184 183 195 / 52%);
  }

[dir=ltr] .lt-custom-dropdown:after {
  right: -12px;
  }

[dir=rtl] .lt-custom-dropdown:after {
    left: -12px;
  }

.lt-custom-dropdown summary {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.03em;  
    color: #000000;
    list-style: none;
    vertical-align: middle;
  }

[dir] .lt-custom-dropdown summary {
    padding: 3px 8px;
    border-radius: 24px;
    cursor: pointer;
  }

.lt-custom-dropdown summary svg {
      vertical-align: middle;
    }

.lt-custom-dropdown summary::marker, 
    .lt-custom-dropdown summary::-webkit-details-marker {
      display: none;
    }

[dir] .lt-custom-dropdown summary:hover {
      background: rgba(184, 183, 195, 0.15);
    }

.lt-custom-dropdown[open] summary {
    color: #0348A2;
  }

[dir] .lt-custom-dropdown[open] summary {
    background: rgba(137, 178, 255, 0.2);
  }

.lt-custom-dropdown[open] summary svg path {
      stroke: #0348A2;
    }

.lt-custom-dropdown ul {
    position: absolute;
    min-width: 247px;
    overflow: hidden;
    z-index: 999999;
    top: 32px;
  }

[dir] .lt-custom-dropdown ul {
    background-color: #fff;
    box-shadow: 0px 10px 50px rgba(6, 6, 6, 0.26);
    border-radius: 6px;
  }

.lt-custom-dropdown li {
    font-size: 14px;
    letter-spacing: 0.02em;
  }

[dir] .lt-custom-dropdown li {
    padding: 18px 16px;
    border-bottom: 1px solid #E5E7EC;
    cursor: pointer;
  }

.lt-custom-dropdown li a {
      color: #000000;
    }

[dir] .lt-custom-dropdown li:hover {
      background: rgba(184, 183, 195, 0.15);
    }

.lt-custom-dropdown li.current {
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #0348A2;
    }

[dir] .lt-custom-dropdown li.current {
      background: rgba(137, 178, 255, 0.2);
    }

.lt-custom-dropdown li.current a {
        color: #0348A2;
      }

[dir] .lt-custom-dropdown li.current:hover {
        background: rgba(137, 178, 255, 0.1);
      }

[dir] .lt-custom-dropdown li:last-child {
      border-bottom: none;
    }

@media (min-width: 1440px) {
    .odd .lt-col-6:nth-last-child(-n + 3) {
      width: 33.3%;
    }
  }

.note {
  color: #5d5f65;
}

[dir] .note {
  margin: 24px 0;
}

[dir=ltr] .note {
  padding-left: 16px;
  border-left-width: 3px;
}

[dir=rtl] .note {
  padding-right: 16px;
  border-right-width: 3px;
}

.note-title {
  color: #000 !important;
  font-weight: 500;
}

[dir] .note-title {
  margin-top: 0 !important;
}

[dir] .note-danger, [dir] .note--danger {
  border-color: #9F0023;
}

[dir] .note-default .note-title, [dir] .note--default .note-title {
  border-color: #818a91; 
}

[dir] .note-info, [dir] .note--info {
  border-color: #0075F2;
 }

[dir] .note-warning, [dir] .note--warning {
  border-color: #F59B00;
}

[dir] .note-success, [dir] .note--success {
  border-color: #837BF6; 
}

[dir] body .accordion {
  border:  1px solid #EDEFF2;
}

body .accordion__item-title {
  position: relative;
  display: block;
  width: 100%;
  font-size: undefined;
  touch-action: manipulation;
  font-size: 16px;
  color: #545360;
  transition: all 0.3s;
  font-weight: 500;
}

[dir] body .accordion__item-title {
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
  padding: 16px 36px;
}

[dir=ltr] body .accordion__item-title {
  text-align: left;
}

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

body .accordion__item-title:hover {
    color: #000;
  }

[dir] .accordion__item + .accordion__item {
  border-top:  1px solid #EDEFF2;
}

.accordion__item-content {
  position: relative;
  z-index: 2;
}

[dir] .accordion__item-content {
  padding: 0 36px 16px;
  border: none !important;
  margin-top: -12px;
}

body .accordion--default .accordion__item-title:before {
  width: 16px;
  height: 16px;
  top:20px;
}

[dir] body .accordion--default .accordion__item-title:before {
  border: none;
  transform: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.40039 11.1998L9.60039 7.9998L6.40039 4.7998' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

[dir=ltr] body .accordion--default .accordion__item-title:before {
  left: 12px;
}

[dir=rtl] body .accordion--default .accordion__item-title:before {
  right: 12px;
}

.accordion--default .accordion__item-title--active {
  color: #000;
}

[dir] .accordion--default .accordion__item-title--active, [dir] .accordion--default .accordion__item-title--active + .accordion__item-content {
  background: #FBFCFF;
}

body .tabs-link {
  color: #747382 !important;
}

[dir] body .tabs-link {
  padding: 8px 16px;
  cursor: pointer !important;
}

[dir] body .tabs-link.is-active, [dir] .tab {
  border-color: #EDEFF2;
}

body .tabs-link.is-active {
  color: #000 !important;
}

html body .tabs-link:hover {
  color: #373737 !important;
}

[dir] .tab {
  padding: 16px;
}

[dir] #form-submit {
  cursor: pointer;
}

.results-list-item-link:hover, .search-result-breadcrumbs li a:hover {
    color: #0348A2;
  }

body .lt-toc_is-mobile .lt-toc--current:before {
  display: none;
}

body .lt-toc_is-mobile .lt-toc--current:after {
  width: 24px;
  height: 24px;
}

[dir] body .lt-toc_is-mobile .lt-toc--current:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19981 9.59998L11.9998 14.4L16.7998 9.59998' stroke='%23545360' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body .lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:after {
  opacity: 1;
}

[dir=ltr] body .lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:after {
  transform: translate(50%,50%) rotate(-180deg);
}

[dir=rtl] body .lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:after {
  transform: translate(-50%,50%) rotate(180deg);
}

[dir] .lt-toc_is-mobile .lt-toc--list {
  padding: 16px 0;
}

.lt-toc_is-mobile .lt-toc--link {
  color: #373737;
}

[dir] .lt-toc_is-mobile .lt-toc--link {
  margin-bottom: 4px;
  padding: 4px 32px;
}

.article-sidebar.header-menu-sidebar {
  transition: all 0.3s;
}

[dir=ltr] .article-sidebar.header-menu-sidebar {
  left: -400px;
}

[dir=rtl] .article-sidebar.header-menu-sidebar {
  right: -400px;
}

body .sidenav-mobile.is-active {
  transition: none;
}

.requests-table-toolbar .search input[type="search"]::-webkit-search-cancel-button {
  width: 16px;
  height: 16px;
  top: 7px;
}

[dir] .requests-table-toolbar .search input[type="search"]::-webkit-search-cancel-button {
  background-size: contain;
}

[dir=ltr] .requests-table-toolbar .search input[type="search"]::-webkit-search-cancel-button {
  right: 10px;
}

[dir=rtl] .requests-table-toolbar .search input[type="search"]::-webkit-search-cancel-button {
  left: 10px;
}

/* 
html .body-nav-down {
  .lt-toc--link:before {
    top: 110px;
  }
}

html .body-nav-down {
  .lt-toc--link.is-active:before {
    top: 10px;
  }
} */

body .nesty-panel {
  box-shadow: 0px 10px 50px rgba(6, 6, 6, 0.26);
	border-radius: 6px; 
  max-height: 350px;
}

body .nesty-panel li {
    border-bottom: 1px solid #E5E7EC;
    color: #000;
    font-size: 14px;
    min-height: 56px;
    padding: 16px !important;
  line-height: 1.6;
}

body .nesty-panel li:last-child {
    border-bottom: none;
}

body .nesty-panel li:hover, 
body .nesty-panel li:focus  {
  background: rgba(184, 183, 195, 0.15);
  font-weight: normal;
}

/* .nesty-panel li:focus {
  background: rgba(137, 178, 255, 0.2);
  color: #0348A2;
} */

body .nesty-panel li.nesty-selected {
  background: rgba(137, 178, 255, 0.2);
  color: #0348A2;  
  font-weight: bold
}

body .nesty-panel li.nesty-selected:hover {
  background: rgba(137, 178, 255, 0.1);
  color: #0348A2;  
  font-weight: bold
}

body ul[data-hc-pills-container] {
    background-color: #fff;
    border: 1px solid #ddd;
    min-height: 58px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
}

body ul[data-hc-pills-container] li[data-hc-pill=true] {
    height: 40px;
    line-height: 40px;
    margin: 8px;
    background-color: #f2f2f2;
    cursor: default;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}
#request_collaborators_ {
  height: 40px;
  line-height: 40px;
  margin: 8px 16px;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.request_cc_emails [data-hc-pills-container]:hover {
  border: 1px solid #747382 !important;
}

.request_cc_emails [data-hc-focus="true"],
.request_cc_emails [data-hc-focus="true"]:hover {
  border: 1px solid #0075F2 !important;
  box-shadow: 0px 0px 0px 4px rgba(0, 117, 242, 0.2);
}

.article-body pre {
    word-break: break-word;
}

.note p {
  margin-top: 0 !important;
}

.form-field input[type="checkbox"] {
   width: auto;
   float: left;
   margin-top: 4px;
}

.form-field.boolean label {
  margin-bottom: 0;
  margin-top: 2px;
  margin-left: 5px;
  display: inline-block;
}

[dir] body .accordion--default .accordion__item-title--active:before {
  -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

[dir] body .accordion__item-content p {
  margin-top: 0;
}

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

/*10.24*/
.article-body table {
  display: block;
  overflow-x: auto;
  white-space: normal;
  width: 100% !important;
}

.article-body table td {
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.article {
  overflow-x: auto;
}

.article-body table {
  border: none;
}

@media (min-width: 1439px) {
  .article-inner {
    /*width: calc(100% - 400px);*/
  }
}

@media (max-width: 1023px) {
  [dir] .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--container.is-active  {
    box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.15);
  }
  [dir] .custom-mobile-toc--button .lt-toc_is-mobile .lt-toc--list {
    box-shadow: none;
  }
}

/* START style fixes*/
.article-body table {
  table-layout: fixed;
  display: table;
  overflow: hidden;
}

.article-body table td,
.article-body table th {
  text-align: left !important;
  max-width: unset  !important;
  overflow: hidden  !important;
  text-overflow: unset  !important;
  white-space: unset  !important;
  padding: 5px !important;
}

@media (min-width: 1440px) {
  .menu-button-article {
    display: none !important;
  }
  .mobile-search {
    display: none;
  }
}

.custom-header {
  height: 46px;
  background-color: #FFFFFF;
  color: #AF2C2C;
  padding: 4px 8px;
}

.header {
  /*z-index: 2147483633;*/
}
/* END style fixes */