@charset "UTF-8";

/* ============ 2026 design tokens (from template.html mockup) ============ */
:root {
  --grey-text-strong: rgba(0,6,38,0.90);
  --grey-text-weak: rgba(0,9,51,0.65);
  --grey-stroke-strong: rgba(0,13,76,0.45);
  --grey-stroke-weak: rgba(0,17,102,0.10);
  --grey-fill-weak: rgba(0,21,128,0.04);

  --brand-text: #1E3A5F;
  --brand-stroke-strong: rgba(30, 58, 95, 0.80);
  --brand-stroke-weak: rgba(30, 58, 95, 0.20);
  --brand-fill: rgba(30, 58, 95, 0.05);

  --green-text: #067A58;
  --green-fill: rgba(10,204,146,0.05);

  --teal-text: #1974A8;
  --teal-fill: rgba(38,176,255,0.05);

  --logo-mark-green: #36A048; /* light-surface decorative use only */

  --bg-base: #FFFFFF;
  --bg-sunken: #F5F6FA;

  --font-base: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;

  --shadow-raised: 0 1px 2px rgba(0,13,76,0.06), 0 2px 8px rgba(0,13,76,0.08);
  --shadow-overlay: 0 4px 8px rgba(0,13,76,0.08), 0 12px 32px rgba(0,13,76,0.14);

  --radius-8: 8px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-full: 999px;

  --space-8:8px; --space-12:12px; --space-16:16px; --space-20:20px;
  --space-24:24px; --space-32:32px; --space-40:40px; --space-48:48px;
  --space-64:64px; --space-96:96px; --space-128:128px;
}

.trending-question-list li,
.recent-articles ul li,
.related-articles ul li,
.promoted-articles ul li,
.related-questions ul li, .article-list > li {
  margin-bottom: 10px; }

.visibility-internal-icon:before, .search:before, .search-result-votes, .article-vote-up:before,
.article-vote-down:before, .attachments > li a:before, .attachment-list > li:before, .dropdown-toggle:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.trending-question-list,
.recent-articles ul,
.related-articles ul,
.promoted-articles ul,
.related-questions ul, .search-results-list, .category-tree-with-article ul, .article-meta, .attachments, .article-list, .attachment-list, .searchbox-suggestions ul, .my-activities-nav ul, .my-activities-sub-nav ul {
  list-style: none;
  padding-left: 0; }

html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
   }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  
  vertical-align: baseline;
   }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
   }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
   }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
   }

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

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

  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  
  padding: 0;
   }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #505050;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

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

a {
  color: #35A047;
  text-decoration: none; }
  a:hover, a:focus {
    color: #22672e;
    text-decoration: none; }

figure {
  margin: 0; }

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

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

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

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

h1, h2, h3, h4, h5, h6,
p,
ul,
ol {
  margin: 0 0 25px; }

h1, .h1 {
  font-size: 41px;
  font-weight: 300; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 34px; } }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

b, strong {
  font-weight: 500; }

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

ul,
ol {
  margin-top: 0; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6; }

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

.clearfix:before, .category-list:before, .my-activities-nav ul:before, .clearfix:after, .category-list:after, .my-activities-nav ul:after {
  display: table;
  
  content: "";
   }

.clearfix:after, .category-list:after, .my-activities-nav ul:after {
  clear: both; }

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

.hidden {
  display: none !important; }

input[type="submit"], a[role="button"], .topbar .submit-a-request,
.topbar .login,
.topbar .language-selector .dropdown-toggle, .ask-the-community__button, .lines-button, .article-subscribe,
.article-unsubscribe, .see-all-articles, .share a, .satisfaction-box input[type=radio] ~ label, .satisfaction-box .satisfaction-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: .1px;
  padding: 6px 12px 4px 12px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  input[type="submit"]:focus, a[role="button"]:focus, .topbar .submit-a-request:focus,
  .topbar .login:focus,
  .topbar .language-selector .dropdown-toggle:focus, .ask-the-community__button:focus, .lines-button:focus, .article-subscribe:focus,
  .article-unsubscribe:focus, .see-all-articles:focus, .share a:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, input[type="submit"]:active:focus, a[role="button"]:active:focus, .topbar .submit-a-request:active:focus,
  .topbar .login:active:focus,
  .topbar .language-selector .dropdown-toggle:active:focus, .ask-the-community__button:active:focus, .lines-button:active:focus, .article-subscribe:active:focus,
  .article-unsubscribe:active:focus, .see-all-articles:active:focus, .share a:active:focus, .satisfaction-box input[type=radio] ~ label:active:focus, .satisfaction-box .satisfaction-submit:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  input[type="submit"]:hover, a[role="button"]:hover, .topbar .submit-a-request:hover,
  .topbar .login:hover,
  .topbar .language-selector .dropdown-toggle:hover, .ask-the-community__button:hover, .lines-button:hover, .article-subscribe:hover,
  .article-unsubscribe:hover, .see-all-articles:hover, .share a:hover, .satisfaction-box input[type=radio] ~ label:hover, .satisfaction-box .satisfaction-submit:hover, input[type="submit"]:focus, a[role="button"]:focus, .topbar .submit-a-request:focus,
  .topbar .login:focus,
  .topbar .language-selector .dropdown-toggle:focus, .ask-the-community__button:focus, .lines-button:focus, .article-subscribe:focus,
  .article-unsubscribe:focus, .see-all-articles:focus, .share a:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus {
    color: #35A047;
    text-decoration: none; }
  input[type="submit"]:active, a[role="button"]:active, .topbar .submit-a-request:active,
  .topbar .login:active,
  .topbar .language-selector .dropdown-toggle:active, .ask-the-community__button:active, .lines-button:active, .article-subscribe:active,
  .article-unsubscribe:active, .see-all-articles:active, .share a:active, .satisfaction-box input[type=radio] ~ label:active, .satisfaction-box .satisfaction-submit:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-default, a[role="button"], .article-subscribe,
.article-unsubscribe, .see-all-articles {
  color: #35A047;
  background-color: transparent;
  border-color: #35A047; }
  .btn-default:hover, a[role="button"]:hover, .article-subscribe:hover,
  .article-unsubscribe:hover, .see-all-articles:hover, .btn-default:focus, a[role="button"]:focus, .article-subscribe:focus,
  .article-unsubscribe:focus, .see-all-articles:focus, .btn-default:active, a[role="button"]:active, .article-subscribe:active,
  .article-unsubscribe:active, .see-all-articles:active {
    color: #267233;
    background-color: transparent;
    border-color: #267233; }
  .btn-default:active, a[role="button"]:active, .article-subscribe:active,
  .article-unsubscribe:active, .see-all-articles:active {
    background-image: none; }

.btn-primary {
  color: #fff;
  background-color: #35A047;
  border-color: #35A047; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #e0e0e0;
    background-color: #287a36;
    border-color: #267233; }
  .btn-primary:active {
    background-image: none; }

.btn-success, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #29B473;
  border-color: #29B473; }
  .btn-success:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover, .btn-success:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus, .btn-success:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: #208a58;
    border-color: #1e8253; }
  .btn-success:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #e0e0e0;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active {
    background-image: none; }

.btn-warning {
  color: #fff;
  background-color: #ffcd40;
  border-color: #ffc627; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #e0e0e0;
    background-color: #ffc00d;
    border-color: #e8ab00; }
  .btn-warning:active {
    background-image: none; }

.btn-danger, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939; }
  .btn-danger:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover, .btn-danger:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus, .btn-danger:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #ff1f1f;
    border-color: #fa0000; }
  .btn-danger:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none; }

input[type="submit"] {
  color: #fff;
  background-color: #29B473;
  border-color: #29B473; }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #e0e0e0;
    background-color: #208a58;
    border-color: #1e8253; }
  input[type="submit"]:active {
    background-image: none; }

.topbar {
  position: relative;
  width: 100%;
  background-color: #35A047;
  margin-bottom: 46px;
  color: #fff; }
  .topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector .dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
    .topbar .submit-a-request:hover, .topbar .submit-a-request:focus, .topbar .submit-a-request:active,
    .topbar .login:hover,
    .topbar .login:focus,
    .topbar .login:active,
    .topbar .language-selector .dropdown-toggle:hover,
    .topbar .language-selector .dropdown-toggle:focus,
    .topbar .language-selector .dropdown-toggle:active {
      color: #e0e0e0;
      background-color: transparent;
      border-color: #e0e0e0; }
    .topbar .submit-a-request:active,
    .topbar .login:active,
    .topbar .language-selector .dropdown-toggle:active {
      background-image: none; }
  .topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector {
    margin-bottom: 5px; }

.topbar__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .topbar__inner {
      display: table; } }

.topbar__col {
  position: relative;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .topbar__col {
      display: table-cell;
      vertical-align: middle; } }

@media (min-width: 768px) {
  .topbar__controls {
    float: right; } }

@media (max-width: 767px) {
  .topbar__collapse {
    display: none;
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .topbar__collapse {
    display: block !important; } }

@media (max-width: 767px) {
  .topbar__menu {
    padding: 0; } }

.footer {
  font-size: 14px;
  line-height: 1.1;
  color: #999;
  margin-bottom: 40px;
  text-align: center; }
  .footer a {
    color: #999; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .nesty-input:focus {
    border-color: #9ed5e7;
    outline: 0;
    box-shadow: 0 0 2px #9ed5e7; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  .nesty-input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  .nesty-input:-ms-input-placeholder {
    color: #999; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  .nesty-input::-webkit-input-placeholder {
    color: #999; }


/* Custom chevron for selects. .nesty-input is Zendesk's custom select (a real element,
   so :after works); native <select> can't take pseudo-elements, so it gets the same
   SVG as a background image. */
.nesty-input {
  position: relative;
  padding-right: 36px;
  cursor: pointer; }
  .nesty-input:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23595C70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center / 14px 14px; }

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 36px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23595C70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px; }
  select::-ms-expand {
    display: none; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 500; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555; }

textarea {
  resize: vertical;
  height: 117px; }

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

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

.form-field {
  margin-bottom: 20px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.help-block, .form-field p {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #909090; }

.container-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
 }

.trending-question-list li a,
.recent-articles ul li a,
.related-articles ul li a,
.promoted-articles ul li a,
.related-questions ul li a {
  color: #505050;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1px; }

.visibility-internal-icon:before {
  content: "\f023"; }

.error-page {
  max-width: 500px;
  margin: 0 auto; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, .my-activities-table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .table > thead > tr > th, .my-activities-table table > thead > tr > th, .table > thead > tr > td, .my-activities-table table > thead > tr > td, .table > tbody > tr > th, .my-activities-table table > tbody > tr > th, .table > tbody > tr > td, .my-activities-table table > tbody > tr > td, .table > tfoot > tr > th, .my-activities-table table > tfoot > tr > th, .table > tfoot > tr > td, .my-activities-table table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top; }
  .table > thead > tr > th, .my-activities-table table > thead > tr > th {
    vertical-align: bottom;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .my-activities-table table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .my-activities-table table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .my-activities-table table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .my-activities-table table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .my-activities-table table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .my-activities-table table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table .table, .my-activities-table table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive, .my-activities-table {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive, .my-activities-table {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, .my-activities-table > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .my-activities-table > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .my-activities-table > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .my-activities-table > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .my-activities-table > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .my-activities-table > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td, .my-activities-table > .table > tfoot > tr > td {
          white-space: nowrap; } }

main {
  padding-bottom: 40px;
  margin: 0 auto; }

.ask-the-community {
  display: block;
  color: #fff;
  padding: 10px 16px; }

.ask-the-community__button {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .ask-the-community__button:hover, .ask-the-community__button:focus, .ask-the-community__button:active {
    color: #e0e0e0;
    background-color: transparent;
    border-color: #e0e0e0; }
  .ask-the-community__button:active {
    background-image: none; }

.lines-button {
  background-color: transparent;
  padding: 7.5px 0 7.5px 7.5px;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .lines-button {
      float: right; } }
  @media (min-width: 768px) {
    .lines-button {
      display: none; } }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    -webkit-transition: 0;
            transition: 0;
    box-shadow: none;
    outline: 0; }
  .lines-button:focus {
    outline: 0; }

.lines {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.14286px center;
    transform-origin: 2.14286px center; }
  .lines:before {
    top: 7.5px; }
  .lines:after {
    top: -7.5px; }

.csstransforms3d .lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }
  .csstransforms3d .lines-button.close .lines {
    background: transparent; }
    .csstransforms3d .lines-button.close .lines:before, .csstransforms3d .lines-button.close .lines:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 30px; }
    .csstransforms3d .lines-button.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .csstransforms3d .lines-button.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

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

.logo img {
  display: block;
  width: 150px;
  height: 24px; }

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

.meta__item {
  margin-right: 6px; }
  .meta__item + .meta__item:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022"; }

.avatar {
  position: relative; }

.avatar--agent:before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #35A047; }

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

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

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

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

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

#user-dropdown [role="menuitem"] {
  padding: 10px 0; }
  @media (max-width: 767px) {
    #user-dropdown [role="menuitem"] {
      color: inherit; }
      #user-dropdown [role="menuitem"]:active, #user-dropdown [role="menuitem"]:hover {
        background-color: transparent; } }
  @media (min-width: 768px) {
    #user-dropdown [role="menuitem"] {
      padding-left: 16px;
      padding-right: 16px; } }

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

#user-dropdown, #user-dropdown[aria-expanded="false"] {
  opacity: 0; }

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

@media (max-width: 767px) {
  #user-dropdown {
    display: inline;
    position: static;
    float: none;
    background: transparent !important;
    border: 0; }
    #user-dropdown:before, #user-dropdown:after {
      display: none; } }

#user {
  display: block; }
  #user .dropdown-toggle {
    padding-right: 12px;
    color: #fff; }
    @media (max-width: 767px) {
      #user .dropdown-toggle:before, #user .dropdown-toggle:after {
        display: none; } }
  @media (min-width: 768px) {
    #user {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-bottom: 5px; } }

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%; }

#user-password,
#user-profile {
  color: #505050; }
  @media (max-width: 767px) {
    #user-password,
    #user-profile {
      background-color: #fff;
      padding: 6px 12px !important;
      border-radius: 4px;
      margin-top: 6px;
      min-width: 1px !important; } }
  #user-password [role=separator],
  #user-profile [role=separator] {
    padding: 6px 12px !important; }
  #user-password form,
  #user-profile form {
    padding: 6px 12px !important; }

#user-profile {
  font-size: 14px !important; }
  #user-profile dt {
    padding: 8px 4px  !important; }
    #user-profile dt label {
      margin-bottom: 0 !important; }
  #user-profile input[type="text"] {
    font-size: 14px !important; }

#password-form label {
  font-size: 14px !important; }

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

.breadcrumbs {
  padding: 8px 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumbs > li {
    display: inline-block; }
    .breadcrumbs > li + li:before {
      content: "› ";
      padding: 0 5px;
      color: #ccc; }

.help-center-name {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0 0 0; }
  @media (max-width: 767px) {
    .help-center-name {
      display: none; } }

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

.search-box {
  position: relative;
  z-index: 2;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .search-box {
      margin-bottom: 65px; } }

.search {
  position: relative;
  max-width: 720px;
  margin: 0 auto; }
  .search:before {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
    content: "\f002";
    color: #444; }

#query {
  background-color: #f9fbfd;
  border: 1px solid #ccc;
  border-radius: 9999em;
  color: #444;
  padding: 0 20px 0 55px;
  height: 60px;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: border 0.3s ease;
          transition: border 0.3s ease; }
  #query::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  #query:-ms-input-placeholder {
    color: #ccc; }
  #query::-webkit-input-placeholder {
    color: #ccc; }

.community #query {
  border-color: #000; }

.search input[type="submit"] {
  display: none; }

.search-results-subheading-link {
  display: none; }

.search-results-list {
  margin-bottom: 40px;
  list-style: decimal;
  margin-left: 20px; }

.search-result {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee; }

.search-result-meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb;
  margin: 10px 0 15px; }
  .search-result-meta a {
    color: #505050; }

.search-result-link {
  font-size: 18px;
  color: #35A047; }

.search-result-votes {
  padding-left: 15px;
  color: #29B473; }
  .search-result-votes:before {
    content: "\f164";
    font-size: 20px;
    margin-right: 2px; }

.sub-nav .search {
  display: none; }

.category {
  margin-bottom: 25px; }
  .category h2 > a {
    color: inherit; }
  .category h1, .category h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px; }

.category-description {
  color: #777;
  margin-bottom: 46px; }

@media (min-width: 768px) {
  .category-tree-with-article,
  .category-tree {
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  .categories {
    margin-bottom: 50px; } }

.category-list {
  padding: 0;
  margin: 0 -10px;
  list-style: none; }
  .category-list > li {
    position: relative;
    padding: 0 10px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .category-list > li {
        display: table;
        float: left;
        width: 50%;
        height: 150px; } }
    @media (min-width: 992px) {
      .category-list > li {
        width: 25%; } }
    .category-list > li a {
      display: block;
      vertical-align: middle;
      border-radius: 4px;
      padding: 20px;
      text-align: center;
      color: #fff;
      background-color: #35A047;
      -webkit-transition: all .3s ease;
              transition: all .3s ease; }
      .category-list > li a:hover {
        background-color: #267233;
        color: #e0e0e0;
        text-decoration: none; }
      @media (min-width: 768px) {
        .category-list > li a {
          display: table-cell; } }

@media (min-width: 768px) {
  .category-tree-with-article .section,
  .category-tree .section,
  .section-tree .section {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    .category-tree-with-article .section:nth-of-type(even),
    .category-tree .section:nth-of-type(even),
    .section-tree .section:nth-of-type(even) {
      padding-left: 20px; }
    .category-tree-with-article .section:nth-of-type(odd),
    .category-tree .section:nth-of-type(odd),
    .section-tree .section:nth-of-type(odd) {
      padding-right: 20px; } }

.section {
  margin-bottom: 25px; }
  .section h1, .section h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    font-weight: 300; }
  .section h3 {
    font-weight: 300; }
  .section h3 a {
    color: inherit; }

.section-description {
  margin-bottom: 46px;
  color: #777; }

.section-header {
  position: relative; }

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

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

@media (max-width: 1199px) {
  .article-header {
    margin-bottom: 40px; } }

.article {
  position: relative; }
  .article h1 {
    font-weight: 300; }
    @media (min-width: 1200px) {
      .article h1 {
        margin-bottom: 40px; } }

.article-column {
  max-width: 720px; }
  @media (min-width: 1200px) {
    .article-column {
      margin: 0 auto; } }

@media (max-width: 1199px) {
  .article-info {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px; } }

@media (min-width: 1200px) {
  .article-info {
    position: absolute;
    width: 150px;
    left: 0;
    top: 0;
    font-size: 14px; } }

@media (max-width: 1199px) {
  .article-info__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; } }

.article-meta time {
  color: #bbb; }

@media (max-width: 1199px) {
  .article-meta__item {
    display: inline-block;
    vertical-align: middle; } }

.article-meta__item--author {
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .article-meta__item--author {
      margin-right: 10px; } }

@media (min-width: 1200px) {
  .article-author-name {
    font-weight: bold; } }

.article-author-name a {
  color: #505050; }

@media (min-width: 1200px) {
  .article-follow {
    margin-top: 40px; } }

.article-body {
  margin-bottom: 30px; }

.article-vote {
  position: relative; }
  @media (min-width: 1200px) {
    .article-vote {
      border: 1px solid #eeeeee;
      border-radius: 4px;
      padding: 20px; } }

.article-vote-up,
.article-vote-down {
  width: 30px;
  height: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .article-vote-up:before,
  .article-vote-down:before {
    position: relative;
    top: -1px; }

.article-vote-up:before {
  content: "\f164"; }

.article-vote-up.article-voted {
  border-color: #29B473;
  color: #29B473; }

.article-avatar {
  display: none; }
  @media (max-width: 1199px) {
    .article-avatar {
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 1200px) {
    .article-avatar {
      display: block; } }
  .article-avatar img {
    border-radius: 100%;
    width: 20px;
    height: 20px; }
    @media (min-width: 1200px) {
      .article-avatar img {
        margin-bottom: 10px;
        width: 80px;
        height: 80px; } }

.article-vote-down {
  margin-left: 5px; }
  .article-vote-down:before {
    content: "\f165"; }
  .article-vote-down.article-voted {
    border-color: #ff5252;
    color: #ff5252; }

.article-vote-question {
  float: left;
  margin-right: 15px; }

.article-vote-controls {
  white-space: nowrap; }

.article-vote-count {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #979797; }

.article-share {
  margin-bottom: 30px; }
  .article-share ul {
    margin-top: 0; }
  @media (min-width: 768px) {
    .article-share {
      float: right; } }
  @media (min-width: 1200px) {
    .article-share {
      float: none;
      position: absolute;
      right: 0;
      top: 0; } }

.article-footer {
  margin-bottom: 30px; }

.article-attachments {
  margin-bottom: 30px; }

.attachments > li {
  margin-bottom: 10px; }

.attachments > li a:before {
  content: "\f019";
  color: #505050;
  margin-right: 10px; }

.article-more-questions {
  margin-bottom: 46px; }
  .article-more-questions a {
    white-space: nowrap; }

.article-sidebar {
  padding-top: 46px;
  border-top: 1px solid #eeeeee; }

.article-promoted span {
  font-size: 12px;
  vertical-align: middle;
  color: #fbce0a; }

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

.comment-list-header {
  padding-bottom: 12.5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }

.comment-list-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700; }

@media (min-width: 768px) {
  .comment-sorter {
    text-align: right; } }

.comment-sorter__item.is-active {
  font-weight: 700; }

.comment {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }

.comment__actions {
  position: absolute;
  top: 0;
  right: 0; }
  .comment__actions .dropdown-menu {
    right: 0;
    left: initial; }

.comment__header {
  position: relative;
  padding-left: 52px;
  margin-bottom: 25px;
  font-size: 14px; }

.comment-form__avatar,
.comment__avatar {
  position: absolute;
  top: 0;
  left: 0; }

.comment__author {
  display: block; }

@media (min-width: 768px) {
  .comment--with-side-avatar .comment__container {
    padding-left: 52px; } }

.comment__pending {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #ffcd40;
  border-radius: 4px; }

.comment__official-heading {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #29B473;
  border: 1px solid #29B473;
  border-radius: 4px; }

.comment__official-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #29B473; }

.comment--with-voting {
  padding-bottom: 25px;
  padding-left: 64px; }

.comment--official {
  padding-left: 64px; }

.comment-form {
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .comment-form {
      padding-left: 52px; } }

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none; } }

.comment-form__body {
  margin-bottom: 25px; }

.comment-form__attachments {
  margin-bottom: 25px; }

.comment-form__mark-as-solved {
  position: relative;
  padding-left: 18px; }
  .comment-form__mark-as-solved input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0; }

.share {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0; }

.share li {
  position: relative;
  margin-bottom: 5px; }
  @media (max-width: 1199px) {
    .share li {
      display: inline-block;
      vertical-align: top;
      width: 48%; } }

.share a {
  display: block; }
  .share a:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px; }
  .share a:hover {
    color: #fff; }

.share-facebook {
  color: #fff;
  background-color: #3d5b95;
  border-color: #3d5b95; }
  .share-facebook:hover, .share-facebook:focus, .share-facebook:active {
    color: #e0e0e0;
    background-color: #2e4571;
    border-color: #2b406a; }
  .share-facebook:active {
    background-image: none; }
  .share-facebook:before {
    content: "\f09a"; }

.share-twitter {
  color: #fff;
  background-color: #24aadd;
  border-color: #24aadd; }
  .share-twitter:hover, .share-twitter:focus, .share-twitter:active {
    color: #e0e0e0;
    background-color: #1c89b2;
    border-color: #1a82a9; }
  .share-twitter:active {
    background-image: none; }
  .share-twitter:before {
    content: "\f099"; }

.share-linkedin {
  color: #fff;
  background-color: #0976b4;
  border-color: #0976b4; }
  .share-linkedin:hover, .share-linkedin:focus, .share-linkedin:active {
    color: #e0e0e0;
    background-color: #075683;
    border-color: #06507a; }
  .share-linkedin:active {
    background-image: none; }
  .share-linkedin:before {
    top: -1px;
    content: "\f0e1"; }

.share-googleplus {
  color: #fff;
  background-color: #d23e30;
  border-color: #d23e30; }
  .share-googleplus:hover, .share-googleplus:focus, .share-googleplus:active {
    color: #e0e0e0;
    background-color: #aa3025;
    border-color: #a22e23; }
  .share-googleplus:active {
    background-image: none; }
  .share-googleplus:before {
    top: 2px;
    content: "\f0d5"; }

.request-table-toolbar {
  background-color: #fbfbfb;
  padding: 20px;
  margin-bottom: 46px; }

@media (min-width: 480px) {
  #quick-search {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  #quick-search {
    float: left;
    width: 50%; } }

@media (min-width: 768px) {
  #request-status-select {
    width: 20%;
    display: inline-block; } }

@media (min-width: 768px) {
  .request-table-toolbar {
    text-align: right; } }

.my-activities-table time {
  color: #bbb; }

.my-activities-table time,
.my-activities-table .request-status {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

#new_question {
  max-width: 720px; }
  #new_question input[type="submit"] {
    margin-left: 10px; }

#question_details {
  height: 78px; }

.request-table-toolbar label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }

.request {
  position: relative; }
  .request .upload-dropzone {
    margin-top: 20px; }

.request-column {
  max-width: 720px; }
  @media (min-width: 1200px) {
    .request-column {
      margin: 0 auto; } }

.request-sidebar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px; }
  .request-sidebar dt, .request-sidebar dd {
    display: inline-block;
    line-height: 1.2; }
  .request-sidebar dt:first-child,
  .request-sidebar dd {
    margin-bottom: 10px; }
  .request-sidebar dt {
    margin-left: 10px; }
    .request-sidebar dt:first-child {
      margin-left: 0; }

.request-subject {
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.request-full {
  margin-bottom: 25px; }

.request-meta {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px; }
  .request-meta small {
    display: none; }

.request-description {
  margin-bottom: 30px; }

.request-status.request-solved, .request-status.request-closed {
  color: #29B473; }

.request-status.request-new, .request-status.request-open {
  color: #ffcd40; }

.request-status.request-answered {
  color: #ff5252; }

.attachment-list > li:before {
  content: "\f0c6"; }

.new-request {
  max-width: 600px; }
  @media (min-width: 1200px) {
    .new-request {
      margin: 0 auto; } }

.searchbox {
  margin-top: 20px; }

.searchbox-suggestions li {
  margin-bottom: 5px; }

.upload-dropzone {
  padding: 20px;
  border-color: #eeeeee; }

.intro-title {
  color: inherit;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 26px; }

@media (min-width: 768px) {
  .custom-blocks {
    margin-bottom: 65px; } }

.custom-block {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 16px; }
  .custom-block a {
    display: block;
    -webkit-transition: color .3s ease;
            transition: color .3s ease; }
    .custom-block a:hover {
      text-decoration: none; }
      .custom-block a:hover svg path {
        fill: #22672e;
        -webkit-transition: fill .3s ease;
                transition: fill .3s ease; }
  .custom-block svg path {
    fill: #222; }
  .custom-block img, .custom-block svg {
    margin-bottom: 25px;
    max-width: 100%; }
  @media (min-width: 768px) {
    .custom-block {
      width: 25%; } }

.custom-block__title {
  font-size: 16px; }

.dropdown-toggle:after {
  content: "\f107";
  color: inherit;
  margin-left: 5px; }

.dropdown-menu {
  padding: 0;
  border: 0;
  font-size: 14px;
  min-width: 0 !important;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06); }

.note {
  position: relative;
  padding: 0 20px;
  border-left: 4px solid transparent;
  margin: 25px 0;
  color: #838383; }
  .note p:last-child {
    margin-bottom: 0; }

.note-title {
  margin-top: 0;
  margin-bottom: 10px; }

.note-default {
  border-color: #777777; }
  .note-default .note-title {
    color: #777777; }

.note-info {
  border-color: #5bc0de; }
  .note-info .note-title {
    color: #5bc0de; }

.note-warning {
  border-color: #ffcd40; }
  .note-warning .note-title {
    color: #ffcd40; }

.note-success {
  border-color: #29B473; }
  .note-success:before {
    color: #29B473; }
  .note-success .note-title {
    color: #29B473; }

.note-danger {
  border-color: #ff5252; }
  .note-danger:before {
    color: #ff5252; }
  .note-danger .note-title {
    color: #ff5252; }

.community {
  padding: 40px 20px 20px;
  border-radius: 4px;
  background-color: #35A047; }

.my-activities-nav {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee; }
  .my-activities-nav ul {
    margin-bottom: 0; }
  .my-activities-nav li {
    padding: 10px 16px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: #35A047;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
    .my-activities-nav li.has-link {
      background-color: #fff;
      border-color: #eeeeee; }
    .my-activities-nav li.has-link a {
      color: #5f6165; }
    @media (max-width: 767px) {
      .my-activities-nav li:first-child {
        border-radius: 4px 4px 0 0; } }
    @media (min-width: 768px) {
      .my-activities-nav li {
        float: left;
        margin-right: 5px;
        border-radius: 4px 4px 0 0; } }

.my-activities-sub-nav {
  margin-bottom: 30px; }
  .my-activities-sub-nav li {
    display: inline-block;
    background-color: #35A047;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 16px 6px 16px; }
    .my-activities-sub-nav li.has-link {
      background-color: #fff; }

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0; }
  .pagination ul > li {
    display: inline-block;
    margin-right: 6px; }
    .pagination ul > li > a,
    .pagination ul > li > span {
      display: block;
      position: relative;
      padding: 6px 16px;
      line-height: 1.6;
      text-decoration: none;
      color: #a6a6a7;
      background-color: #f6f6f6;
      border-radius: 4px; }
  .pagination ul > li > a:hover, .pagination ul > li > a:focus,
  .pagination ul > li > span:hover,
  .pagination ul > li > span:focus {
    color: #22672e;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination ul > .pagination-current > span, .pagination ul > .pagination-current > span:hover, .pagination ul > .pagination-current > span:focus,
  .pagination ul > .active > a,
  .pagination ul > .active > a:hover,
  .pagination ul > .active > a:focus,
  .pagination ul > .active > span,
  .pagination ul > .active > span:hover,
  .pagination ul > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #35A047;
    border-color: #35A047;
    cursor: default; }
  .pagination ul > .disabled > span,
  .pagination ul > .disabled > span:hover,
  .pagination ul > .disabled > span:focus,
  .pagination ul > .disabled > a,
  .pagination ul > .disabled > a:hover,
  .pagination ul > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.satisfaction-box {
  margin-top: 0;
  border-radius: 4px;
  padding: 10px 16px;
  border-color: #eeeeee;
  margin: 0 0 20px 0;
  font-size: 14px; }
  .satisfaction-box h4 {
    font-weight: normal;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px; }
    .satisfaction-box h4:last-child {
      margin-bottom: 0; }

.satisfaction-box input[type=radio][checked=checked][value=good] + label:not([class="disabled"]) {
  background-color: #29B473 !important; }

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class="disabled"]) {
  background-color: #ff5252 !important; }

.satisfaction-box input[type=radio][checked=checked] + label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.satisfaction-box label.disabled {
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important; }

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #29B473 !important; }

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important; }

.satisfaction-comment {
  margin-top: 15px; }
  .satisfaction-comment label {
    font-weight: normal; }

.satisfaction-box .satisfaction-submit {
  color: #fff !important;
  background-color: #208a58 !important;
  border-color: #1e8253 !important;
  margin-left: 15px !important; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.community-nav__item {
  float: left; }
  .community-nav__item + .community-nav__item {
    margin-left: 12px; }
  .community-nav__item.is-active {
    font-weight: 700; }

.community-nav__item--button {
  float: right; }

.vote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 40px; }
  .vote [aria-selected=true] {
    z-index: 2; }

.vote-sum {
  display: block;
  padding-top: 6.25px;
  padding-bottom: 6.25px;
  font-weight: 700;
  text-align: center; }

.vote-control {
  position: relative;
  z-index: 1;
  display: block;
  padding: 4.16667px 0;
  font-size: 16px;
  color: #505050;
  border-color: #eeeeee; }
  .vote-control:hover, .vote-control:active {
    z-index: 2; }

.topic-list-item:nth-child(2n+1) {
  clear: left; }

.topic-list-item__box {
  padding: 25px 12px;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.topic-list-item__title {
  margin-bottom: 12.5px; }

.topic {
  padding-bottom: 12.5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }
  @media (min-width: 768px) {
    .topic {
      display: table;
      width: 100%; } }

.topic__col {
  display: table-cell;
  vertical-align: top; }

@media (min-width: 768px) {
  .topic__col--title {
    width: 100%;
    padding-right: 12px; } }

@media (min-width: 768px) {
  .topic__col--new-post {
    white-space: nowrap;
    text-align: right; } }

.topic__title {
  font-size: 28px;
  margin-bottom: 12.5px; }

.topic-filters__item {
  float: left;
  margin-right: 6px; }
  @media (max-width: 767px) {
    .topic-filters__item {
      margin-bottom: 12.5px; } }

.topic-controls {
  margin-bottom: 25px; }

.topic-controls__item {
  float: left; }

.topic-followers {
  margin-right: 6px; }

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap; } }

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle; }

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

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #35A047;
  background-color: transparent;
  border-color: #35A047; }
  .topic-controls__item--subscribe .dropdown-toggle:hover, .topic-controls__item--subscribe .dropdown-toggle:focus, .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    color: #267233;
    background-color: transparent;
    border-color: #267233; }
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    background-image: none; }

.post-wrapper {
  max-width: 720px;
  position: relative; }

.post {
  position: relative;
  padding-left: 64px;
  margin-bottom: 25px; }

.post__title {
  font-size: 28px;
  padding-right: 18px; }
  @media (min-width: 768px) {
    .post__title {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .post__title {
      font-size: 41px; } }

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
  color: #35A047;
  background-color: transparent;
  border-color: #35A047; }
  .post-follow .post-subscribe:hover, .post-follow .post-subscribe:focus, .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:hover,
  .post-follow .post-unsubscribe:focus,
  .post-follow .post-unsubscribe:active {
    color: #267233;
    background-color: transparent;
    border-color: #267233; }
  .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:active {
    background-image: none; }

.post-meta {
  margin-bottom: 12.5px;
  font-size: 14px;
  list-style: none;
  padding-left: 0; }

.post-meta__item {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8.33333px;
  vertical-align: middle; }

@media (max-width: 1199px) {
  .post-meta__item--author {
    margin-right: 12px; } }

.post-author-name {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle; }

.post-avatar {
  display: inline-block;
  vertical-align: middle; }
  .post-avatar img {
    margin-right: 6px; }

.post__text {
  word-wrap: break-word; }

@media (min-width: 1200px) {
  .post-share {
    float: none;
    position: absolute;
    right: -112px;
    top: 0; } }

.post-controls {
  position: absolute;
  top: 0;
  right: 0; }
  .post-controls .dropdown-toggle {
    font-size: 0; }
    .post-controls .dropdown-toggle:after {
      font-size: 22px; }
  .post-controls .dropdown-menu {
    left: initial;
    right: 0; }

.post-list-item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .post-list-item {
      display: table;
      width: 100%; } }

.post-list-item__title {
  font-size: 20px;
  margin-bottom: 12.5px; }
  .post-list-item__title .fa-star {
    font-size: 60%; }

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%; } }

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right; } }

.post-info {
  color: #979797;
  font-size: 14px; }
  @media (min-width: 768px) {
    .post-info {
      float: right;
      text-align: center;
      min-width: 90px;
      background-color: #f9f9f9;
      border-radius: 4px;
      padding: 6px 12px; } }

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: #505050;
    font-weight: 700; } }

.post-info + .post-info {
  margin-right: 12px; }

.post-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px; }

.post-status--completed,
.post-status--answered {
  background-color: #29B473; }

.post-status--planned {
  background-color: #35A047; }

.post-status--not-planned {
  color: #505050;
  background-color: #eeeeee; }

.new-post-title {
  font-size: 28px; }
  @media (min-width: 768px) {
    .new-post-title {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .new-post-title {
      font-size: 41px; } }

.new-post-form {
  margin-bottom: 25px; }

.table {
  border-collapse: collapse;
}

.table th {
	border-bottom: 2px #DDD solid;
  border-top: 3px #329F48 solid; 
  padding: 10px 15px; 
  color: #329F48;
}

.table td {
	border-bottom: 1px #DDD solid; 
  padding: 10px 15px;
}

.inline-code {
    background-color: #edf2f7;
    color: #c53030;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9em;
}

.callout {
    background-color: #ebf8ff;
    border-left: 4px solid #3182ce;
    padding: 1rem 1.25rem;
    border-radius: 0 6px 6px 0;
    margin: 1.5rem 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout-title {
    font-weight: 600;
    color: #2b6cb0;
    margin-bottom: 0.25rem;
}

.callout-warn {
    background-color: #fffaf0;
    border-left-color: #dd6b20;
}

.callout-warn .callout-title {
    color: #c05621;
}
/* ======================================================================
   2026 direction (from template.html mockup)
   Appended last so it wins over the legacy topbar/footer/dropdown rules.
   ====================================================================== */

/* Headings match the homepage hero title: dark navy, weight 700. The legacy
   .section / .article rules force weight 300 and out-rank a bare tag selector,
   so they're listed here too. */
h1, h2, h3, h4, h5, h6,
.section h1, .section h2, .section h3,
.article h1 {
  font-weight: 700;
  color: var(--grey-text-strong); }

.wrap {
  margin: 0 auto;
  padding: 0 var(--space-32); }

/* ============ NAV ============ */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-16);
  padding: var(--space-20) var(--space-32);
  border-bottom: 1px solid var(--grey-stroke-weak);
  margin: 0 auto;
  color: var(--grey-text-strong); }

/* Legacy topbar carried a 46px bottom margin that every page relied on;
   restore it on the content wrapper (the homepage hero pulls back up). */
.site-nav + .container {
  padding-top: var(--space-64); }

.logo-group {
  display: flex;
  align-items: center;
  gap: var(--space-16); }
  .logo-group .logo {
    display: block;
    line-height: 0; }
  .logo-group img {
    width: 150px;
    height: auto;
    display: block; }
  .logo-group .divider {
    width: 1px;
    height: 22px;
    background: var(--grey-stroke-weak); }
  .logo-group .product-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-text-weak);
    white-space: nowrap;
    line-height: 1;
    position: relative;
    top: 2px;
  }

.nav-right {
  display: flex;
  align-items: center;
  gap: var(--space-16); }

/* Language selector: Zendesk dropdown toggle styled as the mockup's .lang-select */
.nav-right .language-selector {
  display: block;
  margin: 0; }
.lang-select {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--grey-text-weak);
  padding: 8px 12px;
  border: 1px solid var(--grey-stroke-weak);
  border-radius: var(--radius-8);
  cursor: pointer;
  white-space: nowrap; }
  .lang-select:hover, .lang-select:focus {
    color: var(--grey-text-strong);
    border-color: var(--grey-stroke-strong);
    text-decoration: none; }
  .lang-select svg {
    width: 14px;
    height: 14px;
    stroke: currentColor; }
  .lang-select.dropdown-toggle:after {
    display: none; }

/* Submit a request ({{link 'new_request'}}) */
.btn-outline {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--brand-text);
  padding: 9px 16px;
  border: 1px solid var(--brand-stroke-strong);
  border-radius: var(--radius-8);
  background: transparent;
  white-space: nowrap;
  -webkit-transition: background .15s ease;
          transition: background .15s ease; }
  .btn-outline:hover, .btn-outline:focus {
    color: var(--brand-text);
    background: var(--brand-fill);
    text-decoration: none; }

/* Sign in / user menu ({{user_info}}): .login when signed out, #user dropdown when signed in */
.btn-ghost,
.nav-right .login,
#user .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--grey-text-weak);
  padding: 9px 16px;
  border-radius: var(--radius-8);
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background .15s ease, color .15s ease;
          transition: background .15s ease, color .15s ease; }
  .btn-ghost:hover, .btn-ghost:focus,
  .nav-right .login:hover, .nav-right .login:focus,
  #user .dropdown-toggle:hover, #user .dropdown-toggle:focus {
    color: var(--grey-text-strong);
    background: var(--grey-fill-weak);
    text-decoration: none; }

.nav-right #user {
  display: block;
  margin: 0; }
  .nav-right #user .user-avatar {
    width: 24px;
    height: 24px; }

/* Dropdown menus (language + user). Zendesk's dropdown JS toggles aria-expanded
   on the menu; don't rely on platform CSS for positioning/visibility. */
.nav-right .dropdown {
  position: relative; }
.nav-right .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 100;
  min-width: 160px;
  float: none;
  margin-top: 6px;
  padding: 6px 0;
  background: var(--bg-base);
  border: 1px solid var(--grey-stroke-weak);
  border-radius: var(--radius-8);
  box-shadow: var(--shadow-overlay);
  font-size: 14px; }
  .nav-right .dropdown-menu [role="menuitem"],
  .nav-right #user-dropdown [role="menuitem"] {
    display: block;
    padding: 8px 14px;
    color: var(--grey-text-strong);
    white-space: nowrap; }
    .nav-right .dropdown-menu [role="menuitem"]:hover,
    .nav-right .dropdown-menu [role="menuitem"]:focus,
    .nav-right #user-dropdown [role="menuitem"]:hover,
    .nav-right #user-dropdown [role="menuitem"]:focus {
      background: var(--grey-fill-weak);
      color: var(--grey-text-strong);
      text-decoration: none; }
  .nav-right .dropdown-menu[aria-expanded="true"] {
    display: block; }
  .nav-right .dropdown-menu [role="separator"],
  .nav-right #user-dropdown [role="separator"] {
    margin: 6px 0;
    border-top: 1px solid var(--grey-stroke-weak); }

/* ============ HERO ============ */
.help-hero {
  background: var(--bg-sunken);
  padding: var(--space-96) 0 var(--space-64);
  text-align: center;
  /* pull up over .container's top padding so the hero sits flush under the nav */
  margin: calc(-1 * var(--space-64)) 0 0; }
  .help-hero h1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: var(--grey-text-strong);
    margin: 0 0 var(--space-16); }
  .help-hero p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--grey-text-weak);
    max-width: 520px;
    margin: 0 auto; }
  .help-hero .btn-primary {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background: var(--brand-text);
    border: 0;
    padding: 12px 28px;
    border-radius: var(--radius-8);
    margin-top: var(--space-32);
    -webkit-transition: filter .15s ease;
            transition: filter .15s ease; }
    .help-hero .btn-primary:hover, .help-hero .btn-primary:focus {
      color: #fff;
      background: var(--brand-text);
      filter: brightness(0.9);
      text-decoration: none; }

/* ============ QUICK LINKS ============ */
.quick-links {
  padding: var(--space-64) 0 var(--space-96); }

.hc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-24);
  max-width: 680px;
  margin: 0 auto; }

.hc-card {
  display: block;
  background: var(--bg-sunken);
  border: 1px solid var(--grey-stroke-weak);
  border-radius: var(--radius-16);
  padding: var(--space-32);
  color: var(--grey-text-strong);
  -webkit-transition: border-color .15s ease;
          transition: border-color .15s ease; }
  .hc-card:hover, .hc-card:focus {
    border-color: var(--grey-stroke-strong);
    color: var(--grey-text-strong);
    text-decoration: none; }
  .hc-card .label {
    font-size: 18px;
    font-weight: 700;
    color: var(--grey-text-strong);
    margin: 0 0 10px; }
  .hc-card p.desc {
    font-size: 14px;
    color: var(--grey-text-weak);
    line-height: 1.6;
    margin: 0; }

.link-icon {
  width: 40px;
  height: 40px;
  margin-bottom: var(--space-20);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(54,160,72,0.08); }
  .link-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--logo-mark-green);
    stroke-width: 1.75;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round; }

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--space-8);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--green-text); }
  .status-chip .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-text); }

/* ============ FOOTER ============ */
.footer {
  padding: var(--space-32) 0 var(--space-64);
  margin: 0;
  text-align: center; }
  .footer p {
    font-size: 13px;
    line-height: 1.4;
    color: var(--grey-stroke-strong);
    margin: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 720px) {
  .site-nav {
    flex-wrap: wrap;
    row-gap: var(--space-12);
    padding: var(--space-16) var(--space-20); }
  .nav-right {
    margin-left: auto;
    gap: var(--space-8); }
  .btn-outline,
  .btn-ghost,
  .nav-right .login,
  #user .dropdown-toggle {
    padding: 8px 12px; }
  .nav-right .language-selector {
    display: none; }
  .logo-group .product-label,
  .logo-group .divider {
    display: none; }
  .hc-card-grid {
    grid-template-columns: 1fr;
    max-width: 340px; }
  .help-hero {
    padding: var(--space-64) 0 var(--space-48); }
  .help-hero h1 {
    font-size: 28px;
    line-height: 36px; }
  .wrap {
    padding: 0 var(--space-20); } }

/* ============ USER PROFILE PAGE ============ */
.profile-page {
  padding-bottom: var(--space-64); }

.profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--space-32);
  padding-bottom: var(--space-32);
  margin-bottom: var(--space-32);
  border-bottom: 1px solid var(--grey-stroke-weak); }

.profile-info {
  flex: 1 1 420px;
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "avatar name options"
    "desc   desc desc"
    "stats  stats stats";
  column-gap: var(--space-20);
  row-gap: var(--space-16);
  align-items: center; }

.profile-avatar {
  grid-area: avatar;
  position: relative;
  width: 72px;
  height: 72px; }
  .profile-avatar .avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--grey-stroke-weak);
    background: var(--bg-sunken); }
  .profile-avatar-agent:after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--logo-mark-green);
    box-shadow: 0 0 0 2px var(--bg-base); }

.basic-info {
  grid-area: name;
  min-width: 0; }
  .basic-info .name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--grey-text-strong);
    margin: 0;
    overflow-wrap: anywhere; }
    .basic-info .name a {
      color: inherit; }
    .basic-info .name a:hover {
      text-decoration: underline; }

.profile-info .options {
  grid-area: options;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-8); }
  /* {{edit}} and {{subscribe}} render links/buttons; style them like the nav's outline button */
  .profile-info .options a,
  .profile-info .options button {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--brand-text);
    background: transparent;
    padding: 8px 14px;
    border: 1px solid var(--brand-stroke-strong);
    border-radius: var(--radius-8);
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background .15s ease;
            transition: background .15s ease; }
    .profile-info .options a:hover, .profile-info .options a:focus,
    .profile-info .options button:hover, .profile-info .options button:focus {
      color: var(--brand-text);
      background: var(--brand-fill);
      text-decoration: none; }

.profile-private-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-text-weak);
  background: var(--grey-fill-weak);
  border: 1px solid var(--grey-stroke-weak);
  border-radius: var(--radius-full);
  padding: 3px 10px; }

.profile-info .description {
  grid-area: desc;
  font-size: 15px;
  line-height: 24px;
  color: var(--grey-text-weak);
  margin: 0; }

.profile-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16) var(--space-32); }
  .profile-stats .stat {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .profile-stats .stat-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--grey-text-weak); }
  .profile-stats .stat-value {
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-text-strong); }

.profile-stats-activity {
  grid-area: stats; }

.profile-stats-counters {
  flex: 0 0 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16) var(--space-24);
  padding: var(--space-20) var(--space-24);
  background: var(--bg-sunken);
  border: 1px solid var(--grey-stroke-weak);
  border-radius: var(--radius-12); }

/* Filter tabs (Activity overview / Articles / Comments / Posts ...) */
.profile-nav {
  margin-bottom: var(--space-32);
  border-bottom: 1px solid var(--grey-stroke-weak); }
  .profile-nav .collapsible-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-24); }
    .profile-nav .collapsible-nav-list li {
      font-size: 14px;
      font-weight: 500;
      padding-bottom: 12px;
      margin-bottom: -1px;
      border-bottom: 2px solid transparent;
      color: var(--grey-text-weak); }
      .profile-nav .collapsible-nav-list li a {
        color: inherit; }
      .profile-nav .collapsible-nav-list li a:hover {
        color: var(--grey-text-strong); }
      .profile-nav .collapsible-nav-list li[aria-selected="true"] {
        color: var(--brand-text);
        border-bottom-color: var(--brand-text); }

/* Section header + sort dropdown */
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-8) var(--space-16);
  margin-bottom: var(--space-16); }
  .profile-section-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--grey-text-strong);
    margin: 0;
    text-transform: capitalize; }
  .profile-section-description {
    font-size: 14px;
    color: var(--grey-text-weak); }
  .profile-section-sorter {
    position: relative;
    margin-left: auto;
    font-size: 14px;
    color: var(--grey-text-weak); }
    .profile-section-sorter .dropdown-toggle {
      cursor: pointer;
      padding: 6px 10px;
      border: 1px solid var(--grey-stroke-weak);
      border-radius: var(--radius-8); }
    .profile-section-sorter .dropdown-toggle:hover {
      color: var(--grey-text-strong);
      border-color: var(--grey-stroke-strong); }
    .profile-section-sorter .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 100;
      min-width: 160px;
      margin-top: 6px;
      padding: 6px 0;
      background: var(--bg-base);
      border: 1px solid var(--grey-stroke-weak);
      border-radius: var(--radius-8);
      box-shadow: var(--shadow-overlay); }
    .profile-section-sorter .dropdown-menu[aria-expanded="true"] {
      display: block; }
    .profile-section-sorter .dropdown-menu [role="menuitem"] {
      display: block;
      padding: 8px 14px;
      color: var(--grey-text-strong);
      white-space: nowrap; }
    .profile-section-sorter .dropdown-menu [role="menuitem"]:hover,
    .profile-section-sorter .dropdown-menu [role="menuitem"][aria-selected="true"] {
      background: var(--grey-fill-weak);
      color: var(--grey-text-strong); }

/* Activity / contribution lists */
.profile-activity-list,
.profile-contribution-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .profile-activity-list > li,
  .profile-contribution-list > li {
    padding: var(--space-24) 0;
    border-bottom: 1px solid var(--grey-stroke-weak); }
  .profile-activity-list > li:last-child,
  .profile-contribution-list > li:last-child {
    border-bottom: 0; }

.profile-activity-header {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  margin-bottom: var(--space-12); }
  .profile-activity-header .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex: none; }
  .profile-activity-description {
    font-size: 14px;
    color: var(--grey-text-weak);
    margin: 0; }

.profile-activity-contribution {
  padding-left: 44px; }

.profile-contribution-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-8);
  margin-bottom: 4px; }
  .profile-contribution-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0; }
    .profile-contribution-title a {
      color: inherit; }
    .profile-contribution-title a:hover {
      text-decoration: underline; }

.contribution-status,
.contribution-pending,
.contribution-official {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  border: 1px solid transparent; }
.contribution-status {
  color: var(--teal-text);
  background: var(--teal-fill);
  border-color: rgba(25,116,168,0.25); }
.contribution-status.contribution-completed,
.contribution-status.contribution-answered {
  color: var(--green-text);
  background: var(--green-fill);
  border-color: rgba(6,122,88,0.25); }
.contribution-status.contribution-not-planned {
  color: var(--grey-text-weak);
  background: var(--grey-fill-weak);
  border-color: var(--grey-stroke-weak); }
.contribution-pending {
  color: #8a5a00;
  background: rgba(255,205,64,0.12);
  border-color: rgba(255,205,64,0.5); }
.contribution-official {
  color: var(--green-text);
  background: var(--green-fill);
  border-color: rgba(6,122,88,0.25); }

.profile-contribution-breadcrumbs {
  padding: 0;
  margin: 0 0 var(--space-8);
  font-size: 13px;
  color: var(--grey-text-weak); }
  .profile-contribution-breadcrumbs > li > a {
    color: var(--grey-text-weak); }
  .profile-contribution-breadcrumbs > li > a:hover {
    color: var(--grey-text-strong); }
  .profile-contribution-breadcrumbs > li + li:before {
    color: var(--grey-stroke-strong); }

.profile-contribution-body {
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-text-strong);
  margin: 0 0 var(--space-8);
  overflow-wrap: anywhere; }

.profile-contribution-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--grey-text-weak); }
  .profile-contribution-meta .meta-data + .meta-data:before {
    content: "\2022";
    margin: 0 8px;
    color: var(--grey-stroke-strong); }
  .profile-contribution-meta .comment-link {
    color: var(--brand-text); }

.no-activity,
.private-activity {
  display: block;
  padding: var(--space-48) var(--space-24);
  text-align: center;
  font-size: 15px;
  color: var(--grey-text-weak);
  background: var(--bg-sunken);
  border: 1px solid var(--grey-stroke-weak);
  border-radius: var(--radius-12); }

@media (max-width: 720px) {
  .profile-header {
    gap: var(--space-24); }
  .profile-info {
    flex-basis: 100%;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "avatar  name"
      "options options"
      "desc    desc"
      "stats   stats"; }
  .profile-avatar,
  .profile-avatar .avatar {
    width: 56px;
    height: 56px; }
  .basic-info .name {
    font-size: 20px;
    line-height: 28px; }
  .profile-stats-counters {
    flex-basis: 100%; }
  .profile-activity-contribution {
    padding-left: 0; }
  .profile-section-sorter {
    margin-left: 0; } }
