

/* Mixins and variables */
/* Base */
*,
  *:before,
  *:after {
    box-sizing: border-box !important;
  }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'DM Sans', 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: rgba(255, 255, 255, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
font-variant-ligatures: no-common-ligatures;
}
p {
  line-height: 1.5;
  font-family: 'DM Sans', 'Nunito', sans-serif;
  color: #202020;
}
.layout {
  position: relative;
}
.container {
  max-width: 63.75em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-right: auto;
  margin-left: auto;
}
a,
input[type="submit"] {
  color: inherit;
  outline: 0;
  transition: all 0.2s ease-in;
}
a,
a:hover {
  text-decoration: none;
}

ul > li {
color: #202020;
  font-family: 'DM Sans', 'Nunito', sans-serif;
}

ol > li {
color: #434b57;
  font-family: 'DM Sans', 'Nunito', sans-serif;
}

img,
video {
  max-width: 100%;
  height: auto;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-asset] {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.powered-by-zendesk {
  display: none !important;
}
/* Forms */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(18px * 1.5);
  font-size: calc(18px * 1.5);
  line-height: inherit;
  color: #979797;
  border: 0;
  border-bottom: 1px solid #eceeef;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(18px * 1.5 / 2);
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: calc(6px + 1);
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
}
/* Common form controls */
select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26272a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
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: rgba(114, 164, 242, 1);
    outline: 0;
  }
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: #3a4043;
    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: #3a4043;
  }
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: #3a4043;
  }
select {
  height: calc(18px * 1.5 + 12px);
}
textarea {
  height: calc(
    (18px * 1.5 + 12px) * 3
  );
  resize: vertical;
}
/* Search inputs in iOS */
input[type="search"] {
  -webkit-appearance: none;
}
/* Special styles for iOS temporal inputs */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(
      18px * 1.5 + 12px
    );
  }
  input[type="time"] {
    line-height: calc(
      18px * 1.5 + 12px
    );
  }
  input[type="datetime-local"] {
    line-height: calc(
      18px * 1.5 + 12px
    );
  }
  input[type="month"] {
    line-height: calc(
      18px * 1.5 + 12px
    );
  }
}
/* Form groups */
.form-field {
  margin-bottom: calc(18px * 1.5);
}
.form-field p {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 90%;
    color: #63656d;
  }
.form-field.required > label:after {
    margin-left: 2px;
    color: #d9534f;
    content: "*";
  }
.form-field.boolean {
  position: relative;
  padding-left: 32px;
}
.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
    width: 24px !important;
    border: 2px solid #e4eaef;
  }
.form-field.boolean label {
    min-height: calc(18px * 1.5);
    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: default;
  }
.help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #63656d;
}
/* Components */
.text-center {
  text-align: center;
}
.title-main {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
}
.recent-activity-header {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
}
.topic__title {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
}
.new-post-title {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
}
.new-request-title {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
  color: #000;
  font-weight: 700;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin: 0 0 0.9375rem;
  font-weight: 700;
}
p:last-of-type {
  margin-bottom: 0;
}
p:first-of-type {
  margin-top: 0;
}

#topbar .dropdown-menu,
#user #user-dropdown {
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none
}

    #topbar .dropdown-menu [role="menuitem"], #user #user-dropdown [role="menuitem"] {
      padding: 0.3571428571em 0 !important;
    }

      #topbar .dropdown-menu [role="menuitem"]:hover, #user #user-dropdown [role="menuitem"]:hover {
        background-color: transparent;
      }
  }
.dropdown-toggle,
#user .dropdown-toggle {
  min-width: unset;
  color: #26272a;
}
.dropdown-toggle:hover,
  .dropdown-toggle:active,
  .dropdown-toggle:focus,
  #user .dropdown-toggle:hover,
  #user .dropdown-toggle:active,
  #user .dropdown-toggle:focus {
    color: #26272a;
  }
.dropdown-toggle:after, #user .dropdown-toggle:after {
    display: inline-block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: inherit;
    vertical-align: baseline;
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.dropdown-menu {
  min-width: 170px;
  overflow: hidden;
}
.dropdown-menu [role="menuitem"] {
    position: relative;
    padding: 0.5714285714em 1.1428571429em;
    font-size: 0.875em;
    white-space: normal;
  }
.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    position: absolute;
    top: 11px;
    right: 12px;
    display: inline-block;
    margin-left: 0.625rem !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;
  }
@media (max-width: 767px) {
#user {
    display: block;
    padding: 0.3125em 0
}
      #user #user-dropdown:after,
      #user #user-dropdown:before {
        display: none !important;
      }
  }
#user .dropdown-toggle:hover {
    color: rgba(0, 0, 0, 1);
  }
#user #user-dropdown {
    margin-top: 10px;
  }
.user-info .btn.with-image {
    display: flex;
    padding: 0;
    background-color: transparent;
    align-items: center;
  }
.user-info .btn.with-image span {
      padding-left: 0.25em;
      vertical-align: middle;
    }
.user-info .user-avatar {
    width: 35px;
    height: 35px;
  }
.user-avatar {
  border-radius: 50%;
}
.dropdown-menu.dropdown-menu {
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
.dropdown-menu.dropdown-menu {
    margin-top: 0
}
  }
.dropdown-menu.dropdown-menu [role="menuitem"] {
    padding: 0.5714285714em 1.1428571429em;
    font-size: 0.875rem;
    text-decoration: none;
  }
%btn-disabled[disabled],
  fieldset[disabled] %btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
  }
[role="button"],
.btn,
input[type="submit"],
.topic-subscribe .dropdown-toggle,
.recent-activity-controls a,
.request-table-organization__col--button a {
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #202020;
  border: 1px solid transparent;
  border-radius: 100px;
  outline: none;
  font-weight: 700;
  font-size: 16px;
transition: all ease-in-out .15s;
}
[role="button"]:hover, .btn:hover, input[type="submit"]:hover, .topic-subscribe .dropdown-toggle:hover, .recent-activity-controls a:hover, .request-table-organization__col--button a:hover {
    color: #fff;
    background-color: #202020;
    transform: scale(1.05);
  }
input[type="submit"] {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.btn--primary {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.article-subscribe {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.article-unsubscribe {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.recent-activity-controls a {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.post-unsubscribe {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.post-subscribe {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.topic-subscribe .dropdown-toggle {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.profile-header__options a {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.profile-header__options .dropdown-toggle {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.request-table-organization__col--button a {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
.section-subscribe .dropdown-toggle {
  color: #ffffff;
  background-color: rgba(114, 164, 242, 1);
}
input[type="submit"]:hover, .btn--primary:hover, .article-subscribe:hover, .article-unsubscribe:hover, .recent-activity-controls a:hover, .post-unsubscribe:hover, .post-subscribe:hover, .topic-subscribe .dropdown-toggle:hover, .profile-header__options a:hover, .profile-header__options .dropdown-toggle:hover, .request-table-organization__col--button a:hover, .section-subscribe .dropdown-toggle:hover {
    background-color: #4386ee;
  }
.btn--small,
.article-header__button a,
.post-meta .post-unsubscribe,
.post-meta .post-subscribe,
.topic-subscribe .dropdown-toggle {
  min-width: 7em;
  padding: 0.4em 0.7em 0.5em;
  font-size: 0.875em;
}
.submit-a-request {
  background-color: rgba(32, 32, 32, 1) !important;
  color: #fff !important;
  font-weight: bold;
}
.topbar {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  left: 0;
  z-index: 2;
  color: #26272a;
  border-bottom: 1px solid transparent;
  transition: background-color 0.2s ease-in;
}
.topbar.is-active {
  z-index: 999;
  position: fixed;
  overflow-y: scroll;
  height: 100%;
    background-color: #fff;
    box-shadow:0 0 20px 0 rgba(58, 64, 67, 0.2);
  }
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
.topbar__inner {
  height: 80px;
    flex-direction: column;
    align-items: stretch
}
.topbar__inner.is-active {
  height: 100%;
    flex-direction: column;
    align-items: stretch
}
  }
.topbar__col {
  display: flex;
  padding: 1.25em 0;
  align-items: center;
}
.topbar__logo {
  display: flex;
  align-items: center;
}
.topbar__logo img {
    display: block;
    height: 38px;
  }
.topbar__logo .help-center-name {
    margin-left: 0.3125em;
  }
.topbar__nav {
  display: flex;
}
.topbar__nav .login {
    color: #fff;
  }
.topbar__nav .btn {
    margin-right: 0.625rem;
  }
@media (max-width: 767px) {
.topbar__nav {
    display: block;
    padding: 0 0 0.625em;
    overflow: visible;
    pointer-events: none;
    visibility: visible;
    transition: all 0.2s ease-in;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 0
}

    .topbar__nav.is-active {
      pointer-events: auto;
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }

    .topbar__nav .btn,
    .topbar__nav .login {
      display: block;
      margin: 8px 0;
    height: 46px;
vertical-align: middle;
      /*color: #26272a;*/
color: #fff;
      /*text-align: left;*/
text-align: center;
      background-color: #ff5f5f;
    }

      .topbar__nav .btn:hover, .topbar__nav .login:hover {
        color: #26272a;
        background-color: transparent;
      }
  }
.topbar__sandwich {
  display: block;
  width: 2.5rem;
  padding: 0.3125em;
  background-color: transparent !important;
  outline: none;
}
@media (min-width: 768px) {
.topbar__sandwich {
    display: none
}
  }
.topbar__sandwich span {
    position: relative;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.topbar__sandwich span,
    .topbar__sandwich span:before,
    .topbar__sandwich span:after {
      display: block;
      width: 100%;
      height: 0.125em;
      background-color: #26272a;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.topbar__sandwich span:before,
    .topbar__sandwich span:after {
      position: absolute;
      content: "";
    }
.topbar__sandwich span:before {
      top: -0.5em;
    }
.topbar__sandwich span:after {
      top: 0.5em;
    }
.topbar__sandwich.is-active span {
      background-color: transparent;
    }
.topbar__sandwich.is-active span:before {
      transform: translateY(0.5em) rotate(45deg);
    }
.topbar__sandwich.is-active span:after {
      transform: translateY(-0.5em) rotate(-45deg);
    }
.topbar__mobile {
  justify-content: space-between;
}
@media (max-width: 767px) {
.topbar__mobile {
    padding: 0.625em 0
}
  }
.footer {
  font-size: 0.875em;
}
.footer .container {
    display: flex;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    align-items: center;
    justify-content: center;
  }
.footer p {
    margin: 0;
  }
.footer a {
    color: #;
    text-decoration: none;
  }
.footer a:hover {
      color: rgba(32, 32, 32, 1);
    }
.footer__socials {
  color: #ff5f5f;
  margin-bottom:20px;
}

a.footer-social-link.fab.fa-youtube.fa-fw::hover {
  color: #ff5f5f !Important;
}

.footer__socials .container {
    justify-content: center;
  }
.footer__social-link {
  margin: 0 1em;
  color: #ff5f5f;
}
.footer__copyright {
  color: #26272a;
  padding: 16px;
  border-top: 1px solid #e4eaef;
}
.footer__copyright .container {
    justify-content: space-between;
  }
@media (max-width: 767px) {
.footer__copyright .container {
      flex-direction: column;
      justify-content: space-around
  }
    }
.footer-social-link {
  width: 30px;
  height: 30px;
  font-size: calc(18px + 10px);
  color: #ff5f5f;
  vertical-align: middle;
}
.footer-social-link + .footer-social-link {
    margin-left: 10px;
  }
.footer-social-link:hover {
    color: rgba(0, 0, 0, 1);
  }
.hero {
  position: relative;
  padding: 3.1875em 0;
  padding-bottom: 100px;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #f1f6fa;
}
.hero__bg-image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/hc/theming_assets/01J9TYSF5FYZ6FT431K0HKKY2P);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  object-fit: cover;
}
.hero__bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
  }
.hero__container {
  position: relative;
  height: 100%;
}
.hero__title {
  margin-top: 16px;
  margin-bottom: 0.3333333333em;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
}
.hero__elements {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__element {
  position: absolute;
}
.hero__element:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
.hero__element--round {
  border-radius: 50%;
}
.hero__element--1 {
  bottom: 263px;
  left: 126px;
  width: 2.875em;
  height: 1.4375em;
}
.hero__element--1:before {
    background-color: #7dd9ff;
    border-radius: 5.75em 5.75em 0 0;
    transform: rotate(197deg);
  }
.hero__element--2 {
  bottom: 292px;
  left: 69px;
  width: 1.3125em;
  height: 1.3125em;
  border: 0.25em solid #fed3a5;
}
.hero__element--3 {
  bottom: 198px;
  left: 65px;
  width: 1.3125em;
  height: 1.3125em;
  background-color: #c2ecfd;
}
.hero__element--4 {
  bottom: 205px;
  left: 172px;
  width: 1em;
  height: 1em;
}
.hero__element--4:before {
    background-color: #fea5db;
    transform: rotate(21deg);
  }
.hero__element--5 {
  bottom: 0;
  left: 59px;
  width: 8.625em;
  height: 8.625em;
}
.hero__element--5:before {
    background-color: #fed3a5;
    transform: rotate(-22deg);
  }
.hero__element--6 {
  right: 140px;
  bottom: 340px;
  width: 1.9375em;
  height: 1.9375em;
  background-color: #fed3a5;
}
.hero__element--7 {
  right: 63px;
  bottom: 340px;
  left: auto;
  width: 2.875em;
  height: 1.4375em;
}
.hero__element--7:before {
    background-color: #c2ecfd;
    border-radius: 5.75em 5.75em 0 0;
    transform: rotate(20deg);
  }
.hero__element--8 {
  right: 167px;
  bottom: 264px;
  width: 1em;
  height: 1em;
}
.hero__element--8:before {
    background-color: #7dd9ff;
    transform: rotate(27deg);
  }
.hero__element--9 {
  right: 39px;
  bottom: 208px;
  width: 5.75em;
  height: 5.75em;
  background-color: #fea5db;
}
/* Hero inner pages style */
.hero--small {
  padding: 2.625em 0;
}
.hero--small .hero__title,
  .hero--small .hero__subtitle {
    display: none;
  }
.hero--small .hero__element--1 {
    bottom: 60px;
    left: -160px;
  }
.hero--small .hero__element--2 {
    bottom: -9px;
  }
.hero--small .hero__element--3 {
    bottom: 120px;
    left: -20px;
  }
.hero--small .hero__element--4 {
    bottom: 30px;
    left: -224px;
  }
.hero--small .hero__element--5 {
    bottom: -96px;
    left: 259px;
  }
.hero--small .hero__element--6 {
    right: 0;
    bottom: 45px;
  }
.hero--small .hero__element--7 {
    top: -15px;
    right: 80px;
    bottom: auto;
  }
.hero--small .hero__element--8 {
    right: 170px;
    bottom: 52px;
  }
.hero--small .hero__element--9 {
    right: 65px;
    bottom: -82px;
  }
.hero--small .hero__element--10 {
    bottom: 65px;
    left: 153px;
    width: 1.3125em;
    height: 1.3125em;
    background-color: #fea5db;
  }
.hero--small .hero__element--11 {
    bottom: 100px;
    left: 288px;
    width: 1.3125em;
    height: 1.3125em;
    border: 0.25em solid #fed3a5;
  }
.search-box {
  position: relative;
  z-index: 1;
  max-width: 32.125em !important;
  text-align: center;
}
.search-box .search {
    position: relative;
    width: 100%;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 1.125em;
  }
.search-box .search:before {
      position: absolute;
      top: 50%;
      right: 1.4444444444em;
      display: inline-block;
      width: 0.8888888889em;
      height: 0.8888888889em;
      font-family: "Font Awesome 5 Free";
      font-size: 1.125em;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: rgba(58, 64, 67, 0.7);
      content: "\f002";
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
.search-box [type="search"] {
    width: 100%;
    height: 4.125em;
    padding: 0 3.125em 0 1.875em;
    line-height: 3.125em;
    border: none;
    outline: none;
  }
.search-box [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.125em;
    text-indent: -9999px;
    outline: none;
  }
.search-box [type="submit"],
    .search-box [type="submit"]:active,
    .search-box [type="submit"]:hover,
    .search-box [type="submit"]:focus {
      background-color: transparent;
    }
.searchbox-suggestions ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
  }
.searchbox-suggestions li {
    margin-bottom: 0.3125em;
  }
.searchbox-suggestions li a {
      color: rgba(32, 32, 32, 1);
    }
.searchbox-suggestions li a:hover {
        color: rgba(0, 0, 0, 1);
      }

      
.article-container {
  /* max-width: 45.625em; */
  padding: 0;
  margin: 0 auto;
}
div#main-content {
  display: flex;
/* justify-content: center; */
}

@media (max-width: 419px) {
.article-container {
    padding: 1.875em 0
}
  }
@media (max-width: 419px) {
.article-page {
    background-color: #ffffff
}

  }

.article-page__main {
  border-radius: 14px;
    background-color: #ffffff;
    box-shadow: none;
  }
@media (max-width: 419px) {
.article-page__main {
      background-color: transparent;
      box-shadow: none
  }
    }
.article-header {
  border-bottom: none;
}
.article-header__col--right {
  display: flex;
  margin-left: 0.625em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
.article-header__col--right {
    margin: 0;
}

.article-header {
  padding-bottom: 16px;
}
  }

.article-header__inner {
  display: flex;
  /* max-width: 52.625em; */
  padding: 0;
  margin: 0 auto 16px auto;
  justify-content: space-between;
}

h1.article-header__title {
 margin-bottom: 0;
}

@media (max-width: 767px) {
.article-header__inner {
    display: block
}
  }
@media (max-width: 419px) {
.article-header__inner {
    padding: 0 0 1.25em
}
  }
.article-header__author {
  margin-bottom: 0.5em;
  display: none;
  font-size: 0.875em;
  line-height: 1.2;
}
.article-header__author a:hover {
    color: rgba(32, 32, 32, 1);
  }
.article-header__author span {
    color: #93a8ba;
  }
.article-header__avatar {
  width: 3.375em;
  height: 3.375em;
  margin-right: 0;
}
.article-header__avatar img {
    border-radius: 50%;
  }
.article-header__date {
  font-size: 0.875em;
  color: rgba(58, 64, 67, 0.45);
display: none;
}
.article-header__title {
  margin-bottom: 0.3333333333em;
  font-size: 1.563rem;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
}
.article-related__title {
  margin-bottom: 0.3333333333em;
  font-size: 1.875em;
  line-height: 1;
  color: #434b57;
}
.article-footer {
  padding-bottom: 0.875em;
}
.article-vote {
  padding: 2.5em 2.875em;
  text-align: center;
  background-color: #E9DFD2;
  border-radius: 14px;
}
.article-vote__question {
  margin-bottom: 0.9090909091em;
  font-size: 1.375em;
  color: #434b57;
}
.article-vote-controls__item.fa {
  font-size: 1.5em;
  color: #202020;
  text-decoration: none;
  background-color: transparent;
}
.article-vote-controls__item.fa--up[aria-selected="true"] {
    color: #202020;
background-color: #ffeeee;
    border-radius: 100px;
  }
.article-vote-controls__item.fa--down[aria-selected="true"] {
    color: #202020;
background-color: #ffeeee;
    border-radius: 100px;
  }
  .article-vote-controls__item {
    color: #202020 !important;
    background-color: #20202029 !important;
  }
.article-vote-controls__item.fa:hover {
    color: #202020;
    background-color: #202020ab;
    border-radius: 100px;
  }
.article-vote-controls__item--voted.fa {
  color: #ffffff;
    background-color: #202020;
    border-radius: 100px;
}
.article-related {
  margin-bottom: 0.9375em;
}
.article-related__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.article-related__title {
  padding-top: 1.2em;
}
.article-related__list {
  display: flex;
  padding: 0;
  margin: 2.25em -0.5em 0;
  flex-wrap: wrap;
}
.article-related__item {
  width: 33.3%;
  padding: 0 0.5em 1em;
  list-style: none;
}
@media (max-width: 767px) {
.article-related__item {
    width: 100%
}
  }
.article-related__content {
  display: block;
  height: 100%;
  padding: 16px;
  line-height: 1.45;
  background-color: #F4EFE7;
  border: none;
  border-radius: 18px;
  box-shadow: none !important;
}
.article-related__content p {
    color: #202020;
  }
.article-related__link {
  display: block;
  margin-bottom: 0.625em;
  line-height: 1.2;
  /*color: rgba(32, 32, 32, 1);*/
 color: #202020;
font-weight: bold;
  text-decoration: none;
}
.article-related__content:hover .article-related__link {
    color: rgba(0, 0, 0, 1);
  }
.attachments {
  display: block;
  padding: 2.875em 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e4eaef;
}
.attachments li {
    display: block;
    padding: 0.2em 0;
  }
.attachments li a {
      color: rgba(32, 32, 32, 1);
    }
.attachments li a:hover {
        color: #26272a;
      }
.article-body {
  padding-bottom: 0;
  color: #000;
}
.post__text {
  padding-bottom: 0;
  color: #000;
}
.article-body p,
  .article-body ul,
  .article-body ol,
  .post__text p,
  .post__text ul,
  .post__text ol {
    margin: 1.25em 0;
  }
.article-body ul,
  .article-body ol,
  .post__text ul,
  .post__text ol {
    padding: 0 0 0 1.25em;
  }
.article-body ul li, .article-body ol li, .post__text ul li, .post__text ol li {
      margin-bottom: 0.625em;
    }
.article-body a, .post__text a {
    color: rgba(32, 32, 32, 1);
    text-decoration: underline;
text-decoration-color: #202020;
  }
.article-body a:hover, .post__text a:hover {
      color: #26272a;
text-decoration-color: #26272a;
    }
.article-body iframe, .post__text iframe {
    display: block;
    /* margin-bottom: 1.25em; */
width: 100% !important;
max-height: 400px;
  height: 100%;
  }
.article-body hr, .post__text hr {
    margin: 1.875em 0;
    border: 0;
    border-bottom: 1px solid #e4eaef;
  }
.article-body h2 {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 1.25em;
    line-height: 1.2;
  }
.article-body .wysiwyg-font-size-x-large {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 1.875em;
    line-height: 1.2;
  }
.post__text h2 {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 1.25em;
    line-height: 1.2;
  }
.post__text .wysiwyg-font-size-x-large {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 1.875em;
    line-height: 1.2;
  }
.article-body h4,
.article-body .h4 {
    margin-bottom: 0.45455em;
    font-size: 1.375em;
  }
.post__text h4,
.post__text .h4 {
    margin-bottom: 0.45455em;
    font-size: 1.375em;
  }
.article-body h4 .wysiwyg-font-size-medium, .post__text h4 .wysiwyg-font-size-medium,
.article-body .h4 .wysiwyg-font-size-medium, .post__text .h4 .wysiwyg-font-size-medium {
      font-size: inherit;
    }
.article-body h5, .post__text h5 {
    color: rgba(0, 0, 0, 1);
  }
.article-body h3 {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1em;
    line-height: 1.1;
    color: rgba(0, 0, 0, 1);
  }
.article-body .wysiwyg-font-size-large {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(0, 0, 0, 1);
  }
.post__text h3 {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(0, 0, 0, 1);
  }
.post__text .wysiwyg-font-size-large {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(0, 0, 0, 1);
  }
.article-body .wysiwyg-font-size-medium {
    font-size: 1.125em;
    color: rgba(0, 0, 0, 1);
  }
.post__text .wysiwyg-font-size-medium {
    font-size: 1.125em;
    color: rgba(0, 0, 0, 1);
  }
.article-body .wysiwyg-font-size-small, .post__text .wysiwyg-font-size-small {
    font-size: 0.875em;
  }
.article-body .text-primary, .post__text .text-primary {
    background-color: rgba(114, 164, 242, 1);
  }
.article-body .text-info {
    background-color: rgba(#5d6483, 0.5);
  }
.post__text .text-info {
    background-color: rgba(#5d6483, 0.5);
  }
.article-body .text-warning, .post__text .text-warning {
    background-color: #fad782;
  }
.article-body .text-danger, .post__text .text-danger {
    background-color: #d9534f;
  }
.article-body .btn--primary {
    color: #ffffff !important;
  }
.post__text .btn--primary {
    color: #ffffff !important;
  }
.article-body blockquote {
    padding: 0.75em 1.5em;
    margin: 0 0 1.5em;
    font-style: italic;
    background-color: rgba(147, 168, 186, 0.3);
    border-left: 5px solid #5d6483;
  }
.post__text blockquote {
    padding: 0.75em 1.5em;
    margin: 0 0 1.5em;
    font-style: italic;
    background-color: rgba(147, 168, 186, 0.3);
    border-left: 5px solid #5d6483;
  }
.article-body blockquote.is-colored, .post__text blockquote.is-colored {
      border-color: rgba(114, 164, 242, 1);
    }
.article-body blockquote p:last-child, .article-body blockquote ul:last-child, .article-body blockquote ol:last-child, .post__text blockquote p:last-child, .post__text blockquote ul:last-child, .post__text blockquote ol:last-child {
        margin-bottom: 0;
      }
.article-body dt, .post__text dt {
    font-weight: 800;
  }
.article-body dt,
  .article-body dd,
  .post__text dt,
  .post__text dd {
    margin-bottom: 0.75em;
    line-height: 1.5;
  }
.article-body dd, .post__text dd {
    margin-left: 0; /* Undo browser default */
  }
.article-body .dl-horizontal:after, .post__text .dl-horizontal:after {
      display: table;
      clear: both;
      content: "";
    }
.article-body .dl-horizontal dt, .post__text .dl-horizontal dt {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
@media (min-width: 768px) {
.article-body .dl-horizontal dt, .post__text .dl-horizontal dt {
        float: left;
        width: 30%;
        padding-right: 0.9375em;
        clear: both
    }
      }
@media (min-width: 768px) {
.article-body .dl-horizontal dd, .post__text .dl-horizontal dd {
        float: right;
        width: 70%
    }
      }
.article-body .image-with-border, .post__text .image-with-border {
    padding: 10px;
    border: 1px solid #d3d6d8;
    border-radius: 14px;
  }

.image-round {
    border-radius: 8px !important; /* Inner border radius */
}

.image-border {
    border-radius: 10px;
background-color: #f1efed;
width: 100%;
max-height: 600px;
/*   height: 100%; */
  padding: 20px;
object-fit: scale-down;
margin: 0 auto;
  text-align: center;
  }

.article-body .image-with-shadow, .post__text .image-with-shadow {
    border-radius: 8px;
background-color: #f1efed;
width: 100%;
max-height: 600px;
  height: 100%;
  padding: 20px;
object-fit: scale-down;
margin: 0 auto;
  }


.article-body .image-overlay, .post__text .image-overlay {
    position: relative;
  }
.article-body .image-overlay:before, .post__text .image-overlay:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: rgba(255, 255, 255, 0.3);
    }
.article-body .image-with-video-icon, .post__text .image-with-video-icon {
    position: relative;
    display: block;
  }
.article-body .image-with-video-icon img, .post__text .image-with-video-icon img {
      display: block;
    }
.article-body .image-with-video-icon:after, .post__text .image-with-video-icon:after {
      position: absolute;
      top: 50%;
      right: 50%;
      display: inline-block;
      width: 0;
      height: 0;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 1.875em 3.125em;
      border-right-width: 0;
      border-left-color: #fff;
      transition: transform 0.2s;
      transform: translate(50%, -50%);
    }

 
.article-body .image-with-video-icon:before, .post__text .image-with-video-icon:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: rgba(58, 64, 67, 0.2);
    }
.article-body .image-with-video-icon:hover:after, .post__text .image-with-video-icon:hover:after {
      transform: translate(50%, -50%) scale(1.1);
    }
.article-list {
  display: flex;
  padding-left: 0;
  margin: 0 ;
  list-style: none;
  flex-wrap: wrap;
}
.article-list-item {
  width: 100%;
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;
}

.video__wrapper .image-with-video-icon:before,
.video__wrapper .image-with-video-icon:after {
  display: none;
}
@media (min-width: 768px) {
.article-list-item {
    width: 50%;
    transition: transform 0.1s ease-in-out
}

    .article-list-item:hover {
      transform: translateY(-5px);
    }
  }
.article-list-item__inner {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #F4EFE7;
  border: none;
  border-radius: 14px;
  box-shadow: none;
  transition: border-color 0.2s ease-in;
border: none;
}
.search-result {
  width: 50%;
  padding: 8px;
  text-decoration: none;
  
  
}
.search-result:hover {
  text-decoration: none;

}

@media (max-width: 991px) {
  .search-result {
    width: 100%;
  } 
}

.search-results-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

.search-result-link {
  color: #000 !important;
  text-decoration: none !important;
}

.search-result__wrapper {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #F4EFE7;
color: #202020;
  border: none;
  border-radius: 14px;
  box-shadow: none;
  transition: border-color 0.2s ease-in;

}
.article-list-item__title {
  display: block;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  color: #26272a;
  font-weight: 700;
}
.article-list-item__title:hover {
    color: #26272a;
  }
.article-list-item__descr {
  line-height: 1.4;
  color: #202020;
}
.article-list-item__meta {
  margin-top: 1.375em;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
display: flex;
align-items: center;
}
.article-list-item__meta:after {
    display: table;
    clear: both;
    content: "";
  }
.article-list-item__icon {
  float: left;
  width: 2.1875em;
  height: 2.1875em;
  margin-right: 0.75em;
  overflow: hidden;
  border-radius: 50%;
}
.article-list-item__icon img {
    display: block;
  }
.article-list-item__name {
  line-height: 1.24;
  color: #26272a;
}
.article-list-item__name a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
.article-list-item__name a:hover {
      color: rgba(32, 32, 32, 1);
    }
.article-list-item__date {
  font-size: 0.875em;
  color: rgba(58, 64, 67, 0.53);
display: none;
}
.article-list-item__more {
  display: block;
  margin-top: 0.9375em;
  color: rgba(32, 32, 32, 1);
  text-decoration: none;
}
.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}
.list-colored > ul, .list-bullet > ul {
    margin-bottom: 14px;
    list-style: none;
  }
.list-colored > ol, .list-bullet > ol {
    margin-bottom: 14px;
    list-style-type: none;
    counter-reset: list;
  }
.list-colored > li {
    position: relative;
    padding-left: calc(12px + 30px);
    margin-bottom: calc(18px * 1.5 / 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(18px * 0.75);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);
      background-color: rgba(114, 164, 242, 1);
      border-radius: 50%;
    }
.list-bullet > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }
.list-bullet > li:before {
      position: absolute;
      top: -2px;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: rgba(114, 164, 242, 1);
      content: "\f058";
    }
th {
  text-align: left;
}
/* Baseline styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.875em;
}
.table th,
  .table td {
    padding: 0.625em;
    vertical-align: top;
  }
.table td {
    border-top: 1px solid #e4eaef;
  }
.table thead th {
    vertical-align: bottom;
  }
.table tbody + tbody {
    border-top: 1px solid #e4eaef;
  }
.table .table {
    background-color: #ffffff;
  }
.table--color-header th {
    color: #ffffff;
    background-color: rgba(114, 164, 242, 1);
  }
.table--striped tbody tr:nth-child(odd) {
    background-color: rgba(229, 237, 243, 0.3);
  }
.table--hover tbody tr:hover {
    background-color: rgba(229, 237, 243, 0.3);
  }
.table--bordered {
  border: 1px solid #e4eaef;
}
.table--bordered td,
  .table--bordered th {
    border-left: 1px solid #e4eaef;
  }
/*
Responsive tables
Wrap your tables in `.table-responsive` and we'll make them mobile friendly
by enabling horizontal scrolling. Only applies <768px. Everything above that
will display normally.
*/
.table-responsive {
  min-height: 0.01%; /* Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) */
  overflow-x: auto;
}
@media (max-width: 767px) {
.table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: 1px solid #e4eaef;
    -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;
          }
  }
.note {
  padding-left: 1.25em;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  color: #333;
  border-left: 4px solid #e5edf3;
}
.note p:last-child {
    margin-bottom: 0;
  }
.note--info {
  border-color: #5d6483;
}
.note--warning {
  border-color: #fad782;
}
.note--success {
  border-color: #5cb85c;
}
.note--danger {
  border-color: #d9534f;
}
.accordion {
  padding-top: 0;
  margin-bottom: 0.9375em;
  border: 1px solid #e4eaef;
  border-radius: 14px;
}
.accordion__item-title {
  position: relative;
  padding: 0.9375em 1.25em 0.9375em 3.25em;
  font-size: 1.125em;
  cursor: pointer;
}
.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #e4eaef;
  }
.accordion__item-title:before {
    position: absolute;
    content: "";
  }
.accordion__item-content {
  display: none;
  padding: 1.25em;
color: #434b57 !important;
  font-family: 'DM Sans', 'Nunito', sans-serif;
  border-bottom: 1px solid #e4eaef;

}
.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: 1.375em;
    width: 0.5em;
    height: 0.5em;
    margin-top: -4px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    transition: transform 0.2s;
    transform: rotate(-45deg);
  }
.accordion--default .accordion__item-title--active {
    background-color: rgba(#e5edf3, 0.4);
  }
.accordion--default .accordion__item-title--active:before {
      transition: transform 0.2s;
      transform: rotate(135deg);
    }
.accordion--colored .accordion__item-title {
    transition: background-color 0.2s;
  }
.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
      background-color: #c2d5e3;
    }
.accordion--colored .accordion__item-title:before {
      left: 1.25em;
      width: 0.625rem;
      height: 0.125rem;
      margin-top: -0.0625rem;
    }
.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 1.45em;
      width: 0.125rem;
      height: 0.625rem;
      margin-top: -0.3125rem;
      content: "";
    }
.accordion--colored .accordion__item-title--active {
      color: #ffffff;
      background-color: rgba(114, 164, 242, 1);
      transition: background-color 0.2s;
    }
.accordion--colored .accordion__item-title--active:before {
        background-color: #ffffff;
      }
.accordion--colored .accordion__item-title--active:after {
        display: none;
      }
.page-header {
margin: 0 10px;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  margin-bottom: 1.875em;
  border-bottom: none;
}
.page-header .title-main {
    margin-bottom: 0;
  }
.page-header__title {
  display: flex;
  margin-bottom: 0.5em;
  align-items: center;
}
.page-header__title img {
    width: 1.5625em;
    margin-right: 0.75em;
  }
.page-header__description {
  color: rgba(#26272a, 0.53);
}
.page-body {
  padding-top: 0;
  padding-bottom: 0;
}
.page-body > .article-list {
    padding-top: 0.9375em;
  }
.page-body .btn {
    min-width: 10.3125em;
    margin-top: 1em;
    margin-bottom: 1.375em;
  }
.page-body__empty {
  padding: 1.875em 0;
}
.page-body__empty a {
    color: rgba(32, 32, 32, 1);
    text-transform: capitalize;
  }
.page-body__empty a:hover {
      text-decoration: none;
    }
.page-section {
  padding-bottom: 1.25em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #e4eaef;
}
.page-section:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
.page-section__title {
  margin-bottom: 0.6818181818em;
  font-size: 1.375em;
}
.page-section__title a {
    text-decoration: none;
  }
.page-section__title a:hover {
      color: rgba(32, 32, 32, 1);
    }
.custom-blocks {
  position: relative;
  top: 2.1875em;
  z-index: 2;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-blocks__item {
  padding-left: 0;
  margin: 0 calc(1.25em / 2) 1.25em;
  text-align: center;
  list-style: none;
}
.custom-blocks__link {
  display: flex;
  width: 14.1875em;
  height: 13.6875em;
  padding: 1.25em;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(58, 64, 67, 0.1);
  transition: transform 0.1s ease-in;
  justify-content: center;
  align-items: center;
}
.custom-blocks__link img {
    height: 52px;
    transition: transform 0.2s ease-in;
  }
.custom-blocks__link svg {
    width: 100%;
    height: 52px;
    transition: transform 0.2s ease-in;
  }
.custom-blocks__link svg path:not(.path-white) {
      fill: #ffc5c5;
      stroke: #ffc5c5;
    }
.custom-blocks__link svg path:not(.path-white).path-blur {
        fill: #fff8f8;
        stroke: #fff8f8;
      }
.custom-blocks__link:hover {
    transform: translateY(-5px);
  }
.custom-blocks__link:hover svg,
    .custom-blocks__link:hover img {
      transform: scale(1.1);
    }
.custom-blocks__icon {
  margin-bottom: 1.875em;
}
.custom-blocks__title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
.main-page-wrap {
  background-color: rgba(255, 255, 255, 1);
}
.block-wrap {
  padding-top: calc(1.25em * 3.85);
}
.block-list {
  display: flex;
  padding: 0 0 calc(1.25em * 3.85) 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.block-list__item {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
}
.block-list__item--2x {
  width: 100%;
}
@media (min-width: 768px) {
.block-list__item--2x {
    width: calc(50% - 2em);
    margin-right: calc(1.25em / 2);
    margin-left: calc(1.25em / 2)
}
  }
.block-list__link {
  display: flex;
  height: 8.125em;
  padding: 0.625em 4.6875em 0.625em 1.875em;
  color: #26272a;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 14px;
  align-items: center;
}
.block-list__link:before {
    position: absolute;
    top: 50%;
    right: 3.75em;
    width: 0.75rem;
    height: 0.75rem;
    content: "";
    border-right: 4px solid #26272a;
    border-bottom: 4px solid #26272a;
    border-bottom-right-radius: 2px;
    transition: right 0.2s ease-in;
    transform: translateY(-50%) rotate(-45deg);
  }
@media (max-width: 767px) {
.block-list__link {
    padding: 0.625em 3.125em 0.625em 1.25em
}

    .block-list__link:before {
      right: 1.875em;
    }
  }
/* color: rgba(32, 32, 32, 1); */
@media (min-width: 768px) {
.block-list__link:hover:before {
        right: 3.4375em
        /* border-color: rgba(32, 32, 32, 1); */
    }
      }
.block-list__icon {
  margin-right: 2.1875em;
  flex-shrink: 0;
}
.block-list__icon svg,
  .block-list__icon img {
    display: block;
    width: 2.8125em;
    transition: opacity 0.2s ease-in;
  }
.block-list__name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.block-list__desc {
  color: #93a8ba;
}
.promoted-articles {
 padding: 2.375em 0;
    background-color: #F7F1EDc2;
    margin-top: 64px;
}
.community-recent-activity {
  padding: 5.375em 0 4.75em;
  background-color: rgba(#e0eaf4, 0.5);
}
.community-recent-activity .recent-activity-header {
    text-align: center;
  }
.community-recent-activity .recent-activity-list {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }
.community-recent-activity .recent-activity-item {
    display: flex;
    width: 100%;
    padding: 1.5em 1.875em;
    margin-bottom: 24px;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1),
      0 -1px 2px rgba(58, 64, 67, 0.1);
  }
@media (min-width: 768px) {
.community-recent-activity .recent-activity-item {
      width: calc(33% - 20px);
      margin-right: 10px;
      margin-left: 10px;
      transition: transform 0.2s ease-in
  }

      .community-recent-activity .recent-activity-item:hover {
        transform: translateY(-0.625em);
      }
    }
.community-recent-activity .recent-activity-item-parent {
    margin-bottom: 0.3571428571em;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 1);
  }
.community-recent-activity .recent-activity-item-parent:hover {
      text-decoration: underline;
    }
.community-recent-activity .recent-activity-item-link {
    margin-bottom: 0.5555555556em;
    font-size: 1.125em;
    line-height: 1.2;
    color: rgba(32, 32, 32, 1);
  }
.community-recent-activity .recent-activity-item-link:hover {
      color: rgba(0, 0, 0, 1);
    }
.community-recent-activity .recent-activity-item-meta {
    display: flex;
    font-size: 0.875em;
    line-height: 1.3;
    color: rgba(58, 64, 67, 0.48);
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: flex-end;
  }
.community-recent-activity .recent-activity-item-comment span:before {
        display: inline-block;
        margin-right: 0.3125em;
        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-controls {
    margin-top: 1em;
    text-align: center;
  }
.community-recent-activity .recent-activity-loader {
    position: relative;
    margin: auto;
    color: transparent;
    text-align: center;
  }
.community-recent-activity .recent-activity-loader:before {
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 1.25em;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: rgba(114, 164, 242, 1);
      content: "\f0e2";
      -webkit-animation: loader-rotate 1s linear infinite;
              animation: loader-rotate 1s linear infinite;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
@-webkit-keyframes loader-rotate {
      100% {
        transform: rotate(-360deg);
      }
    }
@keyframes loader-rotate {
      100% {
        transform: rotate(-360deg);
      }
    }
.callout {
padding: 16px;
border-radius: 8px;
border: 1px solid #00b9fe;
transition: background-color linear .2s;
background-color: #00b9fe0f;
margin-top: 10px;
margin-bottom: 10px;
}
.callout p {
    margin-top: 0.625em;
    color: #202020;
  }
.callout p:last-child {
      margin-bottom: 0;
    }
.callout a {
    color: rgba(32, 32, 32, 1);
    text-decoration: none;
  }
.callout a:hover {
      text-decoration: underline;
    }
.callout--default {
  color: #5d6483;
  background-color: transparent;
  border: 1px solid #e4eaef;
}
.callout--transparent {
  background: transparent;
  border: 0;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
}
.callout--dashed {
  border: 1px dashed #5d6483;
}
.callout--info {
  background-color: #f0f1f2;
}
.callout--info .callout__title {
    color: #3a4043;
  }
.callout--success {
  background-color: #d8eed8;
  border-left: 5px solid #5cb85c;
}
.callout--success .callout__title {
    color: #5cb85c;
  }
.callout--success.callout--dashed {
    border: 1px dashed #5cb85c;
  }
.callout--warning {
  background-color: #FFF0C4;
  border-left: 5px solid #fad782;
}
.callout--warning .callout__title {
    color: #202020;
  }
.callout--warning.callout--dashed {
    border: 1px dashed #FFE18B;
  }
.callout--danger {
  background-color: #f9e2e2;
  border-left: 5px solid #d9534f;
}
.callout--danger .callout__title {
    color: #d9534f;
  }
.callout--danger.callout--dashed {
    border: 1px dashed #d9534f;
  }
.callout--primary {
}
.callout--primary .callout__title {
    color: rgba(114, 164, 242, 1);
  }
.callout--primary.callout--dashed {
    border: 1px dashed rgba(114, 164, 242, 1);
  }
.comments__header {
  padding: 1.25em 0em 1.625em;
  border-bottom: 1px solid #e4eaef;
}
.comments__header h3 {
    margin-bottom: 0.1666666667em;
    font-size: 1.375em;
  }
.comments__callout {
  padding: 1.25em;
  margin-bottom: 1.875em;
}
.comments__callout--simple {
  padding-right: 0;
  padding-left: 0;
}
.comments__list {
  padding: 0;
  margin: 0.9375em 0 0;
}
.comment-sorter {
  display: flex;
  padding-top: 0.625em;
  color: #5d6483;
  justify-content: space-between;
}
.comment-sorter__filters {
  font-size: 0.875em;
}
.comment {
  padding-bottom: 0.5em;
  padding-left: 0;
  margin-bottom: 1.875em;
  list-style: none;
  border-bottom: 1px solid #e4eaef;
}
.comment__inner {
  position: relative;
  padding-bottom: 0.9375em;
}
.comment__header {
  margin-bottom: 1.875em;
}
.comment__body {
  color: #5d6483;
}
.comment__content .attachment-list {
    padding-left: 0;
    list-style: none;
  }
.comment__content a {
    color: rgba(32, 32, 32, 1);
    text-decoration: none;
  }
.comment__content a:hover {
      text-decoration: underline;
    }
.comment__official-heading {
  display: block;
  margin-bottom: 0.5555555556em;
  font-size: 1.125em;
}
.entry-info {
  display: flex;
}
.entry-info__avatar {
  margin-right: 1em;
}
.entry-info__avatar img {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
  }
.entry-info__content {
  line-height: 1.2;
}
.entry-info__content .author a {
    display: block;
    margin-bottom: 0.25em;
    text-decoration: none;
  }
.entry-info__content .meta {
    font-size: 0.875em;
    color: rgba(58, 64, 67, 0.45);
  }
.vote {
  display: flex;
  margin: 0.9375em 0;
  line-height: 1.2;
  color: #a2a7bd;
}
.vote__sum {
  margin-right: 0.5em;
  font-size: 0.875em;
  color: rgba(32, 32, 32, 1);
}
.vote__control {
  padding: 0;
  margin-right: 0.5em;
  font-size: 0.875em;
  color: #a2a7bd;
  text-decoration: none;
  background-color: transparent !important;
}
.vote__control:hover {
    color: rgba(32, 32, 32, 1);
  }
.comment-form {
  margin-bottom: 1.875em;
  text-align: center;
}
.comment-form textarea {
    display: block;
    width: 100%;
    min-height: 6.25em;
    padding: 0.3125em 0.625em;
    border: 1px solid #e4eaef;
    border-radius: 14px;
  }
.comment-form input[type="submit"] {
    margin-top: 0.9375em;
  }
.comment-form__title {
  margin-bottom: 0.6818181818em;
  font-size: 1.375em;
  text-align: left;
}
.comment-form__attachments {
  margin-bottom: 0.9375em;
}
.comment-form__mark-as-solved {
  margin-bottom: 0.625em;
  text-align: left;
}
.comment-form__body {
  margin-bottom: 0.9375em;
}
.comment-form__controls {
  text-align: left;
}
.comment-form__controls input,
  .comment-form__controls label {
    vertical-align: middle;
  }
.comment-form__controls input {
    margin-right: 0.3125em;
  }
.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: 14px 14px 0 0;
  }
.comment-form__ccs ul[data-hc-pills-container][data-hc-focus="true"] {
    border-color: #e4eaef;
  }
.tabs {
  margin-bottom: 1.25em;
}
.tab {
  display: block;
  padding: 1.875em;
  border: 1px solid #e4eaef;
  border-top: 0;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.tab p:last-child {
    margin-bottom: 0;
  }
.tabs-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
.tabs-menu {
    border: 1px solid #e4eaef;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
}
  }
.tabs-link {
  display: block;
  padding: 0.625em 1.875em;
  line-height: 1.2;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-color: #e4eaef;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.tabs-link:hover {
    color: rgba(32, 32, 32, 1);
  }
@media (max-width: 767px) {
.tabs-link {
    width: 100% !important;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e4eaef;
    border-radius: 0
}

    .tabs-link:last-child {
      border-bottom: 0;
    }
  }
.is-hidden {
  display: none;
}
.tabs-link.is-active {
  color: rgba(32, 32, 32, 1);
  cursor: pointer;
  border-color: #e4eaef;
}
.tabs-link.is-active:hover {
    color: rgba(32, 32, 32, 1);
    cursor: default;
  }
@media (min-width: 768px) {
.tabs-link.is-active {
    border-bottom-color: transparent
}
  }
.tabs--colored-1 .is-active,
  .tabs--colored-1 .tab {
    background-color: rgba(229, 237, 243, 0.3);
  }
.tabs--colored-2 .is-active {
    color: #ffffff;
    background-color: rgba(114, 164, 242, 1);
    border-color: transparent;
  }
.tabs--colored-2 .is-active:hover {
    color: #ffffff;
    background-color: rgba(114, 164, 242, 1);
    border-color: transparent;
  }
.tabs--colored-2 .tab {
    background-color: rgba(229, 237, 243, 0.3);
  }
.my-activities-header {
  margin: 0 0 2.5em;
}
.my-activities-items {
  margin-bottom: calc(0.9375em * 2);
  color: #5d6483;
}
.my-activities-items .requests-link:hover {
      color: rgba(32, 32, 32, 1);
    }
.my-activities-items .requests-sort-symbol {
    margin-left: 0.25em;
  }
@media (min-width: 768px) {
.my-activities-items {
    display: table;
    width: 100%
}

    .my-activities-items .my-activities-item__icon {
      display: none;
    }
  }
.my-activities-items__head {
  display: none;
  color: #5d6483;
}
.my-activities-items__head .my-activities-items__col {
    padding: 1.0714285714em 0;
    font-size: 0.875em;
  }
@media (min-width: 768px) {
.my-activities-items__head {
    display: table-header-group;
    font-weight: 800;
    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 (max-width: 767px) {
.my-activities-items__row {
    padding: 0.625em;
    margin-bottom: 0.625em;
    border: 1px solid #e4eaef
}
  }
.my-activities-items__col {
  line-height: 1.2;
}
@media (min-width: 768px) {
.my-activities-items__col {
    display: table-cell;
    padding: 0.75em 0;
    border-bottom: 1px solid #e4eaef
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: 0.9375em;
    }
  }
@media (max-width: 767px) {
.my-activities-items__request-id {
    display: inline
}
  }
@media (min-width: 768px) {
.my-activities-items__request-id {
    display: none
}
  }
.my-activities-item__title {
  color: rgba(32, 32, 32, 1);
}
.my-activities-item__title:hover {
    color: #26272a;
  }
@media (max-width: 767px) {
  .my-activities-item__title {
    display: block;
    margin-bottom: 0.2777777778em;
    font-size: 1.125em;
  }

  .my-activities-item__meta {
    display: inline-block;
    margin-right: 0.4375em;
  }

    .my-activities-item__meta + .my-activities-item__meta:before {
      margin-right: 0.4375em;
      content: "\2022";
    }

    .my-activities-item__meta:first-of-type {
      padding-left: 0;
    }
}
.my-activities-menu ul {
    padding-left: 0;
    list-style: none;
  }
.my-activities-menu__items {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.my-activities-menu__items {
    flex-direction: column
}
  }
.my-activities-menu__item {
  margin-right: 0.625em;
  margin-bottom: 0;
}
.my-activities-menu__item a {
    display: block;
    color: rgba(32, 32, 32, 1);
  }
.my-activities-menu__item a:hover {
      color: #26272a;
    }
.my-activities-menu--main {
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
  border-bottom: 1px solid #e4eaef;
}
.my-activities-menu--main .my-activities-menu__item {
    padding: 0.3125em 0.9375em;
    margin-right: 0.3125em;
    background-color: #e5edf3;
    border-radius: 14px;
  }
.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 800;
      color: #ffffff;
      background-color: rgba(114, 164, 242, 1);
    }
@media (max-width: 767px) {
.my-activities-menu--main .my-activities-menu__item {
      margin-bottom: 0.3125em
  }
    }
.my-activities-menu--sub {
  margin-bottom: 0.3125em;
}
.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 800;
    }
.my-activities-menu--sub .my-activities-menu__item a {
      display: inline-block;
    }
@media (min-width: 768px) {
    .my-activities-menu--sub + .my-activities-menu--sub:before {
      margin: 0 0.6em;
      font-size: 0.625em;
      vertical-align: middle;
      content: "\2022";
    }
  }
.request-page__inner {
  display: flex;
  margin-top: 0.625em;
  flex-wrap: wrap;
}
.request-main {
  width: 65%;
  padding-right: 1.875em;
}
@media (max-width: 767px) {
.request-main {
    width: 100%;
    padding-right: 0
}
  }
.request-sidebar {
  width: 35%;
  max-width: 23.75em;
}
@media (max-width: 767px) {
.request-sidebar {
    width: 100%;
    margin: 0 auto
}
  }
.request-sidebar__inner {
  padding: 0.9375em 0.625em;
  border: 1px solid #e4eaef;
  border-radius: 14px;
}
.request-sidebar__inner p {
    line-height: 1.2;
  }
.request-details {
  margin: 0.9375em 0;
}
.request-details dt {
    font-weight: 800;
  }
.request-details dd {
    margin-bottom: 0.3125em;
    margin-left: 0;
  }
.request-details form {
    margin-bottom: 0.625em;
  }
.request-details form dt {
      margin-bottom: 0.3125em;
    }
.request-details .nesty-input {
    display: block;
    width: 100%;
    margin-bottom: 0.3125em;
  }
.request-subject {
  font-size: 1.875em;
  line-height: 1.2;
}
.request-status {
  display: inline-block;
  padding: 1px 0.625em;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 14px;
}
.request-status--solved,
.request-status--closed {
  background-color: rgba(114, 164, 242, 1);
}
.request-status--new,
.request-status--open {
  background-color: #d9534f;
}
.request-status--answered {
  background-color: #fad782;
}
.request-follow-up {
  padding-bottom: 0.9375em;
}
.request-follow-up a {
    color: rgba(32, 32, 32, 1);
  }
.request-follow-up a:hover {
      text-decoration: none;
    }
/* New request page */
.new-request-page {
  margin-bottom: 1.875em;
}
.request-title {
  font-size: 1.375em;
}
.new-request-form {
  margin-bottom: 0.9375em;
}
.request-table-filters {
  padding: 0.75em 0.625em;
  margin: 1.25em 0 1.875em;
  background-color: rgba(229, 237, 243, 0.5);
  border-radius: 14px;
}
@media (min-width: 768px) {
.request-table-filters {
    display: flex;
    padding: 0.4375em 0.9375em 0;
    justify-content: space-between
}
  }
.request-table-filters a {
    display: block;
  }
.request-table-filters .requests-search {
    width: 100%;
    height: 2.25em;
    padding: 0 0.625em;
    line-height: 2.25em;
    border: 1px solid #e4eaef;
  }
.request-table-filters .request-filter-label {
    display: block;
    padding-bottom: 0.5em;
    font-size: 0.875em;
    text-transform: uppercase;
  }
.request-table-filters .request-filter {
    width: 100%;
    height: 2.25em;
    padding: 0 0.625em;
    line-height: 2.25em;
    background-color: #ffffff;
    border: 1px solid #e4eaef;
    border-radius: 0;
  }
.request-table-filters__item {
  margin-bottom: 0.9375em;
}
@media (min-width: 768px) {
.request-table-filters__item {
    display: flex;
    width: 32%;
    flex-direction: column;
    justify-content: flex-end
}
  }
@media (max-width: 767px) {
    .request-table-filters__item:last-child {
      margin-bottom: 0;
    }
  }
.nesty-input {
  height: 2.25em;
  line-height: 2.25em;
  border: 2px solid #e4eaef;
}
.request-table-organization {
  display: flex;
}
.request-table-organization__col--main {
  width: 100%;
}
.request-table-organization__col--button a {
  margin-left: 0.625em;
}
.search-results__row {
  display: flex;
  margin: 0 -0.9375em;
}
@media (max-width: 767px) {
.search-results__row {
    margin: 0;
    flex-direction: column
}
  }
.search-results__column {
  width: 50%;
  padding: 0 0.9375em;
}
@media (max-width: 767px) {
.search-results__column {
    width: 100%;
    padding: 0
}
  }
.search-result {
  margin-bottom: 1.875em;
  /* border-bottom: 1px solid #e4eaef; */
}
.search-results-count {
  margin: 1em 0 0.5em;
  font-size: 1.875em;
}
.search-result__title {
  font-size: 1.125em;
  color: rgba(114, 164, 242, 1);
}
.search-result__title a {
    text-decoration: none;
  }
.search-result__title a:hover {
      color: #26272a;
    }
.search-results-subheading {
  font-size: 1.375em;
}
.search-result__description {
  padding-bottom: 0.9375em;
  font-size: 0.875em;
}
.search-result__description:empty {
    display: none;
  }
.search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 800;
    background-color: #fff3ca;
    border-radius: 3px;
  }
.search-result__meta {
  margin-bottom: 0.9375em;
}
.search-result-votes {
  display: none;
  padding: 0.125em 0.25em;
  margin-left: 0.4166666667em;
  font-size: 0.75em;
  color: #ffffff;
  background-color: rgba(36, 187, 249, 0.5);
  border-radius: 14px;
}
.search-result-votes span {
    font-size: 1.3333333333em;
  }
.meta {
  font-size: 0.875em;
  color: #5d6483;
}
.meta__item {
  display: inline-block;
  margin-right: 0.4375rem;
}
.meta__item + .meta__item:before {
    position: relative;
    top: -2px;
    margin-right: 0.4375rem;
    font-size: 0.625rem;
    content: "\2022";
  }
.meta__item .user-profile:hover {
    color: rgba(32, 32, 32, 1);
  }
.meta--profile {
  margin-bottom: 0;
}
.error-page h2 {
    margin-bottom: 0.1363636364em;
    font-size: 1.375em;
  }
.error-page p {
    margin: 0 0 0.625em;
    color: #93a8ba;
  }
.error-page a {
    color: rgba(32, 32, 32, 1);
  }
.error-page a:hover {
      text-decoration: none;
    }
.error-page__inner {
  max-width: 37.5em;
  padding: 1.5625em 0.9375em 2.5em;
  margin: 5.5em auto 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
}
.error-page__title {
  margin-bottom: 0.0625em;
  font-size: 5em;
  font-weight: 800;
  color: rgba(114, 164, 242, 1);
  letter-spacing: 4px;
}
.error-page__link {
  display: block;
  margin-top: 1.875em;
}
.error-page__link:hover {
    color: rgba(0, 0, 0, 1);
  }
.error-page__link:before {
    display: inline-block;
    padding-right: 0.125em;
    content: "<";
    transition: transform 0.2s ease-in;
  }
.error-page__link:hover:before {
    transform: translateX(-0.1875em);
  }
.breadcrumbs {
  display: flex;
  padding: 1.625em 0;
  margin: 0 ;
  flex-wrap: wrap;
font-size: 14px;
}
.breadcrumbs li {
    padding-left: 0;
    list-style: none;
  }
.breadcrumbs li a {
      color: #9da1a7;
      text-decoration: none;
      white-space: nowrap;
      cursor: pointer;
    }
    .breadcrumbs li:first-child a{
      color: #202020;
    }
.breadcrumbs li a:after {
        display: inline-block;
        margin: 0 0.8125em;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        line-height: 1;
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
.breadcrumbs li a:hover {
        color: rgba(58, 64, 67, 0.8);
      }
.breadcrumbs li:last-child a {
        color: rgba(58, 64, 67, 0.8);
      }
.breadcrumbs li:last-child a:after {
          display: none;
        }
.breadcrumbs--search-results {
  padding: 0.625em 0;
}
.pagination {
  margin-bottom: 1.875em;
  text-align: center;
}
.pagination ul {
    display: inline-block;
    padding-left: 0;
  }
.pagination ul > li {
      display: inline-block;
      margin: 0 0.3125em;
    }
.pagination ul > li > a,
      .pagination ul > li > span {
        position: relative;

        display: block;
        padding: 0 0.5em;
        line-height: 1.5;
        color: rgba(58, 64, 67, 0.45);
        text-decoration: none;
        border-radius: 14px;
      }
.pagination ul > li > a:hover,
      .pagination ul > li > a:focus,
      .pagination ul > li > span:hover,
      .pagination ul > li > span:focus {
        color: rgba(32, 32, 32, 1);
      }
.pagination ul > .pagination-current {
      width: 1.5625em;
      height: 1.5625em;
      background-color: rgba(114, 164, 242, 1);
      border-radius: 50%;
    }
.pagination ul > .pagination-current > span {
          z-index: 2;
          color: #ffffff;
          cursor: default;
        }
.pagination ul > .pagination-current > span:hover {
          z-index: 2;
          color: #ffffff;
          cursor: default;
        }
.pagination ul > .pagination-current > span:focus {
          z-index: 2;
          color: #ffffff;
          cursor: default;
        }
.profile-page__inner {
  padding: 1.25em;
  margin-top: 3.125em;
  margin-bottom: 1.875em;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
}
/* Profile header */
.profile-header {
  padding: 0.9375em 0;
  text-align: center;
}
.profile-header__name {
  margin-bottom: 0.5em;
  font-size: 1.875em;
  line-height: 1;
}
.profile-header__avatar img {
    max-width: 4.375em;
  }
.profile-stats {
  margin: 0 0 0.625em;
}
.profile-header__options {
  margin-top: 0.9375em;
}
/* Profile nav */
.profile-nav {
  margin: 0.9375em 0 1.5625em;
  text-align: center;
}
.profile-nav__items {
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-nav__item {
  padding: 0.5em 0.75em;
  font-size: 0.875em;
  line-height: 1.3;
  border: 1px solid rgba(114, 164, 242, 1);
  border-right: 0;
}
.profile-nav__item:last-of-type {
    border-right: 1px solid rgba(114, 164, 242, 1);
  }
@media (max-width: 649px) {
.profile-nav__item {
    padding: 3.375em;
    border: 0 !important
}
  }
.profile-nav__item.is-active {
    color: #ffffff;
    background-color: rgba(114, 164, 242, 1);
  }
.profile-nav__item a {
    color: rgba(32, 32, 32, 1);
  }
/* Profile Section */
.profile-section__header {
  margin-bottom: 1.875em;
}
.profile-section__title {
  font-size: 1.875em;
}
.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Profile activity */
.profile-activity-list {
  margin: 0;
}
.profile-activity {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e4eaef;
}
.profile-activity__header {
  margin-bottom: 0.625em;
}
/* Profile contribution */
.profile-contribution .meta {
    margin-top: 0.9375em;
  }
.profile-contribution .meta .comment-link:hover {
      color: rgba(32, 32, 32, 1);
    }
.profile-contribution__title {
  margin-bottom: 0;
  font-size: 1.375em;
  color: rgba(114, 164, 242, 1);
}
.profile-contribution__title a {
    text-decoration: none;
  }
.profile-contribution__title a:hover {
      color: rgba(0, 0, 0, 1);
    }
.profile-contribution__breadcrumbs {
  padding: 0.625em 0;
}
.share {
  padding-left: 0;
  margin: 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: rgba(#e4eaef, 0.5);
  border-radius: 50%;
  touch-action: manipulation;
}
.share a:hover {
    background-color: #e4eaef;
  }
.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.share-facebook {
  color: #3d5b95;
}
.share-facebook:before {
    content: "\f09a";
  }
.share-twitter {
  color: #24aadd;
}
.share-twitter:before {
    content: "\f099";
  }
.share-linkedin {
  color: #0976b4;
}
.share-linkedin:before {
    content: "\f0e1";
  }
.share-googleplus {
  color: #d23e30;
}
.share-googleplus:before {
    content: "\f0d5";
  }

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  background-color: #E9DFD2;
  color: #202020;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffeeee;
  border-radius: 50px;
  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 {
/*   ORIGINAL DISTANCE FROM BOTTOM WAS 88PX    */
    bottom: 150px;
right: 28px;
    z-index: 9999;
  }
@media (max-width: 767px) {
.scroll-to-top {
    display: none
}
  }
.section-subscribe {
  margin-top: 16px;
}
.section-list {
  display: flex;
  padding-left: 0;
  margin: 0 1.25em;
  list-style: none;
  flex-wrap: wrap;
}
.section-list-item {
  width: 100%;
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
.section-list-item {
    width: 50%;
    transition: transform 0.2s ease-in
}

    .section-list-item:hover {
      transform: translateY(-10px);
    }
  }
.section-list-item__inner {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #ffffff;
  border: 1px solid #e4eaef;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  transition: border-color 0.2s ease-in;
}
.section-list-item__name {
  display: block;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  color: rgba(32, 32, 32, 1);
}
.section-list-item__name:hover {
    color: #26272a;
  }
.section-list-item__descr {
  line-height: 1.4;
  color: rgba(58, 64, 67, 0.53);
}
/* Comunity */
.community-nav {
  display: flex;
  margin-bottom: 1.875em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.community-nav__items {
  display: flex;
  margin: 0;
  align-items: center;
}
.community-nav__item {
  margin-right: 0.5555555556em;
  font-size: 1.125em;
}
.community-nav__item a {
    color: rgba(32, 32, 32, 1);
    text-decoration: none;
  }
.community-nav__item a:hover {
      text-decoration: underline;
    }
.topic {
  display: flex;
  padding-bottom: 0.9375em;
  margin: 1.875em 0em;
  border-bottom: 2px solid #e4eaef;
  justify-content: space-between;
}
.topic__title {
  padding-right: 0.625em;
  margin-bottom: 0;
}
.topic-list {
  display: flex;
  margin: 0 -0.9375em 2.8125em;
  flex-wrap: wrap;
}
.topic-list .topic-list-item {
    width: 50%;
    padding: 0 0.9375em;
    margin-bottom: 0.9375em;
  }
@media (max-width: 767px) {
.topic-list .topic-list-item {
      width: 100%
  }
    }
.topic-list .topic-list-item__title {
    margin-bottom: 0.3636363636em;
    font-size: 1.375em;
    color: rgba(114, 164, 242, 1);
  }
.topic-list .topic-list-item__title a {
      text-decoration: none;
    }
.topic-list .topic-list-item__title a:hover {
        color: rgba(0, 0, 0, 1);
      }
.topic-list .topic-list-item__box {
    padding: 1.25em 0.9375em;
    background-color: #ffffff;
    border: 1px solid #e4eaef;
    border-radius: 14px;
  }
.topic-controls {
  display: flex;
  margin-bottom: 1.875em;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 419px) {
.topic-controls {
    text-align: center;
    justify-content: center
}
  }
.topic-filters__item {
  margin-bottom: 0.9375em;
}
.topic-subscribe > .meta {
    padding-right: 0.625em;
  }
p.topic-description {
  margin-bottom: 0.9375em;
}
.post-list {
  margin: 0;
}
.post-list-item {
  padding-bottom: 0.9375em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #e4eaef;
}
@media (min-width: 768px) {
.post-list-item {
    display: flex;
    justify-content: space-between
}
  }
.post-list-item a {
    text-decoration: none;
  }
.post-list-item__title {
  margin-bottom: 0.2272727273em;
  font-size: 1.375em;
  color: rgba(114, 164, 242, 1);
}
.post-list-item__title a:hover {
    color: rgba(0, 0, 0, 1);
  }
.post-info {
  display: inline-block;
}
@media (min-width: 768px) {
.post-info {
    min-width: 5.625rem;
    padding: 0.375em 0.125em;
    margin-right: 0;
    margin-left: 0.3125em;
    line-height: 1.35;
    text-align: center;
    background-color: #e4eaef;
    border-radius: 14px
}

    .post-info:before {
      display: none;
    }

    .post-info .post-info__count {
      display: block;
      font-size: 1.1428571429em;
      color: rgba(0, 0, 0, 1);
    }
  }
.post-page .post-meta__col--main {
    margin-bottom: 0.625em;
  }
.post-page__inner {
  display: flex;
  padding: 1.875em;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  flex-wrap: wrap;
}
.post-page__main {
  width: 66.66%;
  padding-right: 1.5625em;
}
.post-page__sidebar {
  width: 33.33%;
}
@media (max-width: 767px) {
  .post-page__main,
  .post-page__sidebar {
    width: 100%;
    padding: 0;
  }
}
.post__text {
  margin-bottom: 1.875em;
}
.post-callout {
  padding: 0.625em;
}
.post-callout__title {
  margin-bottom: 0.8333333333em;
  font-size: 1.125em;
}
.post__body {
  position: relative;
  padding-right: 3.125em;
}
.post__body .post-meta {
    display: flex;
    margin-bottom: 0.9375em;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.post__title {
  margin-bottom: 1em;
  font-size: 1.875em;
  line-height: 1.2;
}
@media (max-width: 419px) {
.post__title {
    font-size: 1.5em
}
  }
.post__voting-and-actions,
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.post__voting-and-actions .vote--post,
  .post__voting-and-actions .vote--comment,
  .comment__voting-and-actions .vote--post,
  .comment__voting-and-actions .vote--comment {
    display: flex;
    margin: 0;
    flex-direction: column;
  }
.post__voting-and-actions .vote-control, .comment__voting-and-actions .vote-control {
    width: 1.5em;
    min-width: 0;
    height: 1.5em;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
  }
.post__voting-and-actions .vote-control--up, .comment__voting-and-actions .vote-control--up {
    line-height: 1.25em;
  }
.post__voting-and-actions .vote-sum, .comment__voting-and-actions .vote-sum {
    padding: 0.4375em 0;
    text-align: center;
  }
.post__voting-and-actions .dropdown-toggle {
    position: relative;
    width: 1.5em;
    min-width: 0;
    height: 1.5em;
    padding: 0;
    margin-top: 0.625em;
    line-height: 1.5em;
    color: rgba(114, 164, 242, 1);
    text-align: center;
    text-indent: -9999px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.2s;
  }
.comment__voting-and-actions .dropdown-toggle {
    position: relative;
    width: 1.5em;
    min-width: 0;
    height: 1.5em;
    padding: 0;
    margin-top: 0.625em;
    line-height: 1.5em;
    color: rgba(114, 164, 242, 1);
    text-align: center;
    text-indent: -9999px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.2s;
  }
.post__voting-and-actions .dropdown-toggle:after, .comment__voting-and-actions .dropdown-toggle:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin-left: 0;
      line-height: 1.5em;
      text-align: center;
      text-indent: 0;
      content: "\f013";
    }
.post__voting-and-actions .dropdown-toggle:hover {
      color: #ffffff;
      background-color: rgba(114, 164, 242, 1);
    }
.comment__voting-and-actions .dropdown-toggle:hover {
      color: #ffffff;
      background-color: rgba(114, 164, 242, 1);
    }
.new-community-post-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #ffffff;
}
.new-request-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #ffffff;
}
.my-activities-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #ffffff;
}
@media (min-width: 650px) {
.new-community-post-page__inner,
.new-request-page__inner,
.my-activities-page__inner {
    padding: 1.875em 1.875em 2.1875em;
    margin: 3.75em auto 0;
    border-radius: 14px;
    box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1),
      0 -1px 2px rgba(58, 64, 67, 0.1)
}
  }
.my-activities-page__inner {
  padding-bottom: 0.625em;
}
@media (min-width: 650px) {
.my-activities-page__inner {
    padding: 1.875em 1.875em 0.625em
}
  }
.new-community-post-page__inner,
.new-request-page__inner {
  max-width: 43.75em;
}
.new_community_post,
.new-request-form {
  margin-bottom: 0;
}
.new_community_post .form-field, .new-request-form .form-field {
    margin-bottom: 1.25em;
  }
.new_community_post .form-field p, .new-request-form .form-field p {
      color: rgba(58, 64, 67, 0.53);
    }
.new_community_post .form-field input,
    .new_community_post .form-field textarea,
    .new-request-form .form-field input,
    .new-request-form .form-field textarea {
      width: 100%;
      height: 2.25em;
      padding: 0 0.625em;
      border: 2px solid #e4eaef;
    }
.new_community_post .form-field input, .new-request-form .form-field input {
      line-height: 2.25em;
    }
.new_community_post .form-field textarea, .new-request-form .form-field textarea {
      min-height: 12.5em;
      padding: 0.625em;
    }
.new_community_post .form-field .upload-dropzone, .new-request-form .form-field .upload-dropzone {
      position: relative;
    }
.new_community_post .form-field .upload-dropzone input[type="file"], .new-request-form .form-field .upload-dropzone input[type="file"] {
        position: relative;
        z-index: 1;
        height: 5em;
        font-size: 1em;
        opacity: 0;
      }
.new_community_post .form-field .upload-dropzone span, .new-request-form .form-field .upload-dropzone span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        font-size: 1rem;
        align-items: center;
        justify-content: center;
      }
.new_community_post .form-field .upload-dropzone span a, .new-request-form .form-field .upload-dropzone span a {
          padding: 0 0.3125em;
          font-size: inherit;
          color: rgba(32, 32, 32, 1);
        }
.new_community_post label {
    display: inline-block;
    margin-bottom: 0.5555555556em;
    font-size: 1.125em;
  }
.new-request-form label {
    display: inline-block;
    margin-bottom: 0.5555555556em;
    font-size: 1.125em;
  }
.new_community_post footer, .new-request-form footer {
    text-align: center;
  }
.fa-instagram {
    color: #dd2a7b!important;
}

.fa-twitter, .fa-twitter-square {
    color: #55acee !important;
}
.upload-dropzone {
    border: 2px solid #e4eaef;
    font-size: 12px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.fa-facebook {
  color:  #1778F2 !important;
}

.lt-wrapper {
  display: flex;
}

.lt-sidenav-wrapper {
  padding: 0;
min-width: 230px;
}

@media (max-width: 768px) {
  .lt-wrapper {
    flex-wrap: wrap;
  }
  
  .article-container {
    padding: 0 !Important;
  }
}

.video-link {
  display: block;
  min-height: 230px;
}

.video-link iframe {
  pointer-events: none;
}


/* .sidenav__home, .sidenav__category-name {
  display: none !important;
visibility: hidden;
} */
ul.sidenav__sections-list {
  padding: 0 !Important;
}

[dir="ltr"] .sidenav__categories-list {
  padding-right: 0 !important;
}


.sidenav-container.sidenav-mobile.is-active {
  padding-left: 16px !important;
padding-top: 42px !important;
}
[dir="ltr"] .sidenav a:before, [dir="ltr"] .sidenav span:before {
  display: none;
}
.home-tabs {
  position: relative;
  margin-top: -85px;
  z-index: 22;

}

.home-tabs .tab {
  padding-top: 75px;
  border: none;
}

.home-tabs-menu {
  display: inline-flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 14px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.home-tabs-menu {
 padding: 4px; 
}

.home-tabs-link {
  font-weight: bold;
  display: block;
   padding: 8px 24px;
   font-size: 16px;
   line-height: 29px;
   color: rgba(0, 0, 0, 1);
   text-align: center;
   cursor: pointer;
   border-radius: 10px;
   margin: 0;
   border: none;
}

.tabs-link.is-active.home-tabs-link {
  color: #202020;
  background-color: #E2D7C5;
}

.lt-container {
padding-top: 3rem;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
}
@media (min-width: 576px) {
  .lt-container {
    padding-right: calc(var(--grid-gutter-width) * 2);
    padding-left: calc(var(--grid-gutter-width) * 2);
  }
}

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

@media (min-width: 992px) {
  .sidenav-enabled .lt-article-boxes,
  .toc-enabled .lt-article-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.lt-article-container {
  display: flex;
  margin-right: calc(var(--grid-gutter-width) * -1);
  margin-left: calc(var(--grid-gutter-width) * -1);
  /* flex-wrap: wrap; */
}

.lt-article-container__column {
  width: 100%;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
}


.lt-article-container__toc {
  display: none;
}
.article-container__toc {
  padding-right: 0 !important;
}
.layout.sidenav-enabled .lt-article-container__sidenav,
.toc-enabled .lt-article-container__toc {
  display: block;
}

.layout.sidenav-enabled .lt-article-container__sidenav {
  padding-bottom: 24px;
}
@media (max-width: 575px) {
  .lt-article-container__sidebar {
    padding-top: calc(var(--line-height-computed));

    border-top: var(--border-width) solid $border_color;
  }
}

.lt-article-container__sidenav {
  width: calc(100% / 12 * 3);
}
@media (min-width: 768px) {
  .lt-article-container__article {
    width: calc(100% / 12 * 9);
  }

  .lt-article-container__sidebar {
    width: calc(100% / 12 * 4);
  }

  .toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 4);
  }

  .toc-enabled .lt-article-container__sidebar {
    width: 100%;
  }

  .layout.sidenav-enabled .lt-article-container__sidenav {
    width: 250px;
    /* width: calc(100% / 12 * 3); */
  }

  .layout.sidenav-enabled .lt-article-container__sidebar {
    flex-grow: 1;
  }

  /* html[dir="ltr"].sidenav-enabled .lt-article-container__sidebar {
    margin-left: calc(100% / 12 * 4);
  }

  html[dir="rtl"].sidenav-enabled .lt-article-container__sidebar {
    margin-right: calc(100% / 12 * 4);
  } */

  .layout.sidenav-enabled.toc-enabled .lt-article-container__sidenav,
  .layout.sidenav-enabled.toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 3);
  }

  /* .layout.sidenav-enabled.toc-enabled .lt-article-container__article {
    width: calc(100% / 12 * 6);
  } */

  html[dir="ltr"].sidenav-enabled.toc-enabled .lt-article-container__sidebar {
    margin-left: calc(100% / 12 * 3);
  }

  html[dir="rtl"].sidenav-enabled.toc-enabled .lt-article-container__sidebar {
    margin-right: calc(100% / 12 * 3);
  }
}
@media (min-width: 992px) {
  /* .layout.sidenav-enabled.toc-enabled .lt-article-container__article {
    width: calc(100% / 12 * 7);
  } */

  .layout.sidenav-enabled.toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 2);
  }
}

.content_wrapper {
  padding: 0 24px;
}



.video__wrapper {
  display: flex;
  align-items: center;

}

.video__content {
  max-width: 200px;
  overflow: hidden;
  max-height: 105px;
  border-radius: 14px;
}
.video__content iframe {
  height: 100%;
}
@media (min-width: 991px) {
  .video__content {
    margin-right: 20px;
  }
}

.video__text {
  margin-bottom: 25px;
}

@media (max-width:991px) {
  .content_wrapper {
    padding: 0;
  }
  .video__wrapper {
    flex-direction: column;
  }
  .video__content {
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-height: 100% !important;

  }
  .video__text {
    text-align: left;
  }

  .video__content  {
    max-width: 500px;
    width: 100%;
    height: 100%;
  }
}

.video__title {
  font-size: 28px;
  margin-bottom: 15px;
}

.getting-started__title {
  font-size: 28px;
}

.getting-started__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;

}
.getting-started__item {
  width: 50%;
  padding-right: 24px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .getting-started__item {
    width: 100%;
  }
  .getting-started__item{
    padding-right: 0;
  }
}

.getting-started__link {
  display: flex;
  justify-content: space-between;
  border-radius: 18px;
  padding: 16px 20px;
  overflow: hidden;
  max-height: 75px;
  align-items: center;
  background-color: #F4EFE7;
}

.getting-started__link:hover {
  background: #E9DED1;
}


.getting-started__text-subtitle {
  color: rgba(0,0,0,.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;

}

.getting-started__text-title {
  color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
}


.getting-started__img-wrapper {
  width: 75px;
  height: 75px;
}

/* .getting-started__content {
  padding: 0 20px;
} */

.getting-started__img-wrapper img{
  width: 100%;
}

.platforms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.platforms__item {
  display: block;
  width: 100px;
  height: 100px;
}

.platforms__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0 0 20px 10px rgba(0,0,0,.05);
}

.platforms__link:hover {
  background-color: #444b57;
  color: #fff;

}

.platforms__link i {
  color: inherit !important;
  font-size: 50px;

}

.top-articles__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.top-articles__link:hover  {
  color: #202020;
text-decoration: underline;
}
.top-articles__list-wrapper {
  width: 50%;
  padding: 8px;
}
.top-articles__list-content {
  height: 100%;
  padding: 16px;
  background-color: #F4EFE7;
  border-radius: 18px;
  border: none;
}
.show-all-articles {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: underline;
}
/* .top-articles__list-wrapper h4 {
  margin-bottom: 10px;
} */

.top-articles__list {
  /* list-style: none; */
  padding-left: 20px;
  margin: 0;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .top-articles__list-wrapper {
    width: 100% !important;
    padding-right: 0;
  }
}


.get-started__title,
.sidenav__category-name  {
  font-size: 12px;
  font-weight: bold;
  color: rgba(67, 75, 87, 0.6);
}

.sidenav__category-name:after {
  display: none !important;
}
.sidenav__section-name,
.get-started__link {
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px !important;
}
[dir="rtl"] .sidenav__section-name:after {
  right: 2px !important;
}
[dir="ltr"] .sidenav__section-name:after {
  left: 2px !important;
}

.sidenav__articles-list  {
  padding: 0 !important;
 
}

.get-started__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.get-started__link {
  padding-left: 0 !important;
}



@media (min-width: 992px) {
  .toc-enabled .container,
  .sidenav-enabled .container,
  .toc-enabled .article-header__inner,
  .sidenav-enabled .article-header__inner {
    max-width: 1400px;
  }

  .article-container__column {
    padding: 0 24px;
  }

  .toc-enabled
    .article-container:not(.comments__inner):not(.article-related__inner),
  .sidenav-enabled
    .article-container:not(.comments__inner):not(.article-related__inner) {
    display: flex;
    /* margin-right: calc(var(--grid-gutter-width) * -1);
    margin-left: calc(var(--grid-gutter-width) * -1); */
    flex-wrap: wrap;
  }

  .toc-enabled .article-container,
  .sidenav-enabled .article-container {
    max-width: 100%;
  }

  .toc-enabled .article-container__article {
    width: calc(100% / 12 * 10);
  }

  .article-container__sidebar {
    width: calc(100% / 12 * 4);
  }

  .toc-enabled .article-container__toc {
    width: calc(100% / 12 * 2);
  }

  .sidenav-enabled .article-container__sidenav {
    width: 250px;
  }

  .sidenav-enabled .article-container__article {
    width: calc(100% / 12 * 9);
  }

  .sidenav-enabled .article-container__sidebar {
    margin-left: calc(100% / 12 * 4);
  }

  .sidenav-enabled.toc-enabled .article-container__sidenav {
    width: 250px;
  }

  .article-container__sidenav {
    padding-left: 0;
  }

  @media (max-width: 991px) {
   .search-results-page .article-container__sidenav {
      width: 0;
    }
  }

 .article-container__toc {
    flex-grow: 1;
    max-width: 300px;
    width: calc(100% / 12 * 2);
  }

  .article-page .article-container__article {
    width: calc(100% / 12 * 7);
  }

  .sidenav-enabled.toc-enabled .article-container__sidebar {
    margin-left: calc(100% / 12 * 3);
  }
}

/* @media (min-width: 1024px) {
  .sidenav-enabled.toc-enabled .article-container__article {
    width: calc(100% / 12 * 7);
  }

  .sidenav-enabled.toc-enabled .article-container__toc {
    width: calc(100% / 12 * 2);
    flex-grow: 1;

  }
} */

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

.lt-block-list-item__icon-form {
  margin-bottom: 16px;
}
.lt-new-request-form .nesty-input{ 
  line-height: 1.5;
}


.lt-popular-searches {
  font-weight: 600;
}
.lt-popular-searches__label{
  font-size: 16px;
  line-height: 27px;
  /* or 169% */
  
  display: flex;
  align-items: center;
  text-align: center;
  
  color: #202020;
  font-weight: 400;
}

.lt-popular-searches__item,
.lt-popular-searches__item:hover,
.lt-popular-searches__item:active,
.lt-popular-searches__item:focus {
  font-weight: 400;
  font-size: 16px;
line-height: 27px;
/* or 169% */

display: flex;
align-items: center;
text-align: center;
text-decoration: underline;
color: #202020;
  padding-bottom: 2px;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mobsidenav {
  display: none;

}

@media (max-width:768px) {
  .mobsidenav {
    display: block;
  
  }
}

.article-page .container {
  max-width: 1400px !important;
}
.video-container {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
   min-height: 315px;
}

.video-container .embed,
.video-container iframe{
  min-height: 315px;
  height: 100% !important;
}

@media (min-width: 991px) {
  .video-container .embed,
  .video-container iframe{
      min-height: 515px;
  }
}


.video-thumbnail {
  position: relative;
  width: 100%;
  /* height: 350px; */
  background-image: url(/hc/theming_assets/01J5AS09CKYX6RQ2EWZQ486VV6); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.video-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* Adjust this value if you want to change the video width */
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.close-button {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}


.lt-custom-description a {
  text-decoration: underline;
}

li.get-started__item {
    display: flex;
}

.article-body .search-result {
  text-decoration: none !important;
}

.article-vote-controls__item--voted {
  border: 2px solid #202020;
}

@media (max-width: 767px) {
  .layout.sidenav-enabled .lt-article-container__sidenav {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

a.footer-social-link.fab.fa-youtube.fa-fw:hover {
  color: #ff5f5f !Important;
}

.lt-toc.lt-toc_is-mobile {
  top: 280px !important;
}

.prevnext__btn {
padding: 16px!important;
  border-radius: 18px!important;
    box-shadow: none !important;
border: none !important;
background:#F4EFE7 !important;
}

.lt-toc_is-desktop .lt-toc--link {
  border-radius: 14px !important;
}

.lt-toc--link.is-active {
  background: #F4EFE7 !Important;
}
/* .lt-toc-mobile_start {
  margin-bottom: 48px !important;
} */

.lt-toc-mobile, .lt-toc_is-mobile {
  height: 110px !important;
}

@media(max-width: 991px) {
  .article-container__article {
    width: 100% !important;	
  }
  .article-container .article-container__sidenav {
    display: none;
  }
}

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

.footer-link-text {
  margin-left: 8px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

.alert__shape--main {
  background: transparent;
}

.js-alert-box {
  padding: 8px;
}

.alert--alert_info {
border-radius: 0;
    background-color: #202020 !important;
    color: #ffffff !important;
    font-size: 14px !important;

    .alert__close {
      color: #FFFFFF !important;
    }
}
.alert__text > p > span {
  color:  #ffffff !important;
}

.alert__text > p > span > a {
  text-decoration: underline !Important;
}

.alert__shape.alert__shape--main::before {
    content: '💡';
    font-size: 28px;
    padding: 0 22px;
}

.alert--alert_info .alert__icon--notify { display: none;}
.alert--alert_info > .alert__shape--close > .alert__icon--close { filter: invert(1);}


/*KO-FI HELPER WIDGET  */

#wonderchat-wrapper {
  width: 100vw !important;
  z-index:99998 !important;
  
}


/* Mobile view: */
@media (max-width: 768px) {
  #wonderchat-wrapper > #wonderchat {
    width: 100vw !important;
  }
}

/* Mobile view: full screen */
@media (min-width: 768px) {
  #wonderchat-wrapper > #wonderchat {
    width: 100vw !important;

  }
  



  
  

  


.lt-toc_is-mobile .lt-toc--container {

    position: relative;
    width: 100%;
    padding: 25px 10px 10px;
    background: #E9DFD2 !important;
    border-radius: 15px;
    border: none !important;
}


.ticket-form-descriptions {
  background-color: #e3d6c669 !important;
  border-radius: 14px;
  padding: 15px;
}



.ticket-form-descriptions a:hover{
  color: #FF6433 !important;
}


.ticket-form-descriptions .section-container:not(:last-child) {
  border-bottom: 0.5px solid #4545454d;
}

.section-container {
  margin-bottom: 15px;
  padding-bottom:10px;
  
}

.section-container h6 {
    color: #202020;
  font-size: .9em;
  margin-right: 5px;
  display: inline;
}

.section-container p {
  display: inline;
  color: #454545;
}

.section-container ul {
  list-style: none;
  }

.section-container li {
padding: 5px 0;
  font-size: 90%;

  }

.section-container ol > li::marker {
    color: #202020;
  font-weight: bold;
}

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

.searchbox{
  background-color: #e3d6c669 !important;
  border-radius: 14px;
  padding: 15px;
  margin-bottom:10px;
}

.searchbox-suggestions li:not(:last-child) {
/*   border-bottom: 0.5px solid #4545454d; */
}

.searchbox-suggestions a {
  text-decoration: underline !important;
}
  
.searchbox-suggestions a:hover  {
  text-decoration: underline !important;
  font-weight: bold !important;
      color: #FF6433 !important;

}

/* FEE TABLE */
.fee--table {
  width: 100%;
  border-collapse: separate; /* Required for border-radius to work */
  border-spacing: 0; /* Removes gaps between cells */
  border: 2px solid #E3D6C6; /* Outer border */
  border-radius: 40px; /* Rounded corners */
  overflow: hidden; /* Ensures clean rounded corners */
}

.fee--table td,
.fee--table th {
  border: 0.5px solid #202020; /* Internal gridlines */
  vertical-align: middle; /* Aligns content vertically */
}

/* Specific Column Adjustments */
.fee--table td:first-child, 
.fee--table th:first-child {
  width: 40% !important; /* Allocates more room to the first column */
}

/* Specific Column Adjustments */
.fee--table td:nth-child(2),
.fee--table td:nth-child(3),
.fee--table th:nth-child(2),
.fee--table th:nth-child(3) {
  width: 30% !important; /* Allocates specific width to the 2nd and 3rd columns */
}

/* Remove Internal Borders from Outer Edges */
.fee--table tbody tr:first-child th {
  border-top: none;
}

.fee--table tbody tr td:first-child,
.fee--table tbody tr th:first-child {
  border-left: none;
}

.fee--table tbody tr:last-child td,
.fee--table tbody tr:last-child th {
  border-bottom: none;
}

.fee--table tbody tr td:last-child,
.fee--table tbody tr th:last-child {
  border-right: none;
}

/* Hover Effect for Rows */
.fee--table tbody tr:hover {
  background-color: rgba(227, 214, 198, 0.3) !important;
}

/* Head Styling */
.fee--table--head td {
  border: none;
  border-bottom: 1px solid #202020; /* Internal bottom border for header */
}

.fee--table--head td + td {
  border-left: 0px solid #202020;
}

.fee--table--head tr td:first-child {
  border-right: none; /
}

/* Category Styling */
.fee--category {
  background-color: rgba(227, 214, 198, 0.3) !important; /* Highlighted background */
}

.fee--category td {
  border-width: 1px 0; 
  border-style: solid;
  border-color: #000; 
}



/* PAYMENTS TABLE */
.payment--table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3d6c6;
  border-radius: 40px;
  overflow: hidden;
}

.payment--table {
  width: 100%;
  table-layout: fixed;
}

/* Set first column to 30% */
.payment--table th:first-child,
.payment--table td:first-child {
  width: 30%;
}

/* Set second column to 70% */
.payment--table th:nth-child(2),
.payment--table td:nth-child(2) {
  width: 70%;
}


.payment--table td,
.payment--table th {
  border: 0.5px solid #202020;
  vertical-align: middle;
  padding: 8px;
}

/* remove margin from supporter requirements list */
.payment--table td ul {
  margin: .5em;
}
/* remove margin bottom from last supporter requirements list item */
.payment--table td ul li:last-child {
  margin-bottom: 0;
}

/* Remove extra borders on outer edges */
.payment--table thead th:first-child {
  border-left: none;
}
.payment--table thead th:last-child {
  border-right: none;
}
.payment--table tbody tr:first-child td {
  border-top: none;
}
.payment--table tbody tr:last-child td {
  border-bottom: none;
}

/* Remove left border for first cell in each body row */
.payment--table tbody tr td:first-child {
  border-left: none;
}

/* Remove right border for last cell in each body row */
.payment--table tbody tr td:last-child {
  border-right: none;
}


/* Row Hover Effect */
.payment--table tbody tr:hover {
  background-color: rgba(227, 214, 198, 0.3);
}

/* Header Styling */
.payment--table--head th {
  border: none;
  border-bottom: 2px solid #202020;
  text-align: center;
  vertical-align: middle !important; /



  