@charset "UTF-8";
/***Copyright 2022 SuccessCX***/
/***Not to be used without permission except MIT licenses where stated***/
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License  */

:root {
  --border-shadow-1: 7px 7px 0 0 #070707;
  --border-shadow-2: 3px 3px 0 0 #070707;
  --border-shadow-3: 15px 15px 0 0 #070707;
  --box-shadow: rgba(17, 17, 26, 0.01) 0px 1px 0px, rgba(17, 17, 26, 0.12) 0px 0px 8px;
  --box-shadow-hover: rgba(17, 17, 26, 0.15) 0px 1px 0px, rgba(17, 17, 26, 0.5) 0px 0px 8px;

  --sidebar-width: 260px;

  --accent: #00B4E3;

  --heading-font: 'Montserrat', sans-serif;
  --text-font: 'Montserrat', sans-serif;
}

/* @font-face {
  font-family: 'custom heading font woff';
  src: url(/hc/theming_assets/01HZGZARA8PBA0H2G5G4G5B28B) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'custom font woff';
  src: url(/hc/theming_assets/01HZGZARG7Y70AKMK7Y4SKQ8Z9) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'custom heading font woff2';
  src: url(/hc/theming_assets/01HZGZARA8PBA0H2G5G4G5B28B) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'custom font woff2';
  src: url(/hc/theming_assets/01HZGZARG7Y70AKMK7Y4SKQ8Z9) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'custom heading font ttf';
  src: url(/hc/theming_assets/01HZGZARA8PBA0H2G5G4G5B28B) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'custom font ttf';
  src: url(/hc/theming_assets/01HZGZARG7Y70AKMK7Y4SKQ8Z9) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'graph light';
  src: url(/hc/theming_assets/01HZGZAMPH8HG82CJ79PRACPKB) format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'graph medium';
  src: url(/hc/theming_assets/01HZGZANRX4RBZKM60QR88R8JK) format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'graph bold';
  src: url(/hc/theming_assets/01HZGZANRX4RBZKM60QR88R8JK) format('opentype');
  font-display: swap;
} */
:root {
  /* --medium: 'graph medium', sans-serif;
  --light: 'graph light', sans-serif;
  --bold: 'graph bold', sans-serif; */

  --medium: 'Montserrat', sans-serif;
  --light:'Montserrat', sans-serif;
  --bold: 'Montserrat', sans-serif;;
}

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

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

body {
  margin: 0;
  height: 100%;
  overflow: auto;
  font-synthesis: none;
}

main {
  display: flex;
  flex-direction: column;
}

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-weight: 500;
  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;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.body-color-boxing {
  background-color: #EFF4FC;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  margin-top: 0;
  font-synthesis: none;
  color: #011C50;
}
h3, h4, h5, h6 {
  font-family: var(--medium);
}
h1, h2, h3 {
  letter-spacing: -0.5px;
}
h1.big {
  font-size: 2.55rem;
}
h1 {
  font-size: 2.15rem;
}
h2 {
  font-size: 1.5rem;
}
h3,
h2.recent-activity-header {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.075rem;
}
h5 {
  font-size: 1.025rem;
}
h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h1.big {
    font-size: 3.15rem;
    line-height: 60px;
  }
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3,
  h2.recent-activity-header {
    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,
  h2.recent-activity-header {
    font-size: 1.45rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.075rem;
  }
  h6 {
    font-size: 1.025rem;
  }
}
@media (min-width: 1160px) {
  h1.big {
    font-size: 4.15rem;
  }

  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3,
  h2.recent-activity-header {
    font-size: 1.55rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1.025rem;
  }
}

a {
  color: #345B8B;
  text-decoration: none;
}


a:hover,
.dropdown-toggle:hover,
.dropdown-toggle:hover span {
  text-decoration: underline;
  text-decoration-color: #011C50;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}


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

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

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

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

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

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 #E6E7E8;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #011C50;
}

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

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

textarea:focus {
  border: 1px solid #011C50;
}

.container {  
  max-width: 1160px;
  margin: 0 auto;
  padding: 15px 5% 15px;
  width: 100%;
}
.knowledge-base {
  order: 1;
}

.pop-container {
  order: 6;
}

.promoted-container {
  order: 6;
}

.comm-container {
  order: 6;
}

.recent-activity-wrap {
  order: 6;
}

.faq-container {
  order: 6;
}
.container.small {
  padding-bottom: 120px;
}

.container.bottom {
  padding-bottom: 60px;
}



.container-contact {
  padding-top: 0px;
  max-width: 900px;
}

.s-c {
  display: flex;
  justify-content: flex-start;

  min-height: 67vh;
  flex-direction: column;
  /* max-width: 1400px; */
  max-width: 1500px;
  width: 100%;
}

.s-1 {
  display: flex;
  justify-content: flex-end;
}

.s-1.color-boxing {
  margin-left: 15px;
}

.s-2 {
  width: 100%;
  max-width: 800px;
}
.section-3 .s-2 {
  max-width: initial;
}
.s-2.search {
  padding: 10px;
}

.s-2 {
  padding: 10px;
  margin-bottom: 60px;
}

.s-2.split-contact {
  max-width: 860px;
  margin-right: 0;
}

.s-c.scontact {
  justify-content: center;
  flex-direction: row;
}

.s-2.color-boxing {
  padding: 0;
}

.s-2.comm {
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .s-1.color-boxing,
  .s-2.color-boxing,
  .s-2.comm {
    padding: 0;
    
  }

  .s-1.split-search {
    padding: 0;
  }

  .s-2.split-contact {
    padding: 0;
  }

  .s-1.color-boxing {
    margin-left: 0;
    padding: 0 5px;
  }

  .s-2.color-boxing {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .s-1 {
    background-color: #f2f3f3;

  }

  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body, .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body-search {
    padding-bottom: 30px;
  }

 .s-1 .article-sidebar .collapsible-sidebar-title, .s-1 .article-tree h4, .s-1 .search-results-sidebar .collapsible-sidebar-title {

    margin: 15px 25px 0;
  }
}

@media (min-width: 1024px) {
  .s-1 {
    width: var(--sidebar-width);
    margin-right: 30px;

  }
  .s-2 {
    margin-left: 30px;
  }
  .s-c {
    margin-left: 30px;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
  }
}

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



.container-divider {
  border-top: 1px solid #E6E7E8;
  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: #011C50;
  color: #FFFFFF;
  border: 1px solid #011C50;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 2.34;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  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;
  font-weight: 800;
}

@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: #011C50;
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover, .button.article-vote[aria-pressed="true"],.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: #011C50;
  border-color: #011C50;
}

.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: #011C50;
  color: #FFFFFF;
  border: 0;
  border-radius:  4px;
  font-size: 14px;
  font-weight: 600;
  font-synthesis: none;
  line-height: 2.72;
  min-width: 190px;
  padding: 5px 1.9286em;
  width: 100%;
  transition: background-color .2s ease-in-out;
  transition: all .2s ease-on-out;
}

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

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

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


.request-button {
  background-color: #011C50;
  margin: 15px auto; 
}

.request-button[aria-expanded="true"] {
  background-color: #011C50;
}

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

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

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

.split-button button {
  background-color: #011C50;
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #011C50;
}

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

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #011C50;
  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: initial;
}

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

.table tr {
  border-bottom: 1px solid #E6E7E8;
  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;
  }
}
.request-form {
  margin: 0 auto;
  max-width: 700px;
  text-align: initial;
}
/***** Forms *****/

.request-form-house {
  margin: 0 auto;
  max-width: 590px;
}

.form h1 {
  text-align: left;
  max-width: 599px;
  margin: 10px auto;
}

#request-info {
  max-width: 586px;
  margin: 10px auto 15px;
}
.form-field ~ .form-field {
  margin-top: 25px;
}

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

.form-field input {
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}

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

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

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

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

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

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

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #011C50;
  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-top: 40px;
  padding-top: 30px;
}

.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 #E6E7E8;
  display: block;
  padding-bottom: 5px;
}

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

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

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


.header {
  margin: 0 auto;
  position: relative;
  top: 0px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  background-color: #ffffff;
  width: 100vw;
  z-index: 100;
  font-family: var(--medium);
}

.header.absolute {
  position: absolute;
}

.header.sticky,
.header.sticky_shadow {
  position: sticky;
}

.header.sticky_shadow {
  box-shadow: var(--box-shadow);
}

.header.normal-font-header a,
.header.normal-font-header span {
  font-family: var(--text-font)!important;
}
.header-wrap {
  padding: 0 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  height: 100%;
}

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

.header .nav-wrapper-desktop a,
.header .nav-wrapper-desktop span {
  font-family: var(--medium);
  color: #011C50;
  font-size: 14px;
}

.header.overlay .nav-wrapper-desktop a,
.header.overlay .nav-wrapper-desktop span,
.header.overlay .nav-wrapper-desktop svg {
  color: rgba(255, 255, 255, 1);
}
.logo,
.nav-wrapper-desktop {
  min-width: 30%;
    align-items: center;
    display: flex;
}

.nav-wrapper-desktop {

}

.logo {
  height: 100%;
}

.logo img {
   width: auto;
  height: 25px;;
  vertical-align: middle;
  margin-right: 15px;
  max-width: 240px;
}


.nav-wrapper-desktop.right-links a.return-to {
  color: #ffffff;
  background-color: #1B3577;
  border-radius: 4px;
  border: 1px solid #1B3577;
  padding: 10px 15px;
  height: auto;
  margin-left: 30px;
  transition: background-color .15s ease-in-out;
}
.nav-wrapper-desktop.right-links a.return-to:hover,
.nav-wrapper-desktop.right-links a.return-to:focus,
.nav-wrapper-desktop.right-links a.return-to:active {
  color: #ffffff;
  background-color: #4D59A8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .logo img {
    max-width: 55vw;   
  }
}
.logo span {
  margin: 0 10px;
  color: #011C50;
  font-family: var(--heading-font);
}

.overlay .logo span {
  color: rgba(255, 255, 255, 1);
}

.logo a {
  display: flex;
  height: 100%;
  align-items: center;
  transition: background-color .15s ease-in-out;
  padding: 02px 5px;
  color: #011C50;
  column-gap: 10px;
}
.nav-wrapper-desktop.custom-header-links,
.custom-footer-links,
.nav-wrapper-desktop.right-links {
  height: 100.0%;
  display: flex;
}
.nav-wrapper-desktop.custom-header-links a,
.footer a,
.nav-wrapper-desktop.right-links a {
  color: #011C50;
  font-family: var(--medium);
  height: 100%;
  display: flex;
  align-items: center;
  transition: color .15s ease-in-out;
}
.overlay .nav-wrapper-desktop.custom-header-links a,
.overlay .nav-wrapper-desktop.right-links a,
.overlay .logo a {
  color: rgba(255, 255, 255, 1);
}

.overlay .nav-wrapper-desktop.custom-header-links a:hover,
.overlay .nav-wrapper-desktop.custom-header-links a:active,
.overlay .nav-wrapper-desktop.custom-header-links a:focus,
.overlay .nav-wrapper-desktop.right-links a:hover,
.overlay .nav-wrapper-desktop.right-links a:active,
.overlay .nav-wrapper-desktop.right-links a:focus,
.overlay .logo a:hover,
.overlay .logo a:active,
.overlay .logo a:focus,
.overlay .dropdown-toggle:hover, 
.overlay .dropdown-toggle:active, 
.overlay .dropdown-toggle:focus, 
.overlay .dropdown-toggle:hover span, 
.overlay .dropdown-toggle:active span, 
.overlay .dropdown-toggle:focus span {
  text-decoration-color: rgba(255, 255, 255, 1);
}

.footer-custom a {
  min-width: 20%;
  text-align: center;
  display: inline-block;
}

.nav-wrapper-desktop.custom-header-links {
  justify-content: center;
}

.custom-header-links-ul {
  height: 100%;
}
.custom-header-links li {
  background: transparent;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.2s;
  height: 100%;
}
  
.custom-header-links li a {
  height: 100%;
  padding: 20px 13px;
}

.custom-header-links svg {
  margin-top: 5px;
  margin-left: 5px;
  transition: transform .2s ease-in-out;
}
.custom-header-links li:hover svg,
.custom-header-links li:focus-within svg {
  transform: rotate(180deg);
}

.custom-header-links li:focus-within a {
  outline: none;
}

.custom-header-links ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 16rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

.custom-header-links ul li:hover > ul,
.custom-header-links ul li:focus-within > ul,
.custom-header-links ul li ul:hover,
.custom-header-linksul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.custom-header-links ul li ul li {
  clear: both;
  width: 100%;
}

.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 #E6E7E8;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

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

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

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

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

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

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

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

@media (max-width: 1024px) {
  .nav-wrapper-desktop.custom-header-links,
  .user-nav,
  .user-info.dropdown,
  .nav-wrapper-desktop.right-links {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
      display: flex;
  		justify-content: flex-end;
    align-items: center;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: #345B8B;
  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;
}

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

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: 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: #ffffff;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  right: 0;
  left: 0;
  top: 55px;
  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: 50vh;
  padding-top: 15px;
}
.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: 8px 24px;
  width: 100%;
  height: 100%;
  color: #011C50;
  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 {
  text-decoration: underline;
}

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

.overlay .nav-wrapper-mobile .menu-list-mobile-items a {
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 1024px) {
  .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: #011C50;
    color: #ffffff;
  }
}


.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: #011C50!important;
}

.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;
  color: #022e82;
  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;
}

.nav-wrapper-mobile .search-mobile-button {
  position: relative;
  background-color: #011C50;
  width: 55px;
  height: 60px;
  border: none;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 10px;
}

.nav-wrapper-mobile .search-mobile-button {
  color: #011C50;
}
.nav-wrapper-mobile {
  display: flex;
}

.search-inner {
 display: flex;
 width: 100%;
 height: 100%;
 justify-content: center;
 align-items: flex-start;
 margin-top: 20vh;
  
}
.search-house {
  position: relative;
}

.recommendations-block {
  width: 100%;
  margin-top: 20px;
}
.recommendations-block p {
  color: rgba(255, 255, 255, 1);
  font-family: var(--heading-font);
  font-size: 18px;
  display: inline;
  margin-right: 5px;
}

.recommendations-block a {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #E6E7E8;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all .15s ease-in-out;
}


@media (max-width: 600px) {
  .recommendations-block a {
    font-size: 10px;
  }

  .recommendations-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .recommendations-block p {
    font-size: 10px;
  }

  .hero h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .section .hero-inner {
    transform: translateY(-50%);
  }
}


.recommendations-block a:hover,
.recommendations-block a:focus,
.recommendations-block a:active {
  text-decoration: none;
  background-color: #f2f3f3;
}

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

.skip-navigation {
  align-items: center;
  background-color: #011C50;
  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: #011C50;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

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

.user-info > button::after {
  color: #011C50;
  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: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

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

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

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

/***** Footer *****/
.footer {
  background-color: rgba(242, 243, 243, 1);
  padding: 1px 0;
  z-index: 10;
  position: relative;
}

.footer a, .footer h5 {
  color: #000;
}

@media (max-width: 768px) {
  .footer h5 {
    font-size: 13px;
  }

  .footer-column {
    font-size: 13px;
  }
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto 30px;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.footer-inner.copr {
  color: #000;
  display: flex;
  justify-content: space-around;
  text-align: center;
  /* margin-top: 60px; */
}

.footer-inner.copr span {
  opacity: 0.85;
}
.social-footer-links {
  display: flex;
  column-gap: 18px;
  justify-content: center;
}
.social-footer-links svg {
  height: 18px;
  width: 18px;
  display: block;
  opacity: 1;
  color: #000;
  transition: opacity .2s ease-in-out;
}

.social-footer-links a:hover svg,
.social-footer-links a:active svg,
.social-footer-links a:focus svg {
  opacity: 0.7; 
}

.header-language-selector {
  display: none;
}
.footer a {
  padding: 2px 0;
  transition: all .2s ease-in-out;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.item .header-language-selector {
  display: block;
}

.footer-cta-wrap {
  background-color: #4D59A8;
}

.cta-image {
  background: url(/hc/theming_assets/01HZGZAYXGXTGZY8KXBNWVCDC2);
  background-position: center;
    background-size: cover;
}
.footer-cta {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.footer-cta aside {
  text-align: center;
}

.footer-cta h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 1);
}

.footer-cta h4 {
  color: rgba(255, 255, 255, 1);
  font-family: var(--medium);
}

.footer-cta a h4 {
  display: block;
  margin: 0;
  padding: 15px 30px;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #011C50;
  transition: all .2s ease-in-out;
  border: 1px solid transparent;
}

.footer-cta a h4:hover,
.footer-cta a h4:active,
.footer-cta a h4:focus {
  background-color: #4D59A8;
  border-color: white;
}

.footer-cta a:hover,
.footer-cta a:active,
.footer-cta a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-inner {
    padding: 0;
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-cta {
    flex-direction: row;
  }

  .footer-cta aside {
    text-align: initial;
  }
}

.footer-inner .footer-column {
  margin: 30px 0 60px;
  width: 50%;
  padding-right: 15px;
}

.footer-inner div h5 {
 font-weight: 800;
}

@media (min-width: 768px) {
  .footer-inner .footer-column {
    margin: 30px 0 60px;
    width: 28%;
    padding-right: 15px;
  }

  .footer-inner {
    flex-wrap: nowrap;
  }
  .footer-logo-wrap {
    order: 0
  }
}
@media (min-width: 1024px) {
  .header-language-selector {
    display: block;
  }
}

.header-language-selector button {
  color: #011C50;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 5px;
}

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

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

.color-boxing .breadcrumbs {
  padding: 0;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 0;

  }
}

.breadcrumbs li {
  color: #345B8B;
  display: inline;
  font-weight: 700;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}

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


.color-boxing .breadcrumbs li {
  color: #FFFFFF;
}
.color-boxing .breadcrumbs li + li::before {
  color: #FFFFFF;
}

.search-results-column .breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
  color: #011C50
}

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

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

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

.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: #011C50;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-mask-image: url("/hc/theming_assets/01HZGZAJX9GPQP2TZJ6SRMK6WN");
  mask-image: url("/hc/theming_assets/01HZGZAJX9GPQP2TZJ6SRMK6WN");
  -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 #011C50;
  color: #555;
}

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

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

.search-icon {
  position: relative;
  bottom: 15px;
  position: absolute;
  left: 13px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

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

.search-container {
  position: relative;
}

@media (min-width: 768px) {
  .search-container {
    margin-left: 10px;
  }
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01HZGZAS4KNVW71NX7B1WDTCRE);
  background-position: center;
  background-size: cover;
  height: 50vw;
  max-height: 320px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  order: 0;
  /* filter: brightness(1); */
  transition: all .2s ease-in-out;
}

.blur-it {
  /* filter: brightness(0.4); */
}
.section.no-hero {
  max-height: 100px;
  margin-bottom: 15px;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-70%);
  max-width: 440px;
  margin: 0 auto;
}

section.no-hero {
  /* background-image: url(/hc/theming_assets/01HZGZASH4B1KWF8H5VTD2QCRY);
  background-position: center;
  background-size: cover;
  height: 100px;
  margin-bottom: 15px; */
}

section.no-hero {
  height: 40px;

} 
@media (max-width: 768px) {
  .overlay .hero-inner  {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .overlay.hero {
    height: 75vw;
  }
}


.hero-inner h1 {
  color: rgba(255, 255, 255, 1);
  text-transform: unset;
  padding: 20px 0;
  /* background-color: rgba(77, 89, 168, 0.35); */
  margin-bottom: 0;
  font-size: 2rem;
  /* font-family: 'graph bold'; */
  text-shadow: 0 0 20px #000000e0;
}


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

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

.search-house {
  position: relative;
}

.image-hero {
  overflow: hidden;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;  
}

.image-hero img {
  width: 50%;
  display: block;
  object-fit: cover;
  object-position: top;
}

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

  .image-hero {
    height: 350px;
  }
}

.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;
  border-bottom: 2px solid var(--accent);
}

.page-header{
  margin-bottom: 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;
  min-height: 50px;
  padding-bottom: 30px;
}


.sub-nav.error {
  margin-top: 30px;
}

.s-2 .sub-nav.color-boxing {
  background-color: #011C50;
  padding: 15px 30px 15px;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.s-2 .sub-nav.color-boxing a {
  color: #FFFFFF;
  text-transform: initial;
  font-weight: 700;
}

.s-2 .sub-nav.color-boxing a:hover,
.s-2 .sub-nav.color-boxing a:focus,
.s-2 .sub-nav.color-boxing a:active {
  text-decoration-color: #FFFFFF ;
}
@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }

  .s-2 .sub-nav {
    margin-bottom: 0;
  }

  .s-2 .sub-nav.color-boxing {
    padding-left: 30px;
  }
}

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

@media (max-width: 768px) {
  .sub-nav input[type="search"] {
    margin-top: 30px;
  }
  .sub-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.sub-nav input[type="search"] {
  height: 40px;
}

.sub-nav .search-icon {
  bottom: 11px;
}

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

.blocks-item {
  border-radius: 4px;
  box-sizing: border-box;
  color: #011C50;
  display: flex;
  flex: 1 0 48%;
  max-width: 100%;
  text-align: center;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #E6E7E8;
}

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

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

.blocks-item-link {
  color: #011C50;

  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  border-radius: inherit;
  align-items: center;
  min-height: 60px;
  transition: .15s ease-in-out;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
  border-color: #011C50;
}

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

.blocks-item-link .icon {
  transform: scale(1);
  transition: .2s transform ease-in-out;
}
.blocks-item-link:hover .icon {
  transform: scale(1.05);
}
.blocks-item-title {
  margin-bottom: 0;
  padding: 10px 5px;
  margin: auto 0;
  font-family: var(--medium);
}

h4.blocks-item-title {
  display: inline;
  color: #011C50;
}

.blocks-item-description {
  background-color: #f2f3f3;
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding: 0px 30px 20px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 75px;
  margin-top: -10px;
}
.blocks-item-description:empty {
  display: none;
}
.cat-image {
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}

.cat-image.icon {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cat-image.photo {
  width: 100%;
}

.cat-overflow {
  overflow:hidden;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-color: #f7f8fa;
}

.community-list .meta-group {
  margin: 20px 5px;
  display: flex;
  flex-direction: row;
}

.community-list .blocks-item-title {
  padding-bottom: 0;
}

/***** Homepage *****/
.section {
   margin-bottom: 15px;
}

@media (min-width: 768px) {
  .blocks-item {
    flex: 1 0 48%;
  }
  .section {
    margin-bottom: 45px;
  }

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

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

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

.popular-articles h3,
.knowledge-base h3,
.articles h3,
.heading-home,
.recent-activity-header {
  color: #000000;
  margin-bottom: 30px;
  text-align: initial;
}

.popular-articles h3.color-boxing,
.knowledge-base h3.color-boxing,
.articles h3.color-boxing,
.heading-home.color-boxing,
.recent-activity-header.color-boxing {
  color: #0A3288;
}

.popular-link-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.popular-link-box:hover {
  text-decoration: none;
}
.popular-articles-item.border:hover {
  border-color: #011C50;
}

.popular-articles-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

.popular-articles-item {
  border-radius: 4px;
  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%;
  transform: scale(1.00);
  transition: all .2s ease-in-out;
  overflow: hidden;
}



.popular-articles-item.color-boxing {
  background: #FFFFFF;
}

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

.popular-articles-block p {
  margin: 0 0 15px;
}
.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; 
  transform: scale(1);
}

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

.popular-link-box:hover .popular-articles-image,
.popular-link-box:focus .popular-articles-image {
  transform: scale(1.02); 
}

.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;
      padding: 0.5rem 1.0rem 1.25rem;
  }

  .popular-articles-image.photo {
    height: calc(150px / 2);
    min-height: 80px;
  }
}

.popular-articles-list .popular-articles-item:nth-child(1) .popular-articles-image {
    background-image: url(/hc/theming_assets/01HZGZASS74P537XV0X9Y5TMWF);
  }
.popular-articles-list .popular-articles-item:nth-child(2) .popular-articles-image {
    background-image: url(/hc/theming_assets/01HZGZASZYB32TFVMWJNVKRGMX);
  }
.popular-articles-list .popular-articles-item:nth-child(3) .popular-articles-image {
    background-image: url(/hc/theming_assets/01HZGZAT6HW264S8JX7090F0N9);
  }
.popular-articles-list .popular-articles-item:nth-child(4) .popular-articles-image {
    background-image: url($block_image_4);
  }
.popular-articles-list .popular-articles-item:nth-child(5) .popular-articles-image {
    background-image: url($block_image_5);
  }
 .popular-articles-list .popular-articles-item:nth-child(6) .popular-articles-image {
    background-image: url($block_image_6);
  }
.popular-articles-list .popular-articles-item:nth-child(7) .popular-articles-image {
    background-image: url($block_image_7);
  }
 .popular-articles-list .popular-articles-item:nth-child(8) .popular-articles-image {
    background-image: url($block_image_8);
  }
.popular-articles-list .popular-articles-item:nth-child(9) .popular-articles-imagee {
    background-image: url($block_image_9);
  }
.popular-articles-title {
  margin-bottom: 15px;
  font-family: var(--medium);
  color: #011C50;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 800;
  font-synthesis: none;
}
.popular-articles-button {
  margin: auto;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: var(--medium);;
  white-space: normal;
}

@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 2rem;

  }
  .popular-articles-image {
  }
  .popular-articles-title {
    margin-top: 15px;
  }
  .popular-articles-button {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .popular-articles {
	}
  .popular-articles-list {
  }
  .popular-articles-item {
  }
  .popular-articles-block {
    	
  }
  .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-articles {
    flex-direction: row;
  }


.promoted-articles-item {
  flex: 1 0 auto;
  margin-bottom: 20px;
  min-height: 80px;
  display: flex;
  align-items: center; 
  justify-content: center;
  border-radius: 4px;
}

.promoted-articles-item {
  flex: 0 0 auto;
  width: calc(100%/3 - 10px);
  /* Three columns on desktop */
}

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

.promoted-articles-item a {
  background-color: #f2f3f3;
  border-radius: 4px;
  display: block;
  padding: 20px;
  color: #000000;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: var(--text-font);
  display: flex;
  align-items: center; 
  justify-content: center;
  transition: all .15s ease-in-out;
  text-align: center;
  font-family: var(--medium);
  /* border: 2px solid var(--accent); */
}
@media (max-width: 768px) {
    .promoted-articles-item {
      width: calc(50% - 10px);
  }
  .promoted-articles-item a {
    font-size: 14px;
  }
}
.promoted-articles-item a:hover {
  text-decoration: none;
  background-color: #4D59A8;
  color: #FFFFFF;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
  margin-left: 5px;
  margin-bottom: 5px;
}

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

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

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

.community-image h3 {
  color: rgba(255, 255, 255, 1);
}

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

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

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

.recent-activity-header {
  margin-bottom: 10px;
  text-align: initial;
  color: $color
}

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

.recent-activity-item {
  border-bottom: 1px solid #E6E7E8;
  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: #011C50;
  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-content {
  flex: 1;
}

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

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

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

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

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

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

.section-tree-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  font-family: var(--medium);
}

.section-tree-title a {
  color: #011C50;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
  font-family: var(--medium);
}

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

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

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

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

.section-content {
  flex: 1;
}

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

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

.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 #E6E7E8;
  font-size: 16px;
  padding: 15px 0;
}

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

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

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

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

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

.article.color-boxing,
.category-content.color-boxing,
.section-content.color-boxing,
.search-results-column.color-boxing,
 .form {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
  border-radius: 0 0 4px 4px;

}

.comm-boxing {
  margin-bottom: 60px;
  border-radius: 4px;
}

.standard-box {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
  border-radius: 4px 4px;
  margin-bottom: 60px;
}

.search-results-column.color-boxing {
padding: 15px;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 75%;
    min-width: 640px;
    padding: 0;
    max-width: 1090px;
  }

  .search-results-column.color-boxing {
    padding: 30px;
    }
}

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

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

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

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

.article-title {
  font-weight: 800;
}
.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    margin-bottom: 15px;
    /* 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%;
}
.button.print {
  display: none;
  color: #011C50;
  background-color: #FFFFFF;
}

.button.print svg {
  width: 25px;
}
@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
  .button.print {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    padding: 2px 15px;
    border: none;
    background-color: #f2f3f3;
    border: 1px solid transparent;
    transition: all .15s ease-in-out;
  }

  .button.print:hover,
  .button.print:active,
  .button.print:focus {
    border-color: var(--accent);
  }
}

.article-info {
  max-width: 100%;
  margin-bottom: 60px;
}

.article-meta {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  width: 100%;
}

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

.article-body a {
  text-decoration: underline;
  font-weight: 700;
}

.article-body td a {
  text-decoration: none;
}
.article-body div {
  max-width: 800px;
}

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

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

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

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

.article-body a:visited {
  color: #182a41;
}

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

.article-body pre {
  background-color: #dbefff;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

@media (min-width: 1024px) {
  .article-body pre {
    max-width: 72vw;
  }
}

.article-body blockquote {
  border-left: 1px solid #E6E7E8;
  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;
}

.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: #011C50;
  width: 18px;
  height: 18px;
}

.article-sidebar,
.search-results-sidebar  {
  width: 100%;
  padding: 0;
}

.article-sidebar.color-boxing,
.search-results-sidebar.color-boxing {
  border: none;
  vertical-align: middle;
}

.article-content td {
  padding: 5px;
}

@media (min-width: 1024px) {
  .article-sidebar,
  .search-results-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }

  .article-sidebar.color-boxing,
  .search-results-sidebar.color-boxing {
    flex: 0 0 20%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.article-relatives {
  border-top: 1px solid #E6E7E8;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 20px;
}

@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 #E6E7E8;
  padding: 30px 0;
  text-align: center;
}

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

button.article-vote:hover,
button.article-vote:active,
button.article-vote:focus,
.article-subscribe button:hover,
.article-subscribe button:active,
.article-subscribe button:focus {
  background-color: #4D59A8;
}

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

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

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

.article-sidebar .collapsible-sidebar-title,
.article-tree h4,
.search-results-sidebar .collapsible-sidebar-title {
  font-size: 14px;
  text-align: initial;
  display: block;
  font-family: var(--medium);
  color: #000000;
  margin: 15px 10px 0;
  padding-bottom: 20px;
}
.article-tree.color-boxing h4, .color-boxing .collapsible-sidebar-title  {
  background-color: #011C50;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  margin: 0;
}

.color-boxing .section-articles-title { 
  box-shadow:-4px 1px 6px 4px #FFFFFF;
}
@media (min-width: 1024px) {
  .article-sidebar .collapsible-sidebar-title,
  .article-tree h4,
  .search-results-sidebar .collapsible-sidebar-title {
    border-bottom: 1px solid var(--accent);
    padding-bottom: 5px;
    font-weight: 600;
  }
  .article-tree li a:hover,
  .article-tree li a:focus,
  .article-tree li a:active {
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
  }
  .article-tree h4 {
    font-weight: 400;
  }
}

.color-boxing .article-tree h4, .color-boxing .collapsible-sidebar-title,
.color-boxing .section-articles-title   {
  background-color: #011C50;
  color: #FFFFFF;
  display: block;
  padding: 17px 10px;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  text-transform: initial;
  text-align: center;
  z-index: -100;
  font-weight: 600;
  margin-top: 0;
  margin-left: 0;
}

.collapsible-sidebar-title.sidenav-title.header-links-active {
  border-radius: 0!important;
}

.article-tree ul {
  padding: 0px;
}

.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: 14px;
  position: relative;
}

.sidenav-item, .s-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;
}

.original-sidebar .sidenav-item {
  color: #000000;
}
.sidenav-item-search {
  border-left: 1px solid #e4e2e2;
  margin-left: -10px;
  font-size: 12px;
  padding: 7px 10px 7px 20px;
  word-break: break-word;
  color: #011C50;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

.article-tree li a {
  color: #000000;
  font-size: 14px;
  padding: 15px 10px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.search-results-sidebar .sidenav-item {
  margin-left: 0px;
}

.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #f2f3f3;
  font-family: var(--text-font);
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #000000;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}

.content-tags p {
  color: #011C50;
  font-weight: 800;
  font-family: var(--heading-font)
}
.s-button {
  width: 100%;
  cursor: pointer; 
  text-align: initial;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: #000000;
}

.s-button div {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  color: #011C50;
  margin-top: 12px;
  opacity: 0.8;
}
.c-b div {
  color: #011C50;
}
.s-button[aria-pressed="false"] div.acc-minus {
  display: none;
}

.s-button[aria-pressed="true"] div.acc-plus {
  display: none;
}

.c-b span, .s-b span, .ss-b span {
  padding: 12px 5px 12px 7px;
  font-size: 14px;
  text-transform: initial;
}
.c-b {
  font-weight: 700;
  font-family: var(--heading-font);
  border-bottom: 1px solid #E6E7E8;
}

.c-b span,
.s-b span {
  width: 95%;
  font-family: var(--medium);
}

.c-b span,
.s-b span {
  width: calc(100% - 7px);
  word-break: break-word;
}
.s-b, .ss-b {
  padding-left: 15px;
  padding-right: 0px;
  border-left: 1px solid #e4e2e2;
}

.s-button:hover {
  background-color: #f2f3f3;
}

.s-b[aria-pressed="true"],.s-b:hover {
  border-left: 3px solid #011C50;
  padding-left: 13px;
}

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

.ss-b {
  padding-left: 10px;

}

.s-t-sub a {
  padding-left: 20px;
}

.s-t {
  padding-left: 10px;
}

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

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

.recent-articles li a,
.related-articles li a {
  color: #000000;
}

/***** 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: #011C50;
}

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #E6E7E8;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #011C50;
  font-family: var(--medium);
}

.comment-overview {
  border-bottom: 1px solid #E6E7E8;
  border-top: 1px solid #E6E7E8;
  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: #011C50;
}

.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 #011C50;
  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: initial;
}

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

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

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: var(--text-font);
  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: #182a41;
}

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

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

.comment-body blockquote {
  border-left: 1px solid #E6E7E8;
  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: #011C50;
}

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

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

/***** 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;
  color: #011C50;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZGZASAT6KGNYR63VPVWGQKZ);
}

.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 #E6E7E8;
  font-size: 13px;
}

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

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #E6E7E8;
  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: #011C50;
}

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

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

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

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

.community-follow button::after {
  border-left: 1px solid #FFFFFF;
  content: attr(data-follower-count);
  color: #FFFFFF;
  display: inline-block;
  font-family: var(--heading-font);
  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 #011C50;
  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 #E6E7E8;
  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: #345B8B;
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.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: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

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

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

.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: var(--text-font);
  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: #182a41;
}

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

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

.post-body blockquote {
  border-left: 1px solid #E6E7E8;
  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: #011C50;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #E6E7E8;
  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: 4px;
  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 #E6E7E8;
  border-top: 1px solid #E6E7E8;
}

@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%;
}
.collapsible-nav-toggle svg {
  color: #000000;
}

.my-activities-nav .collapsible-nav-toggle svg,
.profile-nav .collapsible-nav-toggle svg {
  color: #FFFFFF;
}
@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 #011C50;
}

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

@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: #FFFFFF;
  display: block;
}

.collapsible-nav-list li a:hover,
.collapsible-nav-list li a:focus,
.collapsible-nav-list li a:active {
  text-decoration-color: #FFFFFF;
}

.my-activities-header .collapsible-nav-list li a,
.my-activities-header .collapsible-nav-list li.current a {
  color: #011C50;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #E6E7E8;
  }
  .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;
  display: list-item;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #FFFFFF;
    order: 1;
    font-weight: 800;
  }
  .my-activities-header .collapsible-nav-list li[aria-selected="true"],
  .my-activities-header .collapsible-nav-list li.current {
    border-bottom: 4px solid #011C50;

  }
}

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

.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;
  overflow: hidden;
  position: sticky;
  top: 80px;
  transition: all .2s ease-in;
  max-height: 47px;
  /* background-color: #f2f3f3; */
}

.request-sidebar.collapsible-sidebar  {
  /* max-height: 45px; */
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  top: initial;
}

.request-sidebar .collapsible-sidebar-toggle {
  top: calc(45px / 2);
}

.color-boxing .collapsible-sidebar,
.collapsible-sidebar.color-boxing {
  background-color: #fff;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    padding: 10px 0;
    max-height: none;
    padding: 0;
    /* background-color: initial; */
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .original-sidebar {
    background-color: #f2f3f3;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}

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

.collapsible-sidebar-toggle-icon {
  color: #011C50;
}

.color-boxing .collapsible-sidebar-toggle-icon {
  color: #FFFFFF;
}

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

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

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

.collapsible-sidebar-body,
.collapsible-sidebar-body-search {
  display: none;
  transition: all .2s ease-in;
  width: 100%;
  padding: 5px 3px 10px 17px;
  max-height: 60vh;
    overflow: scroll;
}

.my-activities-nav .container,
.profile-nav .container {
  padding-bottom: 5px;
  padding-top: 5px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.collapsible-sidebar-body:empty,
.collapsible-sidebar-body-search:empty {
  min-height: 20vh;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #FFFFFF;
  background: linear-gradient(to right, #FFFFFF 8%, #bbbbbb 18%, #FFFFFF 33%);
  background-size: 800px 104px;
  height: 70px;
  position: relative;
  margin-top: 0;
} 

.collapsible-sidebar-body::-webkit-scrollbar {
  -webkit-appearance: none;
}

.collapsible-sidebar-body::-webkit-scrollbar:vertical {
  width: 11px;
}

.collapsible-sidebar-body::-webkit-scrollbar:horizontal {
  height: 11px;
}

.collapsible-sidebar-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #E6E7E8; /* should match background, can't be transparent */
}


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

  .collapsible-sidebar-body-search {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .color-boxing .collapsible-sidebar-body {
    background-color: #FFFFFF;
    margin-top: 0px;
  }

  .request-sidebar .collapsible-sidebar-body{
    width: 100%;
  }
}

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

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

/***** My activities *****/
.my-activities-nav,
.profile-nav {
  background-color: #011C50;
}

.simp-cb {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

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

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

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

@media (min-width: 1024px) {

  .my-activities-nav,
  .profile-nav {
  padding: 20px 20px 0;
}
  .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-nav .container,
.profile-nav .container {
  padding-bottom: 0px;
}
}

.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;
  padding-bottom: 50px;
}

@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 {
  background-color: #f2f3f3;
  border-radius: 4px;
  border: 1px solid #E6E7E8;
  color: #000000;
  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 #011C50;
}

.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 #011C50;
}

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid #E6E7E8;
  border-top: 1px solid #E6E7E8;
  flex: 1 0 auto;
  order: 0;
  background-color: #f2f3f3;
  border-radius: 4px;

}

@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: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}

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

.request-details {
  border-bottom: 1px solid #E6E7E8;
  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: block;
}

.meta-group > li:first-child {
  /* display: block; */
}

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

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .meta-group .meta-data:nth-child(2) {
    margin-left: auto;
    display: inline-block;
  }

  .meta-group {
    display: flex;
    flex-direction: row;
  }
  .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 #E6E7E8;
  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 #E6E7E8;
}

@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 #011C50;
  border-radius:4px;
  color: #011C50;
  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 {
  margin-bottom: 30px;
}



.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 #011C50;
  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 #E6E7E8;
  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: 14px;
  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: initial;
}

.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: 18px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #E6E7E8;
}

@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;
  color: #011C50;
}

.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 #E6E7E8;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #E6E7E8;
  }
}

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

@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;
}
.search-result-title a {
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 5px;
  display: block;
  font-family: var(--medium);
}

@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 {
  flex: 1 0 auto;
  padding: 0;
}

.search-results-sidebar:empty {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    height: auto;
    min-width: 240px;
    padding-right: 20px;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #f2f3f3;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin: 10px 0 15px;
  background-color: #f2f3f3;
}

.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 .collapsible-sidebar {
    background-color: initial;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #345B8B;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 27px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #E6E7E8;
}

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

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

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

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #011C50;
  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;
  padding: 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: #000000;
  opacity: 0.8;
}

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

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


/***** AUTO COMPLETE *****/
zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: #345B8B;
}
zd-autocomplete {
  border-radius: 4px;
  background-color: #FFFFFF;
}

zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand {
  color: #000000;
}

zd-autocomplete-multibrand {
  border-bottom: none;
}

zd-autocomplete-multibrand:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

zd-autocomplete-multibrand:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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: #011C50;
  color: #FFFFFF;
}
/***** 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: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: initial;
  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: 2px solid #e35b66;
  color: #cc3340;
  font-family: var(--text-font);
  padding: 10px;
  font-size: 14px;
}

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

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

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

.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}

.item .dropdown {
  display: block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  margin-left: 10px;
  min-height: 28px;
}

.language-selector .dropdown-toggle {
  color: #011C50;
  display: flex;
  /* gap: 10px; */
  align-items: center;
  justify-content: center;
 
}
.language-selector .dropdown-toggle img,
.header .dropdown-menu [role="menuitem"] img {
  width: 28x;
  height: 28px;
  margin-right: 10px;
}

.overlay .language-selector .dropdown-toggle {
  color: rgba(255, 255, 255, 1);
}

.dropdown-toggle:hover {

}

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

.header .dropdown-toggle svg {
  transition: transform .2s ease-in-out;
  margin: 5px 0;
}

.header .dropdown-toggle[aria-pressed="true"] svg {
  transform: rotate(180deg);
}
.dropdown-menu {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  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: initial;
  top: 48px;
  z-index: 1000;
  transition: height .2s ease-in-out;
}

.dropdown-menu .tick {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 11px;
  top: 10px;
  margin: 0;
}

.nav-wrapper-desktop.custom-header-links .dropdown-menu .brand-select {
  position: relative;
  padding-left: 30px;
}

.header .user-info .dropdown-menu {
  background: #ffffff;
}

.header .user-info .dropdown-menu a {
  color: #011C50;
}

#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: #000000;
  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%;
}
.header .dropdown-menu [role="menuitem"] {
  color: #011C50!important;
}
.item .dropdown-menu [role="menuitem"] {
  text-align: center;
}

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

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-color: #000000;
  border-radius: 50%;
  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;
  color: #000000;
}

.header .dropdown-chevron-icon {
  color: #011C50;
}

.cat-tree,
.s-t {
  display: none;
}

.t-e {
  display: block
}

/* 
Home page accordion
 */
 .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #E6E7E8;
  }

  .faq .panel a.button,
  .cta-button  {
    margin-bottom: 30px;
    background: #011C50;
    border-radius:  4px;
    border: 2px solid #011C50;
    color: #FFFFFF;
    font-weight: 700;
    transition: all .2s ease-in-out;
    width: max-content;
    font-family: var(--medium);
  }
  .faq .panel a.button:hover,
  .faq .panel a.button:active,
  .faq .panel a.button:focus {
    background: #011C50;
    border-color: #011C50;
  }
  .cta-button:hover,
  .cta-button:active,
  .cta-button:focus {
    transform: translate(-3px,-3px);
  }

  .panel[aria-hidden="true"] a  {
    visibility: hidden;
  }
  
  .panel[aria-hidden="false"] a  {
    visibility:visible;
  }

  
  button.accordion {
    color: #011C50;
    background-color: transparent;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 0;
    color: #011C50;
  }
  
  button.accordion:hover,
  button.accordion:active,
  button.accordion:focus {
    text-underline-offset: 2px;
    text-decoration-color: #011C50;
    text-decoration-thickness: 3px;
  }
  button.accordion span {
    color: #000000;
    font-size: 18px;
    max-width: 93%;
    text-align: initial;
  }

  .faq {
    border-radius: 4px;
    margin-bottom: 60px;
  }

  .faq.color-boxing {
    padding: 15px;
    background-color: #FFFFFF;
  }

  .faq .panel-house:last-child .panel {
    border-bottom: none;
  }
  .faq-body {
    color: #000000;
  }
  button.accordion div svg {
    width: 12px;
    height: 12px;
    display: none;
    margin-right: 5px;
    margin-top: 3px;
  }
  button.accordion:hover span,
  button.accordion:active span,
  button.accordion:focus {
    text-decoration: underline;
    text-decoration-color: #011C50;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  } 
  button.accordion[aria-expanded="false"] .acc-plus svg {
    display: inline-block;
  }
  
  button.accordion[aria-expanded="true"] .acc-minus svg {
    display: inline-block;
      }

 /* 
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::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;
    -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: #011C50;
    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: rgba(255, 255, 255, 1);
  }
  #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: #000000;
    border-radius: 4px;
    background-color: rgba(251, 189, 198, 1);
    margin: 10px 0;
    height:auto;
    margin-bottom: 20px;
    position: relative;
    padding: 16px;
    display: flex;
    justify-content: center; 
    text-align: center;
  }
  
  #callout-information {
    fill: rgba(251, 189, 198, 1);
    height: 16px;
    margin: 2px 8px 0 0;
  }
  
  .container__announcements--bounding {
    display: flex;
    max-width: 768px;
    margin: 0 auto;
  }
  
  @media (max-width: 959px) {
    .container__announcements--bounding {
        margin: 0 ;
    }
  }
  
  .home-section .container__announcements {
      transform: translateY(-30px)
  }
  .container__text {
     font-size: 14px;
     text-align: initial;
    padding-right: 20px;
     line-height: 22px;
  }
  
  .container__text p {
    margin: 0;
    text-align: center;
  }
  
   .container__text a {
    color: var(--blue);
  }

  .container__announcements.c_a_c {
    display: none;
  }

  /********************
 KNOWLEDGE BASE
********************/
.knowledge-base {
  margin-bottom: 15px;
}
.tab-list-container {
  margin-bottom: 20px;
  position: relative;
}
.tab-dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  position: relative;
  text-align: initial;
  width: 100%;
  transform: rotate(0deg)
}
.tab-dropdown-link svg {
  color: #000000;
}
.tab-dropdown-link.open svg {
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
}
.tab-dropdown-link:active,
.tab-dropdown-link:focus,
.tab-dropdown-link:hover {
  border: 1px solid #E6E7E8;
  outline: none;
}
.tab-list {
  box-shadow: 0px 8px 16px rgba(12, 0, 51, 0.1);
  display: none;
  position: absolute;
}
.tab-list.open {
  background: #f2f3f3;
  border-radius: 4px;
  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 #E6E7E8;
  display: inline;
}
.tab-list-item:last-child {
  border-bottom: none;
}

.tab-list-item img {
  width: 48px;
  height: 48px;
  display: none;
  margin-right: 10px;
}
.tab-list-link {
  font-family: var(--medium);
  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 {
  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 {

  margin-bottom: 2em;
}
.tab-section-block {
  border-radius: 4px;
  break-inside: avoid;
  break-after: always;
  margin-bottom: 15px;
  width: 100%; 
  height: fit-content;
}
.tab-section-block.color-boxing {
  background-color: #FFFFFF;
}
.tab-section-list {
  padding: 20px 25px 15px;
}
.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: #FFFFFF;
  font-weight: 600;
  transition: all 0.1s ease-out;
  font-size: 20px
}
.tab-section-block-title-link:active,
.tab-section-block-title-link:focus,
.tab-section-block-title-link:hover {

  text-decoration: none;
  transition: all 0.15s ease-in;
}
.tab-section-block .tab-section-block-title {
  border-radius: 4px 4px 0 0;
  padding: 10px 25px 10px 25px;
  font-family: var(--heading-font);
  background-color: #4D59A8;
  display: block;
  width: 100%;
  transition: background-color .2s ease-in-out;
}

.tab-section-block .tab-section-block-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.tab-section-list-item {
  margin-bottom: 16px;
}

.tab-section-block-title:hover,
.tab-section-block-title:focus,
.tab-section-block-title:active {
  background-color: #011C50;
  text-decoration: none;
}

.tab-section-list-item.tab-subsection {
  margin-bottom: 0;
  border-bottom: 1px solid #E6E7E8;
}


.tab-section-list-item.tab-subsection:first-child {
  border-top: 1px solid #E6E7E8;
}

.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(--heading-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: var(--text-font);
}

.tab-subsection .tab-section-list-title {
  margin: 0;
}

.view-more {
  font-weight: 800;
  color: #011C50;
  font-size: 0.9rem;
  font-family: var(--medium);
  color: #011C50!important;
}

.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: #345B8B;
  transition: all 0.15s ease-in;
}

@media (min-width: 768px) {
  .tabs {
    padding: 30px 0;
  }
  .tab-container {
    align-items: flex-start;
  }
	.tab-list-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    max-width: 1160px;
    width: 100%;
  }
  .tab-dropdown-link {
    display: none;
  }
  .tab-list {
    box-shadow: none;
    display: flex;
    position: static;
    column-gap: 20px;
    flex-wrap: wrap;
  }
  .tab-list-item {
    border-bottom: none;
    display: inline;
    float: left;
    margin-bottom: 10px;
    position: relative;
  }
  .tab-list-item:last-child {
    margin-right: 0;
  }
  .tab-list-link {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 32px;
    padding: 8px 19px;
    text-decoration: none;
    transition: all 0.1s ease-out;
    display: flex;
    align-items: center;
    min-height: 68px;
    background-color: #f2f3f3;
  }

  .tab-list-link.color-boxing {
    background-color: #FFFFFF;
    box-shadow: none;
  }

  .tab-list-link[aria-selected="true"],
  .tab-list-link[aria-selected="true"]:active,
  .tab-list-link[aria-selected="true"]:focus,
  .tab-list-link[aria-selected="true"]:hover {
    border: 1px solid #011C50!important;
    outline: none;
    text-decoration: none;
    border-radius: 4;
  }
  .tab-list-link:focus,
  .tab-list-link:hover {
    background: #011C50;
    border-color: #011C50;
    color: #FFFFFF;
    transition: all 0.1s ease-out;
  }
  
  .tab-list-item img {
    display: block;
  }

  .tab-list-link[aria-selected="true"],
  .tab-list-link:active {
    border-color: #011C50;
  }
  .tab-list-link[aria-selected="true"] .tab-list-check {
    display: none;
  }
  .tab-section-blocks {
    grid-template-columns: 50% 50%;
    column-gap: 15px;
    display: grid;	

  }
  .tab-content p {
    display: block;
  }
}
@media (min-width: 1024px) {
  .tab-section-blocks {

  }
}

/* REQUEST FORM STUFF */

.multiform-box {
  height: 100%;
  width: 100%;
}

.multiform-button {
  display: block;
  color: #6B6B6B;
  background-color: #EDEDED;
  width: 378px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  padding: 20px;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 30px;
}

.multiform-button:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.form-field label {
  color: #011C50;
	font-family: var(--heading-font);
  font-weight: 700;
}

.form-field .nesty-input,
.form-field input,
#request_description
 {
  border-radius: 4px!important;
  background-color: #FFFFFF;
  padding: 0 15px;
  color: #000000;
  font-family: var(--text-font);
  min-height: 42px;
}

ul[data-hc-pills-container] li input {
  min-height: initial;
}

ul[data-hc-pills-container] li[data-hc-pill=true] {
  background-color: #011C50;
  color:white;
  border-radius: 5px;
}

.container .form ul[data-hc-pills-container] {
  border-radius: 4px!important;
  background-color: white;
}

#request_description_hint,
#request_organization_id_hint,
.form-field p {
  padding: 0 15px!important;
}

#new_request > div.form-field.text.required.request_description
#request_description {
  padding: 30px;
  font-size: 16px;
    min-height: 180px;
}

#request-attachments {
  border-radius: 4;
  background-color: white;
}

.nesty-panel  {
  border-radius: 4px!important;
}

body .nesty-panel li {
  padding: 10px 30px!important;
  font-family: var(--text-font);;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #000000;
}

body .nesty-panel li:hover,
body .nesty-panel li:active,
body .nesty-panel li:focus {
  background-color: #f2f3f3;
  color: #000000;
}

.nesty-expand:after,
.nesty-collapse:after {
  right: 15px!important;
  border-left-color: #011C50!important;
  top: 44%!important;
  border-width: 7px!important;
}

.nesty-collapse:after {
    border-left-width: 0!important;
    border-right-color: #999;
}

div#upload-dropzone {
   border-radius: 4px!important;
  background: #f2f3f3;
  border-width: 3px;
  height: 60px;
	font-size: 16px;
  border: 3px dashed #E6E7E8;
    cursor: pointer;
}

div#upload-dropzone:hover {
  border-color: var(--header-background);
}

div#upload-dropzone a,
div#upload-dropzone span {
  	font-size: 16px;
    font-family: var(--heading-font);

}

div#upload-dropzone span {
  margin-top: 5px;
}

div#upload-dropzone span a {
  pointer-events: none;
}


li.nesty-collapse:hover {
  color: white;
}

.nesty-collapse:hover:after {
  border-right-color: white!important;
}

.nesty-panel {
  max-height: 273px!important;
  border: 1px solid rgba(22, 29, 101, 1)!important;
}
.form footer {
  margin-top: 0;
}
footer input[type="submit"] {
  position: static;
  width: 182px;
  font-size: 18px;
  margin: 15px auto 60px;
  display: block;
  
}

#request_description {
  font-family: var(--text-font);
}

.hc-multiselect-menu li label {
  font-family: var(--text-font);
  font-size: 16px;
}

/* date formatting  */

body .pika-table th, body .pika-table td, .pika-lendar .pika-label {
  font-family: var(--text-font);
}

.pika-lendar .pika-label,
body .pika-table abbr {
  color: #011C50;
}

body .is-selected .pika-button {
  background-color: var(--header-background);
  color: #fff;
}


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

.boolean p {
  order: 3;
  width: 100%;
}
.boolean input {
  order: 1;
  margin-right: 10px;
}

.boolean label {
  order: 2;
  line-height: 12px;
  margin-bottom: 0px;
}


.border {
  border: 1px solid #E6E7E8;
  border-radius: 4px;

}

.box_shadow {
  box-shadow:var(--box-shadow);
  border-radius: 4px;
  transition: box-shadow .15s ease-in-out;
}

.popular-articles-item.box_shadow:hover,
.popular-articles-item.box_shadow:active,
.popular-articles-item.box_shadow:focus {
  box-shadow:var(--box-shadow-hover);
}

.blocks-item-link.box_shadow:hover,
.blocks-item-link.box_shadow:active,
.blocks-item-link.box_shadow:focus {
  box-shadow:var(--box-shadow-hover);
}

@media (max-width: 768px) {
  .tab-list-link {
    box-shadow: none;
    border: none;
  }
}

/******** end of request page styles******/