/* Reset the box-sizing */

*,
  *:before,
  *:after {
    box-sizing: border-box;
  }

html,
body {
  height: 100%;
}

/* Body reset */

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Acumin Pro', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Reset fonts for relevant elements */

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

/* Links */

a {
  color: #2d5cb9;
  text-decoration: none;
}

a:hover,
  a:focus {
    color: #1e3d7b;
    text-decoration: none;
  }

figure {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eceeef;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin: 0 0 calc(16px * 1.75);
}

h2 {
  margin: 0 0 calc(16px * 1.75);
}

h3 {
  margin: 0 0 calc(16px * 1.75);
}

h4 {
  margin: 0 0 calc(16px * 1.75);
}

h5 {
  margin: 0 0 calc(16px * 1.75);
}

h6 {
  margin: 0 0 calc(16px * 1.75);
}

.h1 {
  margin: 0 0 calc(16px * 1.75);
}

.h2 {
  margin: 0 0 calc(16px * 1.75);
}

.h3 {
  margin: 0 0 calc(16px * 1.75);
}

.h4 {
  margin: 0 0 calc(16px * 1.75);
}

.h5 {
  margin: 0 0 calc(16px * 1.75);
}

.h6 {
  margin: 0 0 calc(16px * 1.75);
}

p {
  margin: 0 0 calc(16px * 1.75);
}

ul {
  margin: 0 0 calc(16px * 1.75);
}

ol {
  margin: 0 0 calc(16px * 1.75);
}

h1 {
  font-size: calc(16px * 2.5);
}

.h1 {
  font-size: calc(16px * 2.5);
}

h2 {
  font-size: calc(16px * 1.75);
}

.h2 {
  font-size: calc(16px * 1.75);
}

h3 {
  font-size: calc(16px * 1.5);
}

.h3 {
  font-size: calc(16px * 1.5);
}

h4 {
  font-size: calc(16px * 1.25);
}

.h4 {
  font-size: calc(16px * 1.25);
}

h5 {
  font-size: calc(16px * 1.1);
}

.h5 {
  font-size: calc(16px * 1.1);
}

h6 {
  font-size: calc(16px * 1);
}

.h6 {
  font-size: calc(16px * 1);
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

/* Description Lists */

dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.75);
}

dt {
  margin-bottom: calc(16px * 1.75 / 2);
  line-height: 1.75;
}

dd {
  margin-bottom: calc(16px * 1.75 / 2);
  line-height: 1.75;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0; /* Undo browser default */
}

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

.dl-horizontal:after {
    clear: both;
  }

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      float: left;
      width: 30%;
      padding-right: 15px;
      clear: both;
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      float: right;
      width: 70%
  }
    }

/* Abbreviations and acronyms */

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* Blockquotes */

blockquote {
  padding: calc(16px * 1.75 / 2)
    calc(16px * 1.75);
  margin: 0 0 calc(16px * 1.75);
  font-family: 'Acumin Pro', sans-serif;
  font-style: italic;
  background-color: #fff;
  border-left: 5px solid #eceeef;
}

blockquote.is-colored {
    border-left: 5px solid #2d5cb9;
  }

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

/* Code */

code {
  padding: 20px !important;
  border-radius: 0 !important;
}

/*  Addresses */

address {
  margin-bottom: calc(16px * 1.75);
  font-style: normal;
  line-height: 1.75;
}

.clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
  }

.clearfix:after {
    clear: both;
  }

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

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

.is-hidden,
.hidden {
  display: none !important;
}

.powered-by-zendesk {
  display: none;
}

.centred-block {
  text-align: center;
}

.title {
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
  color: #323232;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {

.title {
    font-size: 50px
}
  }

@media screen and (max-width: 767px) {

.title {
    margin-bottom: 42px;
    font-size: 39px;
    line-height: 50px
}
  }

@media screen and (max-width: 479px) {

.title {
    margin-bottom: 24px;
    font-size: 30px
}
  }

@media screen and (max-width: 479px) {

.title {
    line-height: 40px
}
  }

.page-title {
  display: block;
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 46px;
  font-weight: 800;
  line-height: 46px;
  color: #323232;
  /*! text-transform: capitalize */
  text-transform: none;
}

@media screen and (max-width: 991px) {

.page-title {
    font-size: 40px
}
  }

@media screen and (max-width: 767px) {

.page-title {
    margin-bottom: 32px;
    font-size: 29px;
    line-height: 1.4
}
  }

@media screen and (max-width: 479px) {

.page-title {
    margin-bottom: 24px;
    font-size: 25px
}
  }

.page-subtitle {
  display: block;
  margin-top: -10px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #323232;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {

.page-subtitle {
    font-size: 26px
}
  }

@media screen and (max-width: 767px) {

.page-subtitle {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.4
}
  }

@media screen and (max-width: 479px) {

.page-subtitle {
    font-size: 22px
}
  }

.title-line {
  position: relative;
}

.title-line {
  top: -1px;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-right: 10px;
  background-color: #cecece;
}

.small-caption {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.caption-wrapper {
  display: inline-block;
  margin-bottom: 20px;
  color: #cecece;
}

@media screen and (max-width: 767px) {
  .small-caption {
    font-size: 9px;
  }
}

@media screen and (max-width: 479px) {
  .title-line {
    width: 20px;
  }

  .caption-wrapper {
    margin-bottom: 10px;
  }

  .small-caption {
    top: 1px;
    font-size: 8px;
  }
}

.roadmap-block {
  padding: 40px;
  background-color: #fff;
  box-shadow: 3px 10px 40px -1px rgba(0, 0, 0, 0.06);
  flex-grow: 1;
}

.roadmap-block .promoted-articles-item {
    padding: 0;
  }

.roadmap-block .promoted-articles-item__date {
    margin-bottom: 0;
  }

.roadmap-block .recent-articles li a,
  .roadmap-block .promoted-articles-item__title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-decoration: underline !important;
  }

.roadmap-block .recent-articles li a:hover,
    .roadmap-block .recent-articles li a:active,
    .roadmap-block .promoted-articles-item__title:hover,
    .roadmap-block .promoted-articles-item__title:active {
      text-decoration: underline !important;
    }

.roadmap-block--recent .recent-articles-title,
.roadmap-block__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
}

.roadmap-block--recent .recent-articles-title {
  font-size: 32px;
}

.roadmap-block__caption {
  position: relative;
  top: 2px;
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 11px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.roadmap-block__text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.roadmap-block__btn {
  margin-top: 34px;
}

.roadmap-block--related,
.roadmap-block--recent {
  margin-bottom: 40px;
}

.roadmap-block--related .promoted-articles-item:nth-child(n + 6) {
    display: none;
  }

.roadmap-block--recent .recent-articles ul {
    margin-bottom: 0;
  }

.roadmap-block--recent .recent-articles ul > li {
    padding: 0;
    margin: 0;
  }

.roadmap-block--recent .recent-articles ul > li a {
      padding-bottom: 0;
      border: none;
    }

.roadmap-block--recent .recent-articles ul > li:nth-child(n+6) {
  display: none;
}

.roadmap-block--related .promoted-articles__list li:nth-child(n+6) {
  display: none;
}

.roadmap-block--blue {
  color: #fff !important;
  background-color: #2d5cb9;
  background-image: linear-gradient(
      113deg,
      rgba(45, 92, 185, 0) 67%,
      #2d5cb9 91%
    ),
    linear-gradient(180deg, rgba(45, 92, 185, 0.7), rgba(45, 92, 185, 0.7)),
    url(https://uploads-ssl.webflow.com/5c40537f30dc10be8f498c0e/5d6f8498169864fa49fc362f_Texture%201.svg);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  box-shadow: none;
}

.roadmap-block--blue .roadmap-block__title,
  .roadmap-block--blue .recent-articles-title,
  .roadmap-block--blue a {
    color: #fff !important;
  }

.roadmap-block--yellow {
  color: #fff !important;
  background-color: #ffb300;
  background-image: linear-gradient(
      113deg,
      rgba(255, 179, 0, 0) 67%,
      #ffb300 91%
    ),
    linear-gradient(180deg, rgba(255, 179, 0, 0.66), rgba(255, 179, 0, 0.66)),
    url(https://uploads-ssl.webflow.com/5c40537f30dc10be8f498c0e/5d79f015e21ac91b4700ffed_Pattern-Yellow.svg);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  box-shadow: none;

  
}

.roadmap-block--yellow .roadmap-block__title,
  .roadmap-block--yellow .recent-articles-title,
  .roadmap-block--yellow a {
    color: #fff !important;
  }

.roadmap-block--help-cta {
  margin-bottom: 24px;
}

@media (max-width: 767px) {

.hide-on-mobile {
    display: none !important
}
  }

@media (min-width: 768px) {

.hide-on-desktop {
    display: none !important
}
  }

.loading {
  display: block;
  width: 100%;
  height: 50px;
  margin: 12px 0;
  background: url(/hc/theming_assets/01HZKSAGJHCBKMT219GS5HBH8K) no-repeat center center;
}

.glossary-loading,
.article-page .loading,
.section-page .loading {
  background: url(/hc/theming_assets/01HZKSAGEQS42W9755T23A2EFK) no-repeat center center;
}

.knowledge-base__title-box {
  text-align: center;
}

.knowledge-base__title {
  display: inline-block;
  text-align: left;
}

.sidenav__sections-list--subsections {
  margin-left: 24px !important;
}

/*
Normalize non-controls

Restyle and baseline non-control form elements.
*/

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.75 / 2);
  font-weight: 600;
}

/*
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies.
*/

/*  Override content-box in Normalize (* isn't specific enough) */

input[type="search"] {
  box-sizing: border-box;
}

/*  Position radios and checkboxes better */

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/*  Set the height of file controls to match text inputs */

input[type="file"] {
  display: block;
}

/*  Make range inputs behave like textual form controls */

input[type="range"] {
  display: block;
  width: 100%;
}

/*  Make multiple select elements height not fixed */

select[multiple],
select[size] {
  height: auto;
}

/*  Focus for file, radio, and checkbox */

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*  Adjust output element */

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.75;
  color: #55595c;
}

/*
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:

*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.75;
  color: #888d91; /*!#55595c;*/
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #d3d3d3;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*  Customize the `:focus` state to imitate native WebKit styles. */

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #9ed5e7;
    outline: 0;
  }

/*  Placeholder */

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

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

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

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

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

select {
  height: calc(
    16px * 1.75 + 12px + 2px
  );
}

/*  Reset height for `textarea`s */

textarea {
  height: auto;
  height: calc(
    (16px * 1.75 + 12px + 2px) * 3
  );
  resize: vertical;
}

/*  Search inputs in iOS */

/*
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */

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

/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: calc(16px * 1.75 * 2.5);
  }
}

/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */

.form-field {
  margin-bottom: calc(16px * 1.75);
}

.form-field.required > label:after {
    margin-left: 2px;
    color: #ff5252;
    content: "*";
  }

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

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

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

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

/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */

.form-field p,
.help-block {
  display: block; /* account for any element using help-block */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #404040; /* lighten the text some for contrast */
}

.footer-email-field {
  color: #55595c;
    background-color: #333333;
    border-color: #292929;
    border: 1px solid #292929;


    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    border-radius: 2px;
}

.newsletterform_reg_response {
  color: #fff;
  font-size: 10px;
  }

.w-form-fail {
display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
  }

.success.newsletter-success {
  display: none;  
  margin-top: 20px;
    padding-left: 0;
    color: #73bc5b;
    text-align: left;
}

.success {
    background-color: hsla(0,0%,100%,0);
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn,
input[type="submit"],
[role="button"],
.topbar .login,
.lines-button,
.community-recent-activity .recent-activity-controls a,
.satisfaction-box input[type="radio"] ~ label {
  display: inline-block;
  padding: 16px 40px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .7px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 100px;
  touch-action: manipulation;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .15);
  outline: none !important;
  transition: box-shadow .2s ease, transform .2s ease, background-color .2s ease, border .2s ease;
}

.btn,
  .btn:hover,
  .btn:focus,
  .btn:active,
  input[type="submit"],
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  [role="button"],
  [role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active,
  .topbar .login,
  .topbar .login:hover,
  .topbar .login:focus,
  .topbar .login:active,
  .lines-button,
  .lines-button:hover,
  .lines-button:focus,
  .lines-button:active,
  .community-recent-activity .recent-activity-controls a,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .satisfaction-box input[type="radio"] ~ label,
  .satisfaction-box input[type="radio"] ~ label:hover,
  .satisfaction-box input[type="radio"] ~ label:focus,
  .satisfaction-box input[type="radio"] ~ label:active {
    color: #222;
    background-color: transparent;
    border-color: #222;
  }

.btn:hover,
  .btn:focus,
  .btn:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  [role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active,
  .topbar .login:hover,
  .topbar .login:focus,
  .topbar .login:active,
  .lines-button:hover,
  .lines-button:focus,
  .lines-button:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .satisfaction-box input[type="radio"] ~ label:hover,
  .satisfaction-box input[type="radio"] ~ label:focus,
  .satisfaction-box input[type="radio"] ~ label:active {
    transform: translate(0, -2px);
  }

[role="button"],
  [role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active,
  .btn--default,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .section-subscribe .dropdown-toggle,
  .section-subscribe .dropdown-toggle:hover,
  .section-subscribe .dropdown-toggle:focus,
  .section-subscribe .dropdown-toggle:active,
  .community-recent-activity .recent-activity-controls a,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .article-subscribe,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active,
  .post-subscribe,
  .post-subscribe:hover,
  .post-subscribe:focus,
  .post-subscribe:active,
  .post-unsubscribe,
  .post-unsubscribe:hover,
  .post-unsubscribe:focus,
  .post-unsubscribe:active,
  .topic-controls__item--subscribe .dropdown-toggle,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    color: #fff;
    background-color: #222;
    border-color: #222;
  }

[role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .section-subscribe .dropdown-toggle:hover,
  .section-subscribe .dropdown-toggle:focus,
  .section-subscribe .dropdown-toggle:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active,
  .post-subscribe:hover,
  .post-subscribe:focus,
  .post-subscribe:active,
  .post-unsubscribe:hover,
  .post-unsubscribe:focus,
  .post-unsubscribe:active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .3);
  }

input[type="submit"],
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn--primary,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active {
    color: #fff;
    background-color: #2d5cb9;
    border-color: #2d5cb9;
  }

input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active {
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .3);
  }

.btn--topbar,
.topbar .login {
  color: #0c9;
  background-color: transparent;
  border-color: #0c9;
}

.profile-header__options [data-action="edit-profile"] {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }

.container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {

.container {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2)
}
  }

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

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.row--promoted {
  align-items: center;
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.column--flex {
  display: flex;
  float: none;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

.column--xs-offset-3 {
  margin-left: 25%;
}

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

.column--xs-offset-6 {
  margin-left: 50%;
}

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

.column--xs-offset-9 {
  margin-left: 75%;
}

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
    display: block;
    max-height: 50px !important;
  }

.layout {
  /* display: flex;
  flex-direction: column; */
  background-color: #fff;
}

.layout.is-home-page .container-inner, .layout.is-category-page .container-inner, .layout.is-section-page .container-inner, .layout.is-search-results-page .container-inner {
      padding-top: 10px;
    }

.layout.is-home-page .search-box--hero-unit #query, .layout.is-category-page .search-box--hero-unit #query, .layout.is-section-page .search-box--hero-unit #query, .layout.is-search-results-page .search-box--hero-unit #query {
        color: #000;
        border-color: #000;
      }

.layout.is-home-page .search-box--hero-unit #query::-webkit-input-placeholder, .layout.is-category-page .search-box--hero-unit #query::-webkit-input-placeholder, .layout.is-section-page .search-box--hero-unit #query::-webkit-input-placeholder, .layout.is-search-results-page .search-box--hero-unit #query::-webkit-input-placeholder {
          color: #000;
        }

.layout.is-home-page .search-box--hero-unit #query::-moz-placeholder, .layout.is-category-page .search-box--hero-unit #query::-moz-placeholder, .layout.is-section-page .search-box--hero-unit #query::-moz-placeholder, .layout.is-search-results-page .search-box--hero-unit #query::-moz-placeholder {
          color: #000;
        }

.layout.is-home-page .search-box--hero-unit #query:-ms-input-placeholder, .layout.is-category-page .search-box--hero-unit #query:-ms-input-placeholder, .layout.is-section-page .search-box--hero-unit #query:-ms-input-placeholder, .layout.is-search-results-page .search-box--hero-unit #query:-ms-input-placeholder {
          color: #000;
        }

.layout.is-home-page .search-box--hero-unit #query:-moz-placeholder, .layout.is-category-page .search-box--hero-unit #query:-moz-placeholder, .layout.is-section-page .search-box--hero-unit #query:-moz-placeholder, .layout.is-search-results-page .search-box--hero-unit #query:-moz-placeholder {
          color: #000;
        }

.layout.is-home-page .search-box--hero-unit input[type="submit"],
        .layout.is-home-page .search-box--hero-unit input[type="submit"]:hover,
        .layout.is-home-page .search-box--hero-unit input[type="submit"]:focus,
        .layout.is-home-page .search-box--hero-unit input[type="submit"]:active,
        .layout.is-category-page .search-box--hero-unit input[type="submit"],
        .layout.is-category-page .search-box--hero-unit input[type="submit"]:hover,
        .layout.is-category-page .search-box--hero-unit input[type="submit"]:focus,
        .layout.is-category-page .search-box--hero-unit input[type="submit"]:active,
        .layout.is-section-page .search-box--hero-unit input[type="submit"],
        .layout.is-section-page .search-box--hero-unit input[type="submit"]:hover,
        .layout.is-section-page .search-box--hero-unit input[type="submit"]:focus,
        .layout.is-section-page .search-box--hero-unit input[type="submit"]:active,
        .layout.is-search-results-page .search-box--hero-unit input[type="submit"],
        .layout.is-search-results-page .search-box--hero-unit input[type="submit"]:hover,
        .layout.is-search-results-page .search-box--hero-unit input[type="submit"]:focus,
        .layout.is-search-results-page .search-box--hero-unit input[type="submit"]:active {
          color: #fff;
          background-color: #2d5cb9;
          border-color: #2d5cb9;
        }

.layout.is-home-page .intro-title, .layout.is-category-page .intro-title, .layout.is-section-page .intro-title, .layout.is-search-results-page .intro-title {
      color: #000;
    }

.layout.is-home-page .intro-title svg *, .layout.is-category-page .intro-title svg *, .layout.is-section-page .intro-title svg *, .layout.is-search-results-page .intro-title svg * {
        fill: currentColor;
        stroke: currentColor;
      }

/* .layout {
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.layout_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.layout__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.layout__footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
} */

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

/* .layout_head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.layout__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.layout__footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
} */

.topbar {
  width: 100%;
  margin-bottom: calc(16px * 1.75);
  color: #fff;
  background-color: #1f3249;
  border-color: #0c9;
  border-style: solid;
  border-width: 0;
}

@media (max-width: 767px) {

.topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector {
      margin-bottom: 6px
  }
    }

@media (min-width: 768px) {

.topbar {
    margin-bottom: calc(16px * 1.75 * 2)
}
  }

.topbar--bordered {
  border-color: #0c9 transparent #eee transparent;
  border-style: solid;
  border-width: 4px 0 1px;
}

.topbar__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {

.topbar__inner {
    display: table;
}
  }

.topbar__col {
  position: relative;
  padding: calc(16px * 1.75 / 2) 0;
}

@media (min-width: 768px) {

.topbar__col {
    display: table-cell;
    vertical-align: middle;
}
  }

@media (min-width: 768px) {

.topbar__controls {
    float: right
}
  }

@media (max-width: 767px) {

.topbar__collapse {
    display: none;
    padding-top: calc(16px * 1.75 / 2);
    padding-bottom: calc(16px * 1.75)
}
  }

@media (min-width: 768px) {

.topbar__collapse {
    display: block !important
}
  }

@media (max-width: 767px) {

.topbar__menu {
    padding: 0
}
  }

@media (min-width: 768px) {
  .topbar__col {
    padding: 20px 0;
  }
}

/* stylelint-disable */

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user-menu [role="menuitem"] {
    white-space: nowrap;
  }

#user > .btn {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }

  25% {
    transform: translate3d(0, 10px, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }

  75% {
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }

  25% {
    transform: translate3d(0, 10px, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }

  75% {
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {

#user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    opacity: 1 !important
}

    #user-dropdown:before,
    #user-dropdown:after {
      display: none;
    }
  }

#user-dropdown [role="menuitem"] {
    padding: 10px 0;
  }

@media (max-width: 767px) {

#user-dropdown [role="menuitem"] {
      color: #fff;
  }

      #user-dropdown [role="menuitem"]:hover {
        background-color: transparent;
      }
    }

@media (min-width: 768px) {

#user-dropdown [role="menuitem"] {
      padding-right: 16px;
      padding-left: 16px;
  }
    }

#user-dropdown [role="separator"] {
    padding: 0;
    margin: 0;
  }

@media (max-width: 767px) {

#user-dropdown [role="separator"] {
      border-color: rgba(255, 255, 255, 0.15);
  }
    }

@media (min-width: 768px) {

#user-dropdown[aria-expanded="true"] {
      -webkit-animation: bounce 0.6s ease-out;
              animation: bounce 0.6s ease-out
  }
    }

#user-dropdown:before,
  #user-dropdown:after {
    color: inherit;
  }

#user {
  display: block;
}

@media (min-width: 768px) {

#user {
    display: inline-block;
    vertical-align: middle
}
  }

#user .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: calc(16px - 2px);
    color: inherit;
  }

#user .dropdown-toggle,
    #user .dropdown-toggle:active,
    #user .dropdown-toggle:hover {
      border-color: transparent;
    }

#user .dropdown-toggle:before,
    #user .dropdown-toggle:after {
      color: #fff;
    }

@media (max-width: 767px) {

#user .dropdown-toggle:before,
    #user .dropdown-toggle:after {
        display: none;
    }
      }

#user-password,
#user-profile {
  color: #000;
}

@media (max-width: 767px) {

#user-password {
    min-width: 1px !important;
    padding: calc(16px * 1.75 / 4)
      12px !important;
    margin-top: calc(16px * 1.75 / 4);
    background-color: #fff;
    border-radius: 0
}

#user-profile {
    min-width: 1px !important;
    padding: calc(16px * 1.75 / 4)
      12px !important;
    margin-top: calc(16px * 1.75 / 4);
    background-color: #fff;
    border-radius: 0
}
  }

#user-password [role="separator"] {
    padding: calc(16px * 1.75 / 4)
      12px !important;
  }

#user-profile [role="separator"] {
    padding: calc(16px * 1.75 / 4)
      12px !important;
  }

#user-password form {
    padding: calc(16px * 1.75 / 4)
      12px !important;
  }

#user-profile form {
    padding: calc(16px * 1.75 / 4)
      12px !important;
  }

#user-profile {
  font-size: calc(16px - 2px) !important;
}

#user-profile dt {
    padding: 8px 4px !important;
  }

#user-profile dt label {
      margin-bottom: 0 !important;
    }

#user-profile input[type="text"] {
    font-size: calc(16px - 2px) !important;
  }

#password-form label {
  font-size: calc(16px - 2px) !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

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

.avatar--agent:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -4px;
    font-family: "Font Awesome 5 Free";
    font-size: calc(16px * 0.75);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #2d5cb9;

    content: "\f19d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

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

.user-avatar--default {
  width: 40px;
  height: 40px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
}

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  transition: 0.3s;
}

@media (max-width: 767px) {

.lines-button {
    float: right
}
  }

@media (min-width: 768px) {

.lines-button {
    display: none
}
  }

.lines-button:hover {
    opacity: 1;
  }

.lines-button:active {
    outline: 0;
    box-shadow: none;
    transition: 0;
  }

.lines-button:focus {
    outline: 0;
  }

/*common to all three-liners */

.lines,
  .lines:before,
  .lines:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

.lines {
  position: relative;
}

.lines:before,
  .lines:after {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: calc(30px / 14) center;
  }

.lines:before {
    top: 7.5px;
  }

.lines:after {
    top: -7.5px;
  }

.lines-button.is-active {
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.is-active .lines {
    background: transparent;
  }

.lines-button.is-active .lines:before,
    .lines-button.is-active .lines:after {
      top: 0;
      width: 30px;
      transform-origin: 50% 50%;
    }

.lines-button.is-active .lines:before {
      transform: rotate3d(0, 0, 1, 45deg);
    }

.lines-button.is-active .lines:after {
      transform: rotate3d(0, 0, 1, -45deg);
    }

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {

.help-center-name {
    display: none
}
  }

.hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  background-image: url(/hc/theming_assets/01HZKSAK3174DFNQNKNR40ECRV);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}

.is-home-page .hero-unit,
.is-category-page .hero-unit,
.is-section-page .hero-unit {
  display: none;
}

.home-page-hero-unit {
  position: relative;
  padding: 30px 15px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .home-page-hero-unit {
      padding: 80px 15px 20px
  }
}

@media (max-width: 767px) {
  .home-page-hero-unit {
      padding: 60px 15px
  }
}

.layout.is-home-page .home-page-hero-unit {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .layout.is-home-page .home-page-hero-unit {
    padding-top: 0;
  }
}

.home-page-hero-unit .knowledge-base {
    position: relative;
    z-index: 2;
    margin-top: 70px;
  }
.layout.is-home-page .home-page-hero-unit .knowledge-base {
    margin-top: 100px;
}

@media (max-width: 767px) {

.home-page-hero-unit .knowledge-base {
      margin-top: 0
  }
  .layout.is-home-page .home-page-hero-unit .knowledge-base {
      margin-top: 40px;
  }
    }

.hero-unit {

  position: relative;
  padding: 60px 15px;
  margin-bottom: 60px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {

.hero-unit {
    padding-top: 160px;
    padding-bottom: 160px
}
  }

@media (min-width: 768px) and (max-width: 991px) {

.hero-unit {
    padding-top: 100px;
    padding-bottom: 100px
}
  }

.hero-unit:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.2;
  }

.hero-unit__container {
    padding-right: 15px;
  padding-left: 15px;
}

.hero-unit--article-page {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

@media (min-width: 768px) {

.hero-unit--article-page {
    margin-right: calc(15px * -2);
    margin-left: calc(15px * -2)
}
  }

.intro-title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.intro-title img, .intro-title svg {
    display: inline;
    height: 22px;
    fill: #fff;
  }

@media (min-width: 768px) {

.intro-title {
    font-size: 28px
}

    .intro-title img, .intro-title svg {
      height: 26px;
    }
  }

@media (min-width: 992px) {

.intro-title {
    margin-bottom: 18px;
    font-size: 34px
}

    .intro-title img, .intro-title svg {
      height: 32px;
    }
  }

/* Search */

.search {
  position: relative;
}

.searchbox {
  margin-top: calc(16px * 1.75);
}

.searchbox-suggestions ul {
    padding-left: 0;
    margin-bottom: calc(16px * 1.75);
    list-style: none;
  }

.searchbox-suggestions li {
    margin-bottom: calc(16px * 1.75 / 3);
  }

.search-box {
  position: relative;
}

.search-box #query {
    padding-left: 35px;
    transition: border 0.3s ease;
  }

.search-box--center {
  margin-left: auto;
  margin-right: auto;
}

.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  transition: top 0.3s ease;
}

@media (max-width: 767px) {

.search-box--hero-unit {
    display: none
}
  }

.search-box--hero-unit .search {
    display: flex;
  }

.search-box--hero-unit #query {
    height: 50px;
    padding: 0;
    font-size: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    transition: border 0.3s ease, background-color 0.3s ease;
    color: #fff;
  }

.search-box--hero-unit #query::-webkit-input-placeholder {
      color: #fff;
    }

.search-box--hero-unit #query::-moz-placeholder {
      color: #fff;
    }

.search-box--hero-unit #query:-ms-input-placeholder {
      color: #fff;
    }

.search-box--hero-unit #query:-moz-placeholder {
      color: #fff;
    }

@media (min-width: 992px) {

.search-box--hero-unit #query {
      height: 60px
  }
    }

.search-box--hero-unit input[type="submit"] {
    display: inline-block;
    height: 60px;
    margin-left: 16px;
    flex-shrink: 0;
    background-color: transparent;
    border-color: #fff;
  }

.search-box--hero-unit input[type="submit"]:hover,
    .search-box--hero-unit input[type="submit"]:focus,
    .search-box--hero-unit input[type="submit"]:active {
      background-color: #fff;
      color: #000;
    }

@media (max-width: 991px) {

.search-box--hero-unit input[type="submit"] {
      display: none
  }
    }

.search-box--small {
  margin-bottom: calc(16px * 1.75 * 2);
}

.custom-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 479px) {

.custom-blocks {
    margin-bottom: calc(16px * 1.75)
}
  }

.custom-block {
  display: flex;
  float: none;
  margin-bottom: calc(16px * 1.75);
}

@media (max-width: 479px) {

.custom-block {
    width: 100%;
    padding: 0 calc(12px * 2)
}
  }

@media (min-width: 480px) {

.custom-block {
    padding: 0 calc(12px * 2);
    text-align: center
}
  }

@media (min-width: 768px) {

.custom-block {
    margin-bottom: calc(16px * 1.75)
}
  }

.custom-block__link {
  display: block;
  width: 100%;
}

@media (max-width: 479px) {

.custom-block__link {
    display: table
}
  }

.custom-block__link:active .custom-block__icon path, .custom-block__link:focus .custom-block__icon path, .custom-block__link:hover .custom-block__icon path {
      fill: #323232;
    }

.custom-block__link:active .custom-block__icon circle, .custom-block__link:focus .custom-block__icon circle, .custom-block__link:hover .custom-block__icon circle {
      stroke: #323232;
    }

.custom-block__icon {
  display: inline-block;
}

@media (min-width: 480px) {

.custom-block__icon {
    margin-bottom: calc(16px * 1.75)
}
  }

.custom-block__icon svg {
    width: 56px;
    height: 56px;
  }

@media (min-width: 480px) {

.custom-block__icon svg {
      width: calc(56px + 10px);
      height: calc(56px + 10px)
  }
    }

.custom-block__icon circle,
  .custom-block__icon path {
    transition: all 0.3s ease;
  }

.custom-block__icon path {
    fill: #0c9;
  }

.custom-block__icon circle {
    stroke: #0c9;
  }

.custom-block__title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 479px) {

.custom-block__title {
    display: table-cell;
    width: 100%;
    padding-left: 12px;
}
  }

@media (min-width: 480px) {

.custom-block__title {
    display: block;
}
  }

@media (min-width: 768px) {

.category-page {
    margin-bottom: calc(16px * 1.75 * 2)
}
  }

.category-description:empty {
    display: none;
  }

.category-tree.accordion--colored .accordion__item-title--active {
      margin-right: -1px;
      margin-left: -1px;
    }

.category-tree.accordion--colored .accordion__item:first-of-type .accordion__item-title--active {
          border-radius: 0 0 0 0;
        }

.category-tree.accordion {
    margin-bottom: calc(16px * 1.75 * 2);
  }

.category-tree-item__title {
  padding-bottom: calc(16px * 1.75 / 2);
  border-bottom: 2px solid #eceeef;
}

.category-tree-item__title.accordion__item-title {
    padding-top: calc(16px * 1.75);
    padding-bottom: calc(16px * 1.75);
    margin-bottom: 0;
  }

.category-tree-item__sections {
  margin-bottom: calc(16px * 1.75);
}

@media (min-width: 768px) {
      .category-tree-item__sections .section:nth-child(2n + 1) {
        clear: left;
      }
    }

@media (min-width: 992px) {
      .category-tree-item__sections .section:nth-child(2n + 1) {
        clear: none;
      }

      .category-tree-item__sections .section:nth-child(3n + 1) {
        clear: left;
      }
    }

.category-tree-item__sections.accordion__item-content {
    padding-top: calc(16px * 1.75 * 1.5);
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

.category-tree-item__title-link {
  color: inherit;
}

.category-tree-item__title-link--accordion {
  pointer-events: none;
}

/**** 
  CATEGORY TREE ACCORDION
****/

.category-tree-item--accordion-item {
  margin-bottom: calc(16px * 1.75);
  border: 1px solid #eceeef;
  border-radius: 0;
}

.category-tree-item__title--accordion-title {
  position: relative;
  padding: 20px 52px 20px 20px;
  margin-bottom: 0;
  font-size: calc(16px * 1.25);
  cursor: pointer;
  border: 0;
}

.category-tree-item__title--accordion-title:before {
    position: absolute;
    content: "";
  }

.category-tree-item__title--accordion-title a {
    pointer-events: none;
  }

.category-tree-item__sections--accordion-content {
  display: none;
  padding: 24px 10px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #eceeef;
}

.category-tree-item__sections--accordion-content p:last-child {
    margin-bottom: 0;
  }

@media (min-width: 768px) {

.category-tree--accordion {
    margin-bottom: calc(16px * 1.75 * 3)
}
  }

.category-tree--accordion .category-tree-item__title--accordion-title:before {
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222;
    transition: transform 0.3s;
    transform: rotate(-45deg);
  }

.category-tree--accordion .category-tree-item__title--accordion-title--active:before {
      transition: transform 0.3s;
      transform: rotate(135deg);
    }

.block-list {
  display: flex;
  padding: 0;
  margin: 0 -5px calc(16px * 1.75);
  list-style: none;
  flex-wrap: wrap;

  flex-direction: column;
}

@media (min-width: 768px) {

.block-list {
    flex-direction: row
}
  }

.block-list-item {
  position: relative;
  display: flex;
  float: none;
  padding: 5px;
  list-style: none;
}

@media (max-width: 767px) {

.block-list-item {
    width: 100%
}
  }

.block-list-item__link {
  display: flex;
  width: 100%;
  padding: 50px;
  font-weight: 600;

  vertical-align: middle;
  flex-direction: column;
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: all 0.2s ease;
}

.block-list-item__link:active,
  .block-list-item__link:focus,
  .block-list-item__link:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.3);
    transform: translate(0, -2px);
  }

.block-list-item__title {
  margin-bottom: 6px;
  font-weight: 800;
  text-transform: uppercase;

}

.block-list-item__description {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-size: 15px;
}

.block-list--categories .block-list-item:nth-child(1),
  .block-list--categories .block-list-item:nth-child(2) {
    flex-basis: 50%;
  }

.block-list--categories .block-list-item:nth-child(n + 3) {
    flex-basis: 50%;
  }

/* .block-list--categories .block-list-item:nth-child(5n + 1) .block-list-item__link {
      background-color: #364d72;
      background-image:
       url(/hc/theming_assets/01HZKSAFBHZYDD02B3RQQ7TW88);
       background-position: 50% 50%;
    } */

.block-list--categories .block-list-item:nth-child(5n + 1) .block-list-item__link {
  	background-color: #2d5cb9;
      background-image: /*!linear-gradient(
          180deg,
          rgba(115, 188, 91, 0.3),
          rgba(115, 188, 91, 0.3)
        ),*/
/*         url(/hc/theming_assets/01HZKSAEQRW2MTSW8S5015K8FN); */
        background-position: 50% 50%;    
    }

.block-list--categories .block-list-item:nth-child(5n + 2) .block-list-item__link {
      background-color: #459fc5;
      background-image: /*! linear-gradient(
          180deg,
          rgba(255, 179, 0, 0.45),
          rgba(255, 179, 0, 0.45)
        ),*/
/*         url(/hc/theming_assets/01HZKSAFTS9TQ7Q3HG5CHQZ1HN); */
        background-position: 50% 50%;
    }

.block-list--categories .block-list-item:nth-child(5n + 3) .block-list-item__link {
      background-color: #73bc5b;
/*       background-image: url(/hc/theming_assets/01HZKSAGB96FX96PT78NHB6GGW); */
     background-position: 50% 50%;
      background-size: cover;
    }

.block-list--categories .block-list-item:nth-child(5n + 4) .block-list-item__link {
  	background-color: #2d5cb9;
      background-image: /*!linear-gradient(
          180deg,
          rgba(115, 188, 91, 0.3),
          rgba(115, 188, 91, 0.3)
        ),*/
/*         url(/hc/theming_assets/01HZKSAEQRW2MTSW8S5015K8FN); */
        background-position: 50% 50%;    
    }

/* .block-list--categories .block-list-item:nth-child(5n + 5) .block-list-item__link {
      background-color: #4b60f6;
      background-image:
         url(/hc/theming_assets/01HZKSAEJ9G35F1NTNB7ZH3RN3);
        background-position: 10% 10%;
    } */

.block-list--categories .block-list-item:nth-child(5n + 5) .block-list-item__link {
      background-color: #459fc5;
      background-image: /*! linear-gradient(
          180deg,
          rgba(255, 179, 0, 0.45),
          rgba(255, 179, 0, 0.45)
        ),*/
/*         url(/hc/theming_assets/01HZKSAFTS9TQ7Q3HG5CHQZ1HN); */
        background-position: 50% 50%;
    }

.block-list--categories .block-list-item:last-child .block-list-item__link {
  background-color: #73bc5b;
}

.block-list--categories .block-list-item:last-child {
    flex-basis: 100%;
  }

.block-list--categories .block-list-item--glossary.block-list-item .block-list-item__link {
   background-color: #bbb;
      background-image: /*!linear-gradient(
          113deg,
          rgba(45, 92, 185, 0) 67%,
          #bfbfbf 91%
        ),
        linear-gradient(
          180deg,
          rgba(149, 150, 150, 0.85),
          rgba(98, 99, 101, 0.88)
        ),*/
/*         url(/hc/theming_assets/01HZKSAEE0MQ42YECEHDV5FTVZ) !important;  */
      background-size: cover; 
}

.block-list--categories .block-list-item:nth-child(5n + 6) .block-list-item__link {
      background-color: #73bc5b;
/*       background-image: url(/hc/theming_assets/01HZKSAGB96FX96PT78NHB6GGW); */
       background-position: 50% 50%;
    }
.block-list--categories .block-list-item:nth-child(5n + 8) .block-list-item__link {
  background-color: #459fc5;
/*        background-image: url(/hc/theming_assets/01HZKSAFBHZYDD02B3RQQ7TW88); */
       background-position: 50% 50%;

    }
.block-list--categories .block-list-item:nth-child(5n + 7) .block-list-item__link {
        background-color: #2d5cb9;
      background-image: /*!linear-gradient(
          180deg,
          rgba(115, 188, 91, 0.3),
          rgba(115, 188, 91, 0.3)
        ),*/
/*         url(/hc/theming_assets/01HZKSAEQRW2MTSW8S5015K8FN); */
        background-position: 50% 50%;    
    }

.block-list--categories .block-list-item:nth-child(5n + 9) .block-list-item__link {
      background-color: #73bc5b;
/*       background-image: url(/hc/theming_assets/01HZKSAGB96FX96PT78NHB6GGW); */
     background-position: 50% 50%;
      background-size: cover;
    }

.block-list--categories .block-list-item:nth-child(5n + 10) .block-list-item__link {
  	background-color: #2d5cb9;
      background-image: /*!linear-gradient(
          180deg,
          rgba(115, 188, 91, 0.3),
          rgba(115, 188, 91, 0.3)
        ),*/
/*         url(/hc/theming_assets/01HZKSAEQRW2MTSW8S5015K8FN); */
        background-position: 50% 50%;    
    }

.block-list--sections {
  margin-bottom: 128px;
}

.block-list-item--section .block-list-item__link {
  padding: 25px;
  background-color: #ececec;
  color: #000;
}

.block-list-item--section .block-list-item__title {
  position: relative;
  margin-bottom: 16px;
}

.block-list-item--section .block-list-item__title:after {
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #000;
  content: '';
  left: 0;
  top: 100%;
}

.block-list-item--section:nth-child(5n+1) .block-list-item__title:after {
  background-color: #73bc5b;
}

.block-list-item--section:nth-child(5n+2) .block-list-item__title:after {
  background-color: #459fc5;
}

.block-list-item--section:nth-child(5n+3) .block-list-item__title:after {
  background-color: #2d5cb9;
}

.block-list-item--section:nth-child(5n+4) .block-list-item__title:after {
  background-color: #459fc5;
}

.block-list-item--glossary .block-list-item__title {
  margin-bottom: 0;
}

.block-list-item--center {
  text-align: center;
}

.block-list-item--center {
 	flex-basis: 100%!important; 
}

.block-list-item--category .block-list-item__title {
    font-size: 20px;
}

@media (min-width: 992px) {

.block-list-item--category .block-list-item__title {
    font-size: 28px
}
  }

.block-list-item--category .block-list-item__link {
  color: #fff;
}

.section-page {
  margin-bottom: calc(16px * 1.75 * 2);
}

.section {
  margin-bottom: calc(16px * 1.75);
}

.section__title {
  font-weight: 300;
}

.section__title-link {
  color: inherit;
}

.section-header {
  position: relative;
}

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0;
}

.section-subscribe .dropdown-menu {
    right: 0;
    left: initial;
  }

.section-title {
  padding-right: 120px;
}

@media (min-width: 768px) {
      .section-tree .section:nth-child(2n + 1) {
        clear: left;
      }
    }

@media (min-width: 992px) {
      .section-tree .section:nth-child(2n + 1) {
        clear: none;
      }

      .section-tree .section:nth-child(3n + 1) {
        clear: left;
      }
    }

.section-list {
  padding-left: 0;
  margin-bottom: calc(16px * 1.75);
  list-style: none;
}

.section-list-item {
  position: relative;
  margin-bottom: calc(16px * 1.75);
}

@media (min-width: 768px) {

.section-list-item {
    display: table;
    height: 150px
}
  }

.section-list-item__link {
  display: block;
  padding: calc(16px * 1.75) 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #323232;
  border-radius: 0;
  transition: all 0.3s ease;
}

.section-list-item__link:active,
  .section-list-item__link:focus,
  .section-list-item__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d5cb9;
  }

@media (min-width: 768px) {

.section-list-item__link {
    display: table-cell
}
  }

.section-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

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

.article-list-item {
  margin-bottom: calc(16px * 1.75 / 2);
}

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.community-recent-activity {
  padding: calc(16px * 1.75) 15px;
  margin-bottom: calc(16px * 1.75 * 2);
  border: 2px solid #eceeef;
  border-radius: 0;
}

.community-recent-activity h4 {
    font-size: calc(16px * 1.75);
    font-weight: 400;
  }

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

.community-recent-activity .recent-activity-list {
    padding-left: 0;
    margin-bottom: 0;

    list-style: none;
  }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-list {
      margin-right: calc(15px * -1);
      margin-left: calc(15px * -1)
  }
    }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-item {
      display: inline-block;
      width: 33.3333%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: calc(16px * 1.75);
      vertical-align: top
  }
    }

.community-recent-activity .recent-activity-item-meta {
    font-size: calc(16px * 0.75);
    color: #979797;
  }

.community-recent-activity .recent-activity-item-comment span:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f075";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.community-recent-activity .recent-activity-item-parent {
    font-weight: 600;
    color: #000;
  }

.footer-submit-ticket {
  padding: calc(16px * 1.75 * 2)
    calc(12px * 2) calc(16px * 1.75);
  margin-bottom: calc(16px * 1.75 * 2);
  text-align: center;
  background-color: #eceeef;
  border-radius: 0;
}

.footer-submit-ticket__title {
  font-size: calc(16px * 1.5);
}

.footer-submit-ticket__subtitle {
  font-size: calc(16px * 1.5);
  color: #333;
}

.footer-submit-ticket__btn:empty {
    display: none;
  }

.footer-submit-ticket__btn .btn {
    padding: 10px 18px;
  }

.footer {
  display: block;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  background-color: #222;
}

.footer a {
    color: #8f8f8f;
  }

.footer a:hover,
    .footer a:focus,
    .footer a:active {
      color: #fff;
      text-decoration: underline;
    }

.footer__menu {
  display: block;
  padding: 0;
  margin: 0 0 24px;
}

@media (max-width: 767px) {

.footer__menu {
    text-align: center
}
  }

.footer__menu li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

.footer__menu li a {
      display: block;
    }

@media (min-width: 768px) {

.footer__menu li a {
        padding: 5px 0
    }
      }

@media (min-width: 768px) {

.is-home-page .footer {
    padding-left: 330px
}
  }

.copyrights {
  font-size: 11px;
  color: #8f8f8f;
}

.custom-header {
  height: 60px;
}

@media (min-width: 992px) {

.custom-header {
    display: none
}
  }

.custom-header nav {
    display: block;
  }

.custom-header a {
    background-color: transparent;
  }

.custom-header a:active, .custom-header a:hover {
    outline: 0;
  }

.custom-header img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
  }

.custom-header [class*=" w-icon-"] {
    font-family: webflow-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.custom-header * {
    box-sizing: border-box;
  }

.custom-header .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }

.custom-header .w-nav-button {
    -webkit-tap-highlight-color: transparent;
  }

.custom-header .w-nav-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

@media screen and (max-width: 767px) {
    .custom-header .w-nav-brand {
      padding-left: 10px;
    }
  }

.custom-header .w-nav-link {
    vertical-align: top;
    text-decoration: none;
  }

.custom-header .w-nav:after, .custom-header .w-nav:before {
    content: " ";
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

.custom-header img {
    max-width: 100%;
  }

.custom-header .w-nav, .custom-header .w-nav-brand, .custom-header .w-nav-link, .custom-header .w-nav-menu {
    position: relative;
  }

.custom-header .w-nav:after {
    clear: both;
  }

.custom-header .w-nav {
    background: #ddd;
    z-index: 1000;
  }

.custom-header .w-nav:after, .custom-header .w-nav:before {
    display: table;
  }

.custom-header .w-nav-brand {
    float: left;
    text-decoration: none;
    color: #333;
  }

.custom-header .w-nav-link {
    display: inline-block;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

.custom-header .w-nav-menu {
    float: right;
  }

.custom-header .w-nav-overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    visibility: hidden;
  }

.custom-header .w-nav-overlay .w-nav-overlay__bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, .4);
      opacity: 0;
      transition: all .2s ease;
    }

.custom-header .w-nav-overlay.is-active {
      visibility: visible;
    }

.custom-header .w-nav-overlay.is-active .w-nav-menu {
        transform: translateX(0);
      }

.custom-header .w-nav-overlay.is-active .w-nav-overlay__bg {
        opacity: 1;
      }

.custom-header .w-nav-overlay .w-nav-menu {
      display: block !important;
      width: 240px;
      height: 100%;
      padding: 40px;
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(100%);
      transition: all .2s ease;
      z-index: 2;
    }

.custom-header .w-nav-overlay .nav-link-white {
      display: block;
      font-size: 15px;
      line-height: 27px;
    }

.custom-header .w-nav-overlay .search-button.hide-on-desktop {
      text-align: center;
    }

.custom-header .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

@media screen and (max-width: 991px) {
    .custom-header .w-nav[data-collapse=medium] .w-nav-menu {
      display: none;
    }
    .custom-header .w-nav[data-collapse=medium] .w-nav-button {
      display: block;
    }
  }

@media screen and (max-width: 767px) {
    .custom-header .w-nav-brand {
      padding-left: 10px;
    }
  }

.custom-header a {
    color: #2d5cb9;
    text-decoration: none;
  }

.custom-header a:hover {
    color: #000;
    text-decoration: underline;
  }

.custom-header .nav-link-white:hover {
    text-decoration: none;
  }

.custom-header .white {
    color: #fff;
  }

.custom-header .nav-link-white {
    text-transform: uppercase;
  }

.custom-header .logo-link-block {
    display: -ms-flexbox;
  }

.custom-header .nav-link-white {
    margin-right: 20px;
    margin-left: 20px;
    padding: 13px 0 9px;
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .7px;
  }

.custom-header .nav-link-white:hover {
    border-bottom-color: #fff;
    color: #fff;
  }

.custom-header .logo-link-block {
    display: block;
    padding-top: 8px;
    padding-left: 0;
    align-items: center;
    transition: transform .2s ease;
    text-decoration: none !important;
  }

.custom-header .logo-link-block span {
      display: block;
      text-align: right;
      font-size: 12.5px;
      text-transform: uppercase;
      /* margin-top: -6px; */
      color: rgba(255, 255, 255, .3);
    }

.custom-header .logo-link-block:hover {
    transform: scale(1.05);
  }

.custom-header .nav-menu {
    display: -ms-flexbox;
  }

.custom-header .nav-menu {
    display: flex;
    align-items: center;
  }

.custom-header .search-button {
    position: relative;
    z-index: 999;
    height: 80px;
    transition: all .2s ease;
  }

.custom-header .search-button:hover {
    transform: scale(1.05);
  }

.custom-header .search-button.hide-on-desktop {
    display: none;
  }

.custom-header .main-navbar {
    height: 80px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .05);
  }

.custom-header .main-navbar.transparant {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .01));
    box-shadow: none;
  }

.custom-header .logo {
    width: auto;
    height: 40px;
    margin-top: 21px;
  }

.custom-header .nav-wrapper, .custom-header .nav-wrapper.not-fixed {
    margin-right: auto;
    margin-left: auto;
  }

.custom-header .nav-wrapper {
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 1850px;
    background-color: #222;
  }

.custom-header .nav-wrapper.not-fixed {
    position: absolute;
    max-width: 1850px;
  }

.custom-header .nav-wrapper.not-fixed.full {
    max-width: 100%;
  }

@media screen and (max-width: 991px) {
    .custom-header .nav-link-white {
      margin-right: 0;
      margin-left: 0;
      padding-top: 16px;
      padding-bottom: 10px;
      padding-left: 0;
      border-bottom-color: #f3f3f3;
      color: #323232;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: none;
    }
    .custom-header .nav-link-white:hover {
      color: #000;
    }
    .custom-header .menu-button, .custom-header .nav-menu, .custom-header .search-button.hide-on-desktop {
      display: block;
    }
    .custom-header .nav-menu {
      width: 40%;
      padding: 50px;
      background-color: #fff;
      box-shadow: 0 0 60px 0 rgba(0, 0, 0, .3);
    }
    .custom-header .menu-button {
      justify-content: center;
      align-items: center;
    }
      .custom-header .menu-icon:before,
      .custom-header .menu-icon:after {
        content: '';
      }

      .custom-header .menu-icon,
      .custom-header .menu-icon:before,
      .custom-header .menu-icon:after {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 50%;
      }

      .custom-header .menu-icon {
        top: calc(50% - 2px);
      }

      .custom-header .menu-icon:before {
        top: calc(50% - 10px);
      }

      .custom-header .menu-icon:after {
        bottom: calc(50% - 10px);
      }
    .custom-header .menu-icon.white {
      font-size: 2em;
    }
    .custom-header .search-button.hide-on-mobile {
      display: none;
    }
    .custom-header .main-navbar {
      padding-left: 20px;
    }
    .custom-header .main-navbar {
      padding-right: 0;
    }
  }

@media screen and (max-width: 767px) {
    .custom-header .nav-link-white {
      height: 60px;
      padding-top: 20px;
    }
    .custom-header .logo-link-block {
      height: 60px;
    }
    .custom-header .menu-button, .custom-header .menu-icon, .custom-header .menu-icon.white {
      text-align: center;
    }
    .custom-header .menu-button {
      position: relative;
      padding-right: 0;
      padding-left: 0;
    }
    .custom-header .menu-button {
      width: 40px;
      height: 60px;
      padding-top: 6px;
    }

      .custom-header .menu-button img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    .custom-header .menu-icon.white {
      font-size: 1.7em;
    }
    .custom-header .main-navbar {
      height: 60px;
    }
    .custom-header .main-navbar.transparant {
      padding-left: 20px;
    }
    .custom-header .logo {
      height: 23px;
      margin-top: -1px;
    }
  }

@media screen and (max-width: 479px) {
    .custom-header .nav-link-white {
      height: auto;
      padding-top: 14px;
      padding-bottom: 8px;
    }
    .custom-header .nav-menu {
      width: 80%;
      padding: 40px;
    }
    .custom-header .menu-button {
      padding-top: 10px;
    }
    .custom-header .menu-icon {
      font-size: 40px;
    }
    .custom-header .logo {
      margin-top: 1px;
    }
  }

/*! CSS Used fontfaces */

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: 400;
    font-style: normal;
  }

/*! CSS Used from: https://uploads-ssl.webflow.com/5c40537f30dc10be8f498c0e/css/rtz.webflow.d50e0c741.min.css */

.custom-header input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

.custom-header input[type=search] {
    -webkit-appearance: none;
  }

.custom-header * {
    box-sizing: border-box;
  }

.custom-header .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
  }

.custom-header input.w-button {
    -webkit-appearance: button;
  }

.custom-header .w-container:after {
    clear: both;
  }

.custom-header .search {
    margin: 0 0 15px;
  }

.custom-header .w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
  }

.custom-header .w-input:-moz-placeholder {
    color: #999;
  }

.custom-header .w-input::-moz-placeholder {
    color: #999;
    opacity: 1;
  }

.custom-header .w-input:-ms-input-placeholder {
    color: #999;
  }

.custom-header .w-input::-webkit-input-placeholder {
    color: #999;
  }

.custom-header .w-input:focus {
    border-color: #3898EC;
    outline: 0;
  }

.custom-header .w-container:after, .custom-header .w-container:before {
    display: table;
    content: " ";
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

.custom-header .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
  }

@media screen and (max-width: 991px) {
    .custom-header .w-container {
      max-width: 728px;
    }
  }

@media screen and (max-width: 479px) {
    .custom-header .w-container {
      max-width: none;
    }
  }

.custom-header .button:hover {
    text-decoration: none;
  }

.custom-header .button {
    text-transform: uppercase;
  }

.custom-header .button {
    color: #fff;
  }

.custom-header .button {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 40px 12px;
    border-radius: 50px;
    background-color: #222;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3);
    transition: box-shadow .2s ease, transform .2s ease, background-color .2s ease, border .2s ease;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .7px;
  }

.custom-header .button:hover {
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .3);
    transform: translate(0, -2px);
    color: #fff;
  }

.custom-header #query {
    line-height: 1.2em;
    font-family: 'Acumin Pro', sans-serif;
  }

.custom-header #query, .custom-header .text-field.black-text.mobile-version {
    padding-left: 0;
  }

.custom-header #query {
    height: 65px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1.68em;
    font-weight: 400;
  }

.custom-header #query::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
  }

.custom-header #query:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
  }

.custom-header #query::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
  }

.custom-header #query::-moz-placeholder {
    color: hsla(0, 0%, 100%, .7);
  }

.custom-header #query::placeholder {
    color: hsla(0, 0%, 100%, .7);
  }

.custom-header #query {
    border-bottom-color: #323232;
    color: #323232;
  }

.custom-header #query::-webkit-input-placeholder {
    color: rgba(50, 50, 50, .4);
  }

.custom-header #query:-ms-input-placeholder {
    color: rgba(50, 50, 50, .4);
  }

.custom-header #query::-ms-input-placeholder {
    color: rgba(50, 50, 50, .4);
  }

.custom-header #query::-moz-placeholder {
    color: rgba(50, 50, 50, .4);
  }

.custom-header #query::placeholder {
    color: rgba(50, 50, 50, .4);
  }

.custom-header .modal-background {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

.custom-header .modal-background {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease;
  }

.custom-header .modal-search-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    box-shadow: 0 -20px 80px 0 #000;
    visibility: hidden;
  }

.custom-header .modal-search-wrapper.is-active {
      visibility: visible;
    }

.custom-header .modal-search-wrapper.is-active .search-div {
        transform: translateY(0);
      }

.custom-header .modal-search-wrapper.is-active .modal-background {
        opacity: 1;
      }

.custom-header input[type="submit"] {
    margin-top: 20px;
  }

.custom-header .search {
    display: -ms-flexbox;
  }

.custom-header .search-div {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all .2s ease;
  }

.custom-header .search {
    display: flex;
    align-items: center;
  }

@media screen and (max-width: 991px) {
    .custom-header .button {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

@media screen and (max-width: 767px) {
    .custom-header .search {
      text-align: center;
    }
    .custom-header .text-field {
      font-size: 1.4em;
    }
    .custom-header .text-field.black-text.mobile-version {
      margin-bottom: 20px;
      font-size: 1.4em;
    }
    .custom-header .search-div {
      padding: 20px;
    }
    .custom-header .search {
      display: block;
    }
  }

@media screen and (max-width: 479px) {
    .custom-header .button {
      padding: 15px 25px 11px;
      font-size: 10px;
      line-height: 21px;
    }
    .custom-header .button.mobile-search-button {
      display: block;
      width: 100%;
      margin-top: 0;
    }
    .custom-header .text-field {
      font-size: 1.2em;
    }
    .custom-header .text-field.black-text {
      font-size: 1.1em;
      text-align: center;
    }
    .custom-header .text-field.black-text.mobile-version {
      height: 60px;
      margin-right: 0;
      margin-bottom: 10px;
    }
    .custom-header .search {
      margin-bottom: 0;
    }
  }

.page-sidebar-is-active main {
    display: flex;
  }

.page-sidebar-is-active .home-page-hero-unit {
    flex-grow: 1;
  }

.page-sidebar {
  top: 0;
  left: 0;
  z-index: 99;
  flex-shrink: 0;
  width: 230px;
  /* height: 100vh; */
  color: #fff;
  background: #222;
}

@media (max-width: 991px) {

.page-sidebar {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background: transparent;
    transition: all 0.2s ease
}

    .page-sidebar .page-sidebar__overlay {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100vh;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: all 0.2s ease;
    }

    .page-sidebar.is-active {
      visibility: visible;
    }

      .page-sidebar.is-active .page-sidebar__container {
        transform: translateX(0);
      }

      .page-sidebar.is-active .page-sidebar__overlay {
        visibility: visible;
        opacity: 1;
      }
  }

.page-sidebar a {
    color: #8f8f8f;
  }

.page-sidebar__container {
  display: flex;
  /* height: 100%; */
  flex-direction: column;
}

@media (max-width: 991px) {

.page-sidebar__container {
    position: relative;
    z-index: 2;
    width: 85%;
    max-width: 300px;
    height: 100%;
    background: #222;
    transition: all 0.2s ease;
    transform: translateX(-100%)
}
  }

@media (max-width: 991px) {
  .page-sidebar__full-height {
    overflow-y: auto;
  }
}

.page-sidebar__block {
  padding: 30px;
}

@media (min-width: 992px) {
.page-sidebar__block--glossary {
  padding-top: 250px;
}
}

.page-sidebar__logo,
.home-page-logo {
  display: block;
  transition: all 0.2s ease;
}

.page-sidebar__logo:hover,
  .page-sidebar__logo:focus,
  .page-sidebar__logo:active,
  .home-page-logo:hover,
  .home-page-logo:focus,
  .home-page-logo:active {
    transform: scale(1.03, 1.03);
  }

.page-sidebar__logo img, .home-page-logo img {
    width: 165px;
  }

.page-sidebar__logo span, .home-page-logo span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
  }

.page-sidebar__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
}

.page-sidebar__search-box {
  position: relative;
}

.page-sidebar__search-box i {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    font-size: 16px;
    color: #fff;
    transform: translateY(-50%);
  }

.home-page-logo {
  display: none;
}

.home-page-logo svg {
    width: 165px;
  }

@media (min-width: 768px) {

.home-page-logo {
    position: relative;
    top: 30px;
    left: 30px;
    z-index: 99;
    display: block;
    width: 182px
}

    .home-page-logo span {
      color: #cecece;
    }

    .home-page-logo svg * {
      fill: #000;
      stroke: #000;
    }
  }

@media (min-width: 768px) {
    .home-page-logo--white span {
      color: #fff;
    }

    .home-page-logo--white svg * {
      fill: #fff;
      stroke: #fff;
    }
  }

@media (min-width: 768px) and (max-width: 991px) {
    .home-page-logo--white span {
      font-size: 14px;
    }

    .home-page-logo--white svg {
      width: 60%;
    }
  }

.sidenav {
  position: relative;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
}

.sidenav a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  font-weight: 300;
}

.sidenav a:before {
  margin-right: 8px;
  font-size: 1em;
  vertical-align: baseline;
}

.sidenav__categories-list,
.sidenav__sections-list,
.sidenav__articles-list {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.sidenav__categories-list {
  padding-left: 0;
}

.sidenav__articles-list,
.sidenav__sections-list {
  padding-right: 16px;
}

.sidenav_slide .sidenav__sections-list,
.sidenav_slide .sidenav__articles-list {
  padding-left: 0;
}

.sidenav__category.is-active > a,
.sidenav__section.is-active > a,
.sidenav__article.is-active > a {
  font-weight: bold;
  color:#fff;
}

.sidenav__category-name,
.sidenav__section-name {
  position: relative;
  display: block;
  padding-right: 32px;
}

.sidenav__section-name {
  font-size: 14px;
}

.sidenav__category-name:after,
.sidenav__section--sections > .sidenav__section-name:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "\f105";
}

.sidenav__category-name:after,
.sidenav__section--sections > .sidenav__section-name:after {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.sidenav__section--sections > .sidenav__section-name,
.sidenav__section--articles > .sidenav__section-name {
  padding-right: 32px;
}

.sidenav__home a:before {
  content: "\f015";
}

.sidenav__back :before {
  content: "\f0a8";
}

.sidenav__article-name {
  display: flex !important;
  align-items: baseline;
  font-size: 0.875em;
}

.sidenav__article-name:before {
  font-weight: 400 !important;
  content: "\f15c";
}

[data-sidenav-parent-category="360001745257"] {
	display: none!important;  
}

/* ==========================================================================
  Mobile Version
  ========================================================================== */

/* .sidenav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 85%;
  max-width: 300px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  transform: translateX(-100%);
}

.sidenav-mobile.is-active {
  padding-top: 32px;
  padding-left: 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: translateX(0);
  transition: all 0.3s;
} */

/* .sidenav-mobile .sidenav ,
.sidenav-mobile .sidenav a {
  padding-right: 10px;
  padding-left: 10px;
} */

/* .sidenav-mobile .sidenav__category-name:after,
.sidenav-mobile .sidenav__section-name:after {
  right: 10px;
} */

/* ==========================================================================
  Overlay
  ========================================================================== */

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
}

.sidenav-overlay.is-active {
  visibility: visible;
  opacity: 0.1;
  transition: all 0.3s;
}

/* ==========================================================================
  Accordion
  ========================================================================== */

.sidenav_accordion .sidenav__sections-list,
.sidenav_accordion .sidenav__articles-list {
  padding-left: 16px;
}

.sidenav_accordion > .sidenav__categories-list .sidenav__sections-list,
.sidenav_accordion > .sidenav__categories-list .sidenav__articles-list,
.sidenav_accordion > .sidenav__sections-list .sidenav__articles-list {
  display: none;
  /* padding-left: 16px; */
}

.sidenav_accordion .sidenav__category.is-active > .sidenav__sections-list {
  display: block;
}

.sidenav_accordion
  .sidenav__category.is-active
  > .sidenav__category-name:after {
  transform: translateY(-50%) rotate(90deg);
}

.sidenav_accordion .sidenav__section.is-active > .sidenav__articles-list {
  display: block;
}

.sidenav_accordion .sidenav__section.is-active > .sidenav__section-name:after {
  transform: translateY(-50%) rotate(90deg);
}

.page-sidebar-is-active  .sidenav-mobile-menu {
    position: relative;
    display: block;
    float: right;
    width: 20px;
    height: 60px;
    margin: 0 16px 0 10px;
    cursor: pointer;
  }

.page-sidebar-is-active  .sidenav-mobile-menu span:before,
      .page-sidebar-is-active  .sidenav-mobile-menu span:after {
        content: "";
      }

.page-sidebar-is-active  .sidenav-mobile-menu span,
      .page-sidebar-is-active  .sidenav-mobile-menu span:before,
      .page-sidebar-is-active  .sidenav-mobile-menu span:after {
        position: absolute;
        left: 50%;
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        border-radius: 10px;
        transform: translateX(-50%);
      }

.page-sidebar-is-active  .sidenav-mobile-menu span {
        top: calc(50% - 1px);
      }

.page-sidebar-is-active  .sidenav-mobile-menu span:before {
        top: calc(50% - 10px);
      }

.page-sidebar-is-active  .sidenav-mobile-menu span:after {
        bottom: calc(50% - 10px);
      }

@media (min-width: 768px) {
    .page-sidebar-is-active  .sidenav-mobile-menu {
      margin-top: 6px;
    }
  }

.sidenav-btn {
  display: none !important;
}

@media (max-width: 991px) {

.glossary {
    margin-right: -30px;
    margin-left: -30px
}
  }

.glossary__wrap {
    display: flex;
  flex-wrap: wrap;
}

.glossary__symbols {
  width: 30px;
  margin-right: 20px;
  padding-top: 6px;
}

.glossary__symbols div {
    display: block;
    padding: 6px 0;
    text-align: center;
  }

.glossary__symbols div a {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      transition: all .2s ease;
      color: #000;
    }

.glossary__symbols div a span {
        background: #faf6aa;
      }

.glossary__symbols:hover a {
      transform: scale(1.3, 1.3);
    }

.glossary__container {
  flex: 1 1 10px;
}

.glossary__item {
  display: flex;
  width: 100%;
  padding: 12px 0;
}

@media (max-width: 480px) {

.glossary__item {
    flex-wrap: wrap
}
  }

@media (min-width: 480px) {
  .glossary__item--header.is-fixed {
    position: fixed;
    top: 60px;
    background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
  }
  .glossary__symbols .glossary-symbols__current {
    position: fixed;
    top: 60px;
    padding: 12px 30px 12px 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
  	transition: all 0.2s linear;
  }
  .glossary-symbols__current span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
  }
}

@media (min-width: 768px) {
  .glossary__item--header.is-fixed {
    top: 96px;
  }
  .glossary__symbols .glossary-symbols__current {
    top: 96px;
  }
}

@media (min-width: 992px) {
  .glossary__item--header.is-fixed {
    top: 0;
    max-width: 670px;
  }
  .glossary__symbols .glossary-symbols__current {
    top: 0;
  }
}

@media (min-width: 1500px) {
  .glossary__item--header.is-fixed {
    max-width: 740px;
  }
}

@media (min-width: 1600px) {
  .glossary__item--header.is-fixed {
    max-width: 876px;
  }
}

@media (min-width: 1700px) {
  .glossary__item--header.is-fixed {
    max-width: 920px;
  }
}

.glossary__item-container {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.glossary__item-container .glossary__item {
    padding: 24px 0;
  }

.glossary__item--header {
  font-weight: 700;
  transition: all 0.2s linear;
}

.glossary__item-term {
  width: 22%;
}

.glossary__item-definition {
  width: 52%;
  text-align: justify;
}

@media (min-width: 481px) {

.glossary__item-definition {
    padding: 0 10px
}
  }

.glossary__item-resource {
  width: 8%;
}

@media (min-width: 481px) {

.glossary__item-resource {
    padding: 0 10px
}
  }

.glossary__item-alias {
  width: 14%;
}

@media (min-width: 481px) {

.glossary__item-alias {
    padding: 0 10px
}
  }

@media (max-width: 480px) {
  .glossary__item-term,
  .glossary__item-definition,
  .glossary__item-resource,
  .glossary__item-alias {
    width: 100%;
  }
  .glossary__item-term,
  .glossary__item-definition {
    margin-bottom: 12px;
  }
}

.glossary__filters {
  padding-left: 15px;
  padding-right: 15px;
  border: 4px solid #222;
  padding: 15px;
  margin-bottom: 24px;
}

.glossary-filter {
  margin-bottom: 8px;
}

.glossary-filter__label {
  position: relative;
  padding-left: 24px;
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 12px;
}

.glossary-filter__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(16px * 1.75);
}

.table th,
  .table td {
    padding: 12px;
    vertical-align: top;
  }

.table td {
    border-top: 1px solid #d3d6d8;
  }

.table thead th {
    vertical-align: bottom;
  }

.table tbody + tbody {
    border-top: 1px solid #d3d6d8;
  }

.table .table {
    background-color: #fff;
  }

.table--color-header th {
    color: #fff;
    background-color: #2d5cb9;
  }

.table--striped th,
  .table--striped td,
  .table--striped thead th {
    border-color: #fff;
  }

.table--striped tbody tr:nth-child(odd) {
    color: inherit;
    background-color: #eceeef;
  }

.table--hover tbody tr:hover {
    color: inherit;
    background-color: #eceeef;
  }

.table--bordered {
  border: 1px solid #d3d6d8;
}

.table--bordered td {
    border-left: 1px solid #d3d6d8;
  }

.table--bordered th {
    border-left: 1px solid #d3d6d8;
  }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {

.table-responsive {
    width: 100%;
    margin-bottom: calc(16px * 1.75 * 0.75);
    overflow-y: hidden;
    border: 1px solid #d3d6d8;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }

.meta {
  font-size: 14px;
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta__item + .meta__item:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }

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

.breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: calc(16px * 1.75);
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumbs > li {
    display: inline-block;
  }

.breadcrumbs > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "\00a0";
      content: "› ";
    }

.breadcrumbs > li a {
      color: #2d5cb9;
    }

.breadcrumbs--search-results {
  padding: 0;
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 0.75);
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

.search-results-page {
  padding-top: 64px;
  margin-bottom: calc(16px * 1.75 * 2);
}

.search-results-count {
  font-size: calc(16px * 1.25);
  font-weight: 600;
}

.search-result {
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

.search-result__title {
  margin-bottom: calc(16px * 1.75 / 2);
  font-weight: 600;
}

.search-result__description {
  margin-bottom: calc(16px * 1.75 / 2);
}

.search-result__description:empty {
    display: none;
  }

.search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 600;
    background-color: #fff3ca;
    border-radius: 3px;
  }

.search-result__meta {
  margin-bottom: calc(16px * 1.75 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: calc(16px * 0.75);
  color: #fff;
  background-color: #2d5cb9;
  border-radius: 0;
}

/* ==========================================================================
  Search Results Filters
   ========================================================================== */

.search-results-filters {
  padding: 16px;
  font-size: calc(16px - 2px);
  border: 1px solid #eceeef;
  border-radius: 0;
}

@media (max-width: 767px) {

.search-results-filters {
    margin-bottom: calc(16px * 1.75 * 2)
}
  }

.search-results-filter + .search-results-filter {
  margin-top: 24px;
}

@media (min-width: 768px) {

.search-results-filter + .search-results-filter {
    margin-top: 32px
}
  }

.search-results-filter__title {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 600;
}

@media (max-width: 767px) {

.search-results-filter__title {
    position: relative;
    font-size: calc(16px * 1);
    cursor: pointer
}
  }

@media (max-width: 767px) {
  .search-results-filter__title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }

  .search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(-180deg);
  }
}

.search-results-filter__list {
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

.search-results-filter__list {
    display: none
}
  }

@media (min-width: 768px) {

.search-results-filter__list {
    display: block !important
}
  }

.search-results-filter__item {
  display: block;
  margin-bottom: 4px;
}

.search-results-filter__item.is-active .search-results-filter__link {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.search-results-filter__item--subfilter:nth-child(n + 7) {
  display: none;
}

.search-result__subfilters--all .search-results-filter__item:nth-child(n + 7) {
    display: block;
  }

.search-result__subfilters--all .search-result__show-more {
    display: none !important;
  }

.search-results-filter__link {
  display: block;
  padding: 6px 8px;
  color: #000;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
}

.search-results-filter__link:hover {
    background-color: #fff;
    border-color: #fff;
  }

.search-results-filter__link:focus {
    background-color: #fff;
    border-color: #fff;
  }

.search-results-filter__link:active {
    background-color: #fff;
    border-color: #fff;
  }

.search-results-filter__link:active {
    background-image: none;
    outline: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.search-results-filter__count {
  opacity: 0.6;
}

.search-result__show-more {
  padding: 0;
  margin-left: 8px;
  color: #222;
  background-color: transparent;
  border: 0;
}

.article-page {
  flex-grow: 1;
}

@media (max-width: 767px) {
      .article-page .promoted-articles .column--md-8 {
        padding-right: 0;
        padding-left: 0;
      }
    }

.article {
  position: relative;
}

.article__title {
  font-size: calc(16px * 1.5);
  font-weight: 300;
}

@media (min-width: 768px) {

.article__title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.article__title {
    font-size: calc(16px * 2.5)
}
  }

.article-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(16px * 1.75);
}

.article-meta__col {
  display: table-cell;

  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
  padding-right: 12px;
}

.article__body {
  margin-bottom: calc(16px * 1.75);
}

.article__body h2 {
    font-size: calc(16px * 1.75);
    font-weight: 400;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-x-large {
    font-size: calc(16px * 1.75);
    font-weight: 400;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-large {
    font-size: calc(16px * 1.5);
    font-weight: 600;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-medium {
    font-size: calc(16px * 1.25);
    font-weight: 600;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-small {
    font-size: calc(16px * 0.75);
  }

.article__body ul,
  .article__body ol {
    padding-left: 20px;
  }

.article__body ul ul {
      margin-top: calc(16px * 1.75 / 2);
    }

.article__body ul ol {
      margin-top: calc(16px * 1.75 / 2);
    }

.article__body ol ul {
      margin-top: calc(16px * 1.75 / 2);
    }

.article__body ol ol {
      margin-top: calc(16px * 1.75 / 2);
    }

.article__body ul li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.article__body ol li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.article-vote {
  position: relative;
  padding: 40px;
  background-color: #fff;
  box-shadow: 3px 10px 40px -1px rgba(0, 0, 0, .06);
}

.article-vote-controls__item {
  margin: 0 3px;
}

.article-vote-controls__item,
  .article-vote-controls__item:hover,
  .article-vote-controls__item:focus,
  .article-vote-controls__item:active {
    color: #fff;
    background-color: $button_bg;
    border-color: $button_bg;
  }

.article-vote-controls__item:active {
    background-image: none;
  }

.article-vote-controls__item--voted,
  .article-vote-controls__item--voted:hover,
  .article-vote-controls__item--voted:focus,
  .article-vote-controls__item--voted:active {
    background-color: #2d5cb9;
    border-color: #2d5cb9;
  }

.article-vote-question {
  display: block;
}

.article-vote-question--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 56px;
}

@media (min-width: 992px) {

.article-vote__left {
    float: left;
    margin-right: 24px
}
  }

@media (max-width: 991px) {

.article-vote__left {
    text-align: center;
    margin-bottom: 12px
}
  }

.article-vote-controls {
  white-space: nowrap;
}

@media (max-width: 991px) {

.article-vote-controls {
    text-align: center
}
  }

.article-vote-count {
  display: block;
  font-size: calc((16px * 0.75) - 2);
  color: #979797;
}

.article__share {
  margin-bottom: calc(16px * 1.75);
}

.article__share ul {
    margin-top: 0;
  }

.article-footer {
  margin-bottom: calc(16px * 1.75);
}

.article__attachments {
  margin-bottom: calc(16px * 1.75);
}

.article-more-questions {
  margin-bottom: calc(16px * 1.75);
  clear: both;
}

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

.article-more-questions a {
    white-space: nowrap;
  }

@media (max-width: 767px) {

.article-sidebar {
    padding-top: calc(16px * 1.75);

    border-top: 1px solid #eceeef
}
  }

.article-container {
  display: flex;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
  flex-wrap: wrap;
}

.article-container__column {
  padding-right: 15px;
  padding-left: 15px;
}

.article-container__sidenav,
.article-container__toc {
  display: none;
}

.sidenav-enabled .article-container__sidenav,
.toc-enabled .article-container__toc {
  display: block;
}

.sidenav-enabled .article-container__sidenav {
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .article-container__article {
    width: calc(100% / 12 * 8);
  }

  .article-container__sidebar {
    width: calc(100% / 12 * 4);
  }

  .toc-enabled .article-container__toc {
    width: calc(100% / 12 * 4);
  }

  .sidenav-enabled .article-container__sidenav {
    width: calc(100% / 12 * 4);
  }

  .sidenav-enabled .article-container__sidebar {
    margin-left: calc(100% / 12 * 4);
  }

  .sidenav-enabled.toc-enabled .article-container__sidenav,
  .sidenav-enabled.toc-enabled .article-container__toc {
    width: calc(100% / 12 * 3);
  }

  .sidenav-enabled.toc-enabled .article-container__article {
    width: calc(100% / 12 * 6);
  }

  .sidenav-enabled.toc-enabled .article-container__sidebar {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .sidenav-enabled.toc-enabled .article-container__article {
    width: calc(100% / 12 * 7);
  }

  .sidenav-enabled.toc-enabled .article-container__toc {
    width: calc(100% / 12 * 2);
  }
}

.comments__callout {
  font-size: calc(16px * 0.75);
  color: #979797;
}

.comments__callout:empty {
    display: none;
  }

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

.comment-list-header {
  padding-bottom: calc(16px * 1.75 / 2);
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

.comment-sorter {
  padding-bottom: calc(16px * 1.75);
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

.comment-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.comment-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.comment-sorter__col--main {
    margin-bottom: calc(16px * 1.75 / 2)
}
  }

@media (min-width: 768px) {

.comment-sorter__col--main {
    padding-right: 12px
}
  }

@media (min-width: 768px) {

.comment-sorter__col--filters {
    text-align: right
}
  }

.comment-sorter__item.is-active {
    font-weight: 600;
  }

.comment-sorter__item + .comment-sorter__item:before {
    margin: 0 calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }

.comment {
  padding-bottom: calc(16px * 1.75);
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

.comment__inner {
  position: relative;
  padding-right: calc(40px + 12px);
}

.comments__content {
  position: relative;
  padding-right: 12px;
}

.comment__header {
  position: relative;
  margin-bottom: calc(16px * 1.75);
}

.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.comment__voting-and-actions .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f013";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(12px * 3);
  width: auto;
  padding: 1px calc(12px / 2);
  font-size: calc(16px * 0.75);
  color: #fff;
  background-color: #2d5cb9;
  border-radius: 0 0 0 0;
}

.comment--official .comment__inner {
    position: relative;
    padding: calc(16px * 1.75)
      calc(12px * 2);
    background-color: #fff;
    border: 1px solid #2d5cb9;
    border-radius: 0;
  }

.comment-form {
  position: relative;
  margin-bottom: calc(16px * 1.75);
}

@media (min-width: 768px) {

.comment-form {
    padding-left: calc(40px + 12px)
}
  }

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {

.comment-form__avatar {
    display: none
}
  }

.comment-form__ccs {
  margin-bottom: 0;
}

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

.comment-form__ccs ul[data-hc-pills-container] {
    margin: 0;
    border: 1px solid #eceeef;
    border-bottom: 0;
    border-radius: 0 0 0 0;
  }

.comment-form__ccs ul[data-hc-pills-container][data-hc-focus="true"] {
    border-color: #9ed5e7;
    box-shadow: inset 0 -1px 0 #9ed5e7;
  }

.comment-form__body {
  margin-bottom: calc(16px * 1.75);
}

.comment__body {
  margin-bottom: calc(16px * 1.75);
}

.comment__body ul {
    list-style: disc;
  }

.comment__body ul,
  .comment__body ol {
    padding-left: 20px;
  }

.comment__body ul ul {
      margin-top: calc(16px * 1.75 / 2);
    }

.comment__body ul ol {
      margin-top: calc(16px * 1.75 / 2);
    }

.comment__body ol ul {
      margin-top: calc(16px * 1.75 / 2);
    }

.comment__body ol ol {
      margin-top: calc(16px * 1.75 / 2);
    }

.comment__body ul li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.comment__body ol li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.comment-form__attachments {
  margin-bottom: calc(16px * 1.75);
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__comment-ccs ul {
    margin-bottom: 0;
  }

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: #eceeef;
  /*color: var(--gray-dark);*/
  background-color: #eceeef;
  border-color: #eceeef;
  border-color: #eceeef;
  border-radius: 0;
  touch-action: manipulation;
}

.share a:hover {
    color: #1a1b1c;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  }

.share a:focus {
    color: #1a1b1c;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  }

.share a:active {
    color: #1a1b1c;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  }

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

.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Brands";
    font-weight: 300;
    text-align: center;
  }

.share-facebook {
  color: #3d5b95;
}

.share-facebook:hover {
    color: #2b406a;
  }

.share-facebook:before {
    content: "\f09a";
  }

.share-twitter {
  color: #24aadd;
}

.share-twitter:hover {
    color: #1a82a9;
  }

.share-twitter:before {
    content: "\f099";
  }

.share-linkedin {
  color: #0976b4;
}

.share-linkedin:hover {
    color: #06507a;
  }

.share-linkedin:before {
    content: "\f0e1";
  }

.share-googleplus {
  color: #d23e30;
}

.share-googleplus:hover {
    color: #a22e23;
  }

.share-googleplus:before {
    content: "\f0d5";
  }

.my-activities-header {
  margin-bottom: calc(16px * 1.75);
}

.my-activities-items {
  margin-bottom: calc(16px * 1.75 * 2);
}

@media (min-width: 768px) {

.my-activities-items {
    display: table;
    width: 100%
}
  }

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {

.my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.75);
    font-weight: 600;
    text-transform: uppercase
}
  }

@media (min-width: 768px) {

.my-activities-items__body {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.my-activities-items__row {
    display: table-row
}
  }

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(16px * 1.75 / 2);
    padding-bottom: calc(16px * 1.75 / 2);
    border-bottom: 1px solid #eceeef
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: 12px;
    }
  }

@media (max-width: 767px) {

.my-activities-items__request-id {
    display: inline
}
  }

@media (min-width: 768px) {

.my-activities-items__request-id {
    display: none
}
  }

.my-activities-menu ul {
    padding-left: 0;
    list-style: none;
  }

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
    display: block;
  }

@media (min-width: 768px) {

.my-activities-menu__item {
    float: left
}
  }

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: calc(16px * 1.75);
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
    padding: calc(12px / 2)
      12px;
    background-color: #eceeef;
    border-radius: 0;
  }

@media (max-width: 767px) {

.my-activities-menu--main .my-activities-menu__item {
      margin-bottom: calc(16px * 1.75 / 3)
  }
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #000;
    }

.my-activities-menu--sub {
  margin-bottom: calc(16px * 1.75);
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 600;
    }

.my-activities-menu--sub .my-activities-menu__item a {
      display: inline-block;
    }

@media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

@media (max-width: 767px) {

.my-activities-item {
    padding: calc(16px * 1.75 / 2)
      12px;
    margin-bottom: calc(16px * 1.75);
    border: 1px solid #eceeef;
    border-radius: 0
}
  }

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {

.my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2)
}

    .my-activities-item__meta + .my-activities-item__meta:before {
      margin-right: calc(12px / 2);
      content: "\2022";
    }
  }

.my-activities-item__title {
  font-weight: 400;
}

@media (max-width: 767px) {

.my-activities-item__title {
    font-size: calc(16px * 1.25)
}
  }

@media (max-width: 767px) {

.my-activities-item__icon {
    display: inline-block
}
  }

@media (min-width: 768px) {

.my-activities-item__icon {
    display: none
}
  }

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(16px * 1.75);
  background-color: #f9f9f9;
  border-radius: 0;
}

@media (min-width: 768px) {

.request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: 12px
}
  }

.request-table-toolbar label {
    font-size: calc(16px * 0.75);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.request-table-filters {
    display: table;
    width: 100%
}
  }

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {

.request-table-filters__item {
    margin-bottom: calc(16px * 1.75 / 2)
}
  }

@media (min-width: 768px) {

.request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(12px / 2);
}

.request-table-organization__col--button [role="button"] {
    height: calc(
      16px * 1.75 + 12px + 2px
    );
    padding-top: 0;
    padding-bottom: 0;
    line-height: calc(
      16px * 1.75 + 12px + 2px
    );
  }

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #979797;
    content: "\f0d7";
  }

.requests-link {
  color: #979797;
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: "\f0d8";
}

.request-page {
  margin-bottom: calc(16px * 1.75 * 2);
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc(16px * 1.75 / 2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(16px * 1.5);
}

@media (min-width: 992px) {

.request-subject {
    font-size: calc(16px * 1.75);
    font-weight: 300
}
  }

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: calc(16px * 1.75) 12px 0;
  margin-bottom: calc(16px * 1.75);
  font-size: 14px;
  border: 1px solid #eceeef;
  border-radius: 0;
}

.request-sidebar dd {
    margin-bottom: calc(16px * 1.75 / 2);
  }

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 0;
}

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

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

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

.new-request-page {
  margin-bottom: calc(16px * 1.75 * 2);
}

.new-request-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.new-request-title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.new-request-title {
    font-size: calc(16px * 2.5)
}
  }

.new-request-form {
  margin-bottom: calc(16px * 1.75);
}

.upload-dropzone {
  padding: calc(16px * 1.75) 16px;
  border-color: #d3d3d3;
  border-width: 1px;
  border-radius: 0;
}

.upload-dropzone {
    font-size: calc(16px * 0.75);
  }

.upload-dropzone a {
    font-size: calc(16px * 0.75);
  }

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.75;
  color: inherit;
  content: "\f107";
}

.dropdown-menu {
  min-width: 170px !important;
  overflow: hidden;
  font-size: 14px;
}

.dropdown-menu [role="menuitem"] {
    position: relative;
    padding: calc(16px * 1.75 / 2)
      12px;
    padding-right: 26px;
    white-space: normal;
  }

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    position: absolute;
    top: 16px;
    right: 12px;
    display: inline-block;
    margin-left: 10px !important;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.error-page {
  padding: 10% 0;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.note {
  position: relative;

  padding-left: 12px;
  margin: calc(16px * 1.75) 0;
  color: #333;
  border-left: calc(1px * 2) solid transparent;
}

.note p:last-child {
    margin-bottom: 0;
  }

.note-title {
  margin-bottom: calc(16px * 1.75 / 2);
  font-weight: 600;
}

.note-default {
  border-color: #818a91;
}

.note--default {
  border-color: #818a91;
}

.note-default .note-title {
    color: #818a91;
  }

.note--default .note-title {
    color: #818a91;
  }

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title, .note--info .note-title {
    color: #5bc0de;
  }

.note-warning,
.note--warning {
  border-color: #fad782;
}

.note-warning .note-title, .note--warning .note-title {
    color: #fad782;
  }

.note-success,
.note--success {
  border-color: #0c9;
}

.note-success .note-title, .note--success .note-title {
    color: #0c9;
  }

.note-danger,
.note--danger {
  border-color: #ff5252;
}

.note-danger .note-title, .note--danger .note-title {
    color: #ff5252;
  }

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc(16px * 1.75 / 2);
  }

.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
      margin-bottom: calc(16px * 1.75 / 2);
    }

.pagination ul > li > a {
        position: relative;

        display: block;
        padding: calc(12px / 2) 16px;
        line-height: 1.75;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 0;
      }

.pagination ul > li > span {
        position: relative;

        display: block;
        padding: calc(12px / 2) 16px;
        line-height: 1.75;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 0;
      }

.pagination ul > li > a:hover {
        color: #214488;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > a:focus {
        color: #214488;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > span:hover {
        color: #214488;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > span:focus {
        color: #214488;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #2d5cb9;
        border-color: #2d5cb9;
      }

.satisfaction-box {
  padding: calc(16px * 1.75) 15px;
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.satisfaction-box label.disabled {
  margin-bottom: calc(16px * 1.75) !important;
}

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

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

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

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

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

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

.satisfaction-reason {
  padding-top: calc(16px * 1.75);
}

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

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: #2d5cb9;
  text-align: center;
  border: 1px solid #2d5cb9;
  border-radius: 0;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

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

.scroll-to-top:hover {
    color: #214488;
    border-color: #214488;
  }

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img, .embed-responsive img {
    width: 100%;
  }

.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {

.visible-print-block {
    display: block !important
}
  }

.visible-print-inline {
  display: none !important;
}

@media print {

.visible-print-inline {
    display: inline !important
}
  }

.visible-print-inline-block {
  display: none !important;
}

@media print {

.visible-print-inline-block {
    display: inline-block !important
}
  }

@media print {
  .hidden-print {
    display: none !important;
  }
}

.page-header {
  margin-bottom: calc(16px * 1.75);
}

.page-header--with-border {
  border-bottom: 1px solid #eceeef;
}

.recent-articles h3 {
    margin-bottom: calc(16px * 1.75 / 2);
  }

.related-articles h3 {
    margin-bottom: calc(16px * 1.75 / 2);
  }

@media (min-width: 768px) {

.recent-articles h3 {
      margin-top: calc(16px * 1.75 / 2)
  }

.related-articles h3 {
      margin-top: calc(16px * 1.75 / 2)
  }
    }

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

.recent-articles ul > li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.related-articles ul > li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

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

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

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

.section-articles {
  margin-bottom: calc(16px * 1.75);
}

.section-articles__title {
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 1.25);
}

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: calc(16px * 1.75 / 2);
}

/*.section-articles__link {
  color: #000;
  border-bottom: 1px solid var(--hr-border);
  padding-bottom: 1px;
}*/

.profile-header {
  padding: calc(16px * 1.75) 15px;
  margin-bottom: calc(16px * 1.75);
  color: #fff;
  text-align: center;
  background-color: #323232;
  border-radius: 0;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 1.5);
}

.profile-header__name a {
    color: #fff;
  }

@media (min-width: 768px) {

.profile-header__name {
    font-size: calc(16px * 1.75);
    font-weight: 300
}
  }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.75);
  background-color: #2d5cb9;
}

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

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px - 2px);
  color: #979797;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(16px * 1.75 / 4);
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}

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

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: calc(16px * 1.75);
  overflow: hidden;
  font-size: calc(16px * 0.75);
  font-weight: 600;
  background-color: #eceeef;
  border-radius: 0;
}

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

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

@media (min-width: 768px) {

.profile-nav__item {
    display: inline-block;
    vertical-align: middle
}
  }

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

.profile-nav__item.is-active {
    color: #fff;
    background-color: #2d5cb9;
  }

.profile-nav__item.is-active {
    padding: calc(16px * 1.75 / 1.5)
      12px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc(16px * 1.75 / 1.5)
      12px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 12px !important;
  }

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(16px * 1.75);
}

.profile-section__title {
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section__description {
  font-size: calc(16px * 0.75);
  color: #979797;
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

.profile-section-sorter {
  font-size: calc(16px * 0.75);
}

.profile-section-sorter .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

.profile-section-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.profile-section-sorter {
    padding-top: 0;
    border-top: 0
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.75 / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 12px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

.profile-contribution {
  position: relative;
  padding: calc(16px * 1.75 / 2) 15px;

  word-wrap: break-word;
  background-color: #f4f5f6;

  border-radius: 0;
}

.profile-contribution__header {
  margin-bottom: calc(16px * 1.75 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(16px * 1.75 / 4);
}

.profile-contribution__title {
  margin-bottom: calc(16px * 1.75 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(16px * 1.75 / 2);
}

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

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 0.75);
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.75 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(16px * 1.75 / 2);

  font-size: calc(16px * 0.75);
  font-weight: 600;
}

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

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

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

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

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

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

.entry-info {
  display: flex;
  font-size: calc(16px * 0.75);
}

.entry-info__avatar {
  padding-right: 12px;
}

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

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

.status-label--with-ticket {
  background-color: #2d5cb9;
}

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

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

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

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

.status-label--official {
  background-color: #2d5cb9;
}

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

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

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

.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.75);
  list-style: none;
}

.attachment-list__item {
  position: relative;
  padding-left: calc(12px * 1.5);
  margin-bottom: calc(16px * 1.75 / 2);
}

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

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

.promoted-articles {
  position: relative;
  top: auto;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {

.promoted-articles {
    padding: 60px 30px;
    margin: 30px 0
}
  }

@media screen and (max-width: 767px) {

.promoted-articles {
    padding: 35px;
    margin: 25px 0
}
  }

.promoted-articles:before {
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    content: "";
    background: #f5f5f5;
  }

@media (min-width: 768px) {

.promoted-articles:before {
      right: 25%
  }
    }

@media (max-width: 767px) {

.promoted-articles:before {
      left: 50%;
      transform: translateX(-50%)
  }
    }

@media (max-width: 767px) {

.promoted-articles {
    margin-bottom: 140px
}

    .promoted-articles .roadmap-block {
      margin: 20px -35px -120px;
    }
  }

@media (min-width: 768px) {

.promoted-articles--full-width:before {
      right: auto;
      left: -30px;
      width: calc(100% + 60px)
  }
    }

@media (min-width: 768px) and (max-width: 991px) {

.page-sidebar-is-active .promoted-articles:before {
        left: 50%;
        transform: translateX(-50%);
    }
      }

.promoted-articles__list {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.roadmap-block--recent li,
.promoted-articles-item {
  padding-top: 15px;
  padding-bottom: 10px;
}

.roadmap-block--recent li .meta, .promoted-articles-item .meta {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #323232;
  }

.promoted-articles-item__date {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

.promoted-articles-item__text {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 22px;
}

.roadmap-block--recent li a,
.promoted-articles-item__title {
  display: block;
  margin-top: 0;
  padding-top: 8px;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #323232;
}

.is-home-page .promoted-articles:before, .is-category-page .promoted-articles:before {
      background-color: #2d5cb9;
      background-image: url(/hc/theming_assets/01HZKSAEQRW2MTSW8S5015K8FN);
      background-position: 50% 50%;
      background-size: cover;
    }

.is-home-page .promoted-articles-item__date,
  .is-home-page .promoted-articles-item__title,
  .is-home-page .promoted-articles-item__text,
  .is-category-page .promoted-articles-item__date,
  .is-category-page .promoted-articles-item__title,
  .is-category-page .promoted-articles-item__text {
    color: #fff;
  }

.is-home-page .promoted-articles-item__title:hover,
  .is-home-page .promoted-articles-item__title:focus,
  .is-category-page .promoted-articles-item__title:hover,
  .is-category-page .promoted-articles-item__title:focus {
    text-decoration: underline;
  }

.is-home-page .promoted-articles-item + .promoted-articles-item {
  border-top: 1px solid #cecece;
}

@media (max-width: 991px) {

.is-category-page .roadmap-block {
      margin-top: 24px
  }
    }

.is-category-page .promoted-articles-item__title, .is-section-page .promoted-articles-item__title {
    text-decoration: underline;
  }

.callout {
  padding: calc(16px * 1.75) 20px;
  margin-bottom: calc(16px * 1.75);
  background-color: #eceeef;
  border-left-style: solid;
  border-left-width: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
  }

.callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: #000;
  background-color: #d1fff4;
  border-color: #0c9;
}

.callout--success .callout__title {
    color: #0c9;
  }

.callout--info {
  color: #000;
  background-color: #e3f4f9;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: #000;
  background-color: #fffbf3;
  border-color: #fad782;
}

.callout--warning .callout__title {
    color: #fad782;
  }

.callout--danger {
  color: #000;
  background-color: #fff5f5;
  border-color: #ff5252;
}

.callout--danger .callout__title {
    color: #ff5252;
  }

.callout--primary {
  color: #000;
  background-color: #fff;
  border-color: #2d5cb9;
}

.callout--primary .callout__title {
    color: #2d5cb9;
  }

.callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    font-size: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    transition: transform 0.6s ease;
    transform: translate(-50%, -50%);
  }

.image-with-video-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      transform: translate(-50%, -50%) scale(1.1);
    }

.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 12px);
    margin-bottom: calc(16px * 1.75 / 1.5) !important;
    counter-increment: list;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc(16px * 0.75);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);
      background-color: #2d5cb9;
      border-radius: 50%;
    }

.list-colored ol {
    margin-bottom: 14px;
    list-style-type: none;
    counter-reset: list;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      top: -3px;
      left: 0;
      width: auto;
      height: auto;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: #2d5cb9;
      content: "\f058";
      background-color: transparent;
    }

.list-bullet ul {
    margin-bottom: 14px;
    list-style: none;
  }

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  background-color: #99b3e6;
}

.text-info {
  background-color: #5bc0de;
}

.text-warning {
  background-color: #fad782;
}

.text-danger {
  background-color: #ff5252;
}

.text-success {
  background-color: #0c9;
}

.accordion {
  padding-top: 0;
  margin-bottom: calc(16px * 1.75);
  border: 1px solid #ddd;
  border-radius: 0;
}

.accordion__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: calc(16px * 1.25);
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
    margin-bottom: 0;
  }

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    top: 50%;
    left: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #2d5cb9;
    border-left: 2px solid #2d5cb9;
    transition: transform 0.3s;
    transform: rotate(-45deg);
  }

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      transition: transform 0.3s;
      transform: rotate(135deg);
    }

.accordion--colored .accordion__item-title {
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      left: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title--active {
      color: #fff;
      background-color: #2d5cb9;
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

.tabs {
  margin-bottom: calc(16px * 1.75);
}

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tab p:last-child {
    margin-bottom: 0;
  }

@media (min-width: 768px) {

.tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
  }

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #2d5cb9;
  }

@media (max-width: 767px) {

.tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: #2d5cb9;
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #2d5cb9;
    cursor: default;
  }

@media (min-width: 768px) {

.tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
  }

.tabs--colored-1 .tab {
    background-color: #fff !important;
  }

.tabs--colored-1 .tabs-link.is-active {
    background-color: #fff;
    border-bottom-color: #fff;
  }

.tabs--colored-2 .tabs-link:hover {
      color: #2d5cb9;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: #2d5cb9;
    border-color: #2d5cb9;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #fff !important;
  }

/* Community */

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
    margin-left: 12px;
  }

.community-nav__item.is-active {
    font-weight: 600;
  }

.community-nav__item--button {
  float: right;
}

.vote {
  width: 100%;
  max-width: 40px;
}

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

.vote-sum {
  display: block;
  padding-top: calc(16px * 1.75 / 4);
  padding-bottom: calc(16px * 1.75 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: calc(16px * 1.75 / 6) 0 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  border-color: #eceeef;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control--active {
    border-color: #474747;
  }

@media (min-width: 768px) {

.topic-list-page {
    margin-bottom: calc(16px * 1.75)
}
  }

.topic-list-item:nth-child(2n + 1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(16px * 1.75) 12px;
  margin-bottom: calc(16px * 1.75);
  border: 1px solid #eceeef;
  border-radius: 0;
}

.topic-list-item__title {
  margin-bottom: calc(16px * 1.75 / 2);
}

.topic-page {
  margin-bottom: calc(16px * 1.75 * 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.75 / 2);
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

.topic__col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 480px) {

.topic__col {
    vertical-align: top
}
  }

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 1.75);
}

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(16px * 1.75 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(16px * 1.75 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

.topic-controls__item--subscribe .dropdown-menu {
    right: 0;
    left: initial;
  }

@media (min-width: 768px) {

.post-page {
    margin-bottom: calc(16px * 1.75 * 2)
}
  }

.post {
  position: relative;
  margin-bottom: calc(16px * 1.75);
}

.post__title {
  padding-right: calc(12px * 1.5);
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.post__title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.post__title {
    font-size: calc(16px * 2.5)
}
  }

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(16px * 1.75);
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  width: 100%;
  padding-right: 12px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(40px + 12px);
}

.post__body ul {
    list-style: disc;
  }

.post__body ul,
  .post__body ol {
    padding-left: 20px;
  }

.post__body ul ul {
      margin-top: calc(16px * 1.75 / 2);
    }

.post__body ul ol {
      margin-top: calc(16px * 1.75 / 2);
    }

.post__body ol ul {
      margin-top: calc(16px * 1.75 / 2);
    }

.post__body ol ol {
      margin-top: calc(16px * 1.75 / 2);
    }

.post__body ul li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.post__body ol li {
      margin-bottom: calc(16px * 1.75 / 2);
    }

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.post__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    font-size: 16px;
    content: "\f013";
  }

.post__actions .dropdown-menu {
  width: auto;
}

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

.post-callout {
  padding: calc(16px * 1.75 / 2) 15px;
  background-color: #eceeef;
}

@media (max-width: 767px) {

.post-callout {
    margin-bottom: 25px
}
  }

.post-callout__title {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

@media (min-width: 768px) {

.post-list-page {
    margin-bottom: calc(16px * 1.75 * 2)
}
  }

.post-list-item {
  padding-bottom: calc(16px * 1.75);
  margin-bottom: calc(16px * 1.75);
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  margin-bottom: calc(16px * 1.75 / 2);
  font-size: calc(16px * 1.5);
}

.post-list-item__title .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

.post-info {
  font-size: 14px;
  color: #979797;
}

@media (min-width: 768px) {

.post-info {
    float: right;
    min-width: 90px;
    padding: calc(12px / 2)
      12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 0
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    font-weight: 600;
    color: #000
}
  }

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

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

.post-status--planned {
  background-color: #323232;
}

.post-status--not-planned {
  color: #000;
  background-color: #eceeef;
}

@media (min-width: 768px) {

.new-post-page {
    margin-bottom: calc(16px * 1.75 * 2)
}
  }

.new-post-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.new-post-title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(16px * 2.5)
}
  }

.new-post-form {
  margin-bottom: calc(16px * 1.75);
}

.pdf-info {
  padding: 40px;
    background-color: #fff;
    box-shadow: 3px 10px 40px -1px rgba(0, 0, 0, 0.06);
}


[data-sidenav-category-id="360001745257"] .sidenav__category-name:after {
  display: none;
}

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

.lt-dropdown-toggle {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color:  $Text_color;
  cursor: pointer;
  background: none;
  border: 0;
}

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

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

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

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

.lt-dropdown-toggle:hover,
.lt-dropdown-toggle:focus {
  color: #000;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.lt-dropdown-menu [role="menuitem"]:hover,
.lt-dropdown-menu [role="menuitem"]:focus {
  color: #333;
  text-decoration: none;
  background: #f3f3f3;
}

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

.lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

.lt-dropdown--language-selector {
  color: #fff;
}

.language-selector--mobile {
  float: right;
  padding: 16px 10px;
}

.lt-dropdown--language-selector .lt-dropdown-toggle:hover,
.lt-dropdown--language-selector .lt-dropdown-toggle:focus {
  color: #fff;
}

@media (min-width: 768px) {
  .language-selector--mobile {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

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

.page-sidebar.is-active .language-selector--desktop {
  display: none;
}

.language-selector--desktop {
  padding: 0 16px;
}

.language-selector--desktop .language-selector {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: rgba(255,255,255,0.4) 1px solid;
}

@media (max-width: 992px) {
  .language-selector--home {
    display: none!important;
  }
}

.container-inner--language {
  position: relative;
  width: 100%;
}
.language-selector--home {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 5;
}
.language-selector--home .lt-dropdown--language-selector,
.language-selector--home .lt-dropdown-toggle:hover,
.language-selector--home .lt-dropdown-toggle:focus {
  color: #000; 
}

@media (min-width: 1400px) {
  .language-selector--home {
    right: 0;
  }
}

.search-box--glossary .page-sidebar__search {
  height: 50px;
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  transition: border 0.3s ease, background-color 0.3s ease;
  color: #fff;
  color: #000;
  border-color: #000;
}

.search-box--glossary .page-sidebar__search::-webkit-input-placeholder {
  color: #000;
}

.search-box--glossary .page-sidebar__search::-moz-placeholder {
  color: #000;
}

.search-box--glossary .page-sidebar__search:-ms-input-placeholder {
  color: #000;
}

@media (min-width: 992px){
  .search-box--glossary .page-sidebar__search {
    height: 60px;
  }
}

@media (max-width: 767px){
  .search-box--glossary {
    display: block;
  }
}

@media (min-width: 1700px){
  .section-page--wide .container-inner {
    max-width: 1500px;
  }
}

html[lang="zh-CN"] .block-list-item--glossary {
  display: none;
}

body .alert--alert_warning {
  background-color: #ffb300;
  color: #333;
}

body {
  scroll-padding-top: 32px;
}