
@charset "UTF-8";

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

 :root {
  --green-0: #009891;
  --green-1: #26c0b9;
  --green-2: #5dd0ca;
  --green-3: #93dfdc;
  --green-4: #beece9;
  --green-5: #dff6f4;
  --yellow-x: #e9Ca00;
  --yellow-0: #fbd33b;
  --yellow-1: #fcd23c;
  --yellow-2: #fcde6c;
  --yellow-3: #fde99d;
  --yellow-4: #fef2c4;
  --yellow-5: #fef8e2;
  --blue-light: #daeeee;
  --blue-1: #58d3f4;
  --blue-2: #7de0ff;
  --blue-3: #a4e9ff;
  --blue-4: #beefff;
  --blue-5: #def7ff;
  --purple-1: #e1a3ff;
  --purple-2: #e8baff;
  --purple-3: #f0d1ff;
  --purple-4: #f6e3ff;
  --purple-5: #faf1ff;
  --coral-1: #ff8d69;
  --coral-2: #ffa98e;
  --coral-3: #ffc6b4;
  --coral-4: #ffddd2;
  --coral-5: #ffeee8;
  --grey-1: #122233;
  --grey-2: #364150;
  --grey-3: #879099;
  --grey-4: #b8bdc1;
  --grey-5: #dcdee0;
  --red: #b71d1c;
  --dark-green: #077b26;
  --text: #282833;
  --background: #f0f6f7;
  --menu-hover: #e7eef0;
  --base-1: #f9f7f4;
  --base-2: #f2eee7;
	--base-green-1: #f0f6f7;
  --base-green-2: #e7eef0;
  --volcano-1: #f4d783;
  --volcano-2: #f1b268;
  --volcano-3: #ee8d53;
  --volcano-4: #e46552;
  --volcano-5: #ce4458;
  --volcano-6: #a92964;
  --volcano-7: #891759;
  --volcano-8: #6b0a47;
  --orchard-1: #f9d1be;
  --orchard-2: #ebaab4;
  --orchard-3: #dd87ab;
  --orchard-4: #cc599e;
  --orchard-5: #b0499e;
  --orchard-6: #913b9f;
  --orchard-7: #732e9f;
  --orchard-8: #411a5b;
  --forest-1: #c8e992;
  --forest-2: #B0DA6A;
  --forest-3: #9CCC4D;
  --forest-4: #90C538;
  --forest-5: #67B642;
  --forest-6: #379F56;
  --forest-7: #0D7C5D;
  --forest-8: #034E3B;
  --ocean-1: #B5EFE3;
  --ocean-2: #7AD7E2;
  --ocean-3: #40BDE1;
  --ocean-4: #259EE0;
  --ocean-5: #0C80DF;
  --ocean-6: #0867B8;
  --ocean-7: #055093;
  --ocean-8: #003A6F;
  --banner-alert-border: #5C1515; /*red-800*/
  --banner-alert-background: #F3B4BA; /*red-200*/
  --banner-alert-text: #5C1515; /*red-800*/
  --banner-alert-link: #E84A5A; /*red-500*/
  --banner-warning-border: #745006; /*orange-800*/
  --banner-warning-background: #FAE0AE; /*orange-200*/
  --banner-warning-text: #745006; /*orange-800*/
  --banner-warning-link: #D59410; /*orange-500*/
  --banner-info-border: #04334E; /*blue-800*/
  --banner-info-background: #BEDAEA; /*blue-200*/
  --banner-info-text: #04334E; /*blue-800*/
  --banner-info-link: #2B96D4; /*blue-500*/
  --banner-tip-border: #218732; /*green-700*/
  --banner-tip-background: #C2E5C8; /*green-200*/
  --banner-tip-text: #0B4715; /*green-800*/
  --banner-tip-link: #4AB55C; /*green-500*/
  --green-up: #3b9b4b;
  --red-down: #c30014;
  --body-link: #0c9abf;
}

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

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  display: block;
  background-color: var(--base-1);
}

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

pre {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

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

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: 'Roboto Mono', serif;
  font-size: 1em;
  letter-spacing: -1px;
  color: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  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: #fff;
  color: var(--text);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

h1 {
  font-size: 32px;
  margin-bottom: 45px;
  margin-top: 0;
  color: var(--grey-1);
  font-weight: 700;
  line-height: 100%;
  font-family: Poppins, sans-serif;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  color: var(--grey-1);
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: var(--grey-2);
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: var(--grey-2);
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  color: var(--green-1);
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(--green-2);
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

a {
  color: var(--green-0);
  text-decoration: none;
}

a:visited {
  color: var(--green-0);
}

a:hover,
a:active,
a:focus {
  color: var(--green-1);
}

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

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

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

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

input[disabled] {
  background-color: var(--input-background-disabled);
}

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

select:focus {
  border: 1px solid var(--input-border-default);
}

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

textarea {
  border: 1px solid var(--input-border-default);
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid var(--input-border-focus);
}

.container {
  margin: 0 auto;
  padding: 4% 5%;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px #00000014;
}

@media (min-width: 1160px) {
  .container {
    padding: 4% 5%;
    width: 60%;
  }
}

.container-2 {
  width: 100vw;
  height: 575px;
  margin: 0 auto;
  background-color: var(--base-green-2);
  margin-top: -22px;
  position: relative;
  /*border-radius: 60px;*/
  z-index: 10;
  overflow: hidden;
}

.container-2-background {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: space-between;
  opacity: 50%;
}

.container-2-background-box {
  width: 33%;
  height: 100%;
  display: flex;
}

.background-box-top {
  padding-top: 50px;
}

.background-box-right {
  justify-content: flex-end;
}

.background-box-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.container-2-background-box .ball-huge-yellow {
  left: 50px;
  top: -35px;
}

.container-2-background-box .ball-huge-grey {
  bottom: -175px;
  right: -30px;
}

.container-2-background-box .circle-huge-grey {
  bottom: -175px;
  right: -30px;
}

.container-2-background-box .ball-medium-green {
  left: -15px;
}

.container-2-background-box .circle-medium-green {
  left: -15px;
}

.container-2-background-box .ball-small-yellow {
  top: 70px;
  left: -10px;
}

/***Balls & circles***/

.ball-huge-yellow {
  height: 300px;
  width: 300px;
  background-color: var(--yellow-0);
  border-radius: 170px;
  position: relative;
}

.circle-huge-yellow {
  height: 300px;
  width: 300px;
	border: 10px solid var(--yellow-0);
  border-radius: 170px;
  position: relative;
}

.ball-huge-green {
  height: 230px;
  width: 230px;
  background-color: var(--green-1);
  border-radius: 130px;
    position: relative;
}

.circle-huge-green {
  height: 230px;
  width: 230px;
  border: 10px solid var(--green-1);
  border-radius: 130px;
  position: relative;
}

.ball-huge-purple {
  height: 300px;
  width: 300px;
  background-color: var(--purple-2);
  border-radius: 170px;
    position: relative;
}

.circle-huge-purple {
  height: 300px;
  width: 300px;
  border: 10px solid var(--purple-2);
  border-radius: 170px;
  position: relative;
}

.ball-huge-grey {
  height: 300px;
  width: 300px;
  background-color: var(--grey-1);
  border-radius: 170px;
  position: relative;
}

.circle-huge-grey {
  height: 300p
  width: 300px;
  border: 10px solid var(--grey-1);
  border-radius: 170px;
  position: relative;
}

.ball-big-yellow {
  height: 150px;
  width: 150px;
  background-color: var(--yellow-0);
  border-radius: 75px;
	position: relative;
}

.circle-big-yellow {
  height: 150px;
  width: 150px;
  border: 15px solid var(--yellow-0);
  border-radius: 75px;
	position: relative;
}

.ball-big-green {
  height: 150px;
  width: 150px;
  background-color: var(--green-1);
  border-radius: 75px;
    position: relative;
}

.circle-big-green {
  height: 150px;
  width: 150px;
  border: 15px solid var(--green-1);
  border-radius: 75px;
	position: relative;
}

.ball-big-purple {
  height: 150px;
  width: 150px;
  background-color: var(--purple-2);
  border-radius: 75px;
  position: relative;
}

.circle-big-purple {
  height: 150px;
  width: 150px;
  border: 15px solid var(--purple-2);
  border-radius: 75px;
	position: relative;
}


.ball-big-grey {
  height: 150px;
  width: 150px;
  background-color: var(--grey-1);
  border-radius: 75px;
  position: relative;
}

.circle-big-grey {
  height: 150px;
  width: 150px;
  border: 15px solid var(--grey-1);
  border-radius: 75px;
	position: relative;
}

.ball-medium-yellow {
  height: 100px;
  width: 100px;
  background-color: var(--yellow-0);
  border-radius: 50px;
  position: relative;
}

.circle-medium-yellow {
  height: 100px;
  width: 100px;
  border: 10px solid var(--yellow-0);
  border-radius: 50px;
  position: relative;
}

.ball-medium-green {
  height: 90px;
  width: 90px;
  background-color: var(--green-1);
  border-radius: 50px;
    position: relative;
}

.circle-medium-green {
  height: 100px;
  width: 100px;
  border: 10px solid var(--green-1);
  border-radius: 50px;
  position: relative;
}

.ball-medium-purple {
  height: 90px;
  width: 90px;
  background-color: var(--purple-2);
  border-radius: 75px;
  position: relative;
}

.circle-medium-purple {
  height: 100px;
  width: 100px;
  border: 10px solid var(--purple-2);
  border-radius: 50px;
  position: relative;
}

.ball-medium-grey {
  height: 90px;
  width: 90px;
  background-color: var(--grey-1);
  border-radius: 75px;
  position: relative;
}

.circle-medium-purple {
  height: 100px;
  width: 100px;
  border: 10px solid var(--grey-1);
  border-radius: 50px;
  position: relative;
}

.ball-small-yellow {
  height: 50px;
  width: 50px;
  background-color: var(--yellow-0);
  border-radius: 25px;
  position: relative;
}

.circle-small-yellow {
  height: 50px;
  width: 50px;
  border: 5px solid var(--yellow-0);
  border-radius: 25px;
  position: relative;
}

.ball-small-green {
  height: 35px;
  width: 35px;
  background-color: var(--green-1);
  border-radius: 20px;
    position: relative;
}

.circle-small-green {
  height: 50px;
  width: 50px;
  border: 5px solid var(--green-1);
  border-radius: 25px;
  position: relative;
}

.ball-small-purple {
  height: 40px;
  width: 40px;
  background-color: var(--purple-2);
  border-radius: 25px;
    position: relative;
}

.circle-small-purple {
  height: 50px;
  width: 50px;
  border: 5px solid var(--purple-2);
  border-radius: 25px;
  position: relative;
}

.ball-small-grey {
  height: 40px;
  width: 40px;
  background-color: var(--grey-1);
  border-radius: 25px;
    position: relative;
}

.circle-small-grey {
  height: 50px;
  width: 50px;
  border: 5px solid var(--grey-1);
  border-radius: 25px;
  position: relative;
}

/***End of balls & circles***/

.container-2-visual {
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: -50px;
}

.container-3 {
    width: 100vw;
    background-color: var(--base-1);
    margin: 0 auto;
    display: flex;
    padding: 50px 15vw;
    justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.container-4 {
  width: 60%;
  margin-left: 20vw;
  margin-bottom: 100px;
  padding: 4% 5%;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 25px;
   box-shadow: 0 0 10px #00000014;
  
}

.container-5 {
  width: 70vw;
  height: 385px;
  margin: 0 auto;
  background-color: var(--coral-1);
  margin-bottom: 100px;
  margin-top: 25px;
  border-radius: 25px;
  position: relative;
}

.container-5-deco-container {
  height: inherit;
  width: inherit;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}

.container-5-deco {
  height: 385px;
  width: auto;
  position: absolute;
  z-index: 1;
  margin-right: 70px;
  margin-top: -22px;
}

.container-5-deco-illustration {
  height: 428px;
  width: 428px;
}

.container-5-content {
  height: inherit;
  width: inherit;
  position: absolute;
  z-index: 10;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.container-5-content-title {
  width: 50%;
  height: 50px;
  color: var(--purple-1);
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.container-5-content-description {
  width: 50%;
  height: auto;
  color: var(--grey-2);
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: normal;
}

.container-5-content-link {
	width: auto;
  height: auto;
  bottom: 0;
  position: absolute;
  margin-bottom: 32px;
}

.container-5-content-link-text,
.container-5-content-link-text:visited {
  color: var(--purple-1);
  font-size: 16px;
  text-decoration: none;
}

.container-5-content-link-text:hover {
  color: var(--purple-2);
  font-size: 16px;
  text-decoration: none;
}

.container-6 {
  width: 90vw;
  margin: 0 auto;
  overflow: hidden;
}

.container-6-inner {
  margin: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.container-6-box {
  border-radius: 25px;
  display: flex;
  overflow: hidden;
}

.container-6-box img {
  width: inherit;
  height: inherit;
}

.textbox {
  width: 55%;
  flex-direction: column;
  border-radius: 0px;
}

.picturebox {
  background-image: url(/hc/theming_assets/01J8MRW1AQE5FDQ69S6FJZEG9W);
  background-size: 550px ;
  background-repeat: no-repeat;
  width: 43%;
}

.container-6-box-subheadline {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  color: var(--grey-1);
  font-weight: 600;
}

.container-6-box-headline {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  color: var(--grey-1);
  font-weight: 600;
  line-height: 55px;
}

.container-6-box-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  font-weight: normal;
}

.container-6-box-subbody {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: var(--text);
  font-weight: 500;
}

.container-links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  color: var(--grey-1);
}

.container-link {
  color: var(--grey-1)!important;
  display: flex;
  align-items: center;
}

.container-link:hover {
  color: var(--grey-1);
  cursor: pointer;
}

.container-link:visited {
  color: var(--grey-1);
}

.container-link img {
  height: 22px;
  width: 22px;
  margin-right: 5px;
}

.container-link-label {
  font-weight: 600;
  font-family: Poppins, sans-serif;
}

.container-article-page {
  width: 60%;
  padding: 5%;
  border-radius: 25px;
	 box-shadow: 0 0 10px #00000014;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 100px;
}

.container-sidemenu-page {
  width: 70%;
  padding: 0px;
  margin-left: 50px;
}

.container-HDIV-page {
  width: 850px;
  padding: 0px;
  margin: 0 auto;
}

.container-divider {
  border-top: 1px solid var(--grid-border);
  margin-bottom: 20px;
}

.container-profile-page {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container-profile-page {
    padding: 0;
    width: 100%;
  }
}

.container-search-results {
  margin: 0 auto;
  padding: 4% 5%;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 25px;
   box-shadow: 0 0 10px #00000014;
}

@media (min-width: 1160px) {
  .container-search-results {
    padding: 4% 5%;
    width: 70%;
  }
}

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: 50%;
    margin-top: 6em;
  }
}

.error-label {
  color: var(--text);
}

.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,
.community-follow button,
.requests-table-toolbar .organization-subscribe button {
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  color: var(--grey-2);
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  transition: all .12s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {

  .button,
  .split-button button,
  .community-follow button,
  .requests-table-toolbar .organization-subscribe button {
    width: auto;
  	display: flex;
    align-items: center;
    height: auto;
  }
}

.button:visited,
.split-button button:visited,
.community-follow button:visited,
.requests-table-toolbar .organization-subscribe button:visited,
.button:focus,
.split-button button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus {
  color: var(--grey-2);
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  outline: none;
}

.button:hover,
.split-button button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.button.button-primary:hover,
.split-button button:hover,
.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"],
.button.button-primary,
.split-button button.button-primary,
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.requests-table-toolbar .organization-subscribe button[data-selected="true"] {
  background-color: var(--yellow-1);
  color: var(--grey-2);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
}

.button.button-primary,
.split-button button.button-primary,
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.requests-table-toolbar .organization-subscribe button[data-selected="true"],
.button:focus,
.split-button button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus {
  background-color: var(--yellow-1);
  color: var(--grey-2);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
}

.button.button-primary:focus,
.split-button button.button-primary:focus,
.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"],
.button.button-primary:active,
.split-button button.button-primary:active,
.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"],
.button:active,
.split-button button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active {
  background-color: var(--yellow-1);
  color: var(--grey-2);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
}

.button[data-disabled],
.split-button button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled] {
  cursor: default;
}

.button-large,
input[type="submit"] {
  cursor: pointer;
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  color: var(--grey-1);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 8px 20px;
}

@media (min-width: 768px) {

  .button-large,
  input[type="submit"] {
    width: auto;
  }
}

.button-large:visited,
input[type="submit"]:visited {
    background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  color: #fff;
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: var(--grey-1);
  border: 1px solid var(--grey-1);
  color: var(--yellow-1);
  font-weight: 700;
}

.button-large[disabled],
input[type="submit"][disabled] {
  background-color: var(--button-disabled);
}

.button-secondary {
  color: var(--brand-default);
  border: 1px solid var(--brand-default);
  background-color: #fff;
}

.button-secondary:visited {
  color: var(--brand-default);
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: var(--blue-700);
  border: 1px solid var(--blue-700);
  background-color: #fff;
}

/*****Follow/unfollow*****/
.section-subscribe button,
.article-subscribe button,
.section-subscribe button[data-selected="true"],
.article-subscribe button[data-selected="true"] {
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  color: var(--grey-2);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  transition: all .12s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .section-subscribe button,
  .article-subscribe button {
    width: auto;
  	display: flex;
    align-items: center;
    height: auto;
  }
}

.section-subscribe button:visited,
.article-subscribe button:visited,
.section-subscribe button[data-selected="true"],
.article-subscribe button[data-selected="true"] {
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-2);
  outline: none;
}

.section-subscribe button:focus[data-selected="true"],
.article-subscribe button:focus[data-selected="true"],
.section-subscribe button:focus,
.article-subscribe button:focus {
  color: var(--grey-2);
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  outline: none;
}

.section-subscribe button:hover,
.article-subscribe 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"],
.section-subscribe button.button-primary,
.article-subscribe button.button-primary {
  background-color: var(--grey-2);
  color: var(--yellow-1);
  text-decoration: none;
  border: 1px solid var(--grey-2);
}

.section-subscribe button.button-primary,
.article-subscribe button.button-primary,
.section-subscribe button:focus,
.article-subscribe button:focus {
  background-color: var(--yellow-1);
  text-decoration: none;
  border: 1px solid var(--grey-1);
}

.section-subscribe button.button-primary:focus,
.article-subscribe button.button-primary:focus,
.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"],
.section-subscribe button:active,
.article-subscribe button:active {
  background-color:  var(--grey-2);
  border-color: var(--yellow-1);
}

.section-subscribe button[data-disabled],
.article-subscribe button[data-disabled] {
  cursor: default;
}

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

.split-button button {
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  color: var(--grey-2);
  font-weight: bold;
  height: auto;
  line-height: normal;
  outline-color: none;
  padding: 8px 12px;
}

.split-button button:hover {
  background-color: var(--grey-2);
  border: 1px solid var(--grey-2);
  color: var(--yellow-1);
  font-weight: bold;
  height: auto;
  line-height: normal;
  outline-color: none;
  padding: 8px 12px;
}

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

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

/*****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: 0px 8px 0px 10px;
}

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

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

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

.pagination-prev-link {
  padding-left: 5px;
}

.pagination-prev-text {
  margin-left: 5px;
}

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

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

.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  background-color: transparent;
  border: 1px solid var(--green-2);
  border-radius: 20px;
  color: var(--green-2);
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0;
  padding: 1px 9px;
  text-align: center;
  transition: all .12s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link {
    width: auto;
  	display: flex;
    align-items: center;
    height: auto;
  }
}

.pagination-next-link:visited,
.pagination-prev-link:visited,
.pagination-first-link:visited,
.pagination-last-link:visited,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus {
  color: var(--green-2);
  background-color: #fff;
  border: 1px solid var(--green-2);
  outline: none;
}

.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link {
  text-decoration: none;
  border: 1px solid var(--green-2);
  color: var(--green-2);
}

.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus {
  background-color: var(--green-4);
  text-decoration: none;
  border: 1px solid var(--green-2);
  color: var(--green-2);
}

.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-primary.pagination-next-link:active,
.button-primary.pagination-prev-link:active,
.button-primary.pagination-first-link:active,
.button-primary.pagination-last-link:active
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active {
  background-color:  var(--green-4);
  border-color: var(--green-2);
}

.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled] {
  cursor: default;
}

/*****Subscriptions*****/
.subscriptions-subscribe button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  transition: all .12s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  color: var(--green-2);
}

@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  	display: flex;
    align-items: center;
    height: auto;
  }
}

.subscriptions-subscribe button:visited,
.subscriptions-subscribe button:focus {
  color: var(--green-2);
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
}

.subscriptions-subscribe button.button-primary,
.subscriptions-subscribe button[data-selected="true"] {
  background-color: transparent;
  color: var(--green-2);
  text-decoration: none;
  border: 1px solid transparent;
}

.subscriptions-subscribe button:hover,
.subscriptions-subscribe button.button-primary:hover,
.subscriptions-subscribe button:hover[data-selected="true"] {
  background-color: transparent;
  color: var(--green-2);
  text-decoration: none;
  border: 1px solid transparent;
}

.subscriptions-subscribe button:focus {
  background-color: transparent;
  color: var(--green-2);
  text-decoration: none;
  border: 1px solid var(--green-2);
  background-color: var(--green-5);
}

.subscriptions-subscribe button.button-primary:focus,
.subscriptions-subscribe button:focus[data-selected="true"],
.subscriptions-subscribe button.button-primary:active,
.subscriptions-subscribe button:active[data-selected="true"],
.subscriptions-subscribe button:active {
  background-color: var(--green-5);
  border: 1px solid var(--green-2);
  color: var(--green-2);
}

.subscriptions-subscribe button[data-disabled] {
  cursor: default;
}

/***To handbook***/
.to-handbook {
  background-color: transparent;
  height: auto;
  width: auto;
  color: var(--grey-2);
  font-size: 16px;
  font-weight: 600;
  margin: 0px 5px;
}

.to-handbook svg {
  width: 25px;
  height: 25px;
  fill: var(--grey-2);
  margin-bottom: -6px;
}

.to-handbook:hover {
  color: var(--green-2);
  cursor: pointer;
}

.to-handbook:hover svg {
  fill: var(--green-2);
}


/***End of To handbook***/

/***** Tables *****/
table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px;
    margin: 40px 0px;
    border: 1px solid var(--grey-5);
}


table th,
table th a {
    color: var(--ui-text-light);
    background-color: var(--coral-50);
    border: 1px solid var(--coral-100);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
}

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

table tr {
    display: block;
    padding: 0px 0;
  	text-align: justify;
}

table col {
    border: 1px solid var(--border);
}

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

table td {
    display: block;
    border: 1px solid var(--border);
}

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

@media (min-width: 1024px) {

    table td,
    table th {
        padding: 10
          px;
    }
}

@media (min-width: 768px) {

    table td,
    table th {
        height: auto;
    }
}

caption {
    text-align: left;
    color: var(--grey-600);
    font-style: italic;
    margin: 15px 0px 0px 6px;
}

/***** Forms *****/
.form {
 width: 100%;
}

#hc-wysiwyg {
  border: 1px solid var(--grey-5);
}

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

.form-field label {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.form-field input {
  border: 1px solid var(--grey-5);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid var(--grey-2);
}

.form-field input[type="text"] {
  border: 1px solid var(--grey-5);
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid var(--grey-2);
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid var(--grey-5);
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid var(--grey-2);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid var(--grey-5);
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid var(--grey-2);
  text-decoration: none;
}

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

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

.form-field .optional {
  color: var(--grey-3);
  margin-left: 4px;
}

.form-field p {
  color: var(--text);
  font-size: 14px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.form footer a {
  color: var(--green-1);
  cursor: pointer;
  margin-right: 15px;
}

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

.form .suggestion-list label {
  border-bottom: 1px solid var(--text-label);
  display: block;
  padding-bottom: 5px;
}

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

.form .suggestion-list li a {
  color: var(--green-1);
}

.form .suggestion-list li a:visited {
  color: var(--green-1);
}

ul[data-hc-pills-container][data-hc-focus=true] {
  border: 1px solid var(--grey-2);
}

ul[data-hc-pills-container] {
    border-radius: 4px;
    cursor: text;
    min-height: 37px;
    padding: 2.5px;
    overflow: hidden;
  	border: 1px solid var(--grey-5);
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  outline: none;
}

/***** Header *****/
.header {
  width: 100vw;
  margin: 0 auto;
  padding: 0px 30px 0px 25px;
  position: relative;
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: left;
  z-index: 1000;
  background-color: #fff;
}

@media (max-width: 1160px) {
  .header {
    padding: 0em 1em;
    width: 100vw;
    z-index: 100;
  }
}

.header-branding {
  width: 400px;
  height: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.header-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrapper-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
}

.header-logo {
  height: 100%;
  width: auto;
}

.header-pa-logo {
  width: 230px;
  height: auto;
  fill: var(--grey-1);
  display: block;
  padding-right: 10px;
}

.header-KB-name {
  height: auto;
  width: 250px;
}

.header-KB-name-label {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  color: var(--green-1);
  margin: 0px;
  margin-top: -33px
}

.header-location {
  height: auto;
  width: 300px;
  display: flex;
  flex-grow: 2;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
}

.location {
  height: 200px;
  width: 300px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 8px; 
  left: 4vw;
  top: 15vh;
  position: absolute;
  box-shadow: 0 0 10px #00000014;
  padding: 12px;
}

.location-now {
  display: flex;
  flex-direction: row;
}

.location-go {
  display: flex;
  flex-direction: row;
}

.location-now-icon {
  width: 30px;
  height: 30px;
  fill: var(--volcano-5);
}

.location-go-to {
  
}

.location-go-to-icon {
  height: 20px;
  width: 20px;
  fill: var(--ocean-4);
}

.header-search-bar {
  height: 42px;
  width: 450px;
}

.request-wrapper {
  display: flex;
  justify-content: end;
  flex-grow: 2;
}

.submit-a-request a {
  border: 1px solid var(--green-2);
  padding: 8px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: var(--grey-2);
  font-size: 15px;
  width: auto;
  background-color: var(--green-2);
  display: flex;
  border-radius: 4px;
}

.submit-a-request a:hover {
  border: 1px solid var(--grey-2);
  color: var(--green-2)!important;
  background-color: var(--grey-2);
}

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

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

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: none;
  border: none;
  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;
  margin-right: 15px;
}

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

@media (max-width: 1024px) {
  .user-bar  {
    display: none;
  }
}

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

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

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

.nav-wrapper-desktop {
  display: flex;
  justify-content: end;
  align-items: baseline;
}

.nav-wrapper-desktop a {
  display: none;
  border: 1px solid var(--yellow-1);
  padding: 8px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: var(--grey-2);
  font-size: 15px;
  width: auto;
  margin-left: 8px;
  background-color: var(--yellow-1);
  border-radius: 4px;
}

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

.nav-wrapper-desktop a:hover {
  background-color: var(--grey-2);
  color: var(--yellow-1);
  text-decoration: none;
  border: 1px solid var(--grey-2);
}

.nav-wrapper-desktop a:focus {
  background-color: var(--grey-2);
  color: var(--yellow-1);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
}

.nav-wrapper-desktop a:active {
  background-color: var(--grey-2);
  color: var(--yellow-1);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
}

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

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}

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

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

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: var(--page-background);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px var(--grid-border);
  border-bottom: solid 1px var(--grid-border);
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

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

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid var(--grid-border);
  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: var(--beqom-navy);
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active,
.nav-wrapper-mobile .menu-list-mobile-items button:focus,
.nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: var(--page-background);
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: var(--green-1);
}

.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: var(--page-background);
}

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

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: var(--text-label);
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

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

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

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

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

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

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

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

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

.user-info>button {
  margin: 0px 10px 0px 10px;
  border: 0;
  color: var(--grey-2);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  min-width: 0;
  padding: 0px 0px 3px 0px;
  white-space: nowrap;
}

.user-info>button:hover,
.user-info>button:focus {
  color: var(--green-2);
  background-color: transparent;
}

.user-info>button::after {
  color: var(--green-2);
  padding-right: 15px;
}

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

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

.user-info .user-avatar {
  border: none;
} 

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

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

/***** User avatar *****/
.user-avatar {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  fill: #122233;
  border-radius: 50px;
  margin-right: 10px;
}

.team-avatar {
  border-radius: 0px;
  margin-right: 0px;
}

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

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

.avatar .icon-agent {
  fill: var(--text);
  color: #fff;
  border: 1px solid var(--input-border-default);
  border-radius: 50%;
  background-color: #fff;
  font-size: 1px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  width: 25px;
  padding: 3px;
}

/***** Footer *****/
.footer {
  margin-top: auto;
  padding: 64px;
  height: auto;
  background-color: var(--grey-1);
  flex-shrink: 0;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
  }
}

.footer-language-selector button {
  color: white;
  display: inline-block;
}

.footer-links
{
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  padding-bottom: 32px;
}

.footer-link-column {
  height: auto;
  width: 24%;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-top: 2px solid var(--grey-3);
  padding-top: calc(10.3662px + 1.50235vw)
}

.footer-link-column-title {
  height: auto;
  width: auto;
  font-family: 'Open Sans', sans-serif;
  color: var(--grey-3);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-weight: 700;
}

.footer-link-column .footer-link-column-title:last-of-type:not(:only-of-type) {
  margin-top: 20px;
}

.footer-link-list {
  margin-top: 10px;
}

.footer-link-list li {
  margin-bottom: 8px;
  font-size: 14px!important;
}

.footer-link-list a {
  color: #fff;
}

.footer-link-list a:hover {
  cursor: pointer;
  color: var(--yellow-1);
  font-size: 14px!important;
}

.footer-bottom-banner
{
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  border-top: 2px solid var(--grey-3);
  padding-top: 32px;
  justify-content: space-between;
}

.footer-certif{
  height: 64px;
  width: 40%;
}

.footer-certif:hover {
  cursor: pointer;
}

.footer-certif-inner {
  height: 64px;
  width: 200px;
  background-image: url(/hc/theming_assets/01J69VN8KDEW4HHD897GHGCEP5);
  background-repeat: no-repeat;
  border-radius: 30px;
}

.footer-social {
  height: 64px;
  width: 40%;
  display: flex;
}

.social-link {
}

.footer-social-item {
  height: 28px;
  width: 28px;
  background-color: #fff;
  border-radius: 20px;
}

.footer-social-icon {
  height: 22px;
  width: 22px;
  fill: var(--grey-1);
  margin: 0 auto;
}

.footer-logo {
  width: 135px;
  height: auto;
  margin-right: 15px;
  flex-grow: 2;
  margin-bottom: 64px;
}

.footer-pa-logo
{
  width: 260px;
  height: auto;
  fill: #fff;
}

.footer-logo-link {
  color: #fff;
}

.footer-logo-link:hover {
  cursor: pointer;
  color: var(--yellow-1);
}

.footer-logo-link:hover .footer-pa-logo {
  color: var(--yellow-1);
  cursor: pointer;
}

.footer-copyright {
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  margin-right: 15px;
}

.footer-legal {
  display: flex;
  width: auto;
  height: auto;
	justify-content: flex-start;
  border-top: 2px solid var(--grey-3);
}

.footer-legal-link {
  margin-left: 10px;
}

.legal-link {
  font-size: 14px;
}

.legal-link:hover {
  font-weight: 400!important;
}

/***** Footer *****/
/***** Article Footer *****/
.main-footer {
  margin-top: auto;
  padding: 0px 40px 30px 40px;
  height: 130px;
  background-color: #fff;
  flex-shrink: 0;
}

.main-footer a {
  color: var(--green-1);
  font-size: 14px;
  font-weight: 500;
}

.main-footer a:hover {
  color: var(--green-2);
}

/***** Article Footer *****/

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

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

.breadcrumbs li {
  color: var(--text);
  display: inline;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Open Sans', sans-serif;
}

.breadcrumbs li+li::before {
  content: "/";
  margin: 0 4px;
  color: var(--grey-2);
}

.breadcrumbs li a {
  color: var(--grey-3);
  font-size: 15px;
  font-weight: 500;
}

.breadcrumbs li a:visited {
  color: var(--grey-3);
}

.breadcrumbs li a:hover {
  color: var(--grey-1);
}

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


.search {
  border: none;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
  opacity: 70%;
}

.search-label {
  color: var(--grey-2);
}

.search:focus-within {
  border: none;
  opacity: 100%;
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border-radius: 14px;
}

.search input[type="search"] {
  border: transparent;
}

.search input[type="search"] {
  border: transparent;
}

.search-full input[type="search"],
.search-full .clear-button {
  border: transparent;
}


.search-full input[type="search"],
.search-full .clear-button {
  border-color: transparent;
}

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: var(--text);
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
  border: 1px solid var(--grey-3);
}

.search input[type="search"]:focus {
  color: var(--text);
  background-color: #fff;
  transition: 0s;
}

.search input[type="search"]::-webkit-search-decoration,
.search input[type="search"]::-webkit-search-cancel-button,
.search input[type="search"]::-webkit-search-results-button,
.search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search input[type="search"]:-webkit-autofill,
.search input[type="search"]:-webkit-autofill:hover,
.search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search-icon {
  position: relative;
  top: 25%;
  transform: rotateY(180deg);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: var(--green-1);
  opacity: .7;
  transition-property: all;
  transition-duration: 120ms;
}

.search .clear-button {
  background-color: #fff;
  align-items: center;
  box-sizing: border-box;
  color: var(--grey-1);
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
  transition: 0.2s;
}

.search .clear-button:hover {
  background-color: #fff;
  color: var(--yellow-0);
}

.search .clear-button:focus {
  outline: 0;
  background-color: #fff;
  border-left: transparent;
  border-right: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

.search-has-value .clear-button {
  display: flex;
  border-left: transparent;
  border-right: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

.search-has-value:focus .clear-button {
  border-left: transparent;
  border-right: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

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

[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: transparent;
  border-left: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  border-left: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

[dir="ltr"] .search-has-value input[type="search"]:focus .clear-button {
  border-left: none;
  border-right: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

[dir="ltr"] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}

[dir="ltr"] .search .clear-button:focus {
  border-left: none;
    border-right: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}

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

[dir="rtl"] .search-has-value input[type="search"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}

[dir="rtl"] .search-has-value input[type="search"]:focus {
  /*border-left-color: transparent;*/
  border-left: none;
}

[dir="rtl"] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  /*border-right-color: transparent;*/
}

[dir="rtl"] .search .clear-button:focus {
  border-right: none;
  /*border-right-color: transparent;*/
}

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

/***** Hero component *****/
.hero {
  height: 265px;
  width: 100vw;
  background-color: transparent;
  z-index: 100;
  position: relative;
}

.hero-deco {
	position: absolute;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	height: 600px;
  opacity: 70%;
  padding-right: 15px;
}

.hero-deco-shape {
	width: 33%;
  position: relative;
}

.hero-deco-shape-topspace {
  top: 30px;
}

.hero-deco-graphics {
  max-height: 400px;
	min-height: 300px;
}


/*Styles for category, section and article heroes*/
.subhero-content {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 250px;
  padding-left: 40px;
  padding-bottom: 25px;
  padding-top: 17px;
}

.subhero-cat-text {
  height: auto;
  width: auto;
}

.subhero-cat-text-label {
  font-family: $heading_text;
  text-align: left;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-page {
  height: 125px;
  width: 100vw;
  margin-top: -61px;
  background: var(--background);
}

.hero-cat-deco {
	position: absolute;
	display: flex;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	opacity: 55%;
	height: 150px;
  justify-content: flex-end;
}
 
.hero-cat-deco-shape {
  height: 250px;
	width: 250px;
  margin-top: -100px;
  margin-right: -20px;
  transform: rotate(247deg);
  animation-name: spincat;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
}

@keyframes spincat {
   from {
        transform: rotate(0);
    }
  
  to {
        transform: rotate(1.65turn);
    }

}

.top-spacer {
  width: 100%;
  height: 100px;
  display: flex;
}

.end-spacer {
  width: 100%;
  height: 150px;
  display: flex;
}

.hero-cat-end {
  width: 100%;
  height: 250px;
  opacity: 55%;
  display: flex;
  margin-top: -70px;
  padding-left: 50px;
}



.hero-cat-end-deco {
  width: 250px;
  height: 250px;
  animation-name: spincat;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
}

.hero-section-end {
  width: 100%;
  height: 250px;
  opacity: 55%;
  display: flex;
  margin-top: -70px;
  padding-left: 50px;
}

.hero-section-end-deco {
  width: 250px;
  height: 250px;
  animation-name: spincat;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
}


.hero-sect-deco {
	position: absolute;
	display: flex;
	z-index: 2;
	width: 100%;
	overflow: visible;
	opacity: 55%;
}
 
.hero-sect-deco-shape {
  height: 250px;
	width: 250px;
  margin-top: -100px;
  margin-right: -20px;
  animation-name: spinsect;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
  transform: rotate(63deg);
}

@keyframes spinsect {
   from {
        transform: rotate(63deg);
    }
  
  to {
        transform: rotate(1.4turn);
    }

}

.hero-searchpage-deco {
	position: absolute;
	display: flex;
	z-index: 2;
	width: 100%;
	overflow: visible;
	opacity: 55%;
	height: 300;
  justify-content: flex-start;
}

.hero-searchpage-deco-shape {
  height: 300px;
	width: 300px;
  margin-top: -82px;
  margin-left: -32px;
  rotate: 93deg;
  animation-name: spinsearch;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
}

@keyframes spinsearch {
   from {
        transform: rotate(0deg);
    }
  
  to {
        transform: rotate(1turn);
    }

}

.hero-userprof-deco {
	position: relative;
	z-index: 2;
	width: 100%;
	opacity: 65%;
	height: 360px;
  display: flex;
  justify-content: flex-end;
  top: 6px;
  right: 135px;
}

.hero-userprof-deco-shape1 {
  height: 360px;
	width: 360px;
  position: absolute;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-userprof-deco-shape1-svg {
  animation-name: spinprof1;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
  transform-origin: center center;
  rotate: 24deg;
}

.hero-userprof-deco-shape2 {
  height: 360px;
	width: 360px;
  position: absolute;
}

.hero-userprof-deco-shape2-svg {
      animation-name: spinprof2;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
  transform-origin: center center;
  rotate: -24deg;
}

@keyframes spinprof1 {
   from {
        transform: rotate(0deg);
    }
  
  to {
        transform: rotate(360deg);
    }

}

@keyframes spinprof2 {
   from {
        transform: rotate(0deg);
    }
  
  to {
        transform: rotate(1turn);
    }

}

.hero-art-deco {
	position: absolute;
	display: flex;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	opacity: 65%;
	height: auto;
  justify-content: flex-end;
}

.hero-art-deco-shape {
  height: auto;
	width: 350px;
  transform: rotate(217deg);
}

.hero-request-deco {
	position: absolute;
	display: flex;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	opacity: 65%;
	height: 150px;
  justify-content: space-between;
}

.hero-request-deco-shape2 {
  background-image: url($hero_image4);
  background-repeat: no-repeat;
  height: auto;
	width: 15%;
  transform: rotate(187deg);
  margin-bottom: 40px;
  margin-right: -71px;
}

.hero-request-deco-shape3 {
  background-image: url($hero_image4);
  background-repeat: no-repeat;
  height: auto;
	width: 15%;
}

.hero-search-text {
  height: auto;
  height: 260px;
  width: 100vw;
  text-align: center;
  padding-top: 89px;
  position: relative;
  z-index: 10;
}

.hero-search-text h1 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--grey-1);
  font-size: 48px;
}

.hero-search-bar{
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 45px;
  margin-top: -95px;
}

.hero-inner {
  position: absolute;
  max-width: 610px;
  width: 610px;
  margin: 0 auto;
  z-index: 1000;
}

.hero-suggestion-bar {
  display: flex;
  width: 70%;
  height: 80px;
  justify-content: space-between;
  align-items: flex-end;
}

div.hero-suggested-item {
  width: auto;
  height: auto;
}

.suggested-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.suggested-item:visited {
  font-family: Poppins, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.suggested-item:hover {
  color: #fff;
  text-decoration: underline;
}

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

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

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

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  color: var(--text);
}

.glossary-header h1 {
  color: var(--text);
}

.page-header-description {
  font-style: normal;
  margin: 0 0 20px 0;width: fit-content;
  word-break: break-word;
  color: var(--grey-3);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

@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-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  width: 60%;
  height: 70px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 25px;
  padding-left: 35px;
  position: relative;
  z-index: 10;
}

.sub-nav-vertical {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}


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

.sub-nav .breadcrumbs {
  margin: 0;
}

.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.container-blocks-list {
  width: 900px;
  margin: 0 auto;
}

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

.blocks-item {
  border: 1px solid var(--grey-100);
  border-radius: 0px;
  box-sizing: border-box;
  color: var(--text);
  display: flex;
  width: 300px;
  height: 280px;
  max-width: 100%;
  text-align: center;
}

.block-icon {
  margin: 0 auto;
  fill: #409bee;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  background-color: var(--page-background);
  transform: scale(1.03);
  border: none;
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: var(--beqom-navy);
  text-decoration: none;
  border: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid var(--grid-border);
}

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

.blocks-item-internal a {
  color: var(--green-1);
}

.blocks-item-link {
  color: var(--text);
  padding: 35px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  border-radius: inherit;
}

.blocks-item-link:visited,
.blocks-item-link:hover,
.blocks-item-link:active {
  color: var(--green-2);
  text-decoration: none;
  background-color: #fff;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 1px var(--green-2);
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
}

.blocks-item-description {
  margin: 0;
  font-size: 16px;
  color: var(--grey-600);
}

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

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

.container-help {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 70vw;
  height: 1000px;
}

.help-background {
  height: inherit;
  width: inherit;
  position: absolute;
  opacity: 50%;
  background-image: url($illustration_large_green1);
  background-size: 330px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 36px;
  z-index: 1;
}

.help {
  min-height: 300px;
  height: inherit;
  width: inherit;
  position: relative;
  z-index: 1000;
}

.container-3-help {
  min-height: 310px;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  /*box-shadow: 0 0 10px #00000014;*/
  position: relative;
  padding-top: 20px;
  padding-left: 40px;
}

.container-3-help-background {
  height: 90%;
  margin: 0 auto;
  opacity: 35%;
  position: absolute;
  z-index: 1;
}

.container-3-help-body {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.help-red {
  width: 88%;
  background-image: url($illustration_small_red2);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.help-green {
  width: 90%;
  background-image: url($illustration_small_green1_rtl);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top right;
}

.container-3-help .help-section-title {
  width: auto;
  display: flex;
  margin-bottom: 20px;
}

.title-text h2 {
  color: var(--text);
  margin-bottom: 0;
}

.container-3-help .article-list {
  list-style-type: none!important;
  column-count: 2!important;
  margin-left: 0!important;
}

.help-section-title {
  width: 600px;
  height: auto; 
  margin: 0 auto;
  display: flex;
}

.help-section-title-icon {
  height: 26px;
  width: 26px;
  fill: var(--green-1);
  margin-right: 3px;
}

.help-section-title h2 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 700;
}

.help .article-list {
	width: 600px;
  margin: 0 auto;
  list-style-type: none;
}

.category-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category {
  box-sizing: border-box;
  background-color: #fff;
  padding: 15px;
  width: 600px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 10px #00000014;
}

.category-gradient-border  {
  border-radius: 5px;
  border-width: 2px;
  position: relative;
}

.category-gradient-border::before {
  content: "";
  position: relative;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.category-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}

.category-icon {
  width: 30px;
  margin-right: 3px;
}


.cat-icon-svg {
  height: 30px;
  width: 25px;
  fill: var(--grey-2);
  margin-top: 7px;
}

.category-label {
  width: auto;
}

.category:last-of-type {
  margin-bottom: 100px;
}

.category h2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 10px 0px 22px 0px;
}

.category h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 15px 0px;
  display: inline-block;
  font-weight: 400;
  color: var(--text);
}

.section {
  padding: 10px 0px 35px 0px;
  border-bottom: 1px solid var(--grey-5);
}

.section:last-of-type {
  border-bottom: none;
}


.section ul {
  width: 100%;
}

.section ul li {
  width: 100%;
  list-style-type: disc;
  display: flex;
}

.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-title-icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  fill: var(--green-1);
}

.section-title h2 {
  margin: 0;
}

.accordion-section {
  border-top: 1px solid var(--grid-border);
  padding-left: 5px;
}

.section-description {
  display: flex;
  height: auto;
  width: 100%;
  justify-content: space-between;
}

.dropdownlink {
  height: 25px;
  width: 25px;
  border: none;
  background: transparent;
  padding: 0;
  right: 20px;
  margin-top: 10px;
  position: absolute;
  display: inline-block;
  transition: all 0.4s ease-out;
}

.dropdownlink {
cursor: pointer;
}

.dropdownlink-icon {
  height: 25px;
  width: 25px;
  fill: var(--grey-1);
}

.dropdownlink-icon-icon:hover {
	cursor: pointer;
}

.dropdownlink:hover .dropdownlink-icon {
  fill: var(--green-0);
}

.open .dropdownlink-icon {
  transform: rotate(180deg);
  fill: var(--red-600);
}

.section-items {
	display: flex; 
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section-items li {
  margin: 5px 0px;
}

.section-items li:last-of-type {
  margin: 5px 0px 10px 0px;
}

.section-items li a {
  color: var(--grey-3);
}

.section-items li a:hover {
  color: var(--green-1);
}

.section-items .see-all-articles {
  color: var(--text-base);
  font-family: $title_font;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin: 8px 0px 12px 0px;
}

.section-items .see-all-articles:hover {
cursor: pointer;
  text-decoration: underline;
}

.section-article-icon {
  width: 17px;
  height: 17px;
  fill: var(--blue-500);
  margin-right: 3px;
  margin-top: 2px;
}

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

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

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

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

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

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-start;
    flex: 0 0 auto;
    padding-right: 22px;
    width: 100%;
    height: 30px;
    margin-right: 2px;
    /* Three columns on desktop */
  }

  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

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

.promoted-articles-item a {
  display: flex;
}

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

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

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: none;
  }
}

.promoted-articles-item-icon {
  width: 20px;
  height: 20px;
  fill: var(--green-1);
}

.promoted-articles-item a:hover .promoted-articles-item-icon {
  fill: var(--green-2);
}

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

.community-image {
  min-height: 300px;
  margin-top: 32px;
  /*background-image: url(/hc/theming_assets/01J14N7RGGB9TZX921JNQJN6BR);*/
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community a {
  color: var(--green-1);
}

.community a:visited {
  color: var(--green-1);
}

.community a:hover,
.community a:active,
.community a:focus {
  color: var(--green-2);
}

.community,
.activity {
  border-top: 1px solid var(--grid-border);
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity {
  margin: 0 auto;
}

.recent-activity-header {
  display: none;
}

.recent-activity-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.recent-activity-item {
  overflow: auto;
  padding: 12px 0 0 0;
}

.recent-activity-item:first-of-type {
  padding: 0;
}

.recent-activity-item h3 {
  margin: 0px;
  width: fit-content;
}

.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

.recent-activity-item-parent:visited {
  font-size: 20px;
  font-weight: 500;
  color: var(--text);
}

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

.recent-activity-item-link {
  font-size: 16px;
  width: fit-content;
}

.recent-activity-item-meta {
  color: var(--text);
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    display: none;
    margin: 0;
    float: right;
    display: none;
  }

  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time {
  display: inline-block;
  font-size: 13px;
  color: var(--text-light);
}

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

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

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

.recent-activity-controls {
  display: none!important;
  padding-top: 15px;
  text-align: right;
}

.recent-activity-controls a {
  color: var(--green-1);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--green-1);
  border-radius: 4px;
  padding: 4px 6px;
}

.recent-activity-controls a:visited {
  color: var(--green-1);
}

.recent-activity-controls a:hover,
.recent-activity-controls a:active,
.recent-activity-controls a:focus {
  color: var(--green-2);
}

.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: var(--coral-400);
  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: flex-end;
}

.columns {
    flex-direction: column;
}

.section-container {
  margin-bottom: 20px;
}

.category-search-bar
{
  width: 550px;
  margin-bottom: 20px;
}

.category-content {
  flex: 1;
}

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

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  margin-top: 35px;
}

.section-tree-vertical {
  display: flex;
  flex-direction: column;
}

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

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

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

.section-tree-title {
  margin-bottom: 8px;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  font-family: 'Open Sans', sans-serif;
}

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

.article-list {
  color: var(--text);
  padding: 0;
  margin-left: 0;
  margin-top: 12px;
  column-count: 2;
  margin-left: -20px
}


.article-list-item {
  font-size: 14px;
  padding: 10px 0px 3px 0px;
  margin-left: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}

.article-list-item a {
  color: var(--grey-3);
  font-weight: 400;
}

.article-list-item a:hover {
  color: var(--green-1);
}

.icon-star {
  fill: var(--coral-1);
  height: 15px;
  width: 15px;
  margin-top: 3px;
  margin-right: 2px;
}

.section-content {
  flex: 1;
}


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

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

.section-list-item {
  border-bottom: 1px solid var(--grid-border);
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid var(--grid-border);
}

.section-list-item a {
  align-items: center;
  color: var(--green-1);
  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;
}

.cat-section-label-container {
  display: flex;
  align-items: flex-start;
  width: fit-content;
}

.cat-section-label-container h2 {
  margin-top: 10px;
}

.cat-section-label-icon {
  width: 20px;
  height: 20px;
  fill: var(--green-2);
  margin-right: 6px;
  margin-top: 10px;
}

.cat-section-label-icon-2 {
  width: 20px;
  height: 20px;
  fill: var(--green-2);
  margin-right: 6px;
  margin-top: 7px;
}

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

.back-home {
  height: auto;
  width: auto;
  display: flex;
  background-color: transparent;
  border: none;
  padding: 2px;
  color: var(--text);
}

.back-home:hover {
  cursor: pointer;
  color: var(--green-1);
}

.back-home:hover .back-home-icon {
  fill: var(--grey-1);
}

.back-home-icon {
  height: 20px;
  fill: var(--grey-3);
  margin-right: 3px;
}

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

@media (min-width: 1024px) {
  .article {
    flex: 1 0 100%;
    width: 100%;
    padding: 0;
  }
}

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

@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-avatar {
  margin-right: 10px;
}

.article-avatar .icon-agent {
    fill: var(--text);
    color: #fff;
    border: 1px solid var(--input-border-default);
    border-radius: 50%;
    background-color: #fff;
    font-size: 1px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    width: 18px;
    padding: 3px;
    bottom: 0;
  	right: 0;
}

.article-author {
  margin-bottom: 0px;
}

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

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

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

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

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

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

.article-meta a {
  color: var(--grey-2);
  font-weight: 600;
}

.article-meta a:hover {
  color: var(--yellow-0);
  font-weight: 600;
}

.article-meta p {
  color: var(--grey-2);
  font-weight: 600;
  margin: 0!important;
}

.article-body {
  padding-bottom: 40px;
}

.article-body a {
  color: var(--body-link);
  font-weight: 500;
}

.article-body a:visited {
  color: var(--body-link);
  font-weight: 500;
}

.article-body a:hover,
.article-body a:active,
.article-body a:focus {
  color: var(--body-link);
  text-decoration: underline;
  font-weight: 500;
}

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

.height-400 {
  max-height: 400px;
}

.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 :not(pre)>code {
  margin: 0;
}

.article-body pre {
  background: var(--text-light);
  border: 1px solid var(--grid-border);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid var(--grid-border);
  color: var(--text-light);
  font-style: italic;
  padding: 0 15px;
}

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

.article-body h1 {
  display: none;
}

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

.article-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-comment-count {
  color: (--text-light);
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: var(--text-light);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid var(--grid-border);
  border-top: 1px solid var(--grid-border);
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.article-relatives {
  border: 1px solid var(--grid-border);
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

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

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

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

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

.article-votes-controls {
  display: flex;
  justify-content: center;
}

.article-votes {
  padding: 40px 0px 30px 0px;
  text-align: center;
}

.article-votes-question {
  font-family: $title_font;
  font-weight: 500;
  color: var(--text);
}

.article-vote-label {
  font-family: $title_font;
}

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

.article-vote-up {
  border: 2px solid var(--green-up);
  background-image: url('/hc/theming_assets/01K590EYZFGJRW8H8ZR969WKCJ');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: transparent;
  width: 50px;
  border-radius: 25px;
}

.article-vote-up:hover {
  border: 2px solid var(--green-up);
  background-image: url('/hc/theming_assets/01K590EZ6SNNFKV1BJ7X2TKBKX');
  background-color: var(--green-up);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-up:focus {
  border: 2px solid var(--green-up);
  background-image: url('/hc/theming_assets/01K590EZ6SNNFKV1BJ7X2TKBKX');
  background-color: var(--green-up);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-up[aria-pressed="true"] {
  border: 2px solid var(--green-up);
  background-image: url('/hc/theming_assets/01K590EZ6SNNFKV1BJ7X2TKBKX');
  background-color: var(--green-up);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-up[aria-pressed="true"]:hover {
  border: 2px solid var(--green-up);
  background-image: url('/hc/theming_assets/01K590EZ6SNNFKV1BJ7X2TKBKX');
  background-color: var(--green-up);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-up[aria-pressed="true"]:focus {
  border: 2px solid var(--green-up);
  background-image: url('/hc/theming_assets/01K590EZ6SNNFKV1BJ7X2TKBKX');
  background-color: var(--green-up);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-down {
  border: 2px solid var(--red-down);
  background-image: url('/hc/theming_assets/01K590EYWBNXK93YSRWF17TMFB');
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  border-radius: 25px;
}

.article-vote-down:hover {
  border: 2px solid var(--red-down);
  background-image: url('/hc/theming_assets/01K590EZA1KT30JY49P4VDK3T8');
  background-color: var(--red-down);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-down:focus {
  border: 2px solid var(--red-down);
  background-image: url('/hc/theming_assets/01K590EZA1KT30JY49P4VDK3T8');
  background-color: var(--red-down);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-down[aria-pressed="true"] {
  border: 2px solid var(--red-down);
  background-image: url('/hc/theming_assets/01K590EZA1KT30JY49P4VDK3T8');
  background-color: var(--red-down);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-down[aria-pressed="true"]:hover {
  border: 2px solid var(--red-down);
  background-image: url('/hc/theming_assets/01K590EZA1KT30JY49P4VDK3T8');
  background-color: var(--red-down);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

.article-vote-down[aria-pressed="true"]:focus {
  border: 2px solid var(--red-down);
  background-image: url('/hc/theming_assets/01K590EZ6SNNFKV1BJ7X2TKBKX');
  background-color: var(--red-down);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 50px;
}

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

.article-more-questions a {
  color: var(--green-1);
}

.article-more-questions a:visited {
  color: var(--green-1);
}

.article-more-questions a:hover,
.article-more-questions a:active,
.article-more-questions a:focus {
  color: var(--green-2);
}

.article-return-to-top {
  border-top: none;
}

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

.article-return-to-top a {
  color: var(--green-2);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
  text-decoration: none;
  color: var(--green-2);
}

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

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

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

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

.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}

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

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachment-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    width: 100%;
}

.article-attachments {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: fit-content;
    width: 50%;
    border: 1px solid var(--volcano-1);
  	background-color: trransparent;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 auto;
}

.attachment-intro {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: var(--grey-1);
    font-size: 18px;
    font-weight: bold;
}

.attachments .attachment-item {
    padding-left: 0px;
    position: relative;
    margin-bottom: 10px;
}

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

.attachments .attachment-item a:hover {
  text-decoration: underline;
}

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

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

.attachment-icon {
    width: 18px;
    height: 18px;
    fill: var(--text);
}

.invisible {
    display: none;
}

.upload-dropzone span {
    color: var(--text-light);
}

/***** 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: var(--green-1);
}

.share a:hover {
  text-decoration: none;
  color: var(--green-2);
}

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

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

.comment-heading,
.recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid var(--grid-border);
  border-top: 1px solid var(--grid-border);
  padding: 20px 0;
}

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

.comment-callout {
  color: var(--text-light);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: var(--green-1);
}

.comment-callout a:visited {
  color: var(--green-1);
}

.comment-callout a:hover,
.comment-callout a:active,
.comment-callout a:focus {
  color: var(--green-2);
}

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

.comment-sorter .dropdown-toggle {
  color: var(--text);
  font-size: 13px;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid var(--coral-400);
  padding: 40px 20px 20px;
}

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

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

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

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: var(--green-1);
}

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

.comment-body a {
  color: var(--green-2);
}

.comment-body a:visited {
  color: var(--green-2);
}

.comment-body a:hover,
.comment-body a:active,
.comment-body a:focus {
  color: var(--green-1);
}

.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 :not(pre)>code {
  background: var(--page-background);
  border: 1px solid var(--grid-border);
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: var(--page-background);
  border: 1px solid var(--grid-border);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid var(--grid-border);
  color: var(--text-light);
  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: var(--text-light);
  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: var(--coral-1);
}

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

.vote-voted {
  color: var(--text);
}

.vote-voted:hover {
  color: var(--text);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Community topic page */
.topic-header {
  border-bottom: 1px solid var(--grid-border);
  font-size: 13px;
}

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

.topic-header .dropdown {
  display: block;
  border-top: 1px solid var(--grid-border);
  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: var(--green-2);
}

.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: var(--link);
  color: var(--link);
}

.community-follow button[data-selected="true"] {
  background-color: var(--link);
  color: var(--link);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid var(--grid-border);
  color: var(--text);
}

.community-follow button[data-selected="true"]:hover {
  background-color: var(--page-background);
  border-color: var(--link);
}

.community-follow button::after {
  border-left: 1px solid var(--link);
  content: attr(data-follower-count);
  color: var(--link);
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid var(--link);
  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 var(--grid-border);
  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: var(--link);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: none;
  color: var(--link-hover);
}

.striped-list-title:visited {
  color: var(--link);
}

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: var(--text);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: var(--green-700);
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 12px 2px 12px;
  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: var(--page-background);
}

.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: var(--grey-100);
  color: var(--grey-800);
  border: 1px solid var(--grey-300);
}

.status-label-pending,
.status-label-pending-moderation {
  background-color: var(--yellow-100);
  text-align: center;
  color: var(--yellow-700);
  border: 1px solid var(--yellow-300);
}

.status-label-open {
  background-color: var(--lime-100);
  text-align: center;
  color: var(--lime-800);
  border: 1px solid var(--lime-300);
}

.status-label-solved {
  background-color: var(--green-100);
  text-align: center;
  color: var(--green-800);
  border: 1px solid var(--green-300);
}

.status-label-new {
  background-color: var(--blue-100);
  text-align: center;
  color: var(--blue-800);
  border: 1px solid var(--blue-300);
}

.status-label-hold {
  background-color: var(--coral-4);
  text-align: center;
  color: var(--purple-1);
  border: 1px solid var(--coral-3);
}

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** 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: 'Open Sans', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

.post-body a {
  color: var(--link);
}

.post-body a:visited {
  color: var(--link);
}

.post-body a:hover,
.post-body a:active,
.post-body a:focus {
  color: var(--link-hover);
}

.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 :not(pre)>code {
  background: var(--page-background);
  border: 1px solid var(--grid-border);
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: var(--page-background);
  border: 1px solid var(--grid-border);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid var(--grid-border);
  color: var(--text);
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: var(--text-light);
}

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

.post-comment-count .icon-comments {
  color: var(--coral-400);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid var(--grid-border);
  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-title {
  background-color: var(--green-100);
  border-radius: 50px;
  border: 1px solid var(--green-300);
  color: var(--green-800);
  font-size: 13px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 25px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
  margin-left: 5px;
  margin-top: 2px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements>.community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements>.community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-name-and-title-badges a {
  font-size: 18px;
  font-family: $title_font;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* 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 var(--grid-border);
  border-top: 1px solid var(--grid-border);
}

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

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

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

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

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

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

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

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid var(--grid-border);
}

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

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

.collapsible-nav-list li {
  color: var(--text);
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 20px;
  }

  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }

  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 5px 5px;
  }
}

.collapsible-nav-list li a {
  color: var(--text);
  display: block;
  font-weight: 500;
}

.my-activities-sub-nav li a {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border: 1px solid var(--yellow-0)!important;
    background-color: #fff;
    border-radius: 20px; 
    padding: 2px 8px;
  }

  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 5px 5px;
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border: 1px solid var(--yellow-0)!important;
    background-color: #fff;
    border-radius: 20px; 
    padding: 2px 8px;
  }

  .my-activities-sub-nav li:hover a:not([aria-current="page"]) {
    padding: 5px 5px;
    text-decoration: none;
  }
}

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

.my-activities-sub-nav li:not([aria-selected="true"]),
.my-activities-sub-nav 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;
    border: 1px solid #fff;
    padding: 2px 8px;
  }
}

@media (min-width: 768px) {

  .my-activities-sub-nav li:not([aria-selected="true"]),
  .my-activities-sub-nav li:not(.current) {
    display: block;
    border: 1px solid #fff;
    padding: 2px 8px;
  }
}

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

@media (min-width: 768px) {
  .my-activities-sub-nav li[aria-selected="true"] {
    padding: 5px 5px;
  }
}

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

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

@media (min-width: 768px) {

  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border: 1px solid var(--yellow-4);
    border-radius: 20px;
    background-color: var(--yellow-4);
    order: 1;
    padding: 2px 8px;
  }
}

@media (min-width: 768px) {

  .my-activities-sub-nav li[aria-selected="true"],
  .my-activities-sub-nav li.current {
    border: 1px solid var(--yellow-4);
    border-radius: 20px;
    background-color: var(--yellow-4);
    order: 1;
    padding: 2px 8px;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: var(--grey-2);
  font-weight: 600;
}

.my-activities-sub-nav li[aria-selected="true"] a,
.my-activities-sub-nav li.current a {
  color: var(--grey-2);
  font-weight: 600;
}

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

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

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

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

.collapsible-sidebar-title {
  margin-top: 0;
  font-size: 20px;
  color: var(--grey-2);
  letter-spacing: -1px;
}

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

@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 var(--coral-400);
}

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

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

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

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

/***** My activities *****/
.my-activities-header h2 {
  color: var(--text);
}

.my-activities-following-header {
  text-align: right;
}

.no-top-margin {
  margin-top: 0; 
}

.my-activities-nav {
  background-color: transparent;
  margin-bottom: 20px;
}

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

.my-activities-table,
.subscriptions-table {
  margin-top: 40px;
  margin-bottom: 50px;
}

.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-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 {
  background-color: var(--yellow-5);
  color: var(--grey-2);
  font-size: 16px;
  border: 1px solid var(--yellow-2);
  padding: 8px
  line-height: 1.15;
  height: auto;
  text-align: center;
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
  border: 1px solid var(--yellow-2);
}

.my-activities-table tr {
  height: auto;
  border: 1px solid var(--yellow-2);
}

@media (min-width: 1024px) {

  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--yellow-2);
    padding: 4px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  border: 1px solid var(--yellow-2);
}

.my-activities-table td:not(:first-child) {
  display: none;
  border: 1px solid var(--yellow-2);
}

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

.tcol2 {
  max-width: 250px;
}

.tcol4 {
  min-width: 140px;
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests {
  margin-bottom: 0px;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: -15px;
}

@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;
  border-radius: 4px;
}

.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: var(--text-light);
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: var(--text-light);
}

.profile-section-no-activity {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0px;
}

.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: var(--grey-400);
}

.profile-section-no-activity .no-activity {
    margin-top: 0;
    color: var(--grey-400);
}

.no-activity-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--text);
    margin-top: 40px;
    letter-spacing: -1px;
}

.no-activity-icon {
    width: 200px;
    height: 200px;
    fill: var(--teal-700);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

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

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

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

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

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

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

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

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

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid var(--grid-border);
  color: var(--text-light);
  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 var(--input-border-default);
}

.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 var(--input-border-focus);
}

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid var(--grid-border);
  border-top: 1px solid var(--grid-border);
  flex: 1 0 auto;
  order: 0;
}

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

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

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

.request-details {
  border-bottom: 1px solid var(--grid-border);
  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: var(--text-light);
  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;
}


/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: var(--grey-3);
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 0 0 30px 0;
  background-color: transparent;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: 10px;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: flex-start;
  margin-right: 10px;
}

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

.profile-avatar .user-avatar {
  width: 100px;
  height: 100px;
}

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

.name a {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--text);
  line-height: 100%;
  margin: 0;
}

.name a:hover {
  color: var(--green-2);
}

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

.user-profile-actions .split-button {
    background-color: var(--yellow-1);
  color: var(--grey-2);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
}

.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;
    font-family: 'Open Sans', sans-serif;
  color: var(--text);
  font-size: 14px;
}

.profile-stats .stat-label {
  color: var(--grey-2);
  font-weight: 600;
  width: auto;
  margin-right: 10px;
}

.stat-value {
  color: var(--grey-3);
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px var(--grid-border);
  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 {
    padding: 15px;
    border: 1px solid var(--grey-5);
    background-color: transparent;
    columns: 2;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        border-radius: 15px;
        border: 1px solid var(--grey-5);
        margin-top: 20px;
        display: block;
    }

    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: auto;
  }

  [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:last-child {
    margin-bottom: 2px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
  	width: auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
  	width: auto;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px var(--coral-1);
  border-radius: 4px;
  color: var(--coral-1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: transparent;
  margin-top: 20px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: 100%;
  }
}

.profile-section-no-activity {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px;
}

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

.profile-section-title {
  flex-basis: 100%;
  color: var(--text);
  margin-bottom: 0;
  margin-top: 0px;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
  display: none;
}

.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 22%;
    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: 1px solid var(--grid-border);
  border-radius: 10px;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 10px;
	margin-bottom: 10px;
}

.profile-badges-item>div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title,
.profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description,
.profile-badges-item-metadata-description {
  color: var(--text-light);
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-title a {
  font-size: 16px;
  font-weight: 500;
}

.profile-contribution-body {
  display: none;
  margin: 15px 0;
}

.profile-contribution-list>.profile-contribution {
  border-top: none;
}

@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 {
  margin-bottom: 50px;
}

.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;
  height: 22px;
  width: 22px;
}

.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: var(--grey-3);
}

.profile-section-no-activity .no-activity {
  margin-top: 0;
  color: var(--grey-3);
}

.no-activity-header {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--text);
  margin-top: 40px;
  letter-spacing: -1px;
}

.no-activity-icon {
  width: 200px;
  height: 200px;
  fill: var(--green-2);
}

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

  [dir="rtl"] .profile-activity:not(:last-child) {
    border: none;
  }
}

.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%;
  color: var(--grey-3);
  font-size: 14px;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
  color: var(--grey-1);
}

.profile-activity-contribution {
  padding: 0px 5px 10px 0px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid var(--grid-border);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
  }

  [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: transparent;
  background-position: 50% 50%;
  text-align: center;
  padding-bottom: 3px;
  margin-top: 3px;
}

[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: 22px;
  height: 22px;
  margin: auto;
	fill: var(--text);
}

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

.search-results-search-bar
{
  width: 100%;
  margin-bottom: 60px;
}


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

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 73%;
  }
}

.search-results-sidebar {
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.search-results-sidebar .sidenav-item {
  border: 1px solid transparent;
  padding: 5px 15px;
  margin-bottom: 3px;
  color: var(--grey-1);
}

.search-results-sidebar .sidenav-item.current {
  background-color: var(--yellow-1);
  border: 1px solid var(--yellow-1);
  text-decoration: none;
  color: var(--grey-2);
  font-weight: 600;
}

.search-results-sidebar .sidenav-item.current:hover {
  background-color: var(--yellow-1);
  text-decoration: none;
  border: 1px solid var(--yellow-1);
  color: var(--grey-2);
}

.search-results-sidebar .sidenav-item:hover {
  background-color: var(--grey-2);
  text-decoration: none;
  border: 1px solid var(--grey-2);
  color: var(--yellow-1);
  transition: background-color 0.2s ease;
}

.search-results-sidebar .sidenav-item:hover .doc-count {
  color: var(--yellow-1);
  font-weight: 600;
}

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

.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}

.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}

.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}

.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

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

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: var(--grey-2);
}

.search-results-sidebar .multibrand-filter-list .current .doc-count {
  color:v var(--grey-2);
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: var(--green-1);
}

.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: 16px;
  font-weight: 300;
  letter-spacing: -1px;
  color: var(--grey-3);
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

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

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

.search-results-list>li h2 {
  margin-bottom: 6px;
}

.results-list-item-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--grey-2);
  font-weight: 600;
}

.results-list-item-link:hover {
	text-decoration: none;
  color: var(--green-2);
}

.results-list-item-link:visited {
	text-decoration: none;
  color: var(--green-1);
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: var(--grey-400);
}

@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: var(--grey-400);
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  word-break: break-word;
  font-size: 14px;
  color: var(--grey-3);
}

.search-results .no-results {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px;
}

.search-results .no-results-icon {
  width: 200px;
  height: 200px;
  fill: var(--green-2);
}

.search-results .no-results .headline {  
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--text);
  margin-top: 40px;
  letter-spacing: -1px;
}

.search-results .no-results .action-prompt {
  margin-top: 0;
  color: var(--grey-400);
}

.search-results .no-results .action-prompt a {
  color: #1F73B7;
}

.search-results .no-results .action-prompt a:visited {
  color: #1F73B7;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
  margin-top: 0!important;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes,
.search-result-meta-count {
  color: var(--text-light);
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon,
.search-result-meta-count-icon {
  fill: var(--green-600);
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

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

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

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

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

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

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li a {
  color: var(--grey-4);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.search-result-breadcrumbs li a:hover {
  text-decoration: none;
  color: var(--green-2);
}

.search-result-breadcrumbs li a:visited {
  color: var(--grey-4);
}


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

/***** 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: left;
  vertical-align: middle;
}

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

.notification-inline[aria-hidden="true"] {
  display: none;
}

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

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

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

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

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

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

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  font-weight: 500;
}

.dropdown-toggle:hover {
  text-decoration: none;
  color: var(--green-0);
}

.dropdown-toggle:hover svg {
  fill: var(--green-0);
}

.dropdown-toggle svg {
  height: 14px;
  width: 14px;
  margin-bottom: -2px;
}

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

.dropdown-menu {
  background: var(--base-2);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  left: 28px;
  margin-top: 1px;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  z-index: 1000;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1));
  border-radius: 4px;
}

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

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

.dropdown-menu [role="separator"] {
	display: none;
}

.dropdown-menu [role="menuitem"] {
  color: var(--grey-1);
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  display: block;
  padding: 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: auto;
  margin: 2px 0px;
  border-radius: 4px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 10px;
  margin: 2px 0px;
}

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
  text-decoration: none;
  background-color: var(--grey-2);
  color: var(--yellow-1);
  padding: 7px 20px;
  border: 0;
  font-weight: 700;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
  color: #fff;
  background-color: var(--grey-3);
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

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

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

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

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

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

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

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

.content-tags>p {
  color: var(--text-label);
  margin-top: 32px;
  margin-bottom: 4px;
}

.content-tags-add-hint {
  color: var(--text-light);
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.content-tag-list li {
  border-right: 1px solid var(--grid-border);
  margin-bottom: 4px;
}

[dir="ltr"] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

[dir="rtl"] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}

.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid var(--grey-200);
}

#hc-wysiwyg[focus=true] {
  border: 1px solid var(--green-2);
}
 
/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid var(--grid-border);
}

/*****BEQOM CUSTOM KB STYLES*****/
/***Home page custom styles***/
.homepage-zone-container {
  width: 100%;
  height: fit-content;
  display: flex;
  overflow: visible;
  margin-bottom: 50px;
  position: relative;
  background-color: transparent;
}

.homepage-zone-container::before {	
  background-image: url($blob4), url($blob2);
  background-repeat: no-repeat;
  background-position: top left, bottom -70px right -85px;
  opacity: .4;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  content: "";
}

.homepage-zone-left {
  width: 80%;
  padding-top: 45px;
  padding-left: 11em;
  margin-bottom: 5em;
  background-color: transparent;
  position: relative;
  z-index: 100;
}

.homepage-zone-left-container {
  width: 95%;
  height: fit-content;
  background-color: transparent;
  padding-bottom: 60px;
}

.homepage-zone-right {
  width: 24%;
  padding-top: 45px;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 100;
}

.homepage-zone-right-inner {
  width: 290px;
  height: fit-content;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 20px;
  padding-bottom: 60px;
  border: 1px solid rgba(74, 136, 197, .235); 
  background-color: transparent;
}

.homepage-section-container {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  padding-bottom: 60px;
}

.homepage-section-container-dark {
  width: 100%;
  height: fit-content;
  background: linear-gradient(180deg, var(--blue-900), var(--blue-800) 95%);
  padding: 25px 0px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  min-height: 800px;
  padding-top: 160px;
  margin-top: -100px;
}

.homepage-section-container-dark .homepage-section {
  width: 70%;
  margin-left: 15%;
}

.homepage-section-container-light {
  width: 100%;
  height: fit-content;
  background: linear-gradient(0deg, var(--blue-100), #fff 98%);
  padding: 25px 0px;
  padding-bottom: 3em;
  /*border-bottom-right-radius: 100px;*/
  border-bottom-left-radius: 100px;
  position: relative;
  z-index: 2;
}

.homepage-section-container-light .container-blocks-list {
  width: 70%;
  margin-left: 15%;
}

.homepage-section-container-topshape {
  width: 100%;
  min-height: 760px;
  height: fit-content;
  background-color: #fff;
  padding-top: 80px;
  margin-top: -100px;
  padding-bottom: 3em;
  margin-bottom: 50px;
  border-top-right-radius: 100px;
  /*border-top-left-radius: 100px;*/
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, var(--blue-100), #fff 60%);
}

.homepage-section {
  width: 65%;
  height: auto;
  margin-left: 16%;
}

.homepage-section-small {
  width: 50%;
  height: auto;
  margin-left: 24%;
}

.section-title-center {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.homepage-section-title {
  font-family: $title_font;
  font-size: 26px;
  font-weight: 600;
  color: var(--blue-900);
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.homepage-section-title-white {
  font-family: $title_font;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 0;
  letter-spacing: -1px;
}

.homepage-section-inner {
  display: flex;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
  
}

.homepage-section-container-vertical {
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
  align-items: flex-start;
}

.homepage-section-icon {
  width: 28px;
  height: 28px;
  margin-top: 16px;
  margin-right: 5px;
  fill: var(--blue-600);
}

.homepage-link-container {
  display: flex;
  justify-content: flex-end;
  width: 100%
}

.homepage-link-container-item {
    width: fit-content;
    padding: 10px 1px;
    transition: .3s ease;
}

.homepage-link-container-item:hover {
  cursor: pointer;
}

.homepage-link-container-item-white {
    width: fit-content;
    transition: .3s ease;
}

.homepage-link-container-item-white:hover {
  cursor: pointer;
}

.homepage-link-container-item-white:hover .homepage-page-link-white {
  color: var(--blue-300);
  cursor: pointer;
}

.homepage-link-block {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 5px;
  padding: 2px 10px;
  border: 1px solid var(--blue-300);
  border-radius: 4px;
  background-color: var(--blue-100);
  transition: .3s ease;
}

.homepage-link-block:hover {
  cursor: pointer;
  border: 1px solid var(--blue-400);
  border-radius: 4px;
  background-color: var(--blue-200);
}

.homepage-link-block-icon {
  height: 15px;
  width: 15px;
  fill: var(--blue-600);
}

.homepage-page-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--grey-800);
  text-decoration: none;
}

.homepage-page-link:hover {
  text-decoration: none;
  color: var(--grey-800)!important;
  cursor: pointer;
}

.homepage-page-link-white {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}

.homepage-page-link-white:hover {
	color: var(--blue-300)!important;
  text-decoration: none;
}

.homepage-page-link-white:visited {
	color: #fff;
  text-decoration: none;
}

.homepage-page-link:hover {
  text-decoration: none;
  color: var(--blue-800);
  cursor: pointer;
}



.homepage-zone-right-title {
  width: 100%;
  height: auto;
}

.quicklinks
{
  width: 400px;
  height: auto;
  display: flex;
  margin-bottom: 15px;
}

.box-vertical {
  width: 250px;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 0px 10px 0px;
}

.box-vertical:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all 5ms ease;
}

.box-vertical:hover .box-vertical-title-icon {
  fill: var(--link-hover);
}

.box-vertical:hover .box-vertical-title {
  color: var(--link-hover);
}

.box-vertical-title {
  font-family: _'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--ui-text-base);
}

.box-vertical-title-icon {
	height: 30px;
  width: 30px;
  fill: var(--text);
}

.resources {
	height: 100%;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding-top: 30px;
}

.resource-section-title {
  width: 700px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}

.resource-section-title h2 {
  font-size: 36px;
  margin-top: 0;
  color: var(--grey-1);
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.resource-tree {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  width: 700px;
  margin-top: 30px;
}

.resource-box {
  padding: 15px;
  width: 32%;
  height: 175px;
  transition: all .4s ease;
  border: 2px solid transparent;
  border-radius: 20px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px #00000014;
}

.sneaky {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.sneaky .resource-title {
  color: transparent;
}

.sneaky .resource-description {
  color: transparent;
}

.sneaky .resource-title-icon {
  fill: transparent;
}

.resource-box:hover {
	transform: scale(1.08);
  border: 2px solid var(--green-1);
  border-radius: 20px;
  cursor: pointer;
}

.resource-title {
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: var(--grey-2);
  font-size: 16px;
}

.resource-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: var(--grey-3);
  overflow: hidden;
}

.resource-title-icon {
  height: 25px;
  width: 25px;
  fill: var(--green-1);
}


/***End of home page custom styles***/

/***Custom Page Styles***/


.video {
  height: 55vh;
  width: 100%;
  margin: 85px 0px;
}

.walkthrough {
  width: 1200px;
  height: 750px;
}

/*iframe {
  border: 2px solid #fff;
  border-radius: 8px;
}*/
	
.going-further-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
  width: 100%;
}

.going-further {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  min-width: 50%;
  background-color: var(--light-blue);
  border-radius: 15px;
  padding: 15px;
  margin: 0 auto;
}

.going-further-intro {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.going-further-intro-icon {
  height: 18px;
  width: 18px;
  fill: var(--green-2);
  margin-right: 5px;
  margin-top: -1px;
}

.going-further-intro-label {
  font-family: $title_font;
  color: var(--green-1);
  font-size: 18px;
  font-weight: bold;
}

.going-further-body {
  width: 100%;
  height: auto;
}

.going-further-body-horizontal {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.going-further-item-icon {
  height: 18px;
  width: 18px;
  margin-right: 3px;
  fill: var(--link);
}

.going-further-item {
  height: auto;
  width: auto;
  padding: 8px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border: 1px solid var(--link);
  border-radius: 8px;
}

.going-further-item:hover {
  cursor: pointer;
  border: 1px solid var(--link-hover);
}

.going-further-item:hover a {
	color: var(--link-hover);
}

.going-further-item:hover .going-further-item-icon {
  fill: var(--link-hover);
}

.going-further-item:last-of-type {
  margin-right: 0px;
}

.going-further-list {
  list-style-type: none!important;
  padding-left: 20px!important;
  margin: 0px 0px 0px 0px!important;
}

.going-further-list-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.upnext-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
  width: 100%;
}

.upnext {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  width: 80%;
  background-color: var(--yellow-5);
  border: 1px solid var(--yellow-2);
  border-radius: 15px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 50px;
}

.upnext-intro {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

/*.upnext-intro-icon {
  height: 18px;
  width: 18px;
  fill: var(--grey-2);
  margin-right: 5px;
  margin-top: -1px;
}*/

.upnext-intro-icon {
  height: 24px;
  width: 24px;
  background-image: url(/hc/theming_assets/01K590EZBKDKF7DJ7HP6WNF3QV);
  background-repeat: no-repeat;
}

.upnext-intro-label {
  font-family: $title_font;
  color: var(--grey-1);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.upnext-body {
  width: 100%;
  height: auto;
  padding-left: 6px;
}

.upnext-body-horizontal {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.upnext-item-icon {
  height: 18px;
  width: 18px;
  margin-right: 3px;
  fill: var(--link);
}

.upnext-item {
  height: auto;
  width: auto;
  padding: 8px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border: 1px solid var(--link);
  border-radius: 8px;
}

.upnext-item:hover {
  cursor: pointer;
  border: 1px solid var(--link-hover);
}

.upnext-item:hover a {
	color: var(--link-hover);
}

.upnext-item:hover .going-further-item-icon {
  fill: var(--link-hover);
}

.upnext-item:last-of-type {
  margin-right: 0px;
}

.upnext-list {
  list-style-type: none!important;
  padding-left: 20px!important;
  margin: 0px 0px 0px 0px!important;
}

.upnext-list-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.upnext 	a {
  color: var(--grey-1);
  font-weight: 500;
  text-decoration: underline;
}

.upnext 	a:hover {
  color: var(--blue-1);
}

.upnext 	a:visited {
  color: var(--grey-1);
  text-decoration: underline;
}

.upnext 	a:visited:hover {
  color: var(--blue-1);
}


/*Glossary page*/

.hero-glossary {
  height: 150px;
  width: 100vw;
  margin-bottom: 2em;
  margin-top: -61px;
  background: var(--background);
}

.hero-glossary-deco {
	position: absolute;
	display: flex;
	z-index: 2;
	width: 100%;
	overflow: visible;
	opacity: 55%;
	height: 150px;
  justify-content: flex-end;
}
 
.hero-glossary-deco-shape {
  background-image: url($quadruple_green);
  background-size: 250px;
  background-repeat: no-repeat;
  height: 250px;
	width: 250px;
  rotate: 224deg;
  margin-top: -82px;
  margin-right: -20px;
  animation-name: spinglo;
  animation-duration: 2800ms;
  animation-timing-function: ease; 
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes spinglo {
   from {
        transform: rotate(0deg);
    }
  
  to {
        transform: rotate(360deg);
    }

}

.hero-glossary-end {
  width: 100%;
  height: 250px;
  opacity: 55%;
  display: flex;
  margin-top: -70px;
  padding-left: 50px;
}

.hero-glossary-end-deco {
  width: 200px;
  height: 200px;
  background-image: url($illustration_small_red1);
  background-size: 200px;
  background-repeat: no-repeat;
}

.glossary-button-container {
  display: flex;
  width: 80%;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  padding: 50px 0px 50px 0px;
  flex-wrap: wrap;
  align-content: center;
  row-gap: 5px;
}

.glossary-button {
  display: flex;
  align-items: center;
  justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: var(--green-2);
	border: 1px solid transparent;
  border-radius: 8px;
	padding: 0px 2px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
	width: 35px;
  height: 35px;
}

.glossary-button:hover {
	background-color: var(--green-5);
}

.glossary-button:focus,
.glossary-button:active {
	background-color: var(--green-5);
}

.glossary-body-container {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}

.glossary-letter {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.glossary-letter-label {
  width: 100%;
  height: auto;
  font-family: $title_font;
  font-weight: 600;
  font-size: 20px;
  color: var(--green-2);
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid var(--green-2);
  margin-bottom: 30px;
}

.glossary-term {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  padding: 0px;
}

.glossary-term-label {
  width: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}

.glossary-term-definition {
  width: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  color: var(--grey-700);
  text-align: justify; 
}

.glossary-no-terms {
  width: 100%;
  height: auto;
  font-family: $title_font;
  font-size: 16px;
  color: var(--blue-800);
  text-align: justify; 
  padding: 0px 10px;
  font-weight: 600;
}

/*End of glossary page*/

/***End of Custom Page Styles***/


/***BEQOM CONTENT STYLES***/
/*Base styles*/
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--text);
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

.subtitle {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-light);
}

.figure-caption {
  font-family: $title_font;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: var(--grey-3);
}

.interface {
	font-weight: bold;
	font-style: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	text-transform: none;
}

.code {
	font-weight: normal;
	font-style: normal;
	color: inherit;
	font-family: 'Roboto Mono', serif;
	font-size: inherit;
	text-decoration: none;
	text-transform: none;
  letter-spacing: -1px;
}

.red {
  color: var(--coral-1);
}

.green {
  color: var(--green-600);
}

.article-subsection {
	font-family: 'Open Sans', sans-serif;
  color: var(--text);
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
}

.text-green {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--green-600);
}

.text-red {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--coral-1);
}

/*End of base styles*/

/*Screenshots*/
.screenshot300px {
	width: 300px;
	height: auto;
}

.screenshot350px {
	width: 350px;
	height: auto;
}

.screenshot400px {
	width: 400px;
	height: auto;
}

.screenshot450px {
	width: 450px;
	height: auto;
}

.screenshot500px {
	width: 500px;
	height: auto;
}

.screenshot550px {
	width: 550px;
	height: auto;
}

.screenshot600px {
	width: 600px;
	height: auto;
}

.screenshot650px {
	width: 650px;
	height: auto;
}
/*End of screenshots*/

/*Messages*/

.message-red
{
	display: flex;
	justify-items: flex-start;
  align-items: flex-start;
	background-color: var(--banner-alert-background);
  border: 1px solid var(--banner-alert-border);
	height: fit-content;
	width: 100%;
	padding: 15px 20px;
	border-radius: 8px;
  margin: 40px 0px;
}

.message-red-icon
{
	width: 20px;
	height: 20px;
	fill: var(--banner-alert-text);
}

.invisible-red
{
	display: none;
}

.invisible-red-text
{
	font-family: 'Open Sans', sans-serif;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	text-transform: none;
	color: var(--banner-alert-text);
	visibility: hidden;
}

.message-red a {
  color: var(--banner-alert-link);
  font-weight: 500;
}

.message-red a:hover {
  color: var(--banner-alert-link);
  font-weight: 500;
  text-decoration: underline;
}

.message-red > ul li {
  color: var(--banner-alert-text);
}

.message-blue
{
	display: flex;
	justify-items: flex-start;
  align-items: flex-start;
	background-color: var(--banner-info-background);
  border: 1px solid var(--banner-info-border);
	height: fit-content;
	width: 100%;
	padding: 15px 20px;
	border-radius: 8px;
  margin: 40px 0px;
}

.message-blue-icon
{
	width: 23px;
	height: 23px;
	fill: var(--banner-info-text);
}

.invisible-blue
{
	display: none;
}

.invisible-blue-text
{
	font-family: 'Open Sans', sans-serif;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	text-transform: none;
	color: var(--banner-info-text);
	visibility: hidden;
}

.message-blue ul li {
  color: var(--banner-info-text);
}

.message-blue a {
  color: var(--banner-info-link);
  font-weight: 500;
}

.message-blue a:hover {
  text-decoration: underline;
  color: var(--banner-info-link);
  font-weight: 500;
}

.message-green {
	display: flex;
	justify-items: flex-start;
	align-items: flex-start;
	background-color: var(--banner-tip-background);
  border: 1px solid var(--banner-tip-border);
	height: fit-content;
	width: 100%;
	padding: 15px 20px;
	border-radius: 8px;
  margin: 40px 0px;
}

.message-green-icon
{
	width: 20px;
	height: 20px;
	fill: var(--banner-tip-text);
}

.invisible-green
{
	display: none;
}

.invisible-green-text
{
	font-family: 'Open Sans', sans-serif;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	text-transform: none;
	color: var(--banner-tip-text);
	visibility: hidden;
}

.message-green a {
  color: var(--banner-tip-link);
  font-weight: 500;
}

.message-green a:hover {
  text-decoration: underline;
  color: var(--banner-tip-link);
  font-weight: 500;
}

.message-orange
{
	display: flex;
	justify-items: flex-start;
  align-items: flex-start;
	background-color: var(--banner-warning-background);
  border: 1px solid var(--banner-warning-border);
	height: fit-content;
	width: 100%;
	padding: 15px 20px;
	border-radius: 8px;
  margin: 40px 0px;
}

.message-orange-icon
{
	width: 20px;
	height: 20px;
	fill: var(--banner-warning-text);
}

.invisible-orange
{
	display: none;
}

.invisible-orange-text
{
	font-family: 'Open Sans', sans-serif;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	text-transform: none;
	color: var(--banner-warning-text);
	visibility: hidden;
}

.message-orange a {
  color: var(--banner-warning-link);
  font-weight: 500;
}

.message-orange a:hover {
  text-decoration: underline;
  color: var(--banner-warning-link);
  font-weight: 500;
}

.message-icon
{
	width: 30px;
	margin-top: 1px;
}

.message-text
{
	width: fit-content;
}

.message-text-inner
{
	font-family: 'Open Sans', sans-serif;
	color: #20282C;
	margin: 2px;
	margin-top: 0;
}

.message-red .message-text-inner {
  color: var(--banner-alert-text);
}

.message-orange .message-text-inner {
  color: var(--banner-warning-text);
}

.message-blue .message-text-inner {
  color: var(--banner-info-text);
}

.message-green .message-text-inner {
  color: var(--banner-tip-text);
}

.inlist-indented {
  padding-left: 40px;
}



/*end of messges***/

/*Button group*/

.button-group {
	display: flex;
	height: 32px;
	width: fit-content;
  
}

.button-group-item {
  display: flex;
  align-items: center;
	border-top: 2px solid var(--link);
  border-bottom: 2px solid var(--link);
  border-left: 1px solid var(--link);
  border-right: 1px solid var(--link);
	color: var(--brand-default);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
  margin: 0 auto;
	background-color: #fff;
}

.button-group-item-standalone {
	border: 2px solid var(--link);
  border-radius: 4px;
	color: var(--link);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
  margin: 0 auto;
	background-color: #fff;
}

.button-group-item:first-of-type {
  border-left: 2px solid var(--link);
	border-right: 1px solid var(--v);
	border-radius: 4px 0px 0px 4px;
}

.button-group-item:last-of-type {
	border-left: 1px solid var(--link);
  border-right: 2px solid var(--link);
	border-radius: 0px 4px 4px 0px;
}

/*End of button group*/

/*Link group*/
.link-group {
	display: flex;
	height: auto;
	width: fit-content;  
}

.link-group-item {
	border-top: none;
  border-bottom: none;
  border-left: 1px solid var(--link);
  border-right: 1px solid var(--link);
	color: var(--link);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
  margin: 0 auto;
	background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  height: 32px;
}

.link-group-item:hover {
  cursor: pointer;
  border-left: 1px solid var(--link-hover);
  border-right: 1px solid var(--link-hover);
	color: var(--link-hover);
}

.link-group-item:hover .link-group-item-icon {
  fill: var(--link-hover);
}

.link-group-item-standalone {
  display: flex;
  align-items: center;
	border: none;
	color: var(--link);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
  margin: 0 auto;
	background-color: #fff;
  padding: 0;
  height: 32px;
}

.link-group-item-standalone:hover {
  cursor: pointer;
	color: var(--link-hover);
}

.link-group-item-standalone:hover .link-group-item-icon {
  fill: var(--link-hover);
}

.link-group-item:first-of-type {
  border-left: none;
	border-right: 1px solid var(--link);
  padding-right: 10px;
}

.link-group-item:last-of-type {
	border-left: 1px solid var(--link);
  border-right: none;
  padding-left: 10px;
}

.link-group-item-icon {
  height: 20px;
  width: 20px;
  fill: var(--link);
  margin-right: 5px;
  margin-left: 5px;
}

.link-group-item-redirect {
	font-size: 16px!important;
	font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--link);
}

.link-group-item-redirect:hover {
	font-size: 16px;
	font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--link-hover);
}

.link-group-item-redirect:active {
  color: var(--link);
}

.link-group-item-redirect:active .link-group-item-icon {
  fill: var(--link);
}

.link-group-item-redirect:visited {
	font-size: 16px!important;
	font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--link);
}

.link-group-item-redirect:hover .link-group-item-icon {
  fill: var(--link-hover);
}

/*End of link group*/

/*Information bar*/
.infobar {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  overflow: visible;
}

.infobar-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.infobar-section {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

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

.infoblock:last-of-type {
  margin-top: 20px;
}

.infoblock-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue-800);
  line-height: 100%;
  margin-top: 0!important;
}

.infoblock-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--text);
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

.infoblock-text:before {
  content: 'INFORMATION GOES HERE  ';
  color: var(--orchard-5);
  display: none;
}

.infobox {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 16px;
}

.infobox-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-label);
  line-height: 100%;
  margin-top: 0!important;
  margin-bottom: 0;
}

.infobox-text {
  margin: 0!important;
}

.infobox-text:before {
  content:'Impact goes here ->';
  color: var(--orchard-5);
  display: none;
}

/*End of information bar*/
/*Side menu with jump (release notes)*/

.indoc {
  width: 230px;
  height: fit-content;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 300px;
  left: 15px;
}

.indoc-title {
  width: 100%;
  height: 35px;
}

.indoc-title-text {
  font-family: $title_font;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

.indoc-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.indoc-body-item {
display: flex;
width: fit-content;
padding: 2px 10px;
justify-content: center;
align-items: center;
border-radius: 4px;
border: 1px solid var(--banner-info-border);
background-color: var(--banner-info-background);
margin-bottom: 4px;
}

.indoc-body-item:hover {
  cursor: pointer;
  border: 1px solid var(--blue-400);
	background-color: var(--blue-200);
}

.indoc-body-icon {
  width: 15px;
  height: 15px;
  fill: var(--blue-600);
  margin-right: 3px;
  margin-top: -1px;
}

.indoc-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.indoc-section-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}

.indoc-section-title-icon {
  width: 28px;
  height: 28px;
  fill: var(--blue-600);
  margin-right: 4px;
}

.indoc-section h2 {
  margin-top: 0;
}

.indoc-section-description {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-light);
}

/*End of side menu with jump (release notes)*/

/*Back bar*/
.back-container {
    width: 100%;
    height: 40px;
    display: flex;
  padding: 25px;
  }

.back {
  display: flex;
  align-items: center;
  height: 30px;
  width: auto;
  padding: 2px 10px;
  background-color: transparent;
  border: none;
  transition: .5s ease;
}

.back:hover {
  cursor: pointer;
}

.back:hover .back-icon {
    fill: var(--link-hover);
}
  
.back-icon {
    width: 30px;
    height: 30px;
    fill: var(--link);
    transition: .5s ease;
  }
  
.back-icon:hover {
    fill: var(--link-hover);
  }

/*End of back bar*/

/*Custom page list box*/

.listbox-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 50px;
}

.listbox {
  width: 49%;
  height: auto;
  padding: 20px 30px;
  border: 1px solid rgba(74, 136, 197, .235);
  border-radius: 4px;
}

.listbox h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.listbox ul {
  list-style: disc inside none;
  margin-top: 20px;
}

.listbox li {
  margin: 15px 0;
}

.listbox-all {
  position: abolute;
  bottom: 0;
  display: flex;
  justify-content: right;
  border-top: 1px solid rgba(74, 136, 197, .235);
  padding-top: 10px;
  margin-top: 30px;
}


/*End of custom page list box*/

/*Coming soon page*/

.comingsoon-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px;
}

.comingsoon-image {
  height: 200px;
  width: 200px;
  fill: var(--yellow-1);
  animation: shake 3s infinite cubic-bezier(.05,.10,.05,.10) both;
}

.comingsoon-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--text);
  margin-top: 40px;
  letter-spacing: -1px;
}


.comingsoon-text {
  display: block;
  margin-top: 0px;
  color: var(--grey-3);
}

@keyframes shake
{
	10%, 90% {
	  transform: translate3d(0, 1px, 0);
	}

	20%, 80% {
	  transform: translate3d(0, -1px, 0);
	}

	30%, 50%, 70% {
	  transform: translate3d(0, 1px, 0);
	}

	40%, 60% {
	  transform: translate3d(0, -1px, 0);
	}
}

/*End of coming soon page*/
  
/*Custom page release schedule*/

.container-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.year-block {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 160px;
    padding: 15px 10px;
    justify-content: flex-start;
  border-bottom: 1px solid var(--grey-5);
}

.year-block:last-of-type {
  border: none;
}

.year-block-intro {
    height: auto;
    width: 20%;
}

.year-block-intro h1 {
    font-size: 30px;
    color: var(--yellow-0);
    margin-bottom: 0;
}

.year-block-body {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.infochunk-month {
  	display: flex;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding-bottom: 40px;
  	gap: 20px;
  	justify-content: space-around;
}

.infochunk-month:last-child {
  padding-bottom: 10px;
}

.month-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--grey-1);
}

.infochunk-month svg {
    fill: var(--green-0);
    height: 16px;
    width: 16px;
    margin-right: 2px;
    margin-bottom: -2px;
}

.infochunk {
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--grey-200);
    min-height: 30px;
    padding-bottom: 20px;
}

.infochunk:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}

.infochunk-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-800);
}

.infochunk-info {
    font-size: 16px;
    font-weight: normal;
    color: var(--text);
}

.infochunk a {
    color: var(--blue-600);
}

.infochunk svg {
    fill: var(--green-0);
    height: 16px;
    width: 16px;
    margin-right: 2px;
    margin-bottom: -2px;
}

/*End of custom page release schedule*/

/*FAQ page*/

.faq-width {
  padding: 3% 4%;
  width: 70%;
}

.faq-purpose {
  width: 67%;
}

.faq-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  width: 49%;
  height: 100%;
}

.faq-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 60px;
  border: 1px solid;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px 10px 15px 10px;
}

.faq-group:last-of-type {
  margin-bottom: 0px;
}

.group-yellow {
  border-color: var(--yellow-3);
}

.group-green {
  border-color: var(--green-3);
}

.group-coral {
  border-color: var(--coral-3);
}

.group-purple {
  border-color: var(--purple-3);
}

.faq-group-title {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  color: var(--grey-1);
  margin-bottom: 10px;
}

/*Accordion boxes*/

.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: none;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 20px 10px 0px;
  color: var(--grey-3);
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover {
  cursor: pointer;
  color: var(--grey-1);
}

.accordion button:focus {
  cursor: pointer;
  color: var(--grey-1);
}

.accordion button:focus .accordion-title {
  cursor: pointer;
  color: var(--grey-1);
}

.accordion button:hover .accordion-title {
  cursor: pointer;
  color: var(--grey-1);
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--grey-1);
  border: none;
}

.accordion button .accordion-title {
  font-size: 16px;
  color: var(--grey-3);
  font-weight: 500;
  line-height: 1.4;
}

.accordion button .accordion-title:hover {
  color: var(--grey-1)
}

.accordion button .accordion-title:hover .accordion button {
  cursor: pointer;
  color: var(--grey-1);
  border: none;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 0;
  width: 18px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: var(--green-1);
}

.accordion button[aria-expanded=true] .accordion-title {
  color: var(--green-1);
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 1000px;
  padding: 0px 0px 8px 0px;
  margin-bottom: 6px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  text-align: justify;
  border-bottom: 1px solid var(--grey-5);
}

.accordion .accordion-content .accordion-content-text {
  font-size: 15px;
  font-weight: normal;
  color: var(--grey-2);
	font-style: italic;
  padding: 0px 8px;
}

.accordion .accordion-content p {
  font-size: 14px;
  font-weight: normal;
  color: var(--grey-2);
	font-style: italic;
}

.accordion .accordion-content ul {
  font-size: 14px;
  font-weight: normal;
  color: var(--grey-2);
	font-style: italic;
}

.accordion .accordion-content ol {
  font-size: 14px;
  font-weight: normal;
  color: var(--grey-2);
	font-style: italic;
  padding-inline-start: 15px;
}

.accordion .accordion-content li {
  padding-left: 10px;
  margin: 4px 0px 4px 6px;
  color: var(--grey-2);
}

.accordion .accordion-content a {
  color: var(--blue-1);
}

.accordion .accordion-content a:hover {
  text-decoration: underline;
}

.faq-highlight {
  background-color: var(--yellow-5); /* Matches your `group-yellow` theme */
  border-radius: 8px; /* Add some rounded corners */
  animation: faqHighlightFade 2s ease-out forwards; /* Smooth fade effect */
}

@keyframes faqHighlightFade {
  0% {
    background-color: var(--green-5);
  }
  100% {
    background-color: transparent;
  }
}

/*End of FAQ page*/

.app-icon {
  width: 20px; 
	height: 20px;
	color: var(--grey-1);
}

/**Service outage banner**/
.banner {
  width: 100vw;
  height: 50px;
  background-color: var(--volcano-5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1000;
}
.banner-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.banner::before {
  margin-right: 5px;
  margin-bottom: -6px;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yNDAuMjYsMTg2LjEsMTUyLjgxLDM0LjIzaDBhMjguNzQsMjguNzQsMCwwLDAtNDkuNjIsMEwxNS43NCwxODYuMWEyNy40NSwyNy40NSwwLDAsMCwwLDI3LjcxQTI4LjMxLDI4LjMxLDAsMCwwLDQwLjU1LDIyOGgxNzQuOWEyOC4zMSwyOC4zMSwwLDAsMCwyNC43OS0xNC4xOUEyNy40NSwyNy40NSwwLDAsMCwyNDAuMjYsMTg2LjFabS0yMC44LDE1LjdhNC40Niw0LjQ2LDAsMCwxLTQsMi4ySDQwLjU1YTQuNDYsNC40NiwwLDAsMS00LTIuMiwzLjU2LDMuNTYsMCwwLDEsMC0zLjczTDEyNCw0Ni4yYTQuNzcsNC43NywwLDAsMSw4LDBsODcuNDQsMTUxLjg3QTMuNTYsMy41NiwwLDAsMSwyMTkuNDYsMjAxLjhaTTExNiwxMzZWMTA0YTEyLDEyLDAsMCwxLDI0LDB2MzJhMTIsMTIsMCwwLDEtMjQsMFptMjgsNDBhMTYsMTYsMCwxLDEtMTYtMTZBMTYsMTYsMCwwLDEsMTQ0LDE3NloiPjwvcGF0aD48L3N2Zz4=);
}

/* Hide the banner when banner-text is empty */
.banner:has(.banner-text:empty) {
  display: none;
}

.banner a,
.banner a:visited {
  color: #fff;
  padding-left: 3px;
  text-decoration: underline;
}
.banner a:hover {
  font-weight: 700;
}
/**End of service outage banner**/

/*****END OF BEQOM CUSTOM KB STYLES*****/