/* Mixins and variables */
/* Base */
[hidden],
*:is([hidden]) {
  display: none !important;
}

*,
  *:before,
  *:after {
    box-sizing: border-box !important;
  }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: rgba(245, 245, 245, 0.75);
  background-color: rgba(0, 0, 0, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
p {
  line-height: 24px;
}
.layout {
  position: relative;
  margin: 0 auto;
  max-width: 2032.8px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 102.95em;
  padding-right: 2.25em;
  padding-left: 2.25em;
  margin-right: auto;
  margin-left: auto;
}
.nav-container {
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
a,input[type="submit"] {
  color: #ffffff;
  outline: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a,
a:hover {
  text-decoration: none !important;
}
img,
video {
  max-width: 100%;
  height: auto;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-asset] {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  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(15px * 24px);
  font-size: calc(15px * 1.5);
  line-height: inherit;
  color: #979797;
  border: 0;
  border-bottom: 1px solid #eceeef;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(15px * 24px / 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: 15px;
  line-height: 24px;
  color: rgba(245, 245, 245, 0.75);
}
/* Common form controls */
select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 24px;
  color: black;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #fff;
  background-color: #000000;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #fff;
  background-color: #000000;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 15px;
  line-height: 24px;
  color: rgba(192, 254, 4, 1);
  background-color: initial;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.hc-multiselect-toggle {
  background-color: #000000;
  color: #fff;
}

.hc-multiselect-menu {
  background-color: #000000;
  color: #fff;
}
.hc-multiselect-menu li:focus {
  background-color: #464646;
}
.hc-multiselect-toggle li span {
  color: #000;
}
.hc-multiselect-toggle li {
  background-color: rgba(192, 254, 4, 1);
}
.nesty-panel {
  background-color: #000;
  color: #fff;
}
.request_ticket_form_id {
	display: block;
}

body .is-selected .pika-button {
  background: gold;
  box-shadow: none;
  border-radius: 0;
  color: black;
}

body .pika-button:hover {
    color: #333 !important;
    background: #e5e5e5 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

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(192, 254, 4, 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(15px * 24px + 12px);
}
textarea {
  height: calc(
    (15px * 24px + 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(
      15px * 24px + 12px
    );
  }
  input[type="time"] {
    line-height: calc(
      15px * 24px + 12px
    );
  }
  input[type="datetime-local"] {
    line-height: calc(
      15px * 24px + 12px
    );
  }
  input[type="month"] {
    line-height: calc(
      15px * 24px + 12px
    );
  }
}
/* Form groups */
.form-field {
  margin-bottom: calc(15px * 24px);
}
.form-field p {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 90%;
    color: rgba(255,255,255,0.75);
  }
.form-field.required > label:after {
    margin-left: 2px;
    color: #d9534f;
    content: "*";
  }
.form-field.boolean {
  position: relative;
  padding-left: 20px;
}
.form-field.boolean input[type="checkbox"] {
    position: inherit;
    left: 0;
  }
.form-field.boolean label {
    min-height: calc(15px * 24px);
    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: rgba(255,255,255,0.75);
}
/* Components */
.text-center {
  text-align: center;
}
.title-main {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
}
.recent-activity-header {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
}
.topic__title {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
}
.new-post-title {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
}
.new-request-title {
  margin-bottom: 1.5em;
  font-size: 1.875em;
  line-height: 1.2;
  color: rgba(192, 254, 4, 1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin: 0 0 0.9375rem;
  font-weight: normal;
}
p:last-of-type {
  margin-bottom: 0;
}
p:first-of-type {
  margin-top: 0;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
	background: #000000;
    text-decoration: none;
    color: #ffffff;
}

@media (min-width: 768px) {
  .search-box {
    z-index: 0 !important;
  }
}

@media (max-width: 767px) {
  .search-box {
    z-index: 2 !important;
  }
    .goliath-hero {
    width: 100% !important;
  }
  .np-hero {
    width: 100% !important;
  }
}

@media (max-width: 1010px) {
  .custom-blocks__link {
    width: 20em !important;
  }
}

@media (max-width: 749px) {
  .custom-blocks__link {
    width: 14.1875em !important;
  }
  .featured-list {
    width:50% !important;
  }
}

@media (max-width: 767px) {
#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;
	  color: #ffffff;
    }

      #topbar .dropdown-menu [role="menuitem"]:hover, #user #user-dropdown [role="menuitem"]:hover {
        background-color: #1d222d;
		color: #ffffff;
      }
  .dropdown-toggle,
#user .dropdown-toggle {
  line-height: 58px;
}
  }
.globe-menu {
  font-size: 20px;
}
.dropdown-toggle,
#user .dropdown-toggle {
  min-width: unset;
  color: rgba(245, 245, 245, 1);
  font-size: 13px;
  padding: 0;
}
.dropdown-toggle:hover,
  .dropdown-toggle:active,
  .dropdown-toggle:focus,
  #user .dropdown-toggle:hover,
  #user .dropdown-toggle:active,
  #user .dropdown-toggle:focus {
    color: rgba(245, 245, 245, 1);
  }
.dropdown-toggle:after, #user .dropdown-toggle:after {
    display: none;
    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 (min-width: 767px) {
  .dropdown-toggle, #user .dropdown-toggle {
  font-size: 13px;
  }
  .globe-menu {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
#user {
    display: block;
    padding: 0.5em 0
}
      #user #user-dropdown:after,
      #user #user-dropdown:before {
        display: none !important;
      }
  }
#user .dropdown-toggle:hover {
    color: rgba(245, 245, 245, 0.75);
  }
#user #user-dropdown {
    margin-top: 10px;
  }
.user-info .btn.with-image {
    display: -webkit-box;
    display: flex;
    padding: 0;
    background-color: transparent;
    -webkit-box-align: center;
            align-items: center;
    font-size: 13px !important;
    text-transform: uppercase;
    color: rgba(245,245,245,0.75) !important;
    font-weight: 500;
    line-height: 78px;
    padding: 0 1vw;
  }
.user-info .btn.with-image span {
      padding-left: 0.25em;
      vertical-align: middle;
    }
.user-info .user-avatar {
    width: 20px;
    height: 20px;
    opacity: 0.8 !important;
    max-width: fit-content;
  }
.user-info .btn.with-image:hover {
  color: #ffffff !important;
  -webkit-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}

#user #user-name {
  display: none !important;
}

.user-avatar, .lt-user-avatar {
  border-radius: 50%;
  opacity: 0.8 !important;
}

.lt-user-avatar--topbar {
  max-width: 36px;
  height: auto;
}

.dropdown-menu.dropdown-menu {
  padding: 0;
  margin-top: 10px;
  /* left: auto; */
  right: 0;
}
.user-avatar:hover, .lt-user-avatar:hover {
  opacity: 1.0 !important;
  -webkit-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

@media (min-width: 767px) {
  .user-info .user-avatar {
    width: 35px;
    height: 35px;
    opacity: 0.8 !important;
    max-width: fit-content;
  }
}
@media (max-width: 767px) {
.dropdown-menu.dropdown-menu {
    margin-top: 0
}
  }
.dropdown-menu.dropdown-menu [role="menuitem"] {
    padding: 0.4em 1.1428571429em;
    font-size: 0.8rem;
    text-decoration: none;
  }
%btn-disabled[disabled],
  fieldset[disabled] %btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
  }
[role="button"] {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: rgba(192, 254, 4, 1);
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0rem;
  outline: none;
}
.btn {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0rem;
  outline: none;
}
input[type="submit"] {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: rgba(192, 254, 4, 1);
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 0rem;
  outline: none;
}
.topic-subscribe .dropdown-toggle {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0rem;
  outline: none;
}
.recent-activity-controls a {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: rgba(192, 254, 4, 1);
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0rem;
  outline: none;
}
.request-table-organization__col--button a {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: rgba(192, 254, 4, 1);
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0rem;
  outline: none;
}
[role="button"]:hover {
    color: #000000;
    background-color: rgba(192, 254, 4, 1);
  }
.vote_btn {
    color: #000000 !important;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0;

    &::before {
      font-size: 1rem;
    }
}
.vote_btn:hover {
    background-color: #c0fe04;
}
.btn:hover {
    color: #000000;
    background-color: #c0fe04;
  }
input[type="submit"]:hover {
    color: #000000;
    background-color: rgba(192, 254, 4, 1);
  }
.topic-subscribe .dropdown-toggle:hover {
    color: #000000;
    background-color: rgba(192, 254, 4, 1);
  }
.recent-activity-controls a:hover {
    color: #ffffff;
    background-color: rgba(192, 254, 4, 1);
  }
.request-table-organization__col--button a:hover {
    color: #ffffff;
    background-color: rgba(192, 254, 4, 1);
  }
input[type="submit"] {
  color: #000000;
  background-color: rgba(192, 254, 4, 1);
}
.btn--primary {
  color: #000000 !important;
  background-color: rgba(192, 254, 4, 1) !important;
}

  .btn--bng {
  display: inline-block;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #0096DB;
  border: 1px solid #ffffff;
  border-radius: 0rem;
  outline: none;
  margin-right: 1vw;
}

.btn--bng:hover {
    color: #0096DB;
    background-color: #ffffff;
  }

.btn--bng2 {
  color: #ffffff;
  background-color: #0096DB;
  border: 1px solid #ffffff;
}

.footer-return {
	width: 276.828px;
	text-align: right;
}

@media (max-width: 767px) {
.btn--bng {
    display: block;
	width: 150px;
	padding: 0.5625em 0 0 0;
	margin-bottom: 0.5em;
}
  .footer-return {
    width: auto;    
  }
  }

.article-subscribe {
  color: #ffffff;
  background-color: rgba(192, 254, 4, 1);
  border: 1px solid #ffce1f;
}
.article-unsubscribe {
  color: #ffffff;
  background-color: rgba(192, 254, 4, 1);
}
.recent-activity-controls a {
  color: #ffffff;
  background-color: rgba(192, 254, 4, 1);
}
.post-unsubscribe {
  color: #000000;
  background-color: rgba(192, 254, 4, 1);
}
.post-subscribe {
  color: #000000;
  background-color: rgba(192, 254, 4, 1);
}
.topic-subscribe .dropdown-toggle {
  color: #000000;
  background-color: rgba(192, 254, 4, 1);
}
.profile-header__options a {
  color: #ffffff;
  background-color: rgba(192, 254, 4, 1);
}
.profile-header__options .dropdown-toggle {
  color: #ffffff;
  background-color: rgba(192, 254, 4, 1);
}
.request-table-organization__col--button a {
  color: #ffffff;
  background-color: rgba(192, 254, 4, 1);
}
.section-subscribe .dropdown-toggle {
  color: #000000;
  background-color: rgba(192, 254, 4, 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: #9bce01;
  }
.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;
}
.topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2 !important;
  color: rgba(245, 245, 245, 1);
  /* border-bottom: 1px solid transparent; */
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(18,23,28,0.75)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(18,23,28,0.75), transparent);
  background: -o-linear-gradient(top, rgba(18,23,28,0.75), transparent);
  background: linear-gradient(to bottom, rgba(18,23,28,0.75), transparent);*/
}
.topbar.is-active {
    background-color: #292e33;
    box-shadow: 0 0 3px 0 rgba(58, 64, 67, 0.3);
    display: contents;
  }
.topbar__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 17px;
}

@media (max-width: 767px) {
.topbar__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch

  }
}
.topbar__col {
  display: -webkit-box;
  display: flex;
  /*padding: 0 0 1.25em 0;*/
  -webkit-box-align: center;
  align-items: center;
}
.topbar__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.topbar__logo img {
    display: block;
    height: 45.313px;
    margin-right: 2rem;
  }
.topbar__logo .help-center-name {
    margin-left: 0.3125em;
	visibility: hidden;
  }
.topbar__nav {
  display: -webkit-box;
  display: flex;
  gap: 0.75rem;

  .lt-dropdown-toggle::after {
    display: none !important;
  }
}
.topbar__nav .login {
    background-color: initial;
    color: rgba(245,245,245,0.75);
    font-size: 13px;
    font-weight: 500;
    line-height: 78px;
    padding: 0 1vw;
    text-transform: uppercase;
  }
.topbar__nav .login:hover {
    color: rgba(245,245,245,1.0);
    bottom: 0;
    left: 0;
    width: 100%;
    <!-- height: 3px;-->
    content: "";
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    box-shadow: inset 0 -3px 0 0 #ffce1f;
}

.topbar__nav .btn {
    margin-right: 1vw;
  }

@media (max-width: 767px) {
.topbar__nav {
    display: block;
    padding: 0 0 0.625em;
    overflow: visible;
    pointer-events: none;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0
}

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

    .topbar__nav .btn,
    .topbar__nav .login {
      display: block;
      padding: 0.5em;
      margin: 0;
      color: rgba(245, 245, 245, 1);
      text-align: left;
    }
	
	.bungie__nav {
      display:contents !important;
      padding: 0.5em;
      margin: 0;
      color: rgba(245, 245, 245, 1);
      text-align: left;
    }
  
  .topbar__nav .btn:hover, .topbar__nav .login:hover {
        color: rgba(245, 245, 245, 1);
      }
  }
.topbar__sandwich {
  display: block;
  width: 2.5rem;
  padding: 0.3125em;
  background-color: transparent !important;
  outline: none;
}
.topbar__user-info {
  display: block;
  <!-- width: 2.5rem; -->
  padding: 0.3125em;
  background-color: transparent !important;
  outline: none;
}
@media (min-width: 768px) {
.topbar__sandwich {
    display: none;
}
.topbar__user-info {
  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: rgba(245, 245, 245, 1);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: background-color, -webkit-transform;
      transition-property: background-color, -webkit-transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-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 {
      -webkit-transform: translateY(0.5em) rotate(45deg);
              transform: translateY(0.5em) rotate(45deg);
    }
.topbar__sandwich.is-active span:after {
      -webkit-transform: translateY(-0.5em) rotate(-45deg);
              transform: translateY(-0.5em) rotate(-45deg);
    }

.topbar__user-info 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__user-info span,
    .topbar__user-info span:before,
    .topbar__user-info span:after {
      display: block;
      width: 100%;
      height: 0.125em;
      background-color: rgba(245, 245, 245, 1);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: background-color, -webkit-transform;
      transition-property: background-color, -webkit-transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-transform;
    }
.topbar__user-info span:before,
    .topbar__user-info span:after {
      position: absolute;
      content: "";
    }
.topbar__user-info span:before {
      top: -0.5em;
    }
.topbar__user-info span:after {
      top: 0.5em;
    }
.topbar__user-info.is-active span {
      background-color: transparent;
    }
.topbar__user-info.is-active span:before {
      -webkit-transform: translateY(0.5em) rotate(45deg);
              transform: translateY(0.5em) rotate(45deg);
    }
.topbar__user-info.is-active span:after {
      -webkit-transform: translateY(-0.5em) rotate(-45deg);
              transform: translateY(-0.5em) rotate(-45deg);
    }

.topbar__mobile {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
.topbar__mobile {
    padding: 1.1em 0;
}
  }
.footer {
  font-size: 0.875em;
}
.footer .container {
    display: -webkit-box;
    display: flex;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
.footer p {
    margin: 0;
  }
.footer a {
    color: rgba(245, 245, 245, 1);
    text-decoration: none;
  }
.footer a:hover {
      color: rgba(192, 254, 4, 1);
    }
.footer__socials {
  color: rgba(245, 245, 245, 1);
}
.footer__socials .container {
    -webkit-box-pack: center;
            justify-content: center;
  }
.footer__social-link {
  margin: 0 1em;
  color: rgba(245, 245, 245, 1);
}
.footer__copyright {
  color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(245,245,245,0.2);
  max-width: 1000px;
  margin: 0 auto;
}
.footer__copyright .container {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 767px) {
.footer__copyright .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      justify-content: space-around
  }
    }
.hero {
  position: relative;
  padding: calc(7% + 5.625em) 0 15.1875em;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #f1f6fa;
}
.hero__bg-image {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/hc/theming_assets/01KEZSQWD0PKV16S9Y9WVFX51F);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}
.hero__bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(29, 34, 38, 1);
    opacity: 0.2;
  }
.hero__container {
  position: relative;
  height: 100%;
}
.hero__title {
  margin-bottom: 0.3333333333em;
  font-size: 3em;
  line-height: 1.2;
  color: rgba(245, 245, 245, 1.0) !important;
  text-shadow: 1px 1px 4px #000000;
}
.hero__subtitle {
	font-size: 18px;
}

.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;
    -webkit-transform: rotate(197deg);
            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;
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
.hero__element--5 {
  bottom: 0;
  left: 59px;
  width: 8.625em;
  height: 8.625em;
}
.hero__element--5:before {
    background-color: #fed3a5;
    -webkit-transform: rotate(-22deg);
            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;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
.hero__element--8 {
  right: 167px;
  bottom: 264px;
  width: 1em;
  height: 1em;
}
.hero__element--8:before {
    background-color: #7dd9ff;
    -webkit-transform: rotate(27deg);
            transform: rotate(27deg);
  }
.hero__element--9 {
  right: 39px;
  bottom: 208px;
  width: 5.75em;
  height: 5.75em;
  background-color: #fea5db;
}

.featured-list {
  width: 25%;
}
.featured-align {
  justify-content: center;
}

@media (min-width: 768px) {
  .page-layout {
    z-index: 1 !important;
    position: relative;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .page-layout {
    z-index: 3 !important;
    position: relative;
  }
}

/* Multibrand Area */
.multi {
  position: relative;
  padding: calc(7% + 5.625em) 0 15.1875em;
}
.multi__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #f1f6fa;
}
.multi__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: url($multi_homepage_image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.multi__bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    <!-- background-color: $multi_unit_mask_bg; -->
    opacity: 0.3;
  }
.multi__container {
  position: relative;
  height: 100%;
  padding: calc(2em * 2.4);
}
.multi__title {
    margin-bottom: 0.2em;
    margin-top: 4rem;
    text-transform: capitalize;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1;
    color: #f5f5f5;
    stroke: black;
    text-shadow: 0 0 4px #000000;
}
.multi__title-home {
    margin-bottom: 0.2em;
    margin-top: 1.25rem;
    text-transform: capitalize;
    font-size: 2.875em;
    font-weight: 400;
    line-height: 1;
    color: #f5f5f5;
    stroke: black;
    text-shadow: 0 0 4px #000000;
}
.multi__subtitle {
        font-size: 24px;
  margin-bottom: 2.25em;
  color: #f5f5f5;
}
.multi-hero {
  width: 100%;
  height: 200px;
}

@media (max-width: 767px) {
  .multi-hero {
    z-index: 3;
    position: relative;
  }
}

/* Goliath Area */
.goliath {
  position: relative;
  padding: calc(7% + 5.625em) 0 15.1875em;
}
.goliath__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #f1f6fa;
}
.goliath__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/hc/theming_assets/01JRENDH9CEY9439H2FMM29S63);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.goliath__bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(29, 34, 38, 1);
    opacity: 0.3;
  }
.goliath__container {
  position: relative;
  height: 100%;
  padding: calc(2em * 2.4);
  max-height: 20em;
}
.goliath__title {
    margin-bottom: 0.2em;
    margin-top: 4rem;
    text-transform: capitalize;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1;
    color: #f5f5f5;
    stroke: black;
    text-shadow: 0 0 4px #000000;
}
.goliath__subtitle {
	font-size: 3em;
  margin-bottom: 2.25rem;
  color: #f5f5f5;
}
.goliath-hero {
  width: 50%;
  float:left;
}

/* Hero inner pages style */
.hero--small {
  padding: 4.20em 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;
  max-width: 650px;
  text-align: center;
  place-items: center;
}

.np-box {
  position: relative;
  z-index: 2 !important;
  text-align: center;
  bottom: 30px;
}
.goliath-box {
  position: relative;
  z-index: 2 !important;
  text-align: center;
  bottom: 30px;
}
.search-box .search {
    position: relative;
    width: 100%;
    margin-top: 5.625em;
    overflow: hidden;
    border-radius: 0em;
    box-shadow: 0 1px 3px rgba(58, 64, 67, 0.1);
    color: rgba(58, 64, 67, 0.7);
  max-width: 625px;
  }
.search-box .search:before {
      position: absolute;
      top: 50%;
      right: 1.7em;
      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";
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
.search-box [type="search"] {
    width: 100%;
    height: 3.125em;
    padding: 0 3.125em 0 1.875em;
    line-height: 3.125em;
    border: none;
    outline: none;
	font-size: 16px;
  }
.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(192, 254, 4, 1);
    }
.searchbox-suggestions li a:hover {
        color: rgba(245, 245, 245, 0.75);
      }
.article-container {
  max-width: 73.30em;
  padding: 1.875em 0.9375em;
  margin: 0 auto;
}

.lt-toc_is-desktop .lt-toc--link {
  border-radius: 4px;
  margin-right: 10px;
  background: transparent;
}

.lt-toc_is-desktop .lt-toc--title {
    margin: 12px 0 12px 0 !important;
    font-size: 20px;
    padding: 1.740em 0 7px 0;
    color: #fff;
  }

.lt-toc--link.is-active {
  background: rgba(192, 254, 4, 1) !important;
}
.lt-toc--link.is-active span {
  color: #000000 !important;
}

.lt-toc_is-desktop .lt-toc--link {
  span {
    color: #fff;
  }
}

.lt-toc_is-mobile .lt-toc--container{
	background: #292e33 !important;
	border: 1px solid #4e5565 !important;
  z-index: 1 !important;
}

.lt-toc_is-mobile .lt-toc--current, .lt-toc_is-mobile .lt-toc--link:hover {
	background: #1d222d !important;
}

.lt-toc_is-mobile .lt-toc--title {
	background: #292e33 !important;
  z-index: 1 !important;
}

.lt-toc_is-mobile {
  top: 559.863px !important;
  display: contents !important;
}

/* OLD
.lt-toc--link.is-active {
    background: rgba(192, 254, 4, 1); !important;
}

.lt-toc--link.is-active span {
  color: #000000 !important;
}

.lt-toc_is-mobile .lt-toc--container{
	background: #292e33 !important;
	border: 1px solid #4e5565 !important;
  z-index: 1 !important;
}

.lt-toc_is-mobile .lt-toc--current, .lt-toc_is-mobile .lt-toc--link:hover {
	background: #1d222d !important;
}

.lt-toc_is-mobile .lt-toc--title {
	background: #292e33 !important;
  z-index: 1 !important;
}

.lt-toc_is-mobile {
  top: 559.863px !important;
  display: contents !important;
}
*/

label[for="request_issue_type_select"] {
  display: none !important;
  background-color: #1D2226 !important;
}

option[selected] {
  color: black;
  background-color: gold;
}

.alert {
  font-size: 12px !important;
  min-height: auto !important;
}

.alert__shape {
  width: 40px !important;
}

/* NAV OLD
.nav-hov {
    position: relative;
    display: inline-block;
    height: 100%;
    -webkit-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
    vertical-align: top;
    text-transform: uppercase;
    color: rgba(245,245,245,0.75);
    font-size: 13px;
    font-weight: 500;
    /* line-height: 78px;
    padding: 0 1vw;
    text-align: center;
    padding: 27px 1vw;
    margin-top: auto;
}
.nav-hov:hover {
  color: #ffffff;
}
.nav-hov:hover:after, .nav-hov.on:after, .nav-hov.open:after {
    left: 0;
    width: 100%;
    background: #ffce1f;
}
.nav-hov:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background: rgba(245,245,245,0);
} */

.nav-hov {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-top: -20px;;
  line-height: 120%;
  font-family: sans-serif;
}
.nav-hov:hover {
  background-color: #c0fe04;
  color: #000;
}
.nav-bucket-items {
    position: absolute;
    z-index: 5;
    overflow: hidden;
    top: 78px;
    left: 50%;
    -webkit-transform: translateY(-10px) translateX(-50%);
    -ms-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
    width: 216px;
    min-width: 100%;
    height: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    opacity: 0;
    background: #f5f5f5;
    -webkit-box-shadow: 0 5px 10px -2px rgb(0 0 0 / 25%);
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 25%);
}

.nav-bucket.open .nav-bucket-items, .nav-bucket:hover .nav-bucket-items {
    height: auto;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}

.nav-bucket-items a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    padding: 12px 18px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    color: #212833;
    text-transform: uppercase;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}

.nav-bucket-items a:hover, .nav-bucket .nav-bucket-items a.on {
    background: #b78c25;
    color: #f5f5f5;
}

.nav-bucket:hover a, .nav-bucket.open a, .nav-bucket.on a {
    text-decoration: none;
}

.react-max .nav-bucket[data-show-collapsed-at="max"] {
    display: inline-block !important;
}

.nav-bucket:hover:after, .nav-bucket.on:after, .nav-bucket.open:after {
    left: 0;
    width: 100%;
    background: #ffce1f;
}
.nav-bucket:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background: rgba(245,245,245,0);
}

#nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 0;
}

.fa-globe {
    color: rgba(245,245,245,0.75);  
}

.fa-globe:hover {
  color:#ffffff;
}

.u-block {
  display:none !important;
}

.white-text {
  color: #ffffff !important;
}

.gold-text {
  color:#f2c261 !important;
}

.btn-homepage {
  display: inline-block;
  color: #ffffff;
  background-color: rgba(183, 140, 37, 1);
  margin: 0 calc(1.25em / 2);
  border: 1px solid #ffce1f;
  font-size: 1.125em;
  padding: 0.5625em 0.9375em 0.625em;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
}
.btn-homepage:hover {
  background-color: #8d6c1c;
}

.Launch_Bottom_Banner {
  background-image: url('https://images.contentstack.io/v3/assets/blte410e3b15535c144/bltded29cd1470dd799/696aa475d06937000867067c/SuperHeroArt_Marathon_bottom_banner1.jpg');
  background-position: left;
  background-size: cover;
  }

@media (max-width: 844px) {
  .banner-btn-title {
    font-size: 1.75em !important;
  }
	}

@media (max-width: 801px) {
  .banner-btn-title {
    font-size: 1.7em !important;
  }
	}

@media (max-width: 782px) {
  .banner-btn-title {
    font-size: 1.67em !important;
  }
	}

@media (max-width: 636px) {
  .banner-btn-title {
    font-size: 1.675em !important;
  }
	}

@media (max-width: 636px) {
  .banner-btn-title {
    font-size: 1.65em !important;
  }
	}

@media (max-width: 570px) {
  .banner-btn-title {
    font-size: 1.6em !important;
  }
	}

@media (max-width: 555px) {
.lt-toc_is-mobile {
    padding-top: 25px !important;
}
  .banner-btn-title {
    font-size: 1.45em !important;
  }
	}

@media (max-width: 517px) {
.lt-toc_is-mobile {
    padding-top: 40px !important;
}
  .block-list__link:before {
    display: none;
  }
  .block-list__link {
    padding: 0.625em 1.25em 0.625em 1.25em !important;
    height: 6.125em !important;
    align-items: center;
    place-content: center;
  }
  .banner-btn-title {
    font-size: 1.35em !important;
  }
	}

@media (max-width: 485px) {
  .banner-btn-title {
    font-size: 1.275em !important;
  }
	}

@media (max-width: 460px) {
  .banner-btn-title {
    font-size: 1.2em !important;
  }

	}

@media (max-width: 448px) {
	.lt-toc_is-mobile {
    top: 559.863px !important;
	}
  .banner-btn-title {
    font-size: 1.15em !important;
  }
	}

@media (max-width: 444px) {

	}

@media (max-width: 385px) {
  .goliath-list-item {
    width: auto !important;
  }
	}

@media (max-width: 419px) {
.lt-toc_is-mobile {
    padding-top: 30px !important;
}
  .banner-btn-title {
    font-size: 1.15em !important;
  }
	}

@media (max-width: 408px) {
  .banner-btn-title {
    font-size: 1.1em !important;
  }
	}

@media (max-width: 381px) {
  .banner-btn-title {
    font-size: 1em !important;
  }
	}

.column--sm-8 {
    width: 73% !important;
}

.column--sm-8-no-toc {
    width: 100% !important;
}

.column--sm-4 {
    width: 27% !important;
    background-color: #1a1a1a;
}

.page-toc {
	display: block;
  padding: 6px 12px;
}

.page-toc:hover {
  text-decoration: underline;
  border-radius: 4px;
	background-color: #212833;
}

[data-toc] {
  padding-bottom: 2rem !important;
}

.twitter-wrap {
  text-align: right;
  margin-bottom: 0em;
  display: contents !important;
}

.u-block {
  display: none !important;
}

@media (max-width: 650px) {
.bounties {
font-size: 1.5rem !important;
}
}

@media (max-width: 542px) {
.navworthy {
width:100%;
display: block;
border-top: 2px solid #1e2328;
border-left: none !important;
}
.navlight {
width:100% !important;
display: block;
border-top: 2px solid #1e2328;
border-left: none !important;
}
.centered {
font-size: 2.6rem;
}
.bounties {
font-size: 1.4rem !important;
}
}
	
@media (max-width: 400px) {
.centered {
font-size: 2.3rem;
transform: translate(-50%, -55%) !important;
left: 50% !important;
}
}

@media (max-width: 375px) {
.centered {
font-size: 2.0rem;
}
.bunkerbonus {
width:70px !important;
height:70px !important;
}
.worthylogo {
padding: 0 !important;
}
	.lt-toc_is-mobile {
    top: 559.863px !important;
	}
  .goliath__title {
    font-size: 1.6em;
  }
  .np__title {
    font-size: 1.6em;
  }
}

@media (max-width: 419px) {
.article-container {
    padding: 1.875em 0
}
  }
@media (max-width: 419px) {
.article-page {
    background-color: #1D2226
    z-index: 2 !important;
    position: relative;
}
  }
.article-page__main {
    background-color: #000000;
  }
@media (max-width: 419px) {
.article-page__main {
      background-color: transparent;
      box-shadow: none
  }
    }
.article-header {
  border-bottom: 1px solid #e4eaef;
  max-width: 73.30em;
  margin: 0 auto;
}
.article-header__col--right {
  display: -webkit-box;
  display: flex;
  margin-left: 0.625em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
.article-header__col--right {
    margin: 0.625em 0 0
}
  }
.article-header__inner {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  max-width: 73.30em;
  padding: 3.125em 0.9375em;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
.article-header__inner {
    display: block
}
}
@media (max-width: 767px) {
  .nav-hov {
    display: none;
  }
  .mobile-nav {
    display: block;
    padding-right: 0;
    padding-left: 18px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(30, 36, 43, .5) none repeat scroll 0 0;
    margin: 4px 0;
    padding: 8px 24px;
    color: rgba(245,245,245,0.75) !important;
  }
  #user #user-name, .language-selector-name {
    display: inherit !important;
    font-size: 14px;
    max-width: fit-content;
    line-height: normal;
    padding-left: 0.25em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.75) !important;
}

  }

@media (min-width: 768px) {
.mobile-nav, .language-selector-name {
    display: none !important;
}
  }
@media (max-width: 400px) {
.article-header__inner {
    padding: 0 0 1.25em
}
  }
.article-header__author {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  line-height: 1.2;
}
.article-header__author a:hover {
    color: rgba(192, 254, 4, 1);
  }
.article-header__author span {
    color: #93a8ba;
  }
.article-header__avatar {
  width: 3.375em;
  height: 3.375em;
  margin-right: 1.0625em;
}
.article-header__avatar img {
    border-radius: 50%;
  }
.article-header__date {
  font-size: 0.875em;
  color: rgba(58, 64, 67, 0.45);
}
.article-header__title {
  margin-bottom: 0.3333333333em;
  font-size: 1.875em;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.article-related__title {
  margin-bottom: 0.3333333333em;
  font-size: 1.875em;
  line-height: 1;
  color: rgba(245, 245, 245, 0.75);
}
.article-footer {
  padding-bottom: 0.875em;
  border-bottom: 0px solid #e4eaef;
  background-color: #000000;
}
.article-vote {
  padding: 0;
  margin: 2.5em auto 2.875em;
  text-align: center;
}
.article-vote__question {
  margin-bottom: 0.9090909091em;
  font-size: 1.375em;
  color: #ffffff;
}
.article-vote-controls__item.fa {
  border: 0;
  box-shadow: none;
  font-size: 1.5em;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent !important;
  font-size: 0;

  &::before {
    font-size: 1rem;
  }
}
.article-vote-controls__item.fa--up[aria-selected="true"] {
    color: #5cb85c !important;
  }
.article-vote-controls__item.fa--down[aria-selected="true"] {
    color: #d9534f !important;
  }
.article-vote-controls__item.fa:hover {
    color: rgba(192, 254, 4, 1);
  }
.article-related {
  margin-bottom: 0.9375em;
}
.article-related__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.article-related__title {
  padding-top: 1.2em;
  border-top: 1px solid #e4eaef;
}
.article-related__list {
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin: 2.25em -0.5em 0;
  flex-wrap: wrap;
  justify-content: center;
}
.article-related__item {
  padding: 0 0.5em 1em;
  list-style: none;
}
@media (max-width: 850px) {
.article-related__item {
    width: 50%
}
}

@media (min-width: 767px) {
.article-related__item {
    width: 25%
}
}


@media (max-width: 400px) {
.article-related__item {
    width: 100%
}
}

.article-related__content {
  height: 100%;
  padding: 1.5625em 1.25em;
  line-height: 1.45;
  background-color: #292e33;
  border: 1px solid #383e45;
  border-radius: none;
  text-align: center;
}
.article-related__content p {
    color: rgba(245, 245, 245, 0.5);
  }
.article-related__link {
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
  color: rgba(192, 254, 4, 1);
  text-decoration: none;
}
.article-related__link:hover {
    color: rgba(245, 245, 245, 0.75);
  }
.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(192, 254, 4, 1);
    }
.attachments li a:hover {
        color: rgba(245, 245, 245, 0.75);
      }
.article-body {
  padding-bottom: 15px;
  color: rgba(245,245,245,0.65);
}
.post__text {
  padding-bottom: 0;
  color: rgba(245,245,245,0.65);
}
.article-body p,
  .article-body ul,
  .article-body ol,
  .post__text p,
  .post__text ul,
  .post__text ol {
    margin: 1em 0 0 0;
  }
.article-body ul,
  .article-body ol,
  .post__text ul,
  .post__text ol {
    padding-right: 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(192, 254, 4, 1);
    text-decoration: none;
  }
.article-body a:hover, .post__text a:hover {
    color: #000;
    background-color: #c0fe04;
    }
.article-body iframe, .post__text iframe {
    display: block;
    margin-bottom: 1.25em;
  }
.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.875em;
    line-height: 1.2;
    color: #c0fe04;
  }
.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.875em;
    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 {
    margin-bottom: 0.45455em;
    font-size: 1.375em;
  }
.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 {
      font-size: inherit;
    }
.article-body h5, .post__text h5 {
    color: rgba(245, 245, 245, 0.75);
  }
.article-body h3 {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(245, 245, 245, 0.75);
  }
.article-body .wysiwyg-font-size-large {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(245, 245, 245, 0.75);
    margin-top: 10.547px;
  }
.post__text h3 {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(245, 245, 245, 0.75);
  }
.post__text .wysiwyg-font-size-large {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: rgba(245, 245, 245, 0.75);
  }
.article-body .wysiwyg-font-size-medium {
    font-size: 1.125em;
    color: #779f00;
  }
.post__text .wysiwyg-font-size-medium {
    font-size: 1.125em;
    color: rgba(245, 245, 245, 0.75);
  }
.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(192, 254, 4, 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: #000000 !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(192, 254, 4, 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: none;
  }
.article-body .image-with-shadow, .post__text .image-with-shadow {
    box-shadow: 0 5px 15px 2px rgba(58, 64, 67, 0.8);
  }
.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;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: rotate(360deg);
      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 {
      -webkit-transform: translate(50%, -50%) scale(1.1);
              transform: translate(50%, -50%) scale(1.1);
    }
.article-list {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  margin: 0 1.25em;
  list-style: none;
  flex-wrap: wrap;
}
.article-list-item {
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;
}
.np-list-item {
  width: 50%;
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;
}
.goliath-list-item {
  width: 50%;
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
.article-list-item {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
}

    .article-list-item:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
.np-list-item {
    width: 50%;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

    .np-list-item:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
.goliath-list-item {
    width: 50%;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
}

.goliath-list-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    }
  }

.article-list-item__inner {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #292e33;
  border: 1px solid #383e45;
  border-radius: none;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.homepage-promoted__title {
  display: block;
  margin-bottom: 0;
  font-size: 1.125em;
  color: rgba(192, 254, 4, 1);
  text-align: center;
}

.homepage-promoted__title:hover {
  color: #c0fe04;
}

.homepage-promoted {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #000000;
  transition: border-color 0.2s ease-in;
}

.homepage-promoted:hover {
  color: #c0fe04;
  border: 2px solid #c0fe04;
}

.search-result {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #292e33;
  border: 1px solid #383e45;
  border-radius: none;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.article-list-item__title {
  display: block;
  margin-bottom: 0;
  font-size: 1.125em;
  color: rgba(192, 254, 4, 1);
  text-align: center;
}
.article-list-item__title:hover {
    color: rgba(245, 245, 245, 0.75);
  }
.article-list-item__descr {
  line-height: 1.4;
  color: rgba(245, 245, 245, 0.5);
}
.article-list-item__meta {
  margin-top: 1.375em;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
}
.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;
  color: rgba(245, 245, 245, 0.75);
}
.article-list-item__name a {
    color: inherit;
    text-decoration: none;
  }
.article-list-item__name a:hover {
      color: rgba(192, 254, 4, 1);
    }
.article-list-item__date {
  font-size: 0.875em;
  color: rgba(rgba(245, 245, 245, 0.75), 0.4);
}
.article-list-item__more {
  display: block;
  margin-top: 0.9375em;
  color: rgba(192, 254, 4, 1);
  text-decoration: none;
}
ol.list-colored {
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
ol.list-colored li {
    position: relative;
    padding-left: 2.1875em;
    list-style: none;
    counter-increment: list;
  }
ol.list-colored li:before {
      position: absolute;
      top: 0.0714285714em;
      left: 0;
      width: 1.7857142857em;
      height: 1.7857142857em;
      font-size: 0.875em;
      line-height: 1.6428571429em;
      color: #ffffff;
      text-align: center;
      content: counter(list);
      background-color: rgba(192, 254, 4, 1);
      border-radius: 50%;
    }
ul.list-bullet {
  padding: 0;
}
ul.list-bullet li {
    position: relative;
    padding-left: 1.875em;
    list-style: none;
  }
ul.list-bullet li:before {
      position: absolute;
      top: 0.25em;
      left: 0;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      color: rgba(192, 254, 4, 1);
      content: "\f058";
      background-color: transparent;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
th {
  text-align: left;
}
/* Baseline styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.875em;
  border-collapse: separate;
  border-spacing: 20px;
}
.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(192, 254, 4, 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: rgba(255,255,255,0.75);
  border-left: 4px solid #e5edf3;
}
.note p:last-child {
    margin-bottom: 0;
  }
.note--info {
  border-color: rgba(245,245,245,0.65);
}
.note--warning {
  border-color: #fad782;
}
.note--success {
  border-color: #5cb85c;
}
.note--danger {
  border-color: #d9534f;
}
.kil-accordion-title {
  color: #000 !important;
}
.accordion--colored .accordion__item-title:before, .accordion--colored .accordion__item-title:after {
  background-color: #000 !important;
}
.accordion {
  padding-top: 0;
  margin-bottom: 0.9375em;
  border: 1px solid #779f00;
  border-radius: none;
}
.accordion__item-title {
  position: relative;
  padding: 0.9375em 1.25em 0.9375em 3.25em;
  font-size: 1.125em;
  cursor: pointer;
  background-color: rgba(192, 254, 4, 1);
  color: #000;
}
.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #000000;
  }
.accordion__item-title:before {
    position: absolute;
    content: "";
  }
.accordion__item-title:hover {
  background-color: #779f00;
}
.accordion__item-content {
  display: none;
  padding: 1.25em;
  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 rgba(192, 254, 4, 1);
    border-left: 2px solid rgba(192, 254, 4, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
.accordion--default .accordion__item-title--active {
    background-color: rgba(#e5edf3, 0.4);
  }
.accordion--default .accordion__item-title--active:before {
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.2s;
    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: #000;
      background-color: rgba(192, 254, 4, 1);
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s;
    }
.accordion--colored .accordion__item-title--active:before {
        background-color: #000;
      }
.accordion--colored .accordion__item-title--active:after {
        display: none;
      }
.page-inner {
  background-color: #000000;

  @media (min-width: 768px) {
    padding-left: 20px;
    padding-right: 20px;
    
  }
  }
.page-header {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #e4eaef;
}
.page-header .title-main {
    margin-bottom: 0;
  }
.page-header__title {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
}
.page-header__title img {
    width: 1.5625em;
    margin-right: 0.75em;
  }
.page-header__description {
  color: rgba(rgba(245, 245, 245, 0.75), 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(192, 254, 4, 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;
      color: #c0fe04;
  }
.page-section__title a:hover {
      color: rgba(192, 254, 4, 1);
    }
.custom-blocks {
  position: relative;
  top: -7.1875em;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  margin: 0 auto -12.1875em;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 1009px) {
  .custom-blocks {
  top: -5.1875em;
  }
}
@media (max-width: 767px) {
   .custom-blocks {
  top: -7.1875em;
  }
}

.custom-blocks__item {
  padding-left: 0;
  margin: 0 calc(1.25em / 2) 1.25em;
  text-align: center;
  list-style: none;
}
.custom-blocks__link {
  display: -webkit-box;
  display: flex;
  width: 14.1875em;
  height: 13.6875em;
  padding: 1.25em;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #3A4043;
  border-radius: none;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.custom-blocks__link img {
    height: 72px;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
.custom-blocks__link svg {
    width: 100%;
    height: 72px;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
.custom-blocks__link svg path:not(.path-white) {
      fill: #42c3ff;
      stroke: #42c3ff;
    }
.custom-blocks__link svg path:not(.path-white).path-blur {
        fill: #75d4ff;
        stroke: #75d4ff;
      }
.custom-blocks__link:hover {
    color: rgba(192, 254, 4, 1);
    -webkit-transform: translateY(-0.625em);
            transform: translateY(-0.625em);
  }
.custom-blocks__link:hover svg,
    .custom-blocks__link:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
.custom-blocks__icon {
  margin-bottom: 1.875em;
}
.custom-blocks__title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .5px;
  color: #ffffff;
  <!--text-shadow: 0 0 16px #000000, 0 0 20px #000000;-->
}
.custom-block-1 {
  background-image: linear-gradient(to bottom, rgba(24,28,37,0) 0%, rgba(24,28,37,0.8) 100%), url(/hc/theming_assets/01KEZRJWEJ5JXHSQN08RQFD03D);
  background-position-x: -220px;
  background-position-y: center;
  background-size: cover;
  background-repeat-y: no-repeat;
}
.custom-block-2 {
  background-image: linear-gradient(to bottom, rgba(24,28,37,0) 0%, rgba(24,28,37,0.8) 100%), url(/hc/theming_assets/01KFBJB1DJTXRW889X6B6F4WBF);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-y: no-repeat;
}
.custom-block-3 {
  background-image: linear-gradient(to bottom, rgba(24,28,37,0) 0%, rgba(24,28,37,0.8) 100%), url(/hc/theming_assets/01KFAJPRV6C2HAXZCRJM5HTRA6);
  background-position-x: 0px;
  background-position-y: center;
  background-size: cover;
  background-repeat-y: no-repeat;
}
.custom-block-4 {
  background-image: linear-gradient(to bottom, rgba(24,28,37,0) 0%, rgba(24,28,37,0.8) 100%), url(/hc/theming_assets/01KFAJPRV6C2HAXZCRJM5HTRA6);
  background-position-x: -305px;
  background-position-y: center;
  background-size: cover;
  background-repeat-y: no-repeat;
}
.main-page-wrap {
  background-color: rgba(255, 255, 255, 1);
  z-index: 2 !important;
  position: relative;
}
.block-wrap {
  padding-top: calc(1.25em * 3.85);
}
.np-block-wrap {
  padding-top: calc(2em * 2.4);
}
.block-list {
  display: -webkit-box;
  display: flex;
  padding: 0 0 calc(1.25em * 3.85) 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.block-list-footer {
  display: -webkit-box;
  display: flex;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 40px 0 40px;
}
.block-list__item {
  position: relative;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
      width: calc(50% - 2em);
    margin-right: calc(1.25em / 2);
    margin-left: calc(1.25em / 2);
}
.block-list__item_footer {
  position: relative;
  width: 100%;
  margin-bottom: 3em;
  margin-top: .5em;
}
.block-list__item--2x_footer {
  width: 100%;
}

@media (max-width: 543px) {
  .hero__title {
    font-size: 2em !important;
  }
.topbar__logo img {
    width: 75%;
  }
}

@media (max-width: 517px) {
  .hero__subtitle {
    font-size: 14px !important;
}
  .search-box .search {
    font-size: 14px !important;
  }
  .np-list-item {
    /* width: 100% !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .goliath-list-item {
    /* width: 100% !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-list__item {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .block-list__item--2x {
    padding: 0 calc(1.25em / 2) !important;
    width: 50% !important;
  }
  .article-list-item {
    width: 50% !important;
    padding: 0 calc(1.25em / 2) 14px;
    margin-bottom: 3px;
  }
  .article-list-item__descr {
    display: none !important;
  }
  .article-list-item__title {
    margin-bottom: auto !important;
    font-size: inherit !important;
  }
  .block-list {
    padding: 0 0 calc(.5em * 3.85) 0 !important;
  }
  .block-wrap {
    padding-top: calc(.5em * 3.85) !important;
  }
  .promoted-articles {
    padding: calc(.75em * 3.85) 0 !important;
    
  }
  .search-box [type="search"] {
    height: auto !important;
  }
  .custom-blocks__icon {
    margin-bottom: 0.75em !important;
  }
}

@media (max-width: 547px) {
  .custom-blocks__link {
    width: 13em !important;
    height: 11.6875em !important;
  }
}

@media (max-width: 511px) {
  .custom-blocks__link {
    width: 12em !important;
  }
}

@media (max-width: 481px) {
  .custom-blocks__link {
    width: 23em !important;
  }
  .hero__title {
   font-size: 1.5em !important;
  }
}

@media (max-width: 451px) {
  .custom-blocks__link {
    width: 20em !important;
  }
}

@media (max-width: 421px) {
  .custom-blocks__icon {
    margin-bottom: .5em !important;
  }
  .block-list__name {
    text-align: center;
  }
  .article-list-item {
    width: 100% !important;
  }
    .block-list__item--2x {
    width: 100% !important;
 }
.topbar__logo img {
    width: 60%;
  }
}

@media (max-width:391px) {
  .custom-blocks__link {
    width: 16em !important;
  }
  .hero__subtitle {
    font-size: 12px !important;
  }
}

@media (max-width:361px) {
}

@media (max-width:301px) {
  .custom-blocks__link {
    width: 12em !important;
  }
  .np__title {
    font-size: 1.5em;
  }
  .goliath__title {
    font-size: 1.5em;
  }
}

@media (max-width: 1040px) {
  .block-list__link:before {
   right: 1.75em !important;
    }
  .block-list__link:hover {
    color: rgba(192, 254, 4, 1) !important;
  }
}

@media (min-width: 768px) {
.block-list__item--2x {
    width: calc(25% - 2em);
    margin-right: calc(1.25em / 2);
    margin-left: calc(1.25em / 2)
}
  .block-list__item--2x_footer {
    width: calc(50% - 2em);
    margin-right: calc(1.25em / 2);
    margin-left: calc(1.25em / 2)
}
  }
.block-list__link {
  display: -webkit-box;
  display: flex;
  height: 8.125em;
  padding: 0.625em 4.6875em 0.625em 1.875em;
  color: #0096DB;
  text-decoration: none;
  background-color: rgba(245, 245, 245, 0.05);
  border-radius: none;
  -webkit-box-align: center;
          align-items: center;
}
.block-list__link:before {
    position: absolute;
    top: 50%;
    right: 3.75em;
    width: 0.75rem;
    height: 0.75rem;
    content: "";
    border-right: none solid #0096DB;
    border-bottom: none solid #0096DB;
    border-bottom-right-radius: none;
    -webkit-transition: right 0.2s ease-in;
    transition: right 0.2s ease-in;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            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;
    }
.block-list__link:hover {
    color: rgba(192, 254, 4, 1);
  }
}
@media (min-width: 768px) {
.block-list__link:hover:before {
        right: 3.4375em
    }
      }
.block-list__icon {
  margin-right: 2.1875em;
  flex-shrink: 0;
}
.block-list__icon svg,
  .block-list__icon img {
    display: block;
    width: 2.8125em;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
.block-list__name {
  margin-bottom: 0;
}
.block-list__desc {
  color: #93a8ba;
}
.promoted-articles {
    padding: 5.375em 0 30px !important;
    margin-top: 30px;
    
}
.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: -webkit-box;
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
.community-recent-activity .recent-activity-item {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 1.5em 1.875em;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background-color: #ffffff;
    border-radius: none;
    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;
      -webkit-transition: -webkit-transform 0.2s ease-in;
      transition: -webkit-transform 0.2s ease-in;
      transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
  }

      .community-recent-activity .recent-activity-item:hover {
        -webkit-transform: translateY(-0.625em);
                transform: translateY(-0.625em);
      }
    }
.community-recent-activity .recent-activity-item-parent {
    margin-bottom: 0.3571428571em;
    font-size: 0.875em;
    color: rgba(245, 245, 245, 0.75);
  }
.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(192, 254, 4, 1);
  }
.community-recent-activity .recent-activity-item-link:hover {
      color: rgba(245, 245, 245, 0.75);
    }
.community-recent-activity .recent-activity-item-meta {
    display: -webkit-box;
    display: flex;
    font-size: 0.875em;
    line-height: 1.3;
    color: rgba(58, 64, 67, 0.48);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-box-pack: end;
            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(192, 254, 4, 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% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
      }
    }
@keyframes loader-rotate {
      100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
      }
    }
.callout {
  padding: 1.5625em 1.875em;
  margin: 1.875em 0;
  background-color: #f0f1f2;
  border-left: 5px solid #3a4043;
}
.callout p {
    margin-top: 0.625em;
    color: rgba(245,245,245,0.65);
  }
.callout p:last-child {
      margin-bottom: 0;
    }
.callout a {
    color: #779f00;
    text-decoration: none;
    font-weight: bold;
  }
.callout a:hover {
      text-decoration: underline !important;
  color: #000000 !important;
    }
.callout--default {
  color: rgba(245,245,245,0.65);
  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: #fef6e4;
  border-left: 5px solid #fad782;
}
.callout--warning .callout__title {
    color: #fad782;
  }
.callout--warning.callout--dashed {
    border: 1px dashed #fad782;
  }
.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 {
  background-color: #F5F5DC;
  border-left: 5px solid #779f00;
}
.callout--primary .callout__title {
    color: #779f00;
  }
.callout--primary.callout--dashed {
    border: 1px dashed rgba(192, 254, 4, 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: -webkit-box;
  display: flex;
  padding-top: 0.625em;
  color: #c0fe04;
  -webkit-box-pack: justify;
          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: rgba(245, 245, 245, 0.75);
}
.comment__content .attachment-list {
    padding-left: 0;
    list-style: none;
  }
.comment__content a {
    color: rgba(192, 254, 4, 1);
    text-decoration: none;
  }
.comment__content a:hover {
      text-decoration: underline;
    }
.comment__official-heading {
  display: block;
  margin-bottom: 0.5555555556em;
  font-size: 1.125em;
}
.tox-edit-area__iframe {
  background-color: none;
}
.mce-content-body  {
  color: #ffffff !important;
}

.wysiwyg-icon-code-block {
  display: none !important;
}
.entry-info {
  display: -webkit-box;
  display: flex;
}
.entry-info__avatar {
  margin-right: 1em;
  flex-shrink: 0;
}
.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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.entry-info__content .author a {
    display: block;
    margin-bottom: 0.25em;
    text-decoration: none;
  }
.entry-info__content .meta {
    font-size: 0.875em;
  }
.vote {
  display: -webkit-box;
  display: flex;
  margin: 0.9375em 0;
  line-height: 1.2;
  color: rgba(245, 245, 245, 0.75);
}
.vote__sum {
  margin-right: 0.5em;
  font-size: 0.875em;
  color: rgba(192, 254, 4, 1);
}
.vote__control {
  padding: 0;
  margin-right: 0.5em;
  font-size: 0.875em;
  color: rgba(245, 245, 245, 0.75);
  text-decoration: none;
  background-color: transparent !important;
}
.vote__control:hover {
    color: rgba(192, 254, 4, 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: none;
  }
.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: none none 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: none;
  border-bottom-left-radius: none;
  background-color: #212833;
}
.tab p:last-child {
    margin-bottom: 0;
  }
.tabs-menu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
.tabs-many {
    width: 100% !important;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e4eaef;
    border-radius: 0;
    writing-mode: horizontal-tb !important;
    }
}
@media (max-width: 767px) {
.tabs-menu {
    border: 1px solid #e4eaef;
    border-top-left-radius: none;
    border-top-right-radius: none
}
  }
.tabs-link {
  display: block;
  padding: 0.625em;
  line-height: 1.2;
  color: rgba(245, 245, 245, 0.75);
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-color: #e4eaef;
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.tabs-link:hover {
    color: rgba(192, 254, 4, 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(192, 254, 4, 1);
  cursor: pointer;
  border-color: #e4eaef;
}
.tabs-link.is-active:hover {
    color: rgba(192, 254, 4, 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: #212833;
  }
.tabs--colored-2 .is-active {
    color: #ffffff;
    background-color: rgba(192, 254, 4, 1);
    border-color: transparent;
    background-blend-mode: luminosity;
  }
.tabs--colored-2 .is-active:hover {
    color: #ffffff;
    background-color: rgba(192, 254, 4, 1);
    border-color: transparent;
  }
.tabs--colored-2 .tab {
    background-color: #212833;
  }
.my-activities-header {
  margin: 0 0 2.5em;
}
.my-activities-items {
  margin-bottom: calc(0.9375em * 2);
  color: rgba(245, 245, 245, 1);
}
.my-activities-items .requests-link:hover {
      color: rgba(192, 254, 4, 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: rgba(245, 245, 245, 1);
}
.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(192, 254, 4, 1);
}
.my-activities-item__title:hover {
    color: rgba(245, 245, 245, 0.75);
  }
@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: -webkit-box;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.my-activities-menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
  }
.my-activities-menu__item {
  margin-right: 0.625em;
  margin-bottom: 0;
}
.my-activities-menu__item a {
    display: block;
    color: rgba(192, 254, 4, 1);
  }
.my-activities-menu__item a:hover {
      text-decoration: underline !important;
    }
.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: rgba(245, 245, 245, 0.05);
    border-radius: none;
  }
.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 800;
      color: #000;
      background-color: rgba(192, 254, 4, 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: -webkit-box;
  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: none;
}
.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: #000;
  white-space: nowrap;
  border-radius: none;
}
.request-status--solved,
.request-status--closed {
  background-color: rgba(192, 254, 4, 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(192, 254, 4, 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(245, 245, 245, 0.05);
  border-radius: none;
}
@media (min-width: 768px) {
.request-table-filters {
    display: -webkit-box;
    display: flex;
    padding: 0.4375em 0.9375em 0;
    -webkit-box-pack: justify;
            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;
	color: #000000;
  }
.request-table-filters__item {
  margin-bottom: 0.9375em;
}
@media (min-width: 768px) {
.request-table-filters__item {
    display: -webkit-box;
    display: flex;
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
            justify-content: flex-end
}
  }
@media (max-width: 767px) {
    .request-table-filters__item:last-child {
      margin-bottom: 0;
    }
  }
.nesty-input {
  height: 2.25em;
  border: 1px solid #e4eaef;
}
.request-table-organization {
  display: -webkit-box;
  display: flex;
}
.request-table-organization__col--main {
  width: 100%;
}
.request-table-organization__col--button a {
  margin-left: 0.625em;
}
.search-results__row {
  display: -webkit-box;
  display: flex;
  margin: 0 -0.9375em;
}
@media (max-width: 767px) {
.search-results__row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
  }
.search-results__column {
  width: 100%;
  padding: 0 0.9375em;
}
@media (max-width: 767px) {
.search-results__column {
    width: 100%;
    padding: 0
}
  }
.search-result {
  margin-bottom: 1.875em;
}
.search-results-count {
  font-size: 1.875em;
}
.search-result__title {
  font-size: 1.125em;
  color: rgba(192, 254, 4, 1);
}
.search-result__title a {
    text-decoration: none;
  }
.search-result__title a:hover {
      color: rgba(245, 245, 245, 0.75);
    }
.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: #0096DB;
    border-radius: 3px;
    color: #ffffff;
  }
.search-result__meta {
  margin-bottom: 0.9375em;
}
.search-result-votes {
  display: inline-block;
  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: none;
}
.search-result-votes span {
    font-size: 1.3333333333em;
  }
.meta {
  font-size: 0.875em;
  color: rgba(245,245,245,0.65);
}
.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(192, 254, 4, 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: #0096DB;
  }
.error-page a {
    color: rgba(192, 254, 4, 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: #1D2226;
  border-radius: none;
  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.5em;
  font-size: 5em;
  font-weight: 800;
  color: rgba(192, 254, 4, 1);
  letter-spacing: 4px;
}
.error-page__link {
  display: block;
  margin-top: 1.875em;
}
.error-page__link:hover {
    color: rgba(245, 245, 245, 0.75);
  }
.error-page__link:before {
    display: inline-block;
    padding-right: 0.125em;
    content: "<";
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
.error-page__link:hover:before {
    -webkit-transform: translateX(-0.1875em);
            transform: translateX(-0.1875em);
  }
.breadcrumbs {
  display: -webkit-box;
  display: flex;
  padding: 1.625em 0 1.625em 20px;
  margin: 0;
  flex-wrap: wrap;
  background-color: #c0fe04;
}
.breadcrumbs li {
    padding-left: 0;
    list-style: none;
    color: #000000;
  }
.breadcrumbs li a {
      color: #5f5b5b;
      text-decoration: none;
      white-space: nowrap;
    }
.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: #000000;
    text-decoration: none;
      }
.breadcrumbs li:last-child a {
        color: #000000;
      }
.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;
  width: 1.5625em;
  height: 1.5625em;
    }
.pagination ul > li > a,
      .pagination ul > li > span {
        position: relative;
        display: block;
        padding: 0 0.5em;
        line-height: 24px;
        color: #ffffff;
        text-decoration: none;
        width: 1.5625em;
        height: 1.5625em;
      }
.pagination ul > li > a:hover,
      .pagination ul > li > a:focus,
      .pagination ul > li > span:hover,
      .pagination ul > li > span:focus {
        color: rgba(192, 254, 4, 1);
        background-color: #292e33;
        width: 1.5625em;
        height: 1.5625em;
      }
.pagination ul > .pagination-current {
      width: 1.5625em;
      height: 1.5625em;
      background-color: rgba(192, 254, 4, 1);
    }
.pagination ul > .pagination-current > span {
          z-index: 2;
          color: #000000;
          cursor: default;
        }
.pagination ul > .pagination-current > span:hover {
          z-index: 2;
          color: #000000;
          cursor: default;
          background-color: #ffffff;
        }
.pagination ul > .pagination-current > span:focus {
          z-index: 2;
          color: #000000;
          cursor: default;
        }
.profile-page__inner {
  padding: 1.25em;
  margin-top: 3.125em;
  margin-bottom: 1.875em;
  background-color: #1D2226;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  z-index: 2;
  position: relative;
}
/* 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: -webkit-inline-box;
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.profile-nav__item {
  padding: 0.5em 0.75em;
  font-size: 0.875em;
  line-height: 1.3;
  border: 1px solid rgba(192, 254, 4, 1);
  border-right: 0;
}
.profile-nav__item:last-of-type {
    border-right: 1px solid rgba(192, 254, 4, 1);
  }
@media (max-width: 649px) {
.profile-nav__item {
    padding: 3.375em;
    border: 0 !important
}
  }
.profile-nav__item.is-active {
    color: #ffffff;
    background-color: rgba(192, 254, 4, 1);
  }
.profile-nav__item a {
    color: rgba(192, 254, 4, 1);
  }
/* Profile Section */
.profile-section__header {
  margin-bottom: 1.875em;
}
.profile-section__title {
  font-size: 1.875em;
}
.profile-section-sorter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          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(192, 254, 4, 1);
    }
.profile-contribution__title {
  margin-bottom: 0;
  font-size: 1.375em;
  color: rgba(192, 254, 4, 1);
}
.profile-contribution__title a {
    text-decoration: none;
  }
.profile-contribution__title a:hover {
      color: rgba(245, 245, 245, 0.75);
    }
.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: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: rgba(192, 254, 4, 1);
  background-color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(192, 254, 4, 1);
  border-radius: none;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }
.scroll-to-top.is-active {
    bottom: 70px;
  }
@media (max-width: 767px) {
.scroll-to-top {
    display: none
}
  }
.section-subscribe {
  margin-top: 16px;
}
.section-list {
  display: -webkit-box;
  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%;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
}

    .section-list-item:hover {
      -webkit-transform: translateY(-10px);
              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: none;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.section-list-item__name {
  display: block;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  color: rgba(192, 254, 4, 1);
}
.section-list-item__name:hover {
    color: rgba(245, 245, 245, 0.75);
  }
.section-list-item__descr {
  line-height: 1.4;
  color: rgba(58, 64, 67, 0.53);
}

/* Community */
.community-nav {
  display: -webkit-box;
  display: flex;
  /* margin-bottom: 1.875em; */
  padding-top: 1.875em;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.community-nav__items {
  display: -webkit-box;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
          align-items: center;
}
.community-nav__item {
  margin-right: 0.5555555556em;
  font-size: 1.125em;
}
.community-nav__item a {
    color: rgba(192, 254, 4, 1);
    text-decoration: none;
  }
.community-nav__item a:hover {
      text-decoration: underline;
    }
.topic {
    display: -webkit-box;
    display: flex;
    padding: 1.875em 0em;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.topic__title {
  padding-right: 0.625em;
  margin-bottom: 0;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

.topic__title,
.topic-description {
  @media (max-width: 767px) {
    color: rgba(245, 245, 245, 0.75) !important;
  }
}

/* OLD VERSION .topic {
    display: -webkit-box;
    display: flex;
    padding: 1.875em 0em;
    margin-bottom: 1.875em;
    border-bottom: 2px solid #e4eaef;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.topic__title {
  padding-right: 0.625em;
  margin-bottom: 0;
  color: #ffffff;
} */

.topic-list {
  display: -webkit-box;
  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(192, 254, 4, 1);
  }
.topic-list .topic-list-item__title a {
  text-decoration: none;
  color: #ffffff;
    }
.topic-list .topic-list-item__title a:hover {
  color: rgba(245, 245, 245, 0.75);
      }
.topic-list .topic-list-item__box {
    padding: 1.25em 0.9375em;
    background-color: #292e33;
    border: 1px solid #383e45;
    border-radius: none;
  }
.topic-controls {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.875em;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

@media (max-width: 419px) {
.topic-controls {
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center
}
  }
.topic-subscribe > .meta {
    padding-right: 0.625em;
  }
p.topic-description {
  margin-bottom: 0.9375em;
  color: #000;
}
.post-list {
  margin: 0;
  background: #292e33 none repeat scroll 0 0;
}
.post-list-item {
  padding-bottom: 0.9375em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 23px 15px;
}
@media (min-width: 768px) {
.post-list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between
}
  }
.post-list-item a {
  text-decoration: none;
  color: #ffffff;
  }
.post-list-item__title {
  margin-bottom: 0.2272727273em;
  font-size: 1.375em;
  color: rgba(192, 254, 4, 1);
}
.post-list-item__title a:hover {
    color: rgba(245, 245, 245, 0.75);
  }
.post-list-item--pinned {
  background-color: #484b4e;
}
.post-info {
  display: inline-block;
}
  }
.post-author {
  color: #EAECEF;
  opacity: 0.75;
}
@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: #000000;
    border-radius: none;
    /* border-radius: none; */
}

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

    .post-info .post-info__count {
      display: block;
      font-size: 1.1428571429em;
      color: rgba(245, 245, 245, 0.75);
    }
  }
.post-page .post-meta__col--main {
    margin-bottom: 0.625em;
  }
.post-page__inner {
  display: -webkit-box;
  display: flex;
  padding: 1.875em;
  background-color: #1D2226;
  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: 73%;
  padding-left: 1.5625em;
}
.post-page__sidebar {
  width: 27%;
  background-color: #1a1a1a;
}
@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: -webkit-box;
    display: flex;
    margin-bottom: 0.9375em;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            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;
  place-items: center;
}
.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: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
.post__voting-and-actions .vote-control, .comment__voting-and-actions .vote-control {
    width: 1.5rem;
    min-width: 0;
    height: 1.5rem;
    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: #000000;
    text-align: center;
    text-indent: inherit;
    background-color: none;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: inherit;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    vertical-align: baseline;
    content: "\f013";
  }
.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;
      font-size: inherit;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      vertical-align: baseline;
      content: "\f013";
    }
.gear-icon {
  fill: #ffffff;
}
.gear-icon:hover {
  fill: rgba(192, 254, 4, 1);
}
.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(192, 254, 4, 1);
    text-align: center;
    text-indent: none;
    background-color: none;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: inherit;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      vertical-align: baseline;
      content: "\f013";
  }
.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;
      font-size: inherit;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      vertical-align: baseline;
      content: "\f013";
   }
.post__voting-and-actions .dropdown-toggle:hover {
      color: #000000;
      background-color: none;
      font-size: inherit;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      vertical-align: baseline;
      content: "\f013";
    }
.comment__voting-and-actions .dropdown-toggle:hover {
      color: #000000;
      background-color: none;
    }
.new-community-post-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #1D2226;
}
.new-request-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #000000;
}
.my-activities-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: rgba(18, 23, 28, 1);
}
@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: none;
    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;
    background-color: #1D2226;
}
  }
.new-community-post-page__inner,
.new-request-page__inner {
  max-width: 74em;
}
.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: #ffffff;
    }
.new_community_post .form-field input,
    .new_community_post .form-field textarea,
    .new-request-form .form-field input,
    .new-request-form .form-field textarea {
      height: 2.25em;
      padding: 0 0.625em;
      border: 1px solid #e4eaef;
    }
.new_community_post .form-field input, .new-request-form .form-field input {
    line-height: 2.25em;
	  display: inline-block;
    }
.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: -webkit-box;
        display: flex;
        font-size: 1rem;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: 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(192, 254, 4, 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;
    color: rgba(245,245,245,0.65);
  }
.new_community_post footer, .new-request-form footer {
    text-align: center;
  }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.column--sm-4 {
  width: 33.3333333%;

  &:not:has(.lt-search-filter) {
    background-color: #1a1a1a;
  }
}

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

.column--sm-8-no-toc {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .container .column {
  margin: 0;
  width: 100%!important;
  clear: both;
	}	
  
  .nav-container .column {
  margin: 0;
  width: 100%!important;
  clear: both;
	}	
  
  body [data-toc] {
   padding-left:0;
	}
}

[data-toc] {
  padding-left:20px;
  padding-right:10px;
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;

  max-height: 40px;
}

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

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

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: $brand_color;
  color: $brand_text_color;
  text-decoration: none;
}

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

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

.search-results-list > li:first-child {
  border-top: none;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

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

.search-result-description {
  margin-top: 15px;
  word-break: break-word;
}

.search-result-votes, .search-result-meta-count {
  color: rgba(255,255,255,0.75);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: $brand_color;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

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

/* Use bold to highlight for the rest of supported non-latin languages */
html[lang|="ar"] .search-result-description em,
html[lang|="bg"] .search-result-description em,
html[lang|="el"] .search-result-description em,
html[lang|="he"] .search-result-description em,
html[lang|="hi"] .search-result-description em,
html[lang|="ko"] .search-result-description em,
html[lang|="ja"] .search-result-description em,
html[lang|="ru"] .search-result-description em,
html[lang|="th"] .search-result-description em {
  font-style: bold;
}

/* Lotus dropdown */


.lt-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lt-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  
  cursor: pointer;
  
  border: 0;

  &:not(.btn) {
    padding: 0;
    background: none;
  }
}

.lt-dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: calc(15px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: currentColor;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .lt-dropdown-toggle:after {
  margin-left: 8px;
}

[dir="rtl"] .lt-dropdown-toggle:after {
  margin-right: 8px;
}

.lt-dropdown-toggle--no-icon:after {
  display: none;
}

.lt-dropdown-toggle:hover {
  text-decoration: none;
}

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

.lt-dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  padding: 10px 0;
  margin-top: 1px;
  top: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ebeaeb;
  border-radius: none;
  box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}

[dir="ltr"] .lt-dropdown-menu {
  left: 0;
  text-align: left;
}

[dir="rtl"] .lt-dropdown-menu {
  right: 0;
  text-align: right;
}

[dir="rtl"] .lt-dropdown-menu {
  text-align: right;
}

.lt-dropdown-menu[aria-expanded="true"] {
  display: block;
}

.lt-dropdown-menu [role="separator"] {
  display: block;
  padding: 5px 0;
  margin: 5px 20px 10px;
  font-size: 11px;
  font-weight: normal;
  color: #969696;
  border-bottom: 1px solid #d8d8d8;
}

.lt-dropdown-menu [role="menuitem"] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333;
  text-align: start;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

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

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

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

.lt-dropdown-menu [role="menuitem"]:hover,
.lt-dropdown-menu [role="menuitem"]:focus {
  color: #333;
  text-decoration: none;
  background: #f3f3f3;
}

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

.lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-left: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.lt-dropdown-menu [role="menuitem"][hidden],
.lt-dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="ltr"] .lt-dropdown-menu-end {
  right: 0;
  left: auto;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .lt-dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-toggle--user {
  padding: 0;
  font-size: calc(15px - 5px);
  font-weight: 700;
  line-height: 24px;
  color: inherit;
  text-transform: uppercase;
  border: 0;
}
@media (max-width: 991px) {
  .lt-dropdown--topbar {
    width: 100%;
  }

  .lt-dropdown-menu--topbar {
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle {
    width: 100%;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle--user:after {
    display: none;
  }

  .lt-dropdown-menu--topbar [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Search filters */


.lt-search-filter {
  border-radius: 0;
  color: #fff;
  background-color: #292e33;
  border: 1px solid #383e45;

  &:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }

  h3 {
    padding-inline: 1.5rem;
    margin-bottom: 1rem;
  }
}

.lt-search-filter__item {
  color: rgba(0, 9, 33, 1);

  a {
    color: #fff;
  }

  &:hover,
  &:focus {
    color: #fff;

    a {
      color: #fff;
    }
  }
}

.lt-search-filter__item.is-active {
  background: rgba(192, 254, 4, 1);
  color: #292e33;

  a {
    color: #292e33;
  }

  &:hover,
  &:focus {
    a {
      color: #292e33;
    }
  }
}


.lt-search-filter__btn {
  padding: 0;
  margin: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  color: #fff;

  padding-inline: 1.5rem;

  .lt-search-filter__btn-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #fff;

    .lt-icon {
      max-height: 16px;
      color: #fff;

      svg {
        stroke: #fff;
      }
    }
  }
}

.profile-header__options button,
.post-meta__col--button button {
  cursor: pointer;
  border-radius: 0;
  color: #000000;
  border: 0;
  box-shadow: none;
  padding: 0.25rem 1rem;
  background-color: rgba(192, 254, 4, 1);
  
  &:hover,
  &:focus {
    color: #000000;
    background-color: rgba(192, 254, 4, 1);
  }
}

.post__actions button,
.comment__actions button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

/* Pill */

.lt-pill {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-color: rgba(192, 254, 4, 1);
}

.lt-pill,
.recent-activity-item-parent {
  position: relative;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  line-height: 18px;
  border-radius: none;
}

.recent-activity-item-parent:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #3a4043;
  border-radius: 20rem;
  opacity: 0.15;
}

.lt-pill--sm {
  padding: 2px 8px;
}

.lt-pill--info,
.lt-pill--success,
.lt-pill--danger,
.lt-pill--warning,
.lt-pill--open,
.lt-pill--answered,
.lt-pill--solved,
.lt-pill--closed {
  background-color: transparent;
}

.lt-pill--info:after,
.lt-pill--success:after,
.lt-pill--danger:after,
.lt-pill--warning:after,
.lt-pill--open:after,
.lt-pill--solved:after,
.lt-pill--closed:after,
.lt-pill--answered:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  border-radius: 20rem;
  opacity: 0.15;
}

.lt-pill--info:after {
  background-color: #3a4043;
  opacity: 0.15;
}

.lt-pill--success:after,
.lt-pill--solved:after,
.lt-pill--closed:after {
  background-color: #5cb85c;
  opacity: 0.15;
}

.lt-pill--danger:after,
.lt-pill--open:after {
  background-color: #d9534f;
  opacity: 0.15;
}

.lt-pill--warning:after,
.lt-pill--answered:after {
  background-color: #fad782;
  opacity: 0.15;
}

a.lt-pill:hover,
a.lt-pill:active,
a.lt-pill:focus,
.recent-activity-item-parent:hover,
.recent-activity-item-parent:active,
.recent-activity-item-parent:focus {
  color: #000;
  text-decoration: none;
  background-color: rgba(192, 254, 4, 1);
}

a.lt-pill:hover:after,
a.lt-pill:active:after,
a.lt-pill:focus:after {
  background-color: rgba(192, 254, 4, 1);
}


.community-badges-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.5rem;

  img {
    height: 1.5rem;
    width: auto;
  }
}

.topic-subscribe {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  button {
    cursor: pointer;
    display: inline-block;
    padding: 0.5625em 0.9375em 0.625em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0rem;
    outline: none;
    color: #000000;
    background-color: rgba(192, 254, 4, 1);
  }
}

.topic__new-post {
  flex-shrink: 0;
}

.community-badge-titles img {
  max-height: 1rem;
}