@charset "UTF-8";

@import url('https://fonts.cdnfonts.com/css/open-dyslexic');
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* HELPERS START */
.text-white {
	color: white;
}
.text-black {
  color: black;
}
.text-hidden {
	display:  none;
}
/* HELPERS END */


/* ZD MESSAGING LAUNCHER CUSTOMIZATION START */

@media (min-width: 768px) {
  iframe[name="Messaging window"] {
    bottom: 105px !important;
  }
}
  
.zd-messaging-wrapper {
  position: fixed;
  overflow: hidden;
  bottom: 20px;
  right: 20px;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
}

.zd-messaging-launcher {
  background-color: transparent;
  appearance: none;
  border: none;
}

.zd-messaging-launcher:hover {
	cursor: pointer;
}

.zd-messaging-launcher-content {
  position: relative;
 	border-radius: 16px;
  height: 70px;
  width: 70px;
  background-color: #FF5500;
}

.zd-messaging-launcher-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: black;
  color: white;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.zd-messaging-launcher--has-count .zd-messaging-launcher-count {
  opacity: 1;
  transform: scale(1);
}

.zd-messaging-launcher-opener svg,
.zd-messaging-launcher-closer svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.zd-messaging-launcher-opener svg {
  width: 40px;
}

.zd-messaging-launcher-closer svg {
  width: 30px;
}

.zd-messaging-launcher--open .zd-messaging-launcher-opener svg {
  transform: translate(-50%, calc(-50% + 100px));
  opacity: 0;
}

.zd-messaging-launcher-closer svg {
  transform: translate(-50%, calc(-50% - 100px));
  opacity: 0;
}

.zd-messaging-launcher--open .zd-messaging-launcher-closer svg {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.zd-messaging-label-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.zd-messaging-label,
.zd-messaging-label-dismiss {
  cursor: pointer;
  box-shadow: rgba(23, 73, 77, 0.15) 0px 20px 30px;
  background: rgb(255, 255, 255);
  border: 0px;
  border-radius: 1.25rem;
}

.zd-messaging-label {
  padding: 0.75rem;
  width: max-content;
  max-width: 280px;
  overflow-wrap: break-word;
  word-break: break-word;
  color: rgb(0, 0, 0);
}

.zd-messaging-label-wrapper--hidden {
  display: none;
}

.zd-messaging-label-dismiss {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  width: 2.5rem;
  height: 2.5rem;
}

/* ZD MESSAGING LAUNCHER CUSTOMIZATION END */


/* WEGLOT CUSTOMIZATION START */

.language-switcher .wg-drop.country-selector {
    background-color: transparent;
    width: auto !important;
}

.language-switcher .wg-drop.country-selector .wgcurrent {
    background-color: transparent; /* Ensures background is transparent */
    border: none;
    display: flex;
    align-items: center;
  	position: relative;
}


.language-switcher .wg-drop.country-selector .wgcurrent a {
   	background-color: transparent; /* Ensures <a> has transparent background */
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 22px;
    color: white; /* Ensures text is visible on dark backgrounds */;
}

.language-switcher .wg-drop.country-selector .wgcurrent a:hover {
		color: #fc4d00;
}

.language-switcher .wg-drop.country-selector .wgcurrent:after {
    content: none;
    display: none;
}

.language-switcher .wg-drop.country-selector.closed .wgcurrent:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.language-switcher .wg-drop.country-selector.open .wgcurrent:after {
	transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.language-switcher .wg-drop.country-selector ul {
    background: black;
    border: none;
}

.language-switcher .wg-drop.weg-openleft.country-selector ul {
  right: -5px;
}

.language-switcher .wg-drop.country-selector a {
    padding: 0 23px 0 20px;
    display: block;
    width: 100%;
    height: auto;
  	color: white;
}

.language-switcher .wg-drop.country-selector :not(.wgcurrent) a {
    width: 100%;
    padding: 8px 20px;
}

.language-switcher .wg-drop.country-selector :not(.wgcurrent) a:hover {
  background: #2b2b2b;
	color: white;
}

/* WEGLOT CUSTOMIZATION END */

/* ACCESSIBILITY START */

body.dyslexic{
   --bold-font: 'Open-Dyslexic' ,Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-family: 'Open-Dyslexic', sans-serif !important;
}

body.dyslexic h1, body.dyslexic h2, body.dyslexic h3, body.dyslexic h4, body.dyslexic h5,  body.dyslexic .tab-subsection a, body.dyslexic .popular-articles-title, body.dyslexic .promoted-articles-item a, body.dyslexic .button-large, body.dyslexic input[type="submit"], body.dyslexic .button, body.dyslexic .section-category {
   font-family: 'Open-Dyslexic', sans-serif !important;
}

.accessibility-panel {
  position: fixed;
  z-index: 1000;
  right: -2px;
  top: 155px;
}

body:has(#preview-bar-container) .accessibility-panel,
body:has(#navbar-container) .accessibility-panel {
	top: 177px;
}

.accessibility-panel.active .accessibility-panel-content {
  display: block;
}

.accessibility-panel-label {
  position: relative;
  z-index: 900;
  background-color: white;
  color: black;
  width: 38px;
  text-align: center;
  font-size: 14px;
  padding: 14px 6px 14px 7px;
  border: 1px solid #e5e5e5;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.accessibility-panel-label:hover {
  color: #fc4d00;
  cursor: pointer;
}

.accessibility-panel-content {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
 	z-index: 800;
  background-color: white;
  color: black;
  font-size: 14px;
  padding: 14px;
  border: 1px solid #e5e5e5;
}

.accessibility-font-switcher {
    display: flex;
}


.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.toggle-switch {
  background: #ccc;
  border-radius: 16px;
  width: 45px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #ff5500;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 28px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  margin-top: -4px;
  position: relative;
  top: 1px;
  font-weight: 600;
  user-select: none;
  font-size: 0.8rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .accessibility-panel {
    top: 386px;
  }

  body:has(#preview-bar-container) .accessibility-panel,
  body:has(#navbar-container) .accessibility-panel {
    top: 427px;
  }
}

/* ACCESSIBILITY END */


@font-face {
  font-family: 'custom heading font';
  src: url(/hc/theming_assets/01J3YVKY18TW7C0FR6N56NKMYF);
  font-display: swap;
}
@font-face {
  font-family: 'custom font';
  src: url(/hc/theming_assets/01J3YVKYE2KERQAYAS42ETGYV9);
  font-display: swap;
}


@font-face {
  font-family: 'Mark Pro Bold';
  src: url('/hc/theming_assets/01J3QXRBPJA931TYJWC8QSA44P') format('opentype');
  font-display: swap;
}



html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

:root {
  --shadow: rgb(60 64 67 / 5%) 0px 1px 2px 0px, rgb(60 64 67 / 5%) 0px 2px 6px 2px;
  --shadow-hover: rgb(60 64 67 / 20%) 0px 1px 2px 0px, rgb(60 64 67 / 20%) 0px 2px 6px 2px;
  --bold-font: 'Mark Pro Bold',Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

body {
  margin: 0;
  accent-color: #FF5500;
  outline-color: #FF5500;
  overflow-x: hidden !important;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
}

[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;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #000000;
  color: #000000;
  font-family: 'custom font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

main {
  background-color: #FFFFFF;
}


body > main {
    min-height: 85vh;
  }


h1, h2, h3, h4, h5, h6 {
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
}

h1, h2, h3 {
  text-transform: uppercase;
}

h1 {
  font-size: 2.15rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.075rem;
}
h5 {
  font-size: 1.025rem;
}
h6 {
  font-size: 1rem;
  font-family: var(--bold-font);
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1.05rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.45rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.075rem;
  }
  h6 {
    font-size: 1.025rem;
  }
}
@media (min-width: 1160px) {
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.55rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1.025rem;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

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

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

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

input:not([type="checkbox"]) {
  outline: none;
  border: 1px solid transparent;
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #FF5500;
}

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

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

textarea:focus {
  border: 1px solid #FF5500;
}

.container {  
  max-width: 1480px;
  margin: 0 auto;
  padding: 15px 5% 15px;
}

.split-container {
  display: flex;
  justify-content: flex-start;

  min-height: 67vh;
  flex-direction: column;
  margin-top: 15px;
}

.split-1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.split-1.color-boxing {
  background-color: #FFFFFF;
}

.split-1 #navigation-onboarding {
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 8px;
  max-height: 1200px;
  overflow-y: auto;
}

.split-2 {
  padding-top: 50px;
  margin-right: 30px;
  width: 100%;
}

#tracker-onboarding {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .split-1,
  .split-2 {
    padding: 0 15px;
    
  }
}


@media (min-width: 1024px) {
  .split-container {
    flex-direction: row;
    margin-top: 0;
    gap: 30px;
  }
  .split-1 {
    width: 30vw;
    padding-top: 55px;
    background-color: #FAF9F9;
  }
  .split-2 {
    width: 60vw;
    max-width: 1000px;
  }

  .split-2.no-dynamic {
    margin: 0 auto;
  }
}

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

@media (min-width: 1280px) {

  .collapsible-sidebar {
    width: 300px !important;
  }

  .collapsible-sidebar-body {
    width: 285px !important;
  }
}

@media (min-width: 1600px) {

  .split-1 {
    min-width: 380px !important;
  }

    .collapsible-sidebar {
    width: 350px !important;
    }

    .collapsible-sidebar-body {
    width: 335px !important;
    }
}

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


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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

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

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

/***** Buttons *****/
.button, .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 {
  background-color: #fc4d00;
  color: #FFFFFF;
  border: 1px solid #fc4d00;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 2.34;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@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 {
  background-color: #FF5500;
  color: #FFFFFF;
  border-color: #FF5500;
  text-decoration: none;
}

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

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

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #fc4d00;
  color: #FFFFFF;
  border: 1px solid transparent;;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;

  padding: 5px 10px;
  width: 50%;
  transition: background-color .2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-inner input[type="submit"] {
  box-shadow: 0 0 20px 20px #0000000f;
}
@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
    margin: 15px auto 0;
    min-width: 190px;
  }
}

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

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

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

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

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

.split-button button {
  background-color: #FF5500;
  border: 0;
  color: #000000;
  height: 32px;
  line-height: 16px;
  outline-color: #FF5500;
}

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

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

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

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

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

/***** 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: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

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

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  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) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

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

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

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

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.form h1 {
  border-bottom: 2px solid #FF5500;
}
.form-field input {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}

.form-field input:focus {
  border: 1px solid #FF5500;
}

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

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

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

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

.form-field .nesty-input:focus {
  border: 1px solid #FF5500;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #FF5500;
  text-decoration: none;
}

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

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

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

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

.form footer {
  margin-bottom: 40px;
  padding: 30px;
  text-align: center;
}

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #000;
}

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



.header {
  padding: 0 1%;
  position: sticky;
  align-items: center;
  display: flex;
  height: 75px;
  justify-content: space-between;
  background-color: #000000;
  width: 100vw;
  z-index: 100;
  font-family:var(--bold-font);
  text-transform: uppercase;
  box-shadow: var(--shadow);
  top: 0px;
}

.header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
}

.header.overlay {
  background-color:transparent;
}

.header .nav-wrapper-desktop a,
.header .nav-wrapper-desktop span {
  font-family: var(--bold-font);
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.header.overlay .nav-wrapper-desktop a,
.header.overlay .nav-wrapper-desktop span {
  color: #FFFFFF;
}
.logo,
.nav-wrapper-desktop {

    align-items: center;
    display: flex;
}

.nav-wrapper-desktop {

}

.logo {
  height: 100%;

}

.logo img {
   width: auto;
  height: 39px;;
  vertical-align: middle;
  height: 30px;
  margin-right: 10px;
}
.logo span {
  margin: 0 10px;
  color: #FFFFFF;
  font-family: var(--bold-font);
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .logo img {
    max-width: 100%; 
    height: 25px;
  }
}

@media (min-width: 768px) {

  .logo span {
    font-size: 14px;
  }


  .header .nav-wrapper-desktop a,
  .header .nav-wrapper-desktop span {
    font-size: 14px;
  }
  .logo,
  .nav-wrapper-desktop {
    /*   min-width: 30%;*/
    min-width: unset;
  }
}



.overlay .logo span {
  color: #FFFFFF;
}

.logo a {
  display: flex;
  height: 100%;
  align-items: center;
  transition: background-color .15s ease-in-out;
  padding: 0 15px;
  border-right: 1px solid #3b3b3b;
}
.nav-wrapper-desktop.custom-header-links,
.custom-footer-links {
  height: 100.0%;
  display: flex;
}
.nav-wrapper-desktop.custom-header-links a,
.custom-footer-links a,
.footer a,
.nav-wrapper-desktop.left-links a {
    color: #FFFFFF;
  font-family: var(--bold-font);
  padding: 5px 20px;
  margin: auto 0;
  display: flex;
  align-items: center;
  transition: background-color .15s ease-in-out;
  border-bottom: 2px solid transparent;
}
.overlay .nav-wrapper-desktop.custom-header-links a,
.overlay .custom-footer-links a,
.overlay .footer a,
.overlay .nav-wrapper-desktop.left-links a {
  color: #FFFFFF;
}

.nav-wrapper-desktop.custom-header-links a:hover,
.nav-wrapper-desktop.custom-header-links a:focus,
.nav-wrapper-desktop.custom-header-links a:active,
.custom-footer-links a:hover,
.custom-footer-links a:focus,
.custom-footer-links a:active,
.nav-wrapper-desktop.left-links a:hover, 
.nav-wrapper-desktop.left-links a:focus, 
.nav-wrapper-desktop.left-links a:active {
  text-decoration: none;
  border-bottom: 2px solid #FF5500;
}
.nav-wrapper-desktop.custom-header-links {
  justify-content: center;
}
.logo a:hover, .logo a:focus, .logo a:active  {
  text-decoration: none;
}

#hc-drop {
  position: relative;
  height: 80%;
  background: #000000;
  color: #FFFFFF;
  border: 1px solid  #FF5500; 
  cursor: pointer;
  display: block;
  padding: 8px;
}

#hc-drop:hover {
  border: 1px solid  #FFFFFF; 
}
#hc-dropdown {
  background: #000000;
  color: #FFFFFF;
  position: absolute;
  top: 66px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  padding: 0;
  border: none;
}

#hc-dropdown img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;

}

#hc-dropdown[aria-hidden="true"] {
  visibility:hidden;
}

#hc-dropdown a {
  padding: 10px 20px;
  min-width: 300px;
  border: none;
}

#hc-dropdown a:hover {
  border: none;
}

#hc-dropdown a.current,
.dropdown-menu a.current  {
  border: 1px solid #FF5500;
}

.user-nav {
  display: flex;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}

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

  }
}

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

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

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

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

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

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

.nav-wrapper-desktop {
    display: none;
}

@media (min-width: 1280px) {
  .nav-wrapper-desktop {
      display: flex;
    	height: 100.0%;
      justify-content: flex-end;
    	align-items: center;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: #000000;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

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

.nav-wrapper-mobile {
	display: flex;
  align-items: center;
}

@media (min-width: 1280px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
  display: flex;
    align-items: center;
  padding: 0;
}

.nav-wrapper-mobile .menu-button-mobile svg {
      vertical-align: middle;
  margin: 5px 0px 0px 5px; 
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #000000;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #000000;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
  transition: height .2s ease-in-out;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  max-height: unset;
}
.overlay .nav-wrapper-mobile .menu-list-mobile {
  background-color: #5151514d;
  backdrop-filter: blur(10px);
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] li a,
.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] li {

  visibility: hidden;
}


.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] li a ,
.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] li {
  visibility:visible;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  text-align: center;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 15px 24px;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 15px 24px;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-family: var(--heading);
}


.overlay .nav-wrapper-mobile .menu-list-mobile-items a {
  color: #FFFFFF;

}
.nav-wrapper-mobile .menu-list-mobile-items a:active, 
.nav-wrapper-mobile .menu-list-mobile-items a:focus, 
.nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

.overlay .nav-wrapper-mobile .menu-list-mobile-items a:active, 
.overlay .nav-wrapper-mobile .menu-list-mobile-items a:focus, 
.overlay .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #FFFFFF;
  color: #FF5500;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
  justify-content: center;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;

  margin-left: 5px;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-name {
  display: flex;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

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

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

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

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

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #FFFFFF;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: #FFFFFF;
  background-color: transparent;
}

.user-info > button::after {
  color: #FFFFFF;
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: auto;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
}

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

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

.avatar .icon-agent {
  color: #FF5500;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #000000;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  background-color: #000000;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a, .footer {
  color: #FFFFFF;
}

.footer-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 5%;
  justify-content: space-between;
}

.footer-links {

  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links h3 {
  color: white;
  font-family: var(--bold-font);
  font-size: 14px;
}

.footer-links a {
  color: #979797;
  padding: 0;
  font-family: 'custom font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  border: none;
  transition: .2s ease-in-out;
}

.footer-links a:hover {
  border: none;
  color: white;
  text-decoration: none;
}
.footer-links li {
  padding-bottom: 10px;
}
.footer-panel {
  padding: 0 20px;
  width: 50%;
  margin: 0 0 20px 0;
}
.header-language-selector {
  display: none;
}

.footer-social {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 20px 50px 20px;
}

.footer-social img {
  width: auto;
  height: 22px;
  margin: 0 20px;
}
.footer-social a {
  padding: 0;
  border: none;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.footer-social a:hover {
  border: none;
  opacity: 0.8;
}
.item .header-language-selector {
  display: block;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }

}
@media (min-width: 1024px) {
  .header-language-selector button:hover,
  .header-language-selector button:focus, 
  .header-language-selector button:active  {
    border-bottom: 2px solid #FF5500
  }
  .header-language-selector {
    display: block;
  }
}

.header-language-selector button {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-left: 15px;
  padding: 8px 5px;
  border-bottom: 2px solid transparent;
  min-width: 110px;
}





.item .header-language-selector button {
  margin-left: 0;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

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

  .footer-panel {
    padding: 0 20px;
    width: 20%;
  }

}

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

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #000000;
}

/***** Search bar drop down choices *****/
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 16px;
  width: 50%;
}

.choices:focus {
  outline: 0
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-open {
  overflow: visible
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices [hidden] {
  display: none !important
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: white transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 48%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent white;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: flex;
  align-items: center;
  vertical-align: top;
  width: 100%;
  background-color: #000;
  color: white;
  padding: 7.5px 7.5px 3.75px;
  border-radius: 0;
  font-size: 14px;
  min-height: 50px;
  overflow: hidden
}

select#search-cat {
  width: 50%;
  text-align: center;
  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='%ffffff' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-color: black;
  color: white;
  font-family: var(--bold-font);
  border: none;
  font-size: 14px;
  padding: 0 7px;
  position: relative;
}

select#search-cat::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: white transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 48%;
  margin-top: -2.5px;
  pointer-events: none;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%;
  font-family: var(--bold-font);
}

.choices__list--multiple {
  display: inline
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right
}

@media (min-width:640px) {

  select#search-cat {
    width: 35%;

  }

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
      padding-right: 100px
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%)
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
      right: auto;
      left: 10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}

.choices__button:focus,
.choices__input:focus {
  outline: 0
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}
/***** Search field *****/


@media (min-width: 768px) {
  .hero-inner .choices__list--dropdown .choices__item, 
  .hero-inner .choices__list[aria-expanded] .choices__item {
    font-size: 12px;
    word-break: initial!important;
  }

  .hero-inner .choices {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  font-size: 12px!important;  }
}

.hero-inner .choices__placeholder {
  opacity: 1;
  font-family: var(--bold-font);
}

.hero-inner .is-open .choices__inner {
  border-radius: 0px;
}
.search {
  position: relative;
  display: flex;
  justify-items: center;
}

.search button[type="submit"] {
  width: 130px;
}

@media (max-width: 768px) {
  .search button[type="submit"] {
    width: auto;
  }
}

.search input[type="search"] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: calc(0px * 2);
  box-sizing: border-box;
  color: #666;
  height: 50px;
  padding-left: 50px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

@media (min-width: 768px) {
  .search.search-smaller input[type="search"] {
    width: 65%;
  }
}

.search input[type="search"]::-webkit-search-cancel-button::after {
  content: "&#10005";
  display: block;
}

.search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #FF5500;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-mask-image: url("/hc/theming_assets/01JZABZKV9BKTXMH42RC296355");
  mask-image: url("/hc/theming_assets/01JZABZKV9BKTXMH42RC296355");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

}

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

.search input[type="search"]:focus {
  border: 1px solid #FF5500;
  color: #555;
}

.search input[type="search"]:focus 
.search-icon {
  color: #FF5500;
}

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

.search-icon {
  position: relative;
  transform: translateY(68%);
  position: absolute;
  left: 20px;
  z-index: 1;
  width: 22px;
  height: 22px;
  color: #777;
}

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

.search-container {
  position: relative;
}

.category-search-container {
	width: 31.3333%;
	max-width: 100%;
}

@media (max-width: 768px) {
	.category-search-container {
    width: 100%;
  }
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01J3YVKZM9WEBA35CVNMTDJP7R);
  background-position: top;
  background-size: cover;
  height: 363px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.hero-inner h1 {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.hero-inner .container-divider {
  border-top: none;
  padding-bottom: 25px;
}


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

@media (min-width: 768px) {
  .page-header {
    align-items: center;
    flex-direction: row;
    margin: 10px 0 40px;
  }
  .page-header.has-articles {
    margin: 10px 0 20px;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  padding-right: 15px;
}

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

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

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

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

.form .sub-nav {
  margin-bottom: 0px;
}


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


  .split-2 .sub-nav.color-boxing {
    background-color: #FFFFFF;
    padding: 15px 30px;
    margin-bottom: 30px; 
    border-radius: 0px;
  }

}

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

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

@media (min-width: 1024px) {

  .split-2 .sub-nav {
    margin-bottom: 0;

  }

  .split-2 .sub-nav.sec-cat {
    padding-left: 30px;
  }

}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  gap: 15px;
}

@media (min-width: 768px) {
  .blocks-list {
    
  }
}

.blocks-item {
  border-radius: 0px;
  box-sizing: border-box;
  color: #FF5500;
  display: flex;
  flex: 1 0 125px;
  max-width: 100%;
  text-align: center;
  box-shadow: var(--shadow);
  transition: box-shadow .2s ease-in-out;
}
.blocks-item:hover {
  box-shadow: var(--shadow-hover);
}



.blocks-item:hover  .blocks-item-description, 
.blocks-item:focus  .blocks-item-description, 
.blocks-item:active .blocks-item-description {
  background-color: #000000;
  color: #FF5500;
}

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

.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: #000000;
}

.blocks-item-link {
  color: #000000;
  background-color: #FF5500;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  border-radius: inherit;
  align-items: center;
}

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

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #FF5500;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 5px;
    margin: auto 0;
}

.blocks-item-description {
  border: 1px solid #FF5500;
  background-color: #000000;
  color:#FF5500;
  font-weight: 300;
  margin: 0;
  padding: 10px 30px 20px;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 75px;
}


.blocks-item-description-co:empty {
  display: none;
}

.cat-image.icon {
  height: 7em;
  width: 7em;
  background-size: cover;
  margin-top: 15px;
  transform: scale(0.95);
  transition: transform .2s ease-in-out;
  background-position: center;
}

.cat-image.photo {
  height: 8em;
  width: 100%;
  background-size: cover;
  transform: scale(1);
  transition: transform .2s ease-in-out;
  background-position: center;

}

.cat-overflow {
  overflow:hidden;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: flex;
  justify-content: center;
}

.blocks-item-link:hover .cat-image.icon {
  transform: scale(1);
}
.blocks-item-link:hover .cat-image.photo {
  transform: scale(1.05);
}


.blocks-item:nth-child(1) .cat-image { background-image: url(/hc/theming_assets/01J3YVM0PVXNMSAX4DQSY5Q5D6);}
.blocks-item:nth-child(2) .cat-image { background-image: url(/hc/theming_assets/01J3YVM14CTN2V9V6VYCAH1S1E);}
.blocks-item:nth-child(3) .cat-image { background-image: url(/hc/theming_assets/01J3YVM1G3N1WD72WYX465CCFZ);}
.blocks-item:nth-child(4) .cat-image { background-image: url(/hc/theming_assets/01J3YVM1V94QBDR0X69NJNY4TX);}
.blocks-item:nth-child(5) .cat-image { background-image: url(/hc/theming_assets/01J3YVM29SEMX3DM9TC7YAS3K0);}
.blocks-item:nth-child(6) .cat-image { background-image: url(/hc/theming_assets/01J3YVM2NE6W7PZ9E46QP5VFZW);}
.blocks-item:nth-child(7) .cat-image { background-image: url(/hc/theming_assets/01J3YVM306YT4KJ3WR9JD4YZ68);}
.blocks-item:nth-child(8) .cat-image { background-image: url(/hc/theming_assets/01J3YVM3B6FF6Z7XYB08QZN6SK);}
.blocks-item:nth-child(9) .cat-image { background-image: url(/hc/theming_assets/01J3YVM3QSSGVQXQ8TXR2P7A7M);}


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

body main .home-page-header {
  text-align: left;

}
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {

  .cat-image.photo {
    height: 13em;

  }
  .section {
    //  margin-bottom: 70px;
  }

  .blocks-item-title {
    font-size: 16px;
    padding: 20px 30px 20px;
  }
}


/********************
CATEGORY LIST
********************/


.section-categories .container {
  margin: 3rem auto 2rem;
}

.section-category {
  min-height: 80px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  box-shadow: var(--shadow);
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.section-category:hover {
  background-color:  #fc4d00;
  color: white;
  text-decoration: none;
}

.section-category img {
  opacity: 0;
  max-width: 50px;
  height: auto;
  margin-right: 1rem;
  vertical-align: middle;
  margin-top: 3px;
  transition: opacity 0.2s ease-in-out;
}

.section-category img.loaded {
  opacity: 1;
}

@media (min-width: 768px) {
  
  .section-categories .container-inner {
    margin: 0 -1rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .section-category {
    width: 30%;
  	flex-grow: 1;
    margin: 1rem;
    padding: 0.5rem 0.5rem;
    justify-content: center;
    text-align: center;
  }
}


/********************
 POPULAR ARTICLES
********************/
.popular-articles {
}

/* Special use case for category pages */
.popular-category-articles {
  opacity: 0;
  height: 0;
  transition: opacity 0.2s ease-in-out;
}

.popular-category-articles.no-results {
  display: none;
}

.popular-category-articles.loaded {
  opacity: 1;
  height: auto;
}

.popular-category-articles .popular-articles-list {
  margin-bottom: 80px;
}

.popular-category-articles .popular-articles-item {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.popular-category-articles .popular-articles-item.loaded {
  opacity: 1;
}

.popular-link-box {
  height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    transition: box-shadow .15s ease-in-out; 
}


.popular-link-box:hover {
  text-decoration: none;
}
.popular-articles-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}
.popular-articles-item {
  background: #FFFFFF;
  border-radius: 0px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  width: 100%;
 
  
}

.popular-articles-item:hover, 
.popular-articles-item:focus {

}
.popular-articles-block {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.75rem 1.5rem;
  padding-top: 5px;
  min-height: initial;
}

.popular-articles-block > p {
  margin: 15px 0 auto;  
}

.popular-articles-teaser {
  margin: 15px 0 auto; 
}

.popular-articles-image {
  margin: 30px auto 10px;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center;
  transition: transform .2s ease-in-out; 
}

.popular-articles-image.photo {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.popular-articles-lazy-image {
  width: 100%;
  height: 200px;
  background-color: #979797;
  position: relative;
}

.popular-articles-lazy-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .2s ease-in-out; 
}

.popular-articles-lazy-image.loaded img {
  opacity: 1;
}

.popular-link-box:hover .popular-articles-image,
.popular-link-box:focus .popular-articles-image {   
  box-shadow: var(--shadow-hover);
}

.popular-articles-item:hover span {
  text-decoration: none;
}

@media (max-width: 768px) {
  .popular-articles-image {
      width: 70px;
  height: 70px;
  }
  
  .popular-articles-block {
      min-height: initial;
    
  }

  .popular-articles-image.photo {
    height: 150px;
  }
}

.popular-articles-list .popular-articles-item:nth-child(1) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM63AJNXMWXKQXRVWXQH9);
  }
.popular-articles-list .popular-articles-item:nth-child(2) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM6M5RRKQKA1HXA847MB8);
  }
.popular-articles-list .popular-articles-item:nth-child(3) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM7107PGJFGA1F0VCEW47);
  }
.popular-articles-list .popular-articles-item:nth-child(4) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM7DHMEZE6PA8QX55HJ03);
  }
.popular-articles-list .popular-articles-item:nth-child(5) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM7DHMEZE6PA8QX55HJ03);
  }
 .popular-articles-list .popular-articles-item:nth-child(6) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM7DHMEZE6PA8QX55HJ03);
  }
.popular-articles-list .popular-articles-item:nth-child(7) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM7DHMEZE6PA8QX55HJ03);
  }
 .popular-articles-list .popular-articles-item:nth-child(8) .popular-articles-image {
    background-image: url(/hc/theming_assets/01J3YVM7DHMEZE6PA8QX55HJ03);
  }
.popular-articles-list .popular-articles-item:nth-child(9) .popular-articles-imagee {
    background-image: url(/hc/theming_assets/01J3YVM7DHMEZE6PA8QX55HJ03);
  }
.popular-articles-title {
  margin-bottom: 0;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}
.popular-articles-button {
  margin: auto;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.popular-articles h3 {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .popular-articles {
  }
  .popular-articles-list {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;

  }
  .popular-articles-item {
    flex: 1 0 125px;
  }
  .popular-articles-block {
    padding: 0.5rem 1rem 1.5rem;
      min-height: 210px;
  }
  .popular-articles-image {
  }
  .popular-articles-title {
  }
  .popular-articles-button {
  }
}
@media (min-width: 1024px) {
  .popular-articles {
  }
  .popular-articles-list {
  }
  .popular-articles-item {
  }
  .popular-articles-block {
      min-height: 190px;
  }
  .popular-articles-image {
  }
  .popular-articles-title {
  }
  .popular-articles-button {
  }
}
@media (min-width: 1160px) {
  .popular-articles {
  }
  .popular-articles-list {
  }
  .popular-articles-item {
    width: 31.3333%;
  }
  .popular-articles-block {
  }
  .popular-articles-image {
  }
  .popular-articles-title {
  }
  .popular-articles-button {
  }
}

@media (min-width: 1470px) {
  .popular-articles {
  }
  .popular-articles-list {
  }
  .popular-articles-item {
    width: 31.3333%;
  }
  .popular-articles-block {
          min-height: initial;
  }
    .popular-articles-block p {
          min-height: initial;
  }
  .popular-articles-image {
  }
  .popular-articles-title {
  }
  .popular-articles-button {
  }
}

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

.promoted-home {
  padding-top: 60px;
  padding-bottom: 60px;
}

  .promoted-articles {
    flex-direction: row;
  }


.promoted-articles-item {
  flex: 1 0 auto;
  margin-bottom: 30px;
  min-height: 80px;
  display: flex;
  align-items: center; 
  justify-content: center;
  background: #FFFFFF;
  border-radius: calc(0px * 2);
}


  .promoted-articles-item {
    flex: 0 0 auto;
    width: 30%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    
  }


.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-radius: calc(0px * 1.5);
  display: block;
  padding: 20px;
  color: #000000;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  display: flex;
  align-items: center; 
  justify-content: center;
  box-shadow: var(--shadow);
  transition: all .15s ease-in-out;
  text-align: center;
}
@media (max-width: 768px) {
    .promoted-articles-item {
      width: 48%;
  }
  .promoted-articles-item a {
    font-size: 14px;
  }
}
.promoted-articles-item a:hover {
  box-shadow:var(--shadow-hover);
  text-decoration: none;
  background-color: #FF5500;
  color: #FFFFFF;
}

.promoted-articles-item a:hover p {
  
}


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

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


/***** Community section in homepage *****/
.community {
  text-align: center;
  margin: 0px 0 30px;
}

.community h2 {
  color: #FFFFFF;
  font-size: 44px;
  margin-bottom: 15px;
}
.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01J3YVM003Q93X1Z7E5HYJRNF4);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
}

.community,
.activity {
  padding: 30px 0;
}



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

.recent-activity-wrap {
  background-color: #fff;
}

.recent-activity-header {
  margin-bottom: 10px;
  text-align: left;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #000000;
  display: inline-block;
  width: 100%;
}

.recent-activity-item-parent {
  display: none;
}

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

.recent-activity-item-link {
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.recent-activity-item-comment {
  padding-left: 5px;
}

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

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

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

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

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

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

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

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

.category-header {
  text-align: center;
  margin: 3rem 0;
}

.category-content {
  flex: 1;
  max-width: 970px;
}

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

.section-articles {
  margin-bottom: 40px;
}

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

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

@media (min-width: 980px) {
	.section-tree {
    justify-content: flex-start;
    margin: 0 -2.5rem;
  }
}

.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 */
  }
}

@media (min-width: 980px) {
  .section-tree .section {
    flex: 0 0 calc(100% / 3);
    padding: 0 2.5rem;
    /* Three columns for widescreen using padding for separation (and negative margin in parent to offset) */
  }
}

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

.section-tree-title a {
  color: #000000;
  font-size: 25px;
  width: 100%;
  border-bottom: 2px solid #FF5500;
  display: block;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}
.see-all-filters {
  display: none;
}
.article-list-item {
  padding: 15px 0;
}

.article-list-item a {
  color: #FF5500;
  text-decoration: none;
}

.article-list-item .icon-lock {
  vertical-align: middle;
  width: 15px;
  height: auto;
  margin: -3px 0 0 4px;
}

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

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

.icon-onboarding {
  color: #FF5500;
  width: 12px;
  height: 12px;
}

.dynamic-section-articles-loader {
  text-align: center;
  padding: 2rem 1rem;
}

.dynamic-section-articles.loaded .dynamic-section-articles-loader {
  display: none;
}

.section-empty {
  text-align: center;
  padding: 2rem 1rem;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.section-content {
  flex: 1;
}

.section-content.onboarding-experience {
  margin-top: 24px;
  h1,
  .page-header-description {
    text-align: center;
  }

  .page-footer-description {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
  }

  .article-list-item-onboarding {

    &:not(.article-list-item-onboarding--footer) {
      background: #f4f4f4;
      padding: 48px;
      border-radius: 3px;
      scroll-margin-top: 40px;
    }

    &.article-list-item-onboarding--footer {
      text-align: center;
      margin-top: 24px;

      button {
        background-color: #fc4d00;
        color: #FFFFFF;
        cursor: pointer;
        padding: 12px 20px;
        text-transform: uppercase;
        border: none;
      }
    }
  
    .video-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
    }

    img {
      height: 100%;
      max-width: 100%;
    }

    details a {
      color: #FF5500;
      font-family: var(--bold-font);
    }

    .article-body {
      display: none;
    }
  }

  .article-list-item-onboarding.loaded {
    .article-body {
      display: block;
    }

    .loader {
      display: none;
    }
  }

  .dots-line {
    width: 10px;
    aspect-ratio: 1 / 5; /* Tall column */
    background: radial-gradient(closest-side at 50% 37.5%, #00000012 94%, #0000) 0 0 / 100% calc(80% / 3);
    background-repeat: repeat-y;
    animation: move-vertical 1.5s linear infinite;
    margin: 0 auto;
  }
}

.sidebar-articles-onboarding {
  li:not(:first-child) {
    margin-top: 10px;
  }

  a {
    background-image: url('/hc/theming_assets/01K24QE9E03W65EWZXED9V37VT');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 18px;
  }
}

@keyframes move-vertical {
  100% {
    background-position: 0 36.36%;
  }
}

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

  .section-container {
    flex-direction: row;
    gap: 30px;
  }
  .category-content, .section-content {
    padding: 0 0 0 30px;
  }
}

.section-list {
  margin: 20px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6),
.section-list--collapsed .tab-subsection:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

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

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

.see-all-sections-trigger {
  cursor: pointer;
  font-weight: 800;
}

.see-all-sections-trigger svg {
  transform: rotate(90deg);
  margin-right: 10px;
}

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

.article.color-boxing,
.category-content.color-boxing,
.section-content.color-boxing,
.search-results-column.color-boxing {
  background-color: #FFFFFF;
  padding-top: 30px;
  border-radius: calc(0px * 2);
}
.search-results-column.color-boxing {
padding: 30px;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 75%;
    min-width: 640px;
    padding: 0 30px;
    max-width: 1070px;
  }
}

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

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

.onboarding-article-container {
  display: block;

  .split-container {
    display: block;
    padding-top: 15px;
    margin-top: 0;
  }

  .split-2 {
    width: 100%;
    margin: 0 auto;
  }
}

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

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-bottom: 40px;
    align-items: center;
  }
}

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

.article-author {
  // margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #FF5500;
    /* Take entire row */
  }
}

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

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

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

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

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

.article-body img {
  height: auto;
  max-width: 100%;
  border-radius: 0px;
}

.article-body .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.article-body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 15px 0 15px 15px;
}

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

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

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

.article-body ul li::marker {
  color: #FF5500;
}

.article-body ul li li::marker {
  color: black;
}

.article-body h1,
.article-body h2,
.article-body h3 {
  border-bottom: 1px solid #FF5500;
  margin-bottom: 0;
  display: table;
}

.article-body ol li ol li {
  list-style: lower-alpha;
}
.article-body h4 {
  margin-bottom: 0;
}

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

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

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

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

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
  overflow-x: auto;
}

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

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

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

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

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.article-content td {
  padding: 5px;
  vertical-align: baseline;
}
.article-content table {
  margin: 15px 0;
  max-width: 100%;
}
.article-content table ol,
.article-content table ul {
  margin: 0;
  padding-left: 18px;
}
.article-content table p {
  margin: 3px 0;
}
.article-body td p:first-child {
  margin-top: 0px;
}


.article-content a {
  color: #FF5500;

  font-family: var(--bold-font);
}

.article-content a:hover {
  text-decoration: underline;
}
/* ARTICLE TABLE FORMATTING */


.article-body .styled-table  td:first-child {
  font-family: var(--bold-font);
  vertical-align: middle;
}

.article-body .styled-table.uniform-styles  td:first-child {
  font-family: inherit;
  vertical-align: baseline;
}

.article-body .styled-table.row-header:not(.data-table) tr:first-child > td,
.article-body .styled-table.row-header:not(.data-table) thead th {
  background: black;
  color: white;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.article-body .styled-table {
  border-color: black;
}

.article-body .styled-table td,
.article-body .styled-table th {
  padding: 10px;
}

.article-body strong {
  font-family: var(--bold-font);
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }

  .article-sidebar.color-boxing {
    flex: 0 0 20%;
  }
}

.article-relatives {
  // border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

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

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

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

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {

  border-top: 1px solid #FF5500;
  padding: 30px 0;
  text-align: center;
}

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

.article-more-questions {
  font-family: var(--bold-font);
  text-transform: uppercase;
  margin: 10px 0 20px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  padding: 30px;
  color: white;
  margin: 10px 0 20px;
  text-align: center;

}

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

.article-more-questions a {
  color: #FF5500;
  display: block;
}

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

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

  }

  .article-tree h4, #section-articles-title {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    font-family: var(--bold-font);
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px;
  }

  #section-articles-title { 
    margin-right: 15px;
    box-shadow:-4px 1px 6px 4px white;
    display: none;
  }

  .article-tree h4 {
    background-color: #FF5500;
  }
}

.article-return-to-top a {
  color: #000000;
  display: block;
  padding: 20px 0;
}

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

.article-return-to-top-icon {
  transform: rotate(0.5turn) translateY(-5px);
}

.sidenav-title {
  font-size: 15px;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
}

.sidenav-item, .sidebar-button {
  display: block;
  font-weight: 400;
  border: none;
  background-color: transparent;

}

.sidenav-item {
  border-left: 1px solid #e4e2e2;
  margin-left: -10px;
  font-size: 12px;
  padding: 7px 10px 7px 20px;
  word-break: break-word;
}


.article-tree {
  padding-right: 15px;
  max-height: 40vh;
  overflow: scroll;
}
.article-tree li a {
  font-size: 12px;
  margin: 10px 0;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #e4e2e2;
}
@media (min-width:900px) {
  .author-search {
    margin-left: auto;
  }
}


.search-results-sidebar .sidenav-item {
  margin-left: 0px;
}
.sidebar-button {
  width: 100%;
  cursor: pointer; 
  text-align: left;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: #000000;
}


.sidebar-button div {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
  margin-top: 15px;
  min-width: 9px;
}
.sidebar-button[aria-pressed="false"] div {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.sidebar-button[aria-pressed="true"] div {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.cat-button span, .sec-button span, .subsec-button span {
  padding: 12px 5px 12px 0px;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 174px;
}

.cat-button {
  font-family:var(--bold-font);
}

.cat-button span,
.sec-button span {
  width: 95%;
}

.cat-button span,
.sec-button span {
  width: calc(100% - 7px);
}
.sec-button, .subsec-button {
  padding-left: 15px;
  padding-right: 0px;
  border-left: 1px solid #e4e2e2;

}

.sec-button:hover, .subsec-button:hover {
  background-color: #f1f0f0;
}

.sec-button[aria-pressed="true"],
.sec-button:hover,
.sec-button.active {
  border-left: 3px solid #FF5500;
  padding-left: 13px;

}

.sec-button[aria-pressed="true"] {
  font-weight: 500;
}

.sec-button.sidebar-button div {

  opacity: 0.3;
}

.subsec-button {
  padding-left: 10px;
}

.subsec-button[aria-pressed="true"] {
  border-left: 3px solid #FF5500;
  padding-left: 8px;
}

.subsec-button:hover {
  border-left: 3px solid #000000;
  padding-left: 8px;

}

.subsec-button[aria-pressed="true"],.subsec-button:hover[aria-pressed="true"] {
  border-left: 3px solid #FF5500;
  padding-left: 8px;
}

.sec-tree-sub a {
  padding-left: 20px;
}

.sec-tree {
  padding-left: 10px;
  border-left: 1px solid #ede9e9;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #eaeaea;
  text-decoration: none;
  border-left: 3px solid #000000;
  padding-left: 18px;
}

.sidenav-item.current {
  border-left: 2px solid #FF5500;
  font-weight: bold;
  
}

.filters-in-section .sidenav-item {
  margin-left: 0px;
}



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

.lds-dual-ring {
  // display: inline-block;
  width: 80px;
  height: 80px;
  margin: 10px auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid grey;
  border-color: grey transparent grey transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

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

.attachments .attachment-item .attachment-icon {
  color: #000000;
  left: 0;
  position: absolute;
  top: 5px;
}

[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: #333;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

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

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

.share a {
  color: #333;
}

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

.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 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

.comment-callout {
  color: #333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #FF5500;
}

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

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

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

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

.comment-wrapper.comment-official {
  border: 1px solid #FF5500;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .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: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

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

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

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

.comment-meta {
  flex: 1 0 auto;
}

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

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

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

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

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #FF5500;
}

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

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

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vote-voted {
  color: #FF5500;
}

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

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J3YVM003Q93X1Z7E5HYJRNF4);
  margin-bottom: 10px;
}

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

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

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

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

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

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

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

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

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

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

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

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

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

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

.community-follow button:hover {
  background-color: #FF5500;
}

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

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

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

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

.community-follow button::after {
  border-left: 1px solid #FF5500;
  content: attr(data-follower-count);
  color: #FF5500;
  display: inline-block;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

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

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  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: #000000;
  margin-bottom: 10px;
  margin-right: 5px;
}

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

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

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

.striped-list-count {
  color: #333;
  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;
  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;
  text-align: center;
}

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

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #FF5500;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

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

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

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

.status-label-open {
  background-color: #c72a1c;
}

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

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

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

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  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;
  margin-bottom: 10px;
}

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

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

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

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

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

.post-content {
  font-family: 'custom font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

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

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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 {
  background-color: #04444d;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 0 2px;
}

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

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

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

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

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

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@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;
  border: 1px solid #FF5500;
}

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

main .my-activities-nav .collapsible-nav-list li a {
  color: black;
}

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

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

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

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

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

.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) {
  .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 {
    border-bottom: 4px solid #FF5500;
    order: 1;
  }
}

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

.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: 45px;
  overflow: hidden;
  padding: 10px 0;

  top: 150px;
  transition: all .2s ease-in;
  display: flex;
    flex-direction: column;
}

.color-boxing .collapsible-sidebar,
.collapsible-sidebar.color-boxing {
padding: 15px 5px 15px 15px;
background-color: #fff;
border-radius: 0px;
}

.original-sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
    position: sticky;
    width: 240px;
  }
}

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

.collapsible-sidebar-toggle {
   position: absolute;
  right: 10px;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: black;
}



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

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

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

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

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

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #FF5500;
}

.collapsible-sidebar-body {
  display: none;
  transition: all .2s ease-in;
  width: 100%;
  padding-right: 15px;
  max-height: 60vh;
    overflow: scroll;
}
.article-tree::-webkit-scrollbar,
.collapsible-sidebar-body::-webkit-scrollbar {
  -webkit-appearance: none;
}
.article-tree::-webkit-scrollbar:vertical,
.collapsible-sidebar-body::-webkit-scrollbar:vertical {
  width: 11px;
}
.article-tree::-webkit-scrollbar:horizontal,
.collapsible-sidebar-body::-webkit-scrollbar:horizontal {
  height: 11px;
}
.article-tree::-webkit-scrollbar-thumb,
.collapsible-sidebar-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}


.collapsible-sidebar-body::-webkit-scrollbar-corner {
  background-color:transparent;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 240px;
  }

  .collapsible-sidebar-body .cat-button, .collapsible-sidebar-body .cat-tree{
    order: 1;
  }

  button.tree-selected{
    order: 0!important;
  }

  ul.tree-expanded{
    order:0 !important;
  }

}

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

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

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

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

.my-activities-hero {
width: 100%;
height: calc(363px / 3);
background-image: url(/hc/theming_assets/01J3YVKZM9WEBA35CVNMTDJP7R);
background-position: center;
background-repeat: no-repeat;
}

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

.my-activities-following-header .dropdown .dropdown-menu {
  background-color: white;
}

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

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

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

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

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

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 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: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

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

.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) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 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;
  padding: 0 20px;
}

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

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

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

.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;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* 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;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

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

/* Contributions table */
.contributions-table td:last-child {
  color: #333;
  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: #333;
}

/***** 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;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 0px;
  border: 1px solid #ddd;
  color: #333;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #FF5500;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #FF5500;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

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

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #333;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

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

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

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

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

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

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

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

/***** Metadata *****/
.meta-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #fff;
  padding-top: 110px;
}

.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;
  align-self: center;
  margin-right: 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;
  right: 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 {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #333;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 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;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 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) {
  .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%;
  border: solid 1px #FF5500;
  border-radius:0px;
  color: #FF5500;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #FF5500;
  margin-bottom: 37px;
  color: white;
}



.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%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 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;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 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;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #333;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[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;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 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;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[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;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

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

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

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

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

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}


.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #000000;
  display: none;
}

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

.private-search-container.inactive {
  display: none;
}

.search-results-subheading {
  font-weight: 600;
  margin-bottom: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #FF5500;
  padding-top: 50px;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@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 {
  margin-top: 10px;
  word-break: break-word;
  color: #000000;
  text-decoration: none;
}

.search-result-title {
  font-size: 18px;
  display: inline-block;
  font-family: var(--bold-font);
  font-weight: 800;
  margin-bottom: 0px;
  // border-bottom: 2px solid #FF5500;
}

.search-result-title a {
  color: #FF5500;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

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

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #FF5500;
  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;
}

.search-result-breadcrumbs {
  margin: 0;
}

@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;
  font-size: 11px;
  opacity: 0.7;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
  background: yellow;
}

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


/***** Unified Search results START *****/

.search {
    position: relative;
}

.active .unified-search-results-container {
	display: block;
}

.unified-search-results-container {
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 60px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  max-height: 300px;
  overflow-y: scroll;
}

.unified-search-results-loader {
  display: none;
  position: absolute;
  top: 15px;
  right: 60px;
  font-size: 0;
  background-image: url(/hc/theming_assets/01JZABZKRM3V66XVW3XVZ6DYSA);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.unified-search-results-loader.loading {
  display: block;
}

.unified-search-results-title {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fafafa;
  font-weight: bold;
}

.unified-search-results-title:empty {
  padding: 0;
  border: none;
}

.unified-search-results {
  list-style-type: none;
  text-align: left;
}

.unified-search-results li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.unified-search-results li a {
  display: block;
  padding: 1.3rem;
  transition: background-color 0.2s ease-in-out;
}

.unified-search-results li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.unified-search-results li:last-child {
  border-bottom: none;
}

/***** Unified Search results END *****/



/***** AUTO COMPLETE *****/
zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: #000000;
}
zd-autocomplete {
  border-radius: 0px;
}

zd-autocomplete-multibrand:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

zd-autocomplete-multibrand:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

zd-autocomplete-multibrand[aria-selected=true],
zd-autocomplete-multibrand[aria-selected=true] zd-autocomplete-title-multibrand, zd-autocomplete-multibrand[aria-selected=true] zd-autocomplete-breadcrumbs-multibrand {
  background-color: #FF5500;
  color: #fff;
}
/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Inline notifications */
.notification-inline {
  border-radius: 0px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

.notification-inline[aria-hidden="true"] {
  display: none;
}

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

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

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

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

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

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

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

.item .dropdown {
  display: block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

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

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

.header .dropdown-toggle svg {
  transition: transform .2s ease-in-out
}

.header .dropdown-toggle[aria-pressed="true"] svg {
  transform: rotate(180deg);

}
.dropdown-menu {
  background: #000000;
  border-radius: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  top: 48px;
  z-index: 1000;
  transition: height .2s ease-in-out;
}

#hc-dropdown {
  left: initial;
}

.item .dropdown-menu {
  text-align: center;
  border: none;
  position: initial;
  margin-top: 0;
  padding-top: 0;
}

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

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

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

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

.my-activities-sub-nav li a,

.my-activities-sub-nav li.current a {
  color: black;
}

.item .dropdown-menu [role="menuitem"] {
  text-align: center;
}

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

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #303030;
  text-decoration: none;
  color: white;
}

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

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

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

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

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

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

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

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

.cat-tree,
.sec-tree {
  display: none;
}

.tree-expanded {
  display: block
}

/* 
Home page accordion
 */
 .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid  #DCDCDC;
  }

  .panel a  {
    margin-bottom: 30px;
  }

  .panel[aria-hidden="true"] a  {
    visibility: hidden;
  }
  
  .panel[aria-hidden="false"] a  {
    visibility:visible;
  }
    
  button.accordion {
    color: #000000;
    background-color: transparent;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 0;
  }
  
  button.accordion span {
      color: #000000;
  }
  
  button.accordion:hover {
    text-decoration: underline;
  }
  .faq div:first-child {
      border-top: 1px solid   #DCDCDC;
    margin-top: 60px;
  }
  button.accordion div {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
  
  }
  
  button.accordion[aria-expanded="false"] div {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  }
  
  button.accordion[aria-expanded="true"] div {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      }

 /* 
ARTICLE CALLOUTS
 */


  .callout {
    background-color: #E6F8F8;
    color: #002526;
    padding: 30px 25px 30px 40px;
    border-left: 5px solid #02B9BD;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 2px 5px;
    margin: 15px 0;
  }

  .callout p {
    margin-top: 0;
  }

  .callout a {
    color: #E84A25;
  }
  
  .callout::before {
    color: #02B9BD;
    content: "ⓘ";
    font-size: 16px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 29px;
    left: 14px;
    color: #002526;
  }
  .callout.red {
      background-color: #FDEDE9;
      color: #2E0F07;
      border-left-color: #E84A25;
  }
  
  .callout.red::before {
      content: "⚠";
      font-size: 20px;
      left: 10px;
      color: #E84A25;
  }
  
  .callout.amber {
      background-color: #FFFAEA;
      color: #332908;
      border-left-color: #FFCF29;
  }
  
  .callout.amber::before {
    color: #FFCF29;
  }
  
  .callout.green {
      background-color: #E6FBF3;
      color: #002B1C;
      border-left-color: #02D68A;
  }
  
  .callout.green::before {
    color: #02D68A;
  }
  

  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 25px;
    margin: 0px 0 0 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inherit;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FF5500;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
  }
  
 .overlay #nav-icon1 span, 
  .overlay #nav-icon3 span, 
  .overlay #nav-icon4 span {
      background-color: #FFFFFF;
  }
  #nav-icon4 {
  }
  
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 5px;
  }
  
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 5px;
  }

 /* 
HC CALLOUT
 */

  .container__announcements {
    color: rgb(0, 0, 0);
    border: 2px solid rgba(255, 85, 0, 1);
    background-color: #fff;
    height:auto;
    padding: 16px;
    display: flex;
    justify-content: center; 
    margin: 20px auto 30px;
    flex-direction: row-reverse;
    position: relative;
  }

  .container__announcements b {
    font-size: 18px;
    font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .container__announcements a {
    font-weight: 600;
  }
  
  #callout-information {
    fill: rgba(255, 85, 0, 1);
    height: 18px;
    width: 25px;
  }
  
  .container__announcements--bounding {
    display: flex;
    margin: 0 auto;
    padding: 0 30px;

  }
  
  @media (max-width: 959px) {
    .container__announcements--bounding {
        margin: 0;
        padding:5px 0px;
    }
    
    .container__announcements {
      padding: 5px 10px;
      justify-content: flex-start;
    }
  }
  

  .container__text {
     font-size: 14px;
     text-align: left;
    padding-right: 20px;
     line-height: 22px;
     margin-left: 10px;
     width: 100%;
  }
  
  .container__text p {
    margin: 0;
    letter-spacing: 0.01875em;
  }
  
   .container__text a {
    color: var(--blue);
  }

   .container__text a b:hover {
     text-decoration: underline; 
     text-underline-position: under;
  }

  
  .container__close {
    opacity: 0.3;
    margin-left: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px 4px;
    cursor: pointer; 
    color: rgba(255, 85, 0, 1);
  }
  
  .container__close:hover {
    opacity: 0.5;
  }

  .container__announcements.c_a_c {
    display: none;
  }


  /********************
 KNOWLEDGE BASE
********************/
.knowledge-base {
  background: #FAF9F9;
  margin-bottom: 15px;
}
.tab-list-container {
  margin-bottom: 20px;
  position: relative;
}
.tab-dropdown-link {
  display: flex;
  color: #000000;
  cursor: pointer;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E9E8E8;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}
.tab-dropdown-link::after {
  content: '';
  background-image: url('/hc/theming_assets/01J3QXRB8MPJER45556A5NNYZK');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
  width: 16px;
}
.tab-dropdown-link.open::after {
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
}
.tab-dropdown-link:active,
.tab-dropdown-link:focus,
.tab-dropdown-link:hover {
  border: 1px solid #E9E8E8;
  outline: none;
}
.tab-list {
  box-shadow: 0px 8px 16px rgba(12, 0, 51, 0.1);
  display: none;
  position: absolute;
}

.tab-title {
    text-align: left;
    font-family: 'custom font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 1rem 1.5rem;
    margin: 0;
    color: grey;
}

.tab-list.open {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 8px 16px rgba(12, 0, 51, 0.1);
  display: block;
  width: 100%;
  z-index: 900;
}
.tab-list-item {
  border-bottom: 1px solid #E9E8E8;
  display: inline;
}
.tab-list-item:last-child {
  border-bottom: none;
}

.tab-list-item p {
  display: none;
}


.tab-list-item img {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}
.tab-list-link {
  border: none;
  color: #000000;
  display: inline-block;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all 0.1s ease-out;
}


.tab-list-link[aria-selected="true"],
.tab-list-link:active,
.tab-list-link:focus,
.tab-list-link:hover {
  outline: none;
  text-decoration: none;
  transition: opacity 0.15s ease-in;
}
.tab-list-link:focus,
.tab-list-link:hover {
  border-color: rgba(255, 255, 255, 0.25);
  transition: all 0.1s ease-out;
}
.tab-list-link[aria-selected="true"],
.tab-list-link:active {
  border-color: #000000;
}
.tab-list-link > span {
  font-family: var(--bold-font);
  text-transform: uppercase;
  width: 100%;
}
.tab-list-icon {
  border-radius: 16px;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  width: 32px;
}
.tab-list-check {
  display: none;
  height: 32px;
  margin-left: 8px;
  width: 32px;
}
.tab-list-link[aria-selected="true"] .tab-list-check {
  display: inline-block;
}
.tab-pane {
  padding: 0 0 15px 0;
}
.tab-content p {
  color: #000000;
  display: none;
}
.tab-section-blocks {
  -webkit-column-count: 1; 
  -moz-column-count: 1;  
  column-count: 1;
  margin-bottom: 2em;
}
.tab-section-block {
  border: 1px solid #E9E8E8;
  border-radius: 0px;
  break-inside: avoid;
  break-after: always;
/*   display: flex; */
  margin-bottom: 15px;
  padding: 30px 25px 15px;
  width: 100%;
  background-color: #FFFFFF;
}
.tab-section-block:nth-child(3n + 1) {
  margin-left: 0;
}
.tab-section-block:nth-child(3n) {
  margin-right: 0;
}

.tab-section-block-title-link {
  color: #000000;
  transition: all 0.1s ease-out;
}
.tab-section-block-title-link:active,
.tab-section-block-title-link:focus,
.tab-section-block-title-link:hover {
  color: #000000;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
.tab-section-block-title {
  color: $heading_color;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab-section-block-title:hover {
  text-decoration: underline;
}
.tab-section-list-item {
  margin-bottom: 16px;
}

.tab-section-list-item.tab-subsection {
  margin-bottom: 0;
  border-bottom: 1px solid #E9E8E8;
}

.tab-section-list-subsection {
  margin-bottom: 15px;
}

.tab-section-list-item.tab-subsection:first-child {
  border-top: 1px solid #E9E8E8;
}

.tab-section-list-item.tab-subsection:last-child {
  margin-bottom: 16px;
}

.tab-subsection a {
  display: flex;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  align-items: center;
  justify-content: space-between;
  font-family: var(--bold-font);
}

.tab-subsection a span {
  width: 90%;
}

.tab-subsection a svg {
  transform: translateX(-5px);
  transition: transform .2s ease-in-out;
}

.tab-subsection a:hover svg {
  transform: translateX(0px);
}

.tab-section-list-title {
  margin-bottom: 0.75rem;
  font-weight: normal;
  font-family: 'custom font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: initial;
}

.tab-subsection .tab-section-list-title {
  // margin-bottom: 0.5rem;
  // margin-top: 0.5rem;
  margin: 0;
}

.view-more {
  font-weight: 800;
  color: #FF5500;
  font-size: 0.9rem;
}

.tab-section-list-link {
  color: #000000;
  transition: all 0.1s ease-out;
}
.tab-section-list-link:active,
.tab-section-list-link:focus,
.tab-section-list-link:hover {
  color: #000000;
  text-decoration: underline;
  transition: all 0.15s ease-in;
}


@media (min-width: 768px) {
  .tabs {
    padding: 20px 0 30px;
  }
  .tab-container {
/*     display: flex; */
    align-items: flex-start;
  }
  .tab-list-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
/*     display: flex; */
    max-width: 1160px;
    width: 100%;
  }
  .tab-dropdown-link {
    display: none;
  }

  
 .tab-list {
    box-shadow: none;
    display: flex;
    position: static;
    width: 100%;
  }

  .tab-title {
    text-align: center;
    font-family: 'custom font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0;
    color: #000;
    min-height: 30px;
}

  .second-group {
    padding: 0 10px;
    border-left: 1px solid #E9E8E8;
    border-right: 1px solid #E9E8E8;
  }

  .third-group  {
    padding-left: 10px;
  }

  .first-group  {
    padding-right: 10px;
  }

  .tab-list .tab-group-list {
    width: calc(100%/3);
    box-sizing: content-box;
  }

  .tab-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-list-item {
    border-bottom: none;
    display: inline;
    float: left;
    margin-bottom: 10px;
    // padding-right: 15px;
   width: 100%; 
  position: relative;
  }

  .tab-list-item p {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
  }
  .tab-list-item:last-child {
    margin-right: 0;
  }
  .tab-list-link {
    border: 2px solid #E9E8E8;
    border-radius: 0px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.15px;
    padding: 20px 15px;
    text-decoration: none;
    transition: all 0.1s ease-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .tab-list-link[aria-selected="true"],
  .tab-list-link:active,
  .tab-list-link:focus,
  .tab-list-link:hover {
    background: #f5f3f3;
    color: #000000;
    outline: none;
    text-decoration: none;
    transition: opacity 0.15s ease-in;

  }
  .tab-list-link:focus,
  .tab-list-link:hover {
    background: #f5f3f3;
    border-color: #E9E8E8;
    color: #000000;
    transition: all 0.1s ease-out;
  }
  
  .tab-list-item img {
    display: block;
    width: 50px;
    height: 50px;
  }

  .tab-list-link[aria-selected="true"],
  .tab-list-link:active {
    border-color: #FF5500;
    color: #000000;
  }
  .tab-list-link[aria-selected="true"] .tab-list-check {
    display: none;
  }
  .tab-section-blocks {
 
    column-count: 2;

  }
  .tab-content p {
    display: block;
  }
}
@media (min-width: 1024px) {
  .tab-section-blocks {
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* Multi-Help-Center Menu */

ul.hc-list {
    display: flex;
    padding-left: 10px;
}

ul.hc-list a {
    padding: 10px 15px;
    color: #FFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    position: relative;
}

ul.hc-list a:after {
    content: " ";
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fc4d00;
    opacity: 0;
}

ul.hc-list a:hover:after,
ul.hc-list li.current a:after {
    opacity: 1;
}

ul.hc-list a:hover,
ul.hc-list li.current a {
    background: #2b2b2b;
}

.hc-list li {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
}

ul.hc-list.mobile-menu {
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1280px) {
  ul.hc-list.top-menu{
    display: none !important;
  }
}

/* End Multi-Help-Center Menu */

/***VOTING FORM ***/
#votingForm {
  padding-left: 45px;
}
 #votingForm div input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#votingForm label {
  color: var(--blue);
  cursor: pointer;
  font-family: var(--arb-b);
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}




 #votingForm div input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #FF5500;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -45px; 
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
 #votingForm div input[type=checkbox]:checked + label:before {
  background-color: #12c934;
  background: url(/hc/theming_assets/01JZABZKMZYTY66PXH90PCTD66);
}
 #votingForm div input[type=checkbox]:focus + label:before {
  outline: none;
  border-color: #FF5500;;
}
 #votingForm div input[type=checkbox]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
 #votingForm div input[type=checkbox] + label:empty:before {
  margin-right: 0;
}
#votingForm div {
    margin-bottom: 25px;
}

#votingForm .cta-button {
  margin: 30px;
  margin-left: 0;
  cursor: pointer;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  transform: translateX(-45px);
}

#votingFormWrapper h3,
#votingFormAlert h3 {
  color: #FF5500;
  font-size: 20px;
}


@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
     padding-right: 10px!important;
}


}

/* Workaround to give admins a way to control teasers */
#featured-teaser {
  display: none;
}

/* Section Tree Grid - Start */

.section-grid {
	display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}

.section-grid-item {
  flex: 0 0 calc(100% / 2);
  margin-bottom: 3rem;
  padding: 0 2.5rem;
}

@media (max-width: 768px) {
  .section-grid {
  	display: block;
    margin: 0;
  }
  
  .section-grid-item {
    margin-bottom: 40px;
    padding: 0;
  }
}

h2.section-grid-title {
  grid-row-start: 1;
}

.section-grid-article:nth-child(2) {
  grid-row-start: 2;
}

.section-grid-article:nth-child(3) {
  grid-row-start: 3;
}

.section-grid-article:nth-child(4) {
  grid-row-start: 4;
}

.section-grid-article:nth-child(5) {
  grid-row-start: 5;
}

.section-grid-article:nth-child(6) {
  grid-row-start: 6;
}


.section-grid-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-grid-title a {
  color: #000000;
  font-size: 25px;
  width: 100%;
  border-bottom: 2px solid #FF5500;
  display: block;
}

.section-grid-article {
  padding: 15px 0;
}

.section-grid-article a {
  color: #FF5500;
  text-decoration: none;
}

.section-grid-article a:hover {
  text-decoration: underline;
}

/* Section Tree Grid - End */


button.back-to-top {
  transform: translateX(300px);
  bottom: 100px;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  border: 0;
  background-color: black;
  font-size: 11px;
  color: white;
  height: 36px;
  padding: 0px 10px;
  transition: transform ease-in-out 0.2s;
}

button.back-to-top svg {
  transform: rotate(0.5turn);
  margin-right: 5px;
}

@media (max-width: 768px) {
  button.back-to-top span {
  	display: none;
  }
}

.is-scrolled button.back-to-top {
  transform: translateX(0);
}

/* DATA TABLE PLUGIN FORMATTING START */

.dataTables_filter input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: calc(0px * 2);
  box-sizing: border-box;
  color: #666;
  height: 30px;
  margin-left: 5px;
}

.data-table .sorting {
  position: relative;
  padding: 0 20px;
}

.data-table .sorting:hover {
  cursor: pointer
}

.data-table .sorting::after {
  content: '';
  opacity: 0;
  position: absolute;
  left: calc(100% - 10px);
  top: calc(50% - 4px);
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform-origin: center center;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.data-table .sorting.sorting_asc::after {
  opacity: 1;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.data-table .sorting.sorting_desc::after {
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.article-body .styled-table.data-table.row-header th {
  background: black;
  color: white;
  font-family: 'custom heading font', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
}

.styled-table.data-table.row-header .sorting::after {
  border-color: white;
  left: calc(100% - 20px);
}

/* DATA TABLE PLUGIN FORMATTING END */

 
/* ARTICLE TAGS START */
ul.article-tags {
  list-style: none;
  display: inline-block;
  margin-left: 9px;
}

.article-tags li {
  display: inline-block;
  font-size: 11px;
  background-color: #FF5500;
  color: white;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 3px;article-list-item
  margin: 0 2px;
  vertical-align: middle;
}

/* ARTICLE TAGS END */

/* ARTICLE LABEL START */
.article-label {
	padding: 4px 6px;
  font-size: 11px;
  border-radius: 12px;
  background-color: black;
  color: white;
  margin-left: 4px;
  vertical-align: text-bottom;
  white-space: nowrap;
}

/* ARTICLE LABEL END */

 /* Homepage on boarding */

.homepage-onboarding-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/hc/theming_assets/01K4MEGBERV6N7SP53V6VQJSQ8");
  background-size: cover;
  background-position: center;
  z-index: -3;
}


@media (max-width: 1150px) {
  .homepage-onboarding-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
  }
}


.homepage-onboarding-banner {
  margin-top: 2rem;
  background-color: black;
  padding: 2rem;
  position: relative;
  z-index: 0;

  @media (min-width: 1024px) {
    padding: 3rem 2rem;
  }

  @media (min-width: 700px) {
    background-position-x: right;
  }

  .homepage-onboarding-banner__image {
    display: none;

    @media (min-width: 700px) {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      left: 50%;
      width: 30%;
      object-fit: cover;
      transform: translateX(-10%);
      z-index: -2;
    }
  }

  .homepage-onboarding-banner__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    gap: 1rem;

    @media (min-width: 700px) {
      flex-direction: row;
      gap: 0;
    }
  }

  .homepage_onboarding_banner__title {
    text-transform: uppercase;
    font-size: 32px;
    line-height: normal;
    font-family: 'custom heading font';

    @media (min-width: 1024px) {
      font-size: 42px;
    }
  }

  .homepage_onboarding_banner__subtitle {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #FF5500;
    line-height: 20px;
    font-family: 'custom heading font';
    letter-spacing: 1px;
  }

  .homepage_onboarding_banner__text {
    margin-top: 8px;

    @media (min-width: 700px) {
      max-width: 400px;
    }
  }

  .homepage-onboarding-banner__logo {
    display: none;

    @media (min-width: 700px) {
      display: block;
    }
  }

  .homepage_onboarding_banner__button {
    position: relative;
    color: white;
  }

  .homepage_onboarding_banner__button:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0.5em;
    background: url("/hc/theming_assets/01K4MEGAZ6700F5Z0WT9DT2JZG") no-repeat center;
    background-size: contain;
    vertical-align: middle;
  }

  .homepage-onboarding-banner__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
}

#ob-modal {
  .ob-modal__wrapper {
    background-image: url("/hc/theming_assets/01K2F5SDH5KPD5C8Z0VG2YQ63B");
    background-color: #000;
    background-size: cover;
    padding: 2rem;
    position: relative;
    max-width: 100%;
    width: 700px;
    height: 100%;

    @media (min-width: 700px) {
      padding: 3rem 5rem;
      height: auto;
    }
  }

  .ob-modal__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white;
  }

  .ob-modal__title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 36px;
  }

  .ob-modal__subtitle {
    text-align: center;
    color: #FC4D00;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
  }

  .ob-modal__cta-group {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;

    @media (min-width: 700px) {
      flex-direction: row;
    }

    a {
      margin-top: 1.5rem;
      width: 100%;
    }
  }
  .ob-modal__cta-item {
    max-width: 240px;
    background-size: cover;
    position: relative;
    min-height: 200px;
    padding: 1rem 2rem 5rem 1rem;
    text-align: center;
    color: white;
  }

  .ob-modal__text {
    margin: 0;
  }

  .ob-modal__text--primary {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: 'custom heading font';
  }

  .ob-modal__text--secondary {
    margin-top: 8px;
  }

  .ob-modal__button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* LANGUAGE VISIBILITY CUSTOMIZATIONS START */


.display-en { display: none; }
.display-id { display: none; }
.display-ms { display: none; }
.display-cs { display: none; }
.display-de { display: none; }
.display-es { display: none; }
.display-fr { display: none; }
.display-is { display: none; }
.display-it { display: none; }
.display-hu { display: none; }
.display-pl { display: none; }
.display-pt { display: none; }
.display-ru { display: none; }
.display-sk { display: none; }
.display-vi { display: none; }
.display-tr { display: none; }
.display-ar { display: none; }
.display-zh { display: none; }
.display-ja { display: none; }
.display-ko { display: none; }
.display-th { display: none; }
.display-en { display: none; }
.display-id { display: none; }
.display-ms { display: none; }
.display-cs { display: none; }
.display-de { display: none; }
.display-es { display: none; }
.display-fr { display: none; }
.display-is { display: none; }
.display-it { display: none; }
.display-hu { display: none; }
.display-pl { display: none; }
.display-pt { display: none; }
.display-ru { display: none; }
.display-sk { display: none; }
.display-vi { display: none; }
.display-tr { display: none; }
.display-ar { display: none; }
.display-zh { display: none; }
.display-ja { display: none; }
.display-ko { display: none; }
.display-th { display: none; }


html[lang="en"] .display-en { display: block; }
html[lang="id"] .display-id { display: block; }
html[lang="ms"] .display-ms { display: block; }
html[lang="cs"] .display-cs { display: block; }
html[lang="de"] .display-de { display: block; }
html[lang="es"] .display-es { display: block; }
html[lang="fr"] .display-fr { display: block; }
html[lang="is"] .display-is { display: block; }
html[lang="it"] .display-it { display: block; }
html[lang="hu"] .display-hu { display: block; }
html[lang="pl"] .display-pl { display: block; }
html[lang="pt"] .display-pt { display: block; }
html[lang="ru"] .display-ru { display: block; }
html[lang="sk"] .display-sk { display: block; }
html[lang="vi"] .display-vi { display: block; }
html[lang="tr"] .display-tr { display: block; }
html[lang="ar"] .display-ar { display: block; }
html[lang="zh"] .display-zh { display: block; }
html[lang="ja"] .display-ja { display: block; }
html[lang="ko"] .display-ko { display: block; }
html[lang="th"] .display-th { display: block; }
html[lang="en"] .display-en { display: block; }
html[lang="id"] .display-id { display: block; }
html[lang="ms"] .display-ms { display: block; }
html[lang="cs"] .display-cs { display: block; }
html[lang="de"] .display-de { display: block; }
html[lang="es"] .display-es { display: block; }
html[lang="fr"] .display-fr { display: block; }
html[lang="is"] .display-is { display: block; }
html[lang="it"] .display-it { display: block; }
html[lang="hu"] .display-hu { display: block; }
html[lang="pl"] .display-pl { display: block; }
html[lang="pt"] .display-pt { display: block; }
html[lang="ru"] .display-ru { display: block; }
html[lang="sk"] .display-sk { display: block; }
html[lang="vi"] .display-vi { display: block; }
html[lang="tr"] .display-tr { display: block; }
html[lang="ar"] .display-ar { display: block; }
html[lang="zh"] .display-zh { display: block; }
html[lang="ja"] .display-ja { display: block; }
html[lang="ko"] .display-ko { display: block; }
html[lang="th"] .display-th { display: block; }


/* LANGUAGE VISIBILITY CUSTOMIZATIONS END */