@charset "UTF-8";
/* temp hide all login related items */
.user-menu-mobile .login,
.user-nav .login,
.not-logged-in,
.article-footer {
  display: none !important;
}

@font-face {
  font-family: RoverFontAwesome;
  src: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/fontawesome-webfont.woff);
}

@font-face {
  font-family: "Averta-Regular";
  src: url(/hc/theming_assets/01J0365XA5Z7Y3AKBFFR6RD7DV) format("woff2"),
    url(/hc/theming_assets/01J0365YKEHRF22HDRRQH2FK7T) format("woff");
  font-display: fallback;
  unicode-range: U+A, U+D, U+20-7E, U+A9, U+D7, U+2010-201F, U+2026, U+1F1F8,
    U+1F1FA; /* Basic Latin glyphs + some common extras */
}

@font-face {
  font-family: "Averta-Regular";
  src: url(/hc/theming_assets/01K3NDY2CNEF7XACCEXC6YVYN9) format("woff2"),
    url(/hc/theming_assets/01K3NDY3H5HJW918BPME7HMY82) format("woff");
  font-display: fallback;
  unicode-range: U+A1-A8, U+AA-D6, U+D8-2009, U+2027-1F1F7, U+1F1F9,
    U+1F1FB-E0000; /* Extended Glyphs: should almost never load in english locales */
}

@font-face {
  font-family: "Averta-Semibold";
  src: url(/hc/theming_assets/01J0365X3VYYDGXQT1F1V6MTHV) format("woff2"),
    url(/hc/theming_assets/01J0365Y1QQSXVGHS2HVVNXYHJ) format("woff");
  font-display: fallback;
  unicode-range: U+A, U+D, U+20-7E, U+A9, U+D7, U+2010-201F, U+2026, U+1F1F8,
    U+1F1FA; /* Basic Latin glyphs + some common extras */
}

@font-face {
  font-family: "Averta-Semibold";
  src: url(/hc/theming_assets/01K3NDY2YPBCDFBF93RCYR135W) format("woff2"),
    url(/hc/theming_assets/01K3NDY3K86RSTVJCXKX4ZAPCW) format("woff");
  font-display: fallback;
  unicode-range: U+A1-A8, U+AA-D6, U+D8-2009, U+2027-1F1F7, U+1F1F9,
    U+1F1FB-E0000; /* Extended Glyphs: should almost never load in english locales */
}

@font-face {
  font-family: "Averta-Extrabold";
  src: url(/hc/theming_assets/01J0365WYK90QCBKEFNKPTQTVR) format("woff2"),
    url(/hc/theming_assets/01J0365YKEHRF22HDRRQH2FK7T) format("woff");
  font-display: fallback;
  unicode-range: U+A, U+D, U+20-7E, U+A9, U+D7, U+2010-201F, U+2026, U+1F1F8,
    U+1F1FA; /* Basic Latin glyphs + some common extras */
}

@font-face {
  font-family: "Averta-Extrabold";
  src: url(/hc/theming_assets/01J0365WRRXCT0Z7EXAPE9E4WY) format("woff2"),
    url(/hc/theming_assets/01J0365XZP0DJ0VA6S35J9F81H) format("woff");
  font-display: fallback;
  unicode-range: U+A1-A8, U+AA-D6, U+D8-2009, U+2027-1F1F7, U+1F1F9,
    U+1F1FB-E0000; /* Extended Glyphs: should almost never load in english locales */
}

h1,
h2 {
  font-family: Averta-Extrabold, sans-serif !important;
}
h3,
h4,
h5,
h6 {
  font-family: Averta-Semibold, sans-serif !important;
}

/* zopim Chat window */

@keyframes zopimLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zopim {
  /* display:none !important; */
  animation-name: zopimLoad;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
/* Base styles */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 
html {
  background-color: #FFFFFF;
} */

body {
  /* color: #464A48;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; */
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

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

img[width],
img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #2e67d1;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir="rtl"] table {
  text-align: right;
}

td,
th {
  border-color: #eee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #828282;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
}

h1 {
  font-size: 20px;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input,
textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea,
input[type="text"] {
  width: 100%;
}

input,
textarea,
select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #62686e;
}

:-ms-input-placeholder {
  color: #62686e;
}

::-moz-placeholder {
  color: #62686e;
}

/* Buttons */
button,
[role="button"],
[type="button"],
[type="submit"] {
  border-radius: 4px;
  border: 1px solid #ddd;
  /* color: #1A74B0; */
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role="button"]:hover {
  text-decoration: none;
}

input[type="submit"] {
  background: #444;
  border-color: transparent;
  color: #fff;
  padding: 10px 30px;
}

input[type="submit"][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img,
[role="button"] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img,
[dir="rtl"] [role="button"] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-family: Averta-Semibold;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

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

.form-field p {
  color:#1f2124;
  font-size: 11px;
}

.form-field input[type="number"],
.form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01J0365XQPDMPKK7H4Z0HB93WQ") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li,
.nav-bordered li,
.nav-spaced li {
  display: inline-block;
  font-family: Averta-Semibold;
  font-weight: bold;
}

.nav li a,
.nav-bordered li a,
.nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 24px;
  padding: 0 0 0 24px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir="rtl"] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #2e67d1;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
  color: #2e67d1;
}

*/ Labels .label,
.request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta,
.meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li,
.share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px;
}
[dir="rtl"] .pagination li {
  float: right;
}

.pagination a,
.pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #828282;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}
.markdown ul,
.markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eee;
  color: #828282;
  font-style: italic;
  padding: 0 15px;
}

h1 {
  color: #333;
  font-size: 32px;
  margin: 0.8em 0;
}

/* ====================================================
   Content frame
   ==================================================== */
main,
.header-inner {
  width: 100%;
}

.header {
  /* background: #FFFFFF; */
  border-bottom: 1px solid #eee;
}

.header-inner {
  display: table;
  height: 100px;
}

.logo,
.user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo img {
  max-height: 60px;
}

.user-nav {
  text-align: right;
}
.user-nav > * {
  display: inline-block;
  margin: 0 0 0 25px;
}
[dir="rtl"] .user-nav {
  text-align: left;
}
[dir="rtl"] .user-nav > * {
  margin: 0 25px 0 0;
}

/*
 * Column size
 */
.main-column,
.side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 600px;
}

.side-column {
  width: 250px;
  margin-left: 45px;
}
[dir="rtl"] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* ====================================================
   Search
   ==================================================== */
.search-box {
  position: relative;
  /* background: #00bd70; */
  padding: 35px 0;
}

.search-box:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 5px;
  right: 0px;
  top: 0;
  bottom: 0;
  /* box-shadow: -894px 0 #00bd70, 894px 0 #00bd70; */
  display: block;
}

.search-box .search {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}

.search-box .search input {
  border: 0;
  display: inline-block;
  height: 90px;
  outline: 0;
  vertical-align: middle;
}

.search-box .search input[type="search"],
.search-box .search input[type="text"] {
  line-height: 1.2em;
  border-radius: 8px 0 0 8px;
  background: #fff;
  font-size: 20px;
  padding: 35px 100px 35px 30px;
  width: 700px;
}
[dir="rtl"] .search-box .search input[type="search"],
[dir="rtl"] .search-box .search input[type="text"] {
  border-radius: 0 8px 8px 0;
}

.search-box .search input[type="submit"] {
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 0 8px 8px 0;
  border: 0;
  bottom: 0;
  box-shadow: none;
  color: #fff;
  font-size: 26px;
  font-family: Averta-Semibold;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 0 40px;
  position: absolute;
  right: 0;
}
[dir="rtl"] .search-box .search input[type="submit"] {
  border-radius: 8px 0 0 8px;
  left: 0;
  right: auto;
}

.sub-nav .search {
  float: right;
  position: relative;
}
[dir="rtl"] .sub-nav .search {
  float: left;
}

.sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 16px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  z-index: 1;
}

.sub-nav .search input[type="search"],
.sub-nav .search input[type="text"] {
  padding: 6px 10px 6px 35px;
  height: 30px;
  width: 100%;
}
[dir="rtl"] .sub-nav .search input[type="search"],
[dir="rtl"] .sub-nav .search input[type="text"] {
  padding: 6px 35px 6px 10px;
}

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

/* ====================================================
   Navigation pages
   ==================================================== */
.help-center-name {
  color: #fff;
  font-size: 60px;
  font-family: Averta-Semibold;
  font-weight: bold;
  margin: 65px 0 50px 0;
  text-align: center;
  text-transform: uppercase;
}

.help-center-name + .search {
  margin-bottom: 135px;
}

.category-tree {
  border-color: rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px 0;
  padding: 20px 30px;
}

.category-tree h2 ~ *,
.category-tree h3 ~ * {
  display: none;
}

.category-tree .category {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  width: 49.5%;
}

.category-tree .category h2 {
  margin: 12px 0;
}

.category-tree .category h2 a {
  color: inherit;
  font-weight: lighter;
}

.category-tree .section h3 {
  margin: 0;
}

.category-tree .section h3 a {
  color: inherit;
  font-family: Averta-Semibold;
  font-size: 14px;
}

.category-tree .section {
  margin: 5px 20px;
}

.category-tree .article-list,
.category-tree .section-empty a {
  margin: 20px;
}

.category-tree .section-empty a {
  display: block;
}

.category-tree .article-list li {
  margin-bottom: 5px;
}

.category-description,
.section-description {
  color: #bbb;
  margin-bottom: 30px;
  margin-top: 0px;
}

.section-tree .section {
  display: inline-block;
  padding: 0 50px 50px 0;
  vertical-align: top;
  width: 49.5%;
}

.section-tree .section h3 {
  font-family: Averta-Semibold;
  margin-bottom: 20px;
}

.section-tree .section h3 a {
  color: inherit;
}

.section-tree .article-list li {
  margin-bottom: 5px;
}

.section-subscribe,
.section-unsubscribe,
.article-subscribe,
.article-unsubscribe {
  float: right;
}

.section-subscribe [role="button"],
.section-unsubscribe,
.article-subscribe,
.article-unsubscribe {
  background: #ededed;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  padding: 0 10px;
}

.article-list li {
  padding: 15px 0px 15px 0px;
}

.see-all-articles {
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 10px;
}

.category-tree .see-all-articles {
  position: relative;
  top: -10px;
  left: 20px;
}

/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
}
.community .recent-activity h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.community h4 {
  color: #111111;
  float: right;
  font-size: 13px;
  margin: 0;
}
[dir="rtl"] .community h4 {
  float: left;
}

.community h4 a {
  font-weight: normal;
  font-size: 11px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted span {
  cursor: default;
  font-family: "entypo";
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

/* ====================================================
   Sub nav
   ==================================================== */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: none;
}
.sub-nav > * {
  display: table-cell;
}
.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}
.sub-nav .search {
  width: 300px;
}

/* Article */
.article-column {
  width: 700px;
}

h1 .visibility-internal-icon:before {
  width: auto;
  min-width: 13px;
  margin-right: 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body {
  line-height: 2;
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 49px;
}

.article-body p img {
  background: white;
  border: 1px solid #ebeeef;
  border-radius: 4px;
  padding: 10px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote,
.article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.article-vote-count {
  min-width: 20%;
}

.article-vote-up,
.article-vote-down {
  width: 25px;
  color: #404347;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 26px;
  margin: 24px 16px 0px 0px;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid #d7dce0;
  pointer-events: auto;
}

/* Article votes */


/* SE */
.article-vote-down-sv:before{
  content: "Nej";
}

.article-vote-up-sv:before{
  content: "Ja";
}

/* GB */
  .article-vote-down-en-gb:before{
    content: "No";
  }

  .article-vote-up-en-gb:before{
    content: "Yes";
  }

/* DE */
  .article-vote-down-de:before{
    content: "Nein";
  }

  .article-vote-up-de:before{
    content: "Ja";
  }

/* FR */
  .article-vote-down-fr-fr:before{
    content: "No";
  }

  .article-vote-up-fr-fr:before{
    content: "Yes";
  }

  /* NO */
  .article-vote-down-no:before{
    content: "No";
  }

  .article-vote-up-no:before{
    content: "Yes";
  }

  /* NL */
  .article-vote-down-nl:before{
    content: "No";
  }

  .article-vote-up-nl:before{
    content: "Yes";
  }

  /* IT */
  .article-vote-down-it:before{
    content: "No";
  }

  .article-vote-up-it:before{
    content: "Yes";
  }

  /* ES */
  .article-vote-down-es:before{
    content: "No";
  }

  .article-vote-up-es:before{
    content: "Yes";
  }

/* CA */
  .article-vote-down-en-ca:before{
    content: "No";
  }

  .article-vote-up-en-ca:before{
    content: "Yes";
  }

  .article-vote-down-fr-ca:before{
    content: "No";
  }

  .article-vote-up-fr-ca:before{
    content: "Yes";
  }

/* US */

  .article-vote-down-en-us:before{
    content: "No";
  }

  .article-vote-up-en-us:before{
    content: "Yes";
  }


  /* IE */
  .article-vote-down-ie:before{
    content: "No";
  }

  .article-vote-up-ie:before{
    content: "Yes";
  }

  /* DK */
  .article-vote-down-da:before{
    content: "No";
  }

  .article-vote-up-da:before{
    content: "Yes";
  }

  /* PL */
  .article-vote-down-pl:before{
    content: "No";
  }

  .article-vote-up-pl:before{
    content: "Yes";
  }

  /* AT */
  .article-vote-down-de-at:before{
    content: "No";
  }

  .article-vote-up-de-at:before{
    content: "Yes";
  }

  /* CH */
  .article-vote-down-de-ch:before{
    content: "No";
  }
  .article-vote-up-de-ch:before{
    content: "Yes";
  }

  .article-vote-down-fr-ch:before{
    content: "No";
  }
  .article-vote-up-fr-ch:before{
    content: "Yes";
  }

  .article-vote-down-it-ch:before{
    content: "No";
  }
  .article-vote-up-it-ch:before{
    content: "Yes";
  }

  /* BE */
  .article-vote-down-nl-be:before{
    content: "No";
  }
  .article-vote-up-nl-be:before{
    content: "Yes";
  }

  .article-vote-down-fr-be:before{
    content: "No";
  }
  .article-vote-up-fr-be:before{
    content: "Yes";
  }

    /* PT */
  .article-vote-down-pt:before{
    content: "No";
  }
  .article-vote-up-pt:before{
    content: "Yes";
  }

  /* FI */
  .article-vote-down-fi:before{
    content: "No";
  }
  .article-vote-up-fi:before{
    content: "Yes";
  }

  /* PL */
  .article-vote-down-pl:before{
    content: "No";
  }
  .article-vote-up-pl:before{
    content: "Yes";
  }

.article-vote-up:hover,
.article-vote-down:hover {
  background-color: rgb(244, 245, 246);
  text-decoration: none;
}

.article-vote-up:before {
  display: flex;
  justify-content: center;
}

.article-vote-down:before {
  display: flex;
  justify-content: center;
}

.article-footer a,
.article-footer a:before {
  background: #cccccc;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

/* ====================================================
   Requests
   ==================================================== */
.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ececec;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  font-weight: lighter;
  font-size: 1.7em;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  font-family: Averta-Semibold;
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #828282;
  margin: -15px 0 20px 0;
}
.page-header h1 {
  font-size: 20px;
  font-weight: 400;
}

body.community-enabled .search-results-column {
  width: 430px !important;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}
a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.article-promoted span,
.visibility-internal {
  cursor: default;
  position: relative;
  margin-right: 15px;
}
.article-promoted span:before,
.article-promoted span:after,
.visibility-internal:before,
.visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before,
.visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after,
.visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before,
.article-promoted span:hover:after,
.visibility-internal:hover:before,
.visibility-internal:hover:after {
  display: block;
}

.article-body td {
  border-width: 1px;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eee;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}
[dir="rtl"] .comment-sorter {
  float: left;
}
[dir="rtl"] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected="true"] {
  font-family: Averta-Semibold;
  font-weight: bold;
  color: #333;
}

.comment,
.comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *,
.comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote,
.comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01J0365WW41J6BTERHEHKKSSTR");
  background-image: url("/hc/theming_assets/01K0RQA06ATHQGCXC7M85NQVZF");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir="rtl"] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published,
.comment-pending,
.comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir="rtl"] .comment-published,
[dir="rtl"] .comment-pending,
[dir="rtl"] .comment-official {
  float: left;
}

.comment-published {
  color: #828282;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending,
.comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type="submit"] {
  margin-left: 15px;
}
[dir="rtl"] .comment-form-controls input[type="submit"] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts,
.comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir="rtl"] .comment-screencasts,
[dir="rtl"] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999;
}
[dir="rtl"] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list,
.screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span,
.screencast-list span {
  color: #999;
}
[dir="rtl"] .attachment-list span,
[dir="rtl"] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.attachment-list li,
.screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before,
.screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  padding-top: 24px;
}

.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

/*.my-activities-nav {
  margin-bottom: 100px;
}}}*/

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display:flex;
  flex-direction:row;
  align-items:flex-end;
  padding: 8px;
  width: 100%;
}

.dropdown-toggle {
  text-transform: capitalize;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #828282;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt,
.request-details form dt {
  font-family: Averta-Semibold;
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-family: Averta-Semibold;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir="rtl"] .community-nav li:last-child {
  float: left;
}

/* .community-nav li:last-child a {
  /* color: #1A74B0;
} */
*/ .community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir="rtl"] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-family: Averta-Semibold;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header,
.question-header {
  border-bottom: 1px solid #eee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *,
.question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta,
.question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading,
.question-heading,
.answer-list-heading {
  font-family: Averta-Semibold;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question,
.answer {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar,
.answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01J0365WW41J6BTERHEHKKSSTR");
  background-image: url("/hc/theming_assets/01K0RQA06ATHQGCXC7M85NQVZF");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img,
.answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body,
.answer-body,
.answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p,
.answer-body p,
.answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #ccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title,
.topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a,
.topic-title a {
  font-weight: lighter;
}

.question-meta,
.answer-meta,
.topic-meta {
  color: #ccc;
  font-size: 11px;
}

.topic-meta span + span:before,
.question-meta span + span:before,
.answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type="submit"] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-family: Averta-Semibold;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share,
.answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum,
.vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-family: Averta-Semibold;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #fff;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #828282;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #fff;
  border-color: #a6a6a6;
  color: #bbb;
}

.vote-controls a:hover,
.vote-controls [aria-selected="true"] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #ccc;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #bbb;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept,
.answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls,
.question-controls,
.answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
  color: #ccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before,
.share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir="rtl"]
  body.community-enabled
  .search-results-column
  + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #eee;
}

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

.search-result-description,
.search-result-meta {
  padding-top: 16px;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #828282;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -moz-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -ms-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -o-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  transition: bottom 0.5s ease-in, color 0.5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  /* color: #464A48; */
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "•";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"]
  .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"]
  .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #f9f9f9 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* Override .contact-phone on contact form */
#new_request .contact-phone {
  float: none;
  max-width: none;
}
#new_request p:first-child {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

/* Error page */
.errorpage {
  width: 100%;
  padding-top: 40px;
}

.error-page {
  font-size: 22px;
  width: auto;
}

.error-page a[title="Home"] {
  text-decoration: underline;
  margin: 120px 0 80px;
}

#new_request .form-field.string {
  position: relative;
}

#new_request .form-field select {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #dcdfe0;
  border-radius: 4px;
  margin-top: 8px;
  padding: 12.5px 15px 12.5px 10px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#new_request .form-field .arrow {
  position: absolute;
  right: 12px;
  top: 60px;
  width: 0;
  height: 0;
  border-top: 6px solid #999;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  color: #555;
  line-height: 1em;
  pointer-events: none;
}

#new_request .form-field.string p {
  font-size: 14px;
}

/* notice */
.temporary-notice {
  display: none;
}

.temporary-notice.show {
  background: #fcf6eb;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #f8b816;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  color: #1f2124;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.temporary-notice.show .icon {
  float: left;
  height: 40px;
  width: 40px;
}
.temporary-notice.show p {
  font-size: 16px;
  overflow: hidden;
  padding-left: 20px;
}
.temporary-notice.show a {
  color: white;
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  background: #ffb700;
  text-decoration: none;
}
.temporary-notice.show a:hover {
  background: #e4a504;
}

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

/* m3 style */

.a-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  color: transparent;
}

.hero-search-and-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.search-section-m2 {
  display: flex;
  flex-direction: column;
  width: 620px;
  padding-top: 95px;
}

.search-section-m2-article {
  display: flex;
  flex-direction: column;
  width: 620px;
  padding-top: 95px;
}

.search-box-m2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 24px;
}

.heading-common {
  font-style: normal;
  font-weight: 600;
  color: #000000;
}

.heading-common a{
  color:#000000
}

.heading-200 {
  font-size: 16px !important;
}

.heading-300 {
  font-size: 20px;
}

.heading-400 {
  font-size: 32px;
}

.heading-500 {
  font-size: 40px;
}

article-list a{
  padding-bottom:
}
.promoted-question-box {
  height: 20%;
  width: 31.5%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px !important;
  cursor: pointer;
  position: relative;
}

.promoted-question-box p {
  margin-top: 5px;
}
.cutoff-text {
  --max-lines: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--max-lines);
}
.promoted-articles-body {
  overflow: hidden;
  white-space: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1f2124;
  margin-bottom: 5px;
  overflow-x: hidden;
  height: 45px;
}

.prom-art {
  width: 100%;
}
.promoted-articles-section {
  display: flex;
  flex-direction: row;
}

.search-box-container {
  display: flex;
  flex-direction: column;
}

.hero-image-main-page {
  width: 260px;
  height: 288px;
  margin: 40px 0px 0px 40px;
}

.hero-image-article-page {
  width: 170px;
  height: 192px;
  margin: 32px 0px 32px 24px;
}

.promoted-questions-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
  gap:24px;
  padding: 32px 0px 64px;
}

.category-nav-c {
  background: #ecf1fb;
  display: none;
}

.search-icon {
  z-index: 100;
  position: absolute;
  padding: 15px 10px 10px;
}

.hidden {
  display: none;
}

.promoted-articles-body a {
  color: #1f2124;
  text-decoration: none;
  font-family:Averta-Regular, sans-serif !important;
}

.promoted-section {
  display: none;
}

.promoted-section.current {
  display: block;
}

.learn-about-rover-section {
  display: none;
}

.learn-about-rover-section.current {
  display: block;
}

.promoted-articles-body p em{
  font-family: Averta-Regular!important;
  font-style: inherit;
}

.promoted-articles-body p em strong{
  font-weight:normal
}

.requests-nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.learn-about-rover-container {
  position: relative;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  gap:24px;
  padding: 32px 0px 64px;
  z-index: 0;
}

.learn-about-rover-item {
  display: flex;
  flex-direction:column;
  height: 20%;
  width: 34%;
  font-size: 20px;
  cursor: pointer;
  font-weight:600;
  position:relative;
}




@media screen and (max-width: 630px) {
  .promoted-question-box {
    width: 100%;
    flex-direction: column;
  }
  
   .user-info, .inbox-nav, .help-homepage{
    display: none;
  }
  
  .center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
  
  .main-column {
  width: 100%;
}
  .side-column {
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}
     .learn-about-rover-container{
    flex-direction:column;
  }

  .learn-about-rover-item{
    width:100%;
  }
}





.row-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .center {
    display: flex;
    justify-content: center;
    flex-direction: column;
	}
  .promoted-question-box {
    width: 45.75%;
  }

  .hero-search-and-image {
    flex-direction: column-reverse;
    align-items: center;
  }

  .search-section-m2 {
    padding-top: 32px;
  }

  .search-section-m2-article {
    padding-top: 32px;
  }
}

@media screen and (max-width: 630px) {
  .promoted-question-box {
    width: 100%;
    flex-direction: column;
  }
  
  .center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
  
  .main-column {
  width: 100%;
}
  .side-column {
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}
  
 .learn-about-rover-container{
  flex-direction:column;
}

.learn-about-rover-item{
  width:100%;
}
  
}

@media screen and (max-width: 480px) {
  .hero-search-and-image {
    flex-direction: column-reverse;
  }

  .request-table{
    display: flex;
    flex-direction: column;
   }
  
   td,
   th {
    border-color: transparent !important;
    border-style: none !important;
    padding: 10px;
  }
  .tr-body{
    border: solid #eee;
  }
  .tr-head{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: solid #eee;
  }
  .center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:15px;
}

.nav-bordered li + li{
  margin: 0 0 0 10px;
  padding: 0 0  0 10px;
}

.row-center{
  flex-direction: column;
  align-items: start;
  padding-top: 24px;
  gap:24px;
}
  
  .main-column {
  width: 100%;
}
  
  .side-column {
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

  .search-section-m2 {
    justify-content: center;
    padding: 24px 16px 32px;
    width: 98%;
    margin: 0 auto;
  }

  .search-section-m2-article {
    justify-content: center;
    padding: 0px 16px 32px;
    width: 98%;
    margin: 0 auto;
  }

  .heading-500 {
    font-size: 32px;
  }

  .heading-400 {
    font-size: 26px;
  }

  .promoted-question-box {
    width: 100%;
  }

  .promoted-questions-section {
    flex-direction: column;
    padding: 32px 0px 48px;
  }

  .hero-image-main-page,
  .hero-image-article-page {
    width: 170px;
    height: 192px;
    margin: 0 auto;
    margin-top: 32px;
  }

  .aside-container {
    display: flex;
    flex-direction: column;
  }

  .search-icon {
    z-index: 100;
    position: absolute;
    padding: 15px 10px 10px;
    margin-left: -115px;
  }
  
   .requests-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
 .learn-about-rover-container{
    flex-direction:column;
  }

  .learn-about-rover-item{
    width:100%;
  }
}
.margin-bottom-eight{
  margin-bottom:8px;
}
.display-none {
  display: none;
}

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

.center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding:10px;
}

.breadcrumbs-padding {
  padding:15px;
}

.kb-new-request {
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 15px;
}

#new_request .request_custom_fields_360013424412, #new_request .request_custom_fields_22492910402836 {
  display: block;
}

.contact-support {
    font-size: 14px;
    line-height: 1.2;
    float: right;
    padding: 15px 35px;
    border: 1px solid #eaeeef;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.still-questions {
  color: #000000 !important;
}

.search-button-fr {
  width:135px !important;
  text-align:end !important;
  padding: 0 7px !important;
}

.search-icon-fr {
  z-index: 100;
  position: absolute;
  padding: 15px 0px 10px !important;
  margin-left: -130px !important;
}

.search-icon-fr{
z-index: 100;
position: absolute;
padding: 15px 0px 10px !important;
margin-left: -15px !important;
}

.black-text {
   color: #000000 !important;
}

.subscription-center{
  display:flex;
  align-items:center;
  flex-direction:column;
  margin-bottom:50px;
}
.page-layout {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height:70vh;
}

.profile-header-breadcrumbs{
  padding: 24px 0px 0px 0px !important;
}

.column {
  flex-direction: column
}

.content-class-down-sv:before {
  content: "Nej";
}

.page-layout {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height:70vh;
}

.profile-header-breadcrumbs{
  padding: 24px 0px 0px 0px !important;
}

.column {
  flex-direction: column
}

.circle-avatar {
  border-radius: 9999px;
}

.name {
  margin: 24px 0px;
}

.options a, .submit-request-button{
  color: #404347;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  margin-bottom: 24px;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid #d7dce0;
  cursor: pointer;
}

.row-center .breadcrumbs{
  padding-bottom:0px !important;
}

.search-small input[type="search"]{
  border-radius: 8px !important;

}

.request-actions{
  margin-bottom:24px;
  }

  .sub-nav-breadcrumbs{
    display: flex;
    flex-direction: row;
    align-items: end;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding: 24px 0px;
 }
 .sub-nav-breadcrumbs .breadcrumbs{
   padding-bottom: 0px !important;

 }

 .happy-support-dog {
  display: block;
  width: 220px;
  height: 300px;
  margin: 24px auto 0;
  background-image: url(/hc/theming_assets/01J0365XCB1CX86T8KHPHDWRG0);
  background-size: cover;
}

.chat-icon-svg {
  display: block;
  width: 24px;
  height: 23.78px;
  margin: 0;
  content: url(/hc/theming_assets/01K0RQ9WN3M2RCYX5GSD45HMGJ);
}

.closed-chat-icon-svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  margin-right: 16px;
  content: url(/hc/theming_assets/01K0RQ9ZZ5NHXY6M6GK7CQ8B2J);
}

.language-name-dropdown {
  text-transform: capitalize;
}