@charset "UTF-8";
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
:root {
  --mainColor: #2497c6;
  --black: #2b211f;
  --orange: #f3ad16;
  --green: #5ab14a;
}
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--mainColor);
  display: flex;
  flex: 1 0 400px;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px 20px;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blocks-item {
    margin: 0 10px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #ebeff9;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}
.blocks-item .blocks-item-description {
  font-size: 1.2rem;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #C8CCD5;
}
.blocks-item-internal .icon-lock::before {
  content: "🔒";
  font-size: 1.5rem;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: #3D3F44;
}

.blocks-item-link {
  color: var(--mainColor);
  padding: 20px 30px;
}
.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 600;
}

.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-bottom: 50px;
  }
}
.section h2 {
  margin-bottom: 20px;
  text-align: left;
}

/***** Promoted articles *****/
.promoted-articles-item {
  width: 100%;
}
.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #C8CCD5;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 1.6rem;
}

.recent-activity-item-parent,
.recent-activity-item-link {
  margin: 6px 0;
  color: #3D3F44;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recent-activity-item-parent,
.recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 1.4rem;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}
@media screen and (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #6d717a;
  display: inline-block;
  font-size: 1.3rem;
}

.recent-activity-item-comment {
  padding-left: 5px;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-item-comment span::before {
  color: var(--mainColor);
  content: "💬";
  display: inline-block;
  font-size: 1.5rem;
  padding-right: 3px;
  vertical-align: middle;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Section pages *****/
.section-subscribe .dropdown-toggle::after {
  display: none;
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n+6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #C8CCD5;
  font-size: 1.6rem;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #C8CCD5;
}
.section-list-item a {
  align-items: center;
  color: #3D3F44;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item::before {
  color: #3D3F44;
  content: "📎";
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 5px;
}

.upload-dropzone span {
  color: #6d717a;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}
.share li,
.share a {
  display: inline-block;
}
.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}
.share a::before {
  color: #6d717a;
  display: block;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}
.share a:hover {
  text-decoration: none;
}
.share a:hover::before {
  color: var(--mainColor);
}

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

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

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote a {
  outline: none;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #6d717a;
  display: block;
  margin: 3px 0;
}

.vote-up:hover::before, .vote-up:hover::before,
.vote-down:hover::before,
.vote-down:hover::before {
  color: var(--mainColor);
}
.vote-up::before, .vote-up::before,
.vote-down::before,
.vote-down::before {
  color: #6d717a;
  font-size: 2.4rem;
}

.vote-up::before {
  content: "⬆";
}

.vote-down::before {
  content: "⬇";
}

.vote-voted::before {
  color: var(--mainColor);
}

.vote-voted:hover::before {
  color: #17284f;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}
.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}
.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}
.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #6d717a;
  content: "⚙";
  display: block;
  font-size: 1.3rem;
  margin: auto;
  padding: 5px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #C8CCD5;
  border-top: 1px solid #C8CCD5;
  flex-direction: column;
  max-height: 47px;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .collapsible-nav-list {
    white-space: normal;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
}
.collapsible-nav-list li {
  color: #3D3F44;
  line-height: 45px;
  padding: 0 0.8em;
}
.collapsible-nav-list li:first-child {
  padding-left: 0;
}
.collapsible-nav-list li a {
  color: #3D3F44;
  display: block;
}
@media screen and (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    border-bottom: 4px solid #f2f2f2;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    text-decoration: none;
  }
}
.collapsible-nav-list li[aria-selected=true] {
  border-bottom: 4px solid var(--mainColor);
}
@media screen and (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true] a {
  color: #3D3F44;
}

.collapsible-nav[aria-expanded=true] {
  max-height: none;
}
.collapsible-nav[aria-expanded=true] li[aria-selected=true]::after {
  content: "✕";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  position: relative;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #C8CCD5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}
.my-activities-sub-nav li[aria-selected=true] {
  border-color: var(--mainColor);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .my-activities-table th:first-child,
.my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media screen and (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .page-header {
    align-items: baseline;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  font-size: 3rem;
  font-weight: normal;
  color: #3D3F44;
}

.page-header-description {
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "🔒";
  font-size: 2rem;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}
.sub-nav input[type=search] {
  height: 40px !important;
}
.sub-nav input[type=search]::after {
  font-size: 1.5rem;
}

/***** Search results *****/
.search-results-subheading {
  margin-bottom: 1em;
}

.search-results-list {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}
.search-results-list > li {
  border-bottom: 1px solid #E7EAF4;
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #E7EAF4;
}

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

.search-result-votes,
.search-result-meta-count {
  color: #6d717a;
  display: inline-block;
  font-size: 1.3rem;
  padding: 4px 5px;
  position: relative;
}
.search-result-votes::before,
.search-result-meta-count::before {
  color: var(--mainColor);
}

.search-result-votes::before {
  content: "👍";
}

.search-result-meta-count::before {
  content: "💬";
}

.search-result .meta-group {
  padding-left: 0;
}

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

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1em;
  }
}
.breadcrumbs li {
  color: #6b7377;
  display: inline;
  font-size: 1.3rem;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li a {
  color: #6b7377;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  width: 100%;
  margin-bottom: 3em;
  padding: 1em 1.5em 1.5em;
  border: 1px solid #C8CCD5;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .section-tree .section {
    width: 48%;
  }
}

.section-tree-title {
  margin-bottom: 0.8em;
  font-weight: normal;
  font-size: 2.2rem;
}
.section-tree-title a {
  color: #3D3F44;
}

.article-list-item {
  padding: 7px 0;
}
.article-list-item a {
  color: #3D3F44;
}
.article-list-item .article-pickup {
  padding: 0.1em 0.4em;
  border: 1px solid var(--mainColor);
  border-radius: 3px;
  color: var(--mainColor);
  font-size: 1.2rem;
}
.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #C8CCD5;
  padding: 20px 0;
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-overview {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C8CCD5;
  border-top: 1px solid #C8CCD5;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #6d717a;
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 0;
  font-weight: normal;
}
.comment-callout a {
  color: var(--mainColor);
}

.comment-sorter .dropdown-toggle {
  color: #6d717a;
  font-size: 1.3rem;
}

.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid var(--mainColor);
  padding: 40px 20px 20px;
}
@media screen and (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}

.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: var(--mainColor);
}

.comment-body {
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body a:visited {
  color: #17284f;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #3D3F44;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

ul {
  list-style: none;
}

a {
  position: relative;
  color: var(--black);
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
a[target=_blank]:after {
  content: " ";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKNWHECKCQHQ2M9YFR1WM7P") no-repeat right center;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin: auto;
  vertical-align: text-bottom;
}

input,
textarea {
  color: #3D3F44;
  font-size: 1.4rem;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border 0.12s ease-in-out;
}
input:focus {
  border: 1px solid var(--mainColor);
}
input[disabled] {
  background-color: #E7EAF4;
}

select {
  border: 1px solid #C8CCD5;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
select:focus {
  border: 1px solid var(--mainColor);
}
select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #C8CCD5;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
textarea:focus {
  border: 1px solid var(--mainColor);
}

code {
  background: #f7f7f7;
  border: 1px solid #C8CCD5;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

pre {
  background: #f7f7f7;
  border: 1px solid #C8CCD5;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

blockquote {
  border-left: 1px solid #C8CCD5;
  color: #6d717a;
  font-style: italic;
  padding: 0 15px;
}

.search-message {
  font-size: 2.5rem;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.search-message img {
  display: inline-block;
  height: 44px;
  vertical-align: -9px;
  margin-right: .3em;
}
@media screen and (min-width: 540px) {
  .search-message {
    font-size: 3.2rem;
  }
  .search-message br {
    display: none;
  }
}

.center {
  text-align: center;
}

.container {
  margin: 0 auto;
  padding: 0 0.8em 2em;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 2em 4em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
    padding: 0 0 4em;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-divider {
  margin-bottom: 20px;
}

.error-page {
  margin: 2em auto;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .error-page {
    margin: 3em auto;
    padding: 0 2em;
  }
}
@media screen and (min-width: 992px) {
  .error-page {
    width: 960px;
  }
}
.error-page h2 {
  margin: 0 0 0.75em;
  font-size: 2rem;
}
.error-page p {
  font-size: 1.2rem;
}
.error-page .search-box {
  margin: 2em 0;
}
.error-page .search-form {
  background: rgba(231, 234, 244, 0.5);
  margin-top: 0.75em;
  padding: 0.75em;
}
@media screen and (min-width: 768px) {
  .error-page .search-form {
    padding: 1.5em;
  }
}
.error-page .search-form form {
  width: auto;
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}
.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}
.dropdown-toggle::after {
  color: inherit;
  vertical-align: initial;
}

/***** accordion-menu *****/
.accordion-menu {
  border-bottom: 1px solid #E7EAF4;
}
.accordion-menu dt {
  position: relative;
  cursor: pointer;
  padding: 12px 48px 12px 12px;
  font-weight: bold;
  border-top: 1px solid #E7EAF4;
}
.accordion-menu dt::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
}
.accordion-menu dt:hover {
  background: #F9F9F9;
}
.accordion-menu dt.is-open {
  background: #efefef;
}
.accordion-menu dt.is-open::after {
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-menu dt.is-open:hover {
  background-color: #ececec;
}
.accordion-menu dd {
  display: none;
  margin: 0;
  padding: 1.2em 0.8em;
}
.accordion-menu dd > ul {
  margin-top: 0;
}

.article-list ul {
  margin-bottom: 0;
  padding-left: 0;
}
.article-list li {
  position: relative;
  padding: 0.5em 0 0.6em 1.4em;
  border-bottom: 1px solid #E7EAF4;
  text-align: left;
}
.article-list li::after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  bottom: 50%;
  left: 0.4em;
  width: 4px;
  height: 4px;
  background-color: #6b7377;
  border-radius: 100%;
}
.container-homepage .article-list li a:hover {
  text-decoration: none;
}
.container-homepage .article-list li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: width 0.2s linear;
}
.imformation-list-box .article-list li a:before,
.rss-list .article-list li a:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .container-homepage .article-list a:hover:before {
    width: 100%;
  }
}

.more a {
  display: inline-block;
  width: 100%;
  padding: 0.8em 0 0;
  background: #fff;
  background: linear-gradient(to bottom, rgba(231, 234, 244, 0.3) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  text-align: center;
}
.more a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/hc/theming_assets/01HZKNWH4N7HYCYKE8W7DNVEYY") no-repeat left center;
  background-size: contain;
  margin: auto;
  vertical-align: middle;
}

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

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

.form-field label {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.form-field input {
  border: 1px solid #C8CCD5;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid var(--mainColor);
}
.form-field input[type=text] {
  border: 1px solid #C8CCD5;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid var(--mainColor);
}
.form-field input[type=checkbox] {
  width: auto;
}
.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}
.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid var(--mainColor);
  text-decoration: none;
}
.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid var(--mainColor);
  text-decoration: none;
}
.form-field textarea {
  vertical-align: middle;
}
.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}
.form-field .optional {
  color: #6d717a;
  margin-left: 4px;
}
.form-field p {
  color: #6d717a;
  font-size: 1.2rem;
  margin: 5px 0;
}

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

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}
.form footer a {
  color: #6d717a;
  cursor: pointer;
  margin-right: 15px;
}
.form .suggestion-list {
  font-size: 1.3rem;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #C8CCD5;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #17284f;
}

/***** Search field *****/
.search {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search {
    width: 320px;
  }
}
.search input[type=search] {
  height: 45px;
  padding: 0 0.5em 0 2.2em;
  border: 1px solid #C8CCD5;
  border-radius: 3px 0 0 3px;
  color: #3D3F44;
  flex: auto;
}
@media screen and (min-width: 768px) {
  .search input[type=search] {
    padding: 0 1em 0 3em;
  }
}
.search input[type=search]::-moz-placeholder {
  color: #999;
}
.search input[type=search]:-ms-input-placeholder {
  color: #999;
}
.search input[type=search]::placeholder {
  color: #999;
}
.search input[type=search]:focus {
  border: 1px solid var(--mainColor);
  color: #555;
}
.search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url("/hc/theming_assets/01HZKNWHWGPQM1F08AK9GRD53P") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .search::before {
    left: 15px;
  }
}

/***** Metadata *****/
.meta-group {
  display: block;
}
.meta-group * {
  display: inline;
}

.meta-data {
  color: #6d717a;
  font-size: 1.3rem;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: var(--mainColor);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #fff;
  content: "👤";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Icons *****/
[class^=icon-]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected=true]::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
}

.icon-lock::before {
  content: "🔒";
}

.icon-star::before {
  content: "★";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "👤";
}

.icon-close::before {
  content: "✕";
}

.icon-arrow-up::before {
  content: "⬆";
}

.icon-arrow-down::before {
  content: "⬇";
}

.icon-attachments::before {
  content: "📎";
}

.icon-comments::before {
  content: "💬";
}

.icon-search::before {
  content: "🔍";
}

.icon-vote::before {
  content: "👍";
}

.icon-handle::before {
  content: "▾";
}

.icon-check::before {
  content: "✓";
}

.icon-gear::before {
  content: "⚙";
}

.icon-menu::before {
  content: "☰";
}

.icon-article::before {
  content: "📄";
}

.icon-post::before {
  content: "📔";
}

.icon-notification-alert::before {
  content: "⚠";
}

.icon-notification-error::before {
  content: "×";
}

.icon-notification-info::before {
  content: "ℹ";
}

.icon-notification-success::before {
  content: "✔";
}

/* Don't display CJK results in italic */
/* Add a yellow background instead */
html[lang|=zh] .search-result-description em,
html[lang|=ko] .search-result-description em,
html[lang|=ja] .search-result-description em {
  font-style: normal;
  background: yellow;
}

/***** Community *****/
.community-hero {
  margin-bottom: 10px;
}
.community-hero .search-full {
  margin: auto;
}

.community-footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .community-footer {
    padding-top: 1em;
  }
}
.community-footer h4 {
  margin-bottom: 0.5em;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}
.community-header h4 {
  margin-bottom: 0;
}

.community-header-button {
  display: flex;
  justify-content: space-between;
}

.post-to-community {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #C8CCD5;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #C8CCD5;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow .dropdown {
  width: 100%;
}
.community-follow [role=button] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .community-follow [role=button] {
    width: auto;
  }
}
.community-follow [role=button]:hover {
  background-color: #ebeff9;
  color: var(--mainColor);
}
.community-follow [role=button]:hover::after, .community-follow [role=button]:focus::after {
  color: #cccccc;
}
.community-follow [role=button][aria-selected=true] {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.community-follow [role=button][aria-selected=true]::after {
  border-left: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.community-follow [role=button][aria-selected=true]:hover {
  background-color: #ebeff9;
  border-color: var(--mainColor);
}
.community-follow [role=button]::after {
  border-left: 1px solid var(--mainColor);
  content: attr(data-follower-count);
  color: var(--mainColor);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .community-follow [role=button]::after {
    position: static;
  }
}

/***** Buttons *****/
.button,
[role=button] {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  color: var(--mainColor);
  cursor: pointer;
  display: inline-block;
  line-height: 2.34;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .button,
[role=button] {
    width: auto;
  }
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected=true],
[role=button]:hover,
[role=button]:active,
[role=button]:focus,
[role=button][aria-selected=true] {
  color: #fff;
  background: var(--mainColor);
  text-decoration: none;
}

.button[aria-selected=true]:hover,
.button[aria-selected=true]:focus,
.button[aria-selected=true]:active,
[role=button][aria-selected=true]:hover,
[role=button][aria-selected=true]:focus,
[role=button][aria-selected=true]:active {
  color: #fff;
  background-color: #17284f;
}

.button[data-disabled],
[role=button][data-disabled] {
  cursor: default;
}

input[type=submit] {
  background-color: var(--mainColor);
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-weight: 600;
  line-height: 2.72;
  padding: 0 1em;
  transition: background .2s linear;
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    padding: 0 2em;
  }
}

.button-large {
  background: var(--mainColor);
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  line-height: 2.72;
  padding: 0 1em;
  transition: background .2s linear;
}
@media screen and (min-width: 768px) {
  .button-large {
    padding: 0 2em;
  }
}

.button-large:hover,
.button-large:active,
.button-large:focus {
  color: #fff;
  background-color: var(--orange);
}

input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: var(--orange);
}

.button-large[disabled],
input[type=submit][disabled] {
  background-color: #E7EAF4;
}

.button-secondary {
  color: #6d717a;
  border: 1px solid #C8CCD5;
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: #3D3F44;
  border: 1px solid #C8CCD5;
  background-color: #f7f7f7;
}

/***** Footer *****/
.footer {
  background: #F9F9F9;
  padding: 2em;
}

.footer-inner {
  display: flex;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .footer-inner {
    width: 960px;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer-inner {
    width: 1160px;
  }
}

.footer-logo {
  margin-bottom: 2em;
  font-size: 1.2rem;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .footer-logo {
    width: 280px;
    margin-bottom: 0;
    margin-right: 60px;
  }
}
.footer-logo a {
  display: inline-block;
}
.footer-logo a:hover {
  text-decoration: none;
}
.footer-logo a span {
  display: block;
  text-align: right;
  white-space: nowrap;
  color: var(--black);
}
.footer-logo img {
  width: 200px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .footer-logo img {
    width: 100%;
    margin-right: 0;
  }
}

.footer-container {
  width: 100%;
  max-width: 750px;
}
.footer-container a {
  color: #3D3F44;
}
.footer-container a:hover {
  color: black;
}
.footer-container .footer-block {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-block {
    margin-bottom: 0;
  }
}
.footer-container .footer-block h6 {
  margin-top: 0;
}

.section-sitemap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.section-sitemap > div {
  width: 96%;
}
@media screen and (min-width: 768px) {
  .section-sitemap > div {
    width: 48%;
  }
}
.section-sitemap > div ul {
  padding-left: 20px;
}
.section-sitemap > div li {
  position: relative;
  padding: 0.3em 0;
  font-size: 1.4rem;
}
.section-sitemap > div li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.9em;
  left: -0.8em;
  width: 4px;
  height: 4px;
  background-color: #6b7377;
  border-radius: 100%;
}

.section-contact .contact-innner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-contact .contact-box {
  width: 100%;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .section-contact .contact-box {
    width: 48%;
    margin-bottom: 0;
  }
}
.section-contact .contact-box a {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 0.8em;
  font-size: 1rem;
  color: #6b7377;
  border: 1px solid #C8CCD5;
  border-radius: 3px;
}
.section-contact .contact-box a span {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3D3F44;
}
.section-contact .contact-box a:hover {
  background-color: rgba(107, 115, 119, 0.1);
  text-decoration: none;
}
.section-contact .contact-box a[target=_blank]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.copyright {
  margin-top: 2em;
  text-align: center;
  font-size: 1.2rem;
}
.copyright a {
  color: #3D3F44;
}
.copyright a:hover {
  color: black;
}

/***** Header *****/
.site-header {
  position: relative;
  background-color: rgba(231, 234, 244, 0.5);
  margin: 0 auto;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 0 2em;
  }
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header-container {
    width: 960px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .header-container {
    width: 1160px;
  }
}

.logo a {
  color: var(--black);
}
.logo img {
  display: inline-block;
  width: auto;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
.logo span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  vertical-align: -5px;
}
@media screen and (min-width: 480px) {
  .logo span {
    font-size: 1.2rem;
  }
}

.nav-wrapper ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-wrapper ul {
    display: flex;
    padding: 0;
  }
}
.nav-wrapper li {
  padding: 0.3em 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .nav-wrapper li {
    padding: 0;
    white-space: nowrap;
  }
}
.nav-wrapper li a {
  display: inline-block;
  width: auto;
  margin-right: 24px;
  padding: 3px 10px;
  border: 0;
  color: var(--black);
}
.nav-wrapper li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-wrapper li a:last-child {
    margin-right: 0;
  }
  .nav-wrapper li a:hover, .nav-wrapper li a:focus, .nav-wrapper li a:active {
    background-color: rgba(46, 79, 158, 0.1);
    border-radius: 3px;
  }
}
.nav-wrapper li .user-avatar {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.nav-wrapper li .user-info.dropdown {
  padding: 2px 10px 1px;
}
.nav-wrapper li .user-info.dropdown:hover {
  background-color: rgba(46, 79, 158, 0.1);
  border-radius: 3px;
}
.nav-wrapper li .user-info.dropdown button:focus {
  text-decoration: none;
}
.nav-wrapper .nav-label {
  position: relative;
  display: block;
  width: 25px;
  height: 18px;
  cursor: pointer;
  margin: auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .nav-wrapper .nav-label {
    display: none;
  }
}
.nav-wrapper .nav-label::before, .nav-wrapper .nav-label::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #3D3F44;
  transition: 0.1s;
}
.nav-wrapper .nav-label::before {
  box-shadow: #3D3F44 0 8px 0;
}
.nav-wrapper .nav-label::after {
  bottom: 0;
}
.nav-wrapper #nav:checked ~ .nav-label::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(45deg) translate3d(5px, 10px, 0);
}
.nav-wrapper #nav:checked ~ .nav-label::after {
  transform: rotate(-45deg) translate3d(2px, -7px, 0);
}
.nav-wrapper [type=checkbox] {
  display: none;
}
.nav-wrapper [type=checkbox]:checked ~ ul {
  display: block;
  z-index: 50;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
  padding: 20px;
  margin: 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #C8CCD5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: var(--mainColor);
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #17284f;
}

.striped-list-count {
  color: #6d717a;
  font-size: 1.3rem;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .striped-list-number {
    color: #3D3F44;
    display: block;
  }
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination * {
  display: inline-block;
}
.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}
.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}
.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: #3D3F44;
  text-decoration: none;
}
.pagination a,
.pagination span {
  font-size: 1.5rem;
  color: #6d717a;
  padding: 10px 12px;
}
@media screen and (min-width: 768px) {
  .pagination a,
.pagination span {
    font-size: 1.3rem;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: var(--mainColor);
}
.pagination-current a,
.pagination-current span {
  color: #fff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%         | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
.post:last-child {
  border: none;
  margin-bottom: 0;
}

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

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body a:visited {
  color: #17284f;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  font-weight: normal;
  font-size: 1.3rem;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: var(--mainColor);
  content: "💬";
  display: inline-block;
  padding: 5px;
}

.post-comments {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media screen and (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 1.3rem;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: var(--mainColor);
  color: #3D3F44;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}
@media screen and (min-width: 768px) {
  .requests {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 1rem;
}
.requests .requests-table-info {
  display: block;
}
@media screen and (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

/* Following table */
.subscriptions-unsubscribe a {
  background: var(--mainColor);
  border-radius: 4px;
  color: #3D3F44;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}
.subscriptions-unsubscribe a:hover {
  background-color: #17284f;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}
@media screen and (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}
@media screen and (min-width: 992px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid var(--mainColor);
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #C8CCD5;
  color: #6d717a;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid var(--mainColor);
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .request-title {
    border-bottom: 1px solid #C8CCD5;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #C8CCD5;
  border-top: 1px solid #C8CCD5;
  flex: 1 0 auto;
  order: 0;
}
@media screen and (min-width: 992px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 1.3rem;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h5 {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 992px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #C8CCD5;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  color: #6d717a;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: var(--mainColor);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #6d717a;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #cc3340;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #6d717a;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #6d717a;
}

/***** Tables *****/
table {
  width: 100%;
}

table,
th,
td {
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #E7EAF4;
  border-bottom: 1px solid #E7EAF4;
  line-height: 1.5;
  padding: 8px 12px;
}

th, td {
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  th, td {
    min-width: 150px;
  }
}

thead th {
  background-color: #efefef;
}

tbody th {
  text-align: left;
}
tbody th, tbody td {
  vertical-align: top;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
}
.profile-header .container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}
.profile-avatar .icon-agent::before {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--mainColor);
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
}

.profile-header .basic-info {
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
}
.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.profile-header .options [data-action=edit-profile] {
  background-color: var(--mainColor);
  border: 0;
  color: #fff;
  line-height: normal;
  padding: 8px 20px;
  outline-color: var(--mainColor);
}
.profile-header .description {
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}
.profile-stats .stat-label {
  color: #6d717a;
  flex: 0 0 100px;
  margin-right: 10px;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media screen and (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 992px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px var(--mainColor);
  border-radius: 4px;
  color: var(--mainColor);
  padding: 5px 20px;
  font-size: 1.2rem;
  text-align: center;
}
.profile-private-badge::after {
  content: "🔒";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #6d717a;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 1.3rem;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
}

.profile-contribution {
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 1.5rem;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
}
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 1.6rem;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}
.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}
.profile-section .private-activity::before {
  content: "🔒";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  .profile-activity:not(:last-child) {
    border-left: 1px solid #C8CCD5;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
@media screen and (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
}
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
  border-radius: 4px;
}

.profile-activity-description {
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}
.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 1.6rem;
  color: #ccc;
  font-family: "copenhagen-icons";
}
@media screen and (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$=-article]::before {
  content: "📄";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$=-post]::before {
  content: "📔";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$=-comment]::before {
  content: "💬";
  line-height: 35px;
}

/***** Article *****/
@media screen and (min-width: 768px) {
  .article {
    border-right: 1px solid #E7EAF4;
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .article {
    min-width: 640px;
  }
}
.article [role=button] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article .article-relatives section li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .article .article-relatives {
    display: flex;
  }
  .article .article-relatives section {
    width: 50%;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .article-container {
    flex-direction: row;
  }
}

.article-caption {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #6b7377;
}
.article-caption a {
  text-decoration: underline;
}
.article-caption a:hover {
  opacity: .7;
}
.article-caption a[target=_blank]:after {
  content: none;
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-header h1 {
  font-size: 3rem;
  font-weight: normal;
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

.article-title {
  font-size: 2.4rem;
  color: #3D3F44;
}
@media screen and (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
  }
}
.article-title .icon-lock::before {
  content: "🔒";
  font-size: 2rem;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

#toc > ul {
  background: #F9F9F9;
  margin-bottom: 24px;
  padding: 16px 28px;
  border-radius: 4px;
}
#toc li {
  font-size: 14px;
}

.article-body:has(.column-wrap) #toc {
  li[data-origin-tag="H2"] ul {
    display: none;
  }
}

.article-body h2 {
  margin-bottom: 0.8em;
  padding-bottom: 0.25em;
  font-size: 2.4rem;
  border-bottom: 1px solid #C8CCD5;
}
.article-body p {
  margin-bottom: 0.8em;
  a {
    color: var(--mainColor);
    text-decoration: underline;
  }
}
.article-body th > p {
  margin-bottom: 0;
}
.article-body img {
  height: auto;
  max-width: 100%;
  margin: 0.5em 0 0;
  border: 1px solid #dedddd;
}
.article-body ul,
.article-body ol {
  list-style-position: outside;
  margin: 20px 0;
  padding-left: 20px;
  line-height: 1.8;
}
.article-body ul,
.article-body ol {
  list-style-position: outside;
  margin: 20px 0;
  padding-left: 20px;
  line-height: 1.8;
}
.article-body ul li {
  position: relative;
  padding: .3em 0;
}
.article-body ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 1.1em;
  left: -0.8em;
  width: 4px;
  height: 4px;
  background-color: #6b7377;
  border-radius: 100%;
}
.article-body ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.article-body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.4em;
  font-weight: bold;
  color: #426cd2;
}
.article-body ol ol {
  padding-left: 1em;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body a:visited {
  color: var(--mainColor);
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-body p + h1, .article-body p + h2, .article-body p + h3, .article-body p + h4,
.article-body ul + h1, .article-body ul + h2, .article-body ul + h3, .article-body ul + h4,
.article-body ol + h1, .article-body ol + h2, .article-body ol + h3, .article-body ol + h4,
.article-body table + h1, .article-body table + h2, .article-body table + h3, .article-body table + h4, .article-body table + p,
.article-body pre + h1, .article-body pre + h2, .article-body pre + h3, .article-body pre + h4 {
  margin-top: 1.5em;
}
.article-body .figure {
  text-align: center;
}
.article-body .figure-caption {
  display: block;
  color: #6b7377;
  font-size: 1.4rem;
}
.article-body .alert {
  margin: 1.2em 0;
  padding: 1em;
  border: 1px solid #C8CCD5;
  border-radius: 3px;
}
.article-body .alert.alert-info {
  background: url("/hc/theming_assets/01HZKNWGZ2C408B1KMK26BR12C") no-repeat 1em 1.2em;
  padding-left: 3.3em;
}
.article-body .alert.alert-warning {
  background: url("/hc/theming_assets/01HZKNWJ5VBVW9KSZSQ5NZ5JEC") no-repeat 1em 1.2em;
  background-color: #fdf6db;
  border-color: #ffecb5;
  color: #664d03;
  padding-left: 3.3em;
}
.article-body .alert strong {
  display: block;
}
.article-body .step {
  color: #426cd2;
  padding-right: 4px;
}
.article-body .wysiwyg-image {
  margin-bottom: 1em;
}
.article-body .column-wrap {
  display: flex;
  gap: 5%;
  .column-item {
    &:has(figure){
      min-width: 35%;
      width: 35%;
      figure {
        margin: 0;
        width: 100%;
      }
    }
    ul li {
      padding: 0;
      &:after { 
        top: .8em;
      }
    }
    a:not(.st-preparing) {
        color: var(--mainColor);
        text-decoration: underline;
    }
    a.st-preparing {
          pointer-events: none;
          &::after {
            content: "準備中";
            padding: 0em .3em;
            font-size: 10px;
            border-radius: 3px;
            border: 1px solid #9e9fa2;
            color: #9e9fa2;
            background: none;
            width: auto;
            margin-left: 8px;
          }
    }
  }
}
.article-content {
  margin-bottom: 40px;
  line-height: 1.6;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #6d717a;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count .icon-comments {
  color: var(--mainColor);
  content: "💬";
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px;
}

.article-contact {
  padding: 2em 0;
  border-top: 1px solid #E7EAF4;
  border-bottom: 1px solid #E7EAF4;
  text-align: center;
  font-size: 1.2rem;
}
.article-contact .button {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 25%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 0 0 1.5em;
  }
}
.article-sidebar ul {
  padding-left: 20px;
}
.article-sidebar li {
  position: relative;
  font-size: 1.4rem;
}
.article-sidebar li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.9em;
  left: -0.8em;
  width: 4px;
  height: 4px;
  background-color: #6b7377;
  border-radius: 100%;
}
.article-sidebar .more {
  margin-top: 0.8em;
  border-top: 1px solid #E7EAF4;
  font-size: 1.2rem;
}

.article-relatives > * {
  margin-right: 0;
}

.sidenav-title {
  font-size: 1.4rem;
}

.sidenav-item {
  color: #3D3F44;
  display: block;
  padding: 5px;
}
.sidenav-item.current-article {
  font-weight: 600;
}

.recent-articles,
.related-articles {
  margin-top: 1.7em;
}
.recent-articles h3,
.related-articles h3 {
  font-size: 1.4rem;
}
.recent-articles li a,
.related-articles li a {
  display: block;
  padding: 5px;
  color: #3D3F44;
}

.section-container .article-list li {
  padding: 0.75em 0 0.75em 1.4em;
}
@media screen and (min-width: 768px) {
  .section-container .article-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-container .article-list li {
    width: 48%;
  }
}

.article-vote {
  background: transparent;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
  font-size: 12px;
}
.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}
.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}
.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: var(--mainColor);
}
.article-vote:hover {
  background-color: var(--mainColor);
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
}

[class^=banner-lp] {
  display: none;
}
[class^=banner-lp] a:hover {
  opacity: 0.8;
}
[class^=banner-lp] a::after {
  content: none;
}
[class^=banner-lp] .banner {
  width: 100%;
}

.banner-lp {
  width: 100%;
  bottom: 0;
  right: 0;
  background: var(--mainColor);
  position: fixed;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .banner-lp {
    width: 300px;
    height: 180px;
    right: 20px;
    bottom: 20px;
    transition: 0.3s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  }
}
.banner-lp .close {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-lp .close {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    z-index: 1000;
  }
}
.banner-lp .close img {
  width: 16px;
  height: 16px;
}
.banner-lp .banner {
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-lp .banner {
    display: block;
  }
}
.banner-lp span {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 16px 0;
}
.banner-lp span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.container-homepage {
  width: auto;
  padding: 0;
}

.section-hero {
  background-color: rgba(231, 234, 244, 0.5);
  text-align: center;
  width: 100%;
}
.section-hero .search {
  margin: 1.5em auto 0;
}
@media screen and (min-width: 768px) {
  .section-hero .search {
    width: 600px;
  }
}

.hero-inner {
  position: relative;
  padding: 5em 0;
  border-top: 1px solid #E7EAF4;
}

.search-full {
  width: 90%;
}

.section-information {
  background-color: rgba(231, 234, 244, 0.5);
  padding-bottom: 4em;
}

.information-inner {
  width: 96%;
  background-color: #fff;
  margin: auto;
  padding: 24px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .information-inner {
    width: auto;
    margin: auto 2em;
  }
}
@media screen and (min-width: 992px) {
  .information-inner {
    width: 960px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .information-inner {
    width: 1160px;
  }
}
.information-inner h4 {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 400;
}
.information-inner h4 span {
  display: inline-block;
  margin-left: 16px;
  font-size: 1.4rem;
}
.information-inner .information-list-box {
  overflow: hidden;
  max-height: 136px;
}
.information-inner ul {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.information-inner li {
  background: transparent;
  padding: 0;
  margin-top: -0.3em;
  font-feature-settings: "palt";
  letter-spacing: 0.7px;
}
.information-inner li::after {
  content: none;
}
.information-inner li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: .5em;
  margin-bottom: .3em;
  border-radius: 4px;
}
.information-inner li a:after {
  content: none;
}
.information-inner li time {
  color: #6b7377;
  letter-spacing: normal;
  height: 25px;
  overflow: hidden;
  flex-shrink: 0;
  width: 115px;
}
.information-inner li .title {
  margin: 0;
  font-weight: normal;
  font-size: 1.6rem;
  flex: 1;
}
.information-inner li .title strong {
  padding: 0 .3em;
  font-weight: normal;
}
@media screen and (max-width: 620px) {
  .information-inner li .title {
    min-width: 100%;
  }
}
.information-inner .category-wrap .category {
  width: 100px;
  background: var(--mainColor);
  padding: 2px 3px;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: background .15s linear;
}
.information-inner .fixed .category-wrap .category {
  background: var(--orange);
}
.information-inner .category-wrap .category:not(:first-child) {
  display: none;
}
.information-inner li a:hover {
  text-decoration: none;
  background: #f3f3f3;
}

.category-wrapper {
  width: 90%;
  margin: auto;
  padding-top: 5em;
}
@media screen and (min-width: 992px) {
  .category-wrapper {
    width: 960px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .category-wrapper {
    width: 1160px;
  }
}
.category-wrapper > section {
  position: relative;
  width: 100%;
  margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .category-wrapper > section:last-child {
    margin-right: 0;
  }
}
.category-wrapper > section:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -25px;
  left: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background-size: contain;
  margin: auto;
}
.category-wrapper > section .blocks-item-title {
  border-bottom: 1px solid #E7EAF4;
  padding: .4em 0 .4em 1.5em;
  background: url(/hc/theming_assets/01JJ9S5E0E9AH103C6HRXT8VD2) no-repeat left center;
  background-size: 1em auto;
  font-size: 2.4rem;
  font-weight: normal;
}
.category-wrapper > section .blocks-item-description {
  display: inline-block;
  margin-left: 8px;
  color: #6b7377;
  font-size: 1.2rem;
  font-weight: normal;
}
.category-wrapper > section .promoted-articles {
  margin-top: 1.2em;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 0 24px;
  gap: 0 24px;
}
.category-wrapper > section .promoted-articles li {
  border-bottom: none;
}

.community h2 {
  text-align: center;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  height: auto;
  padding: 16px;
  border-radius: 6px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .modal__content {
    width: 640px;
  }
}
.modal__logo {
  margin-bottom: 1em;
  text-align: center;
}
.modal__title {
  margin-bottom: 1.5em;
  text-align: center;
  color: var(--mainColor);
  font-weight: bold;
}
.modal__icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.modal__txt {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.modal__externalurl {
  word-break: break-word;
  margin-bottom: 1em;
  padding: 4px;
  border-radius: 4px;
  border: solid 1px #E7EAF4;
  background-color: #F9F9F9;
}
.modal__box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.modal__btn {
  text-align: center;
  min-width: 100px;
  padding: 8px 16px;
  margin: 0 8px;
  background-color: var(--mainColor);
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}
.modal__btn[target=_blank]:after {
  content: none;
}
.modal__btn:hover {
  background-color: #0f42bd;
  text-decoration: none;
}
.modal__btn--no {
  background-color: #6b7377;
}
.modal__btn--no:hover {
  background-color: #497e99;
}

.imformation-list-box .article-list:has(li) + .loader {
  display: none;
}
.imformation-list-box .loader {
    display: flex;
    flex-direction: column;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.loader-inner > div {
    background-color: #f3f4fa;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
.loader-inner > div:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader-inner > div:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader-inner > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@-webkit-keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    45% {
      -webkit-transform: scale(0.1);
              transform: scale(0.1);
      opacity: 0.7; }
    80% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    45% {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        opacity: 0.7; }
    80% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; } 
}
.blocks-item-title .title__link {
  display: inline-flex;
  font-size: 1.4rem;
  height: 2em;
  line-height: 1.7;
  padding: 0 10px;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0 1em;
}
.blocks-item-title .title__link:hover {
  background: var(--mainColor);
  color: #fff;
  text-decoration: none;
}

/* ビジネスブログCSS */
.rss-list h3 span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 25px;
}
@media screen and (max-width: 620px) {
  .rss-list h3 span {
    margin: 0;
  }
}
.rss-list .article-list.promoted-articles {
  gap: 2em 4em;
  margin-top: 2em;
}
.rss-list .article-list li {
  padding: 0;
}
.rss-list .article-list li::after {
  content: none;
}
.rss-list .article-list li a {
  display: flex;
  flex-direction: column;
  gap: .5em;
  color: inherit;
}
.rss-list .article-list li a::after {
  content: none;
}
.rss-list .article-list li a:hover {
  text-decoration: none;
  opacity: .7;
}
.rss-list .article-list li a .title {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.8rem;
}
.rss-list .article-list li img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.rss-list .article-list li time {
  display: block;
  font-size: 80%;
  text-wrap: nowrap;
}
.rss-list .article-list li .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 80%;
}
.rss-list .article-list li .category {
  background: #e7eaf4;
  padding: 1px 5px;
  border-radius: 4px;
}
.rss-list .article-list li h4 {
  margin: 0;
}
.rss-list .btn_bb {
  display: flex;
  justify-content: center;
  width: 30%;
  margin: 1em auto 4em;
  height: 48px;
  align-items: center;
  border: 2px solid var(--mainColor);
  border-radius: 4px;
  color: var(--mainColor);
}
.rss-list .btn_bb:after {
  display: none;
}
.rss-list .btn_bb:hover {
  background: var(--mainColor);
  color: #fff;
  text-decoration: none;
}
.rss-list.sample-items .article-list li time {
  display: none;
}
/*# sourceMappingURL=index.css.map */