@charset "UTF-8";

.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; }

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 {
  padding-left: 20px;
  padding-right: 20px; }

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

.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;
  max-width: 1100px;
  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;
}