@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.84);
  font-family: Poppins, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 15px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 961px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

a:hover {
  color: rgba(0, 0, 0, 0.84);
}

a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid #00a4bb;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #00a4bb;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #00a4bb;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.container-divider {
  height: 5px;
}

.container-divider:after {
  content: "";
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #0D93E0 0%, #00C4C4 100%);
}

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

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

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #00a4bb;
  border-radius: 4px;
  color: #00a4bb;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 561px) {
  .button, .split-button button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .subscriptions-subscribe button.pagination-next-link[data-selected="true"], .subscriptions-subscribe button.pagination-prev-link[data-selected="true"], .subscriptions-subscribe button.pagination-first-link[data-selected="true"], .subscriptions-subscribe button.pagination-last-link[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: #00a4bb;
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: #004b55;
  border-color: #004b55;
}

.button[data-disabled], .split-button button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #00a4bb;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 561px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #004b55;
}

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

.button-secondary {
  color: rgba(51,51,51,0.84);
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(0, 0, 0, 0.84);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.button-touch-area {
  cursor: pointer;
  padding: 6px 4px;
  display: block;
  text-decoration: none;
}

.button-touch-area:visited, .button-touch-area:hover, .button-touch-area:active, .button-touch-area:focus {
  text-decoration: none;
}

.button.black-colored, .split-button button.black-colored, .community-follow button.black-colored, .requests-table-toolbar .organization-subscribe button.black-colored, .subscriptions-subscribe button.black-colored, .black-colored.pagination-next-link, .black-colored.pagination-prev-link, .black-colored.pagination-first-link, .black-colored.pagination-last-link {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Roboto, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  border-radius: 18px;
  background-color: #1c1c1c;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.button.black-colored:hover, .split-button button.black-colored:hover, .community-follow button.black-colored:hover, .requests-table-toolbar .organization-subscribe button.black-colored:hover, .subscriptions-subscribe button.black-colored:hover, .black-colored.pagination-next-link:hover, .black-colored.pagination-prev-link:hover, .black-colored.pagination-first-link:hover, .black-colored.pagination-last-link:hover {
  background-color: #2a2a2a;
}

.button.black-colored:active, .split-button button.black-colored:active, .community-follow button.black-colored:active, .requests-table-toolbar .organization-subscribe button.black-colored:active, .subscriptions-subscribe button.black-colored:active, .black-colored.pagination-next-link:active, .black-colored.pagination-prev-link:active, .black-colored.pagination-first-link:active, .black-colored.pagination-last-link:active {
  background-color: #393939;
}

.button.black-colored:focus, .split-button button.black-colored:focus, .community-follow button.black-colored:focus, .requests-table-toolbar .organization-subscribe button.black-colored:focus, .subscriptions-subscribe button.black-colored:focus, .black-colored.pagination-next-link:focus, .black-colored.pagination-prev-link:focus, .black-colored.pagination-first-link:focus, .black-colored.pagination-last-link:focus {
  background-color: #2a2a2a;
}

.button.white-colored, .split-button button.white-colored, .community-follow button.white-colored, .requests-table-toolbar .organization-subscribe button.white-colored, .subscriptions-subscribe button.white-colored, .white-colored.pagination-next-link, .white-colored.pagination-prev-link, .white-colored.pagination-first-link, .white-colored.pagination-last-link {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Roboto, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.56);
  border: none;
  border-radius: 18px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 36px;
  padding: 0 18px;
  transition: all 0.2s ease;
}

.button.white-colored:hover, .split-button button.white-colored:hover, .community-follow button.white-colored:hover, .requests-table-toolbar .organization-subscribe button.white-colored:hover, .subscriptions-subscribe button.white-colored:hover, .white-colored.pagination-next-link:hover, .white-colored.pagination-prev-link:hover, .white-colored.pagination-first-link:hover, .white-colored.pagination-last-link:hover {
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.button.white-colored:active, .split-button button.white-colored:active, .community-follow button.white-colored:active, .requests-table-toolbar .organization-subscribe button.white-colored:active, .subscriptions-subscribe button.white-colored:active, .white-colored.pagination-next-link:active, .white-colored.pagination-prev-link:active, .white-colored.pagination-first-link:active, .white-colored.pagination-last-link:active {
  background-color: #f0f0f0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.button.white-colored:focus, .split-button button.white-colored:focus, .community-follow button.white-colored:focus, .requests-table-toolbar .organization-subscribe button.white-colored:focus, .subscriptions-subscribe button.white-colored:focus, .white-colored.pagination-next-link:focus, .white-colored.pagination-prev-link:focus, .white-colored.pagination-first-link:focus, .white-colored.pagination-last-link:focus {
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: #00a4bb;
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #00a4bb;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 561px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 561px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 561px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 961px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 561px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

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

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

.form-field label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #00a4bb;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #00a4bb;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.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 #00a4bb;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #00a4bb;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

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

.form-field .optional {
  color: rgba(51,51,51,0.84);
  margin-left: 4px;
}

.form-field p {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: rgba(51,51,51,0.84);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 12px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: rgba(0, 0, 0, 0.74);
}

/***** Header *****/
.header {
  height: 64px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .header {
    height: 50px;
  }
}

.header-content {
  background: #fff;
  position: fixed;
  z-index: 2;
  align-items: center;
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: space-between;
  padding: 0 21px 0 32px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .header-content {
    height: 50px;
    padding: 0 0 0 12px;
  }
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  color: #000;
}

.logo a {
  display: inline-block;
}

.logo a > .title {
  display: flex;
  align-items: center;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.logo {
  align-items: center;
  display: flex;
  font-size: 18px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .logo {
    font-size: 14px;
  }
}

.logo .name {
  font-weight: 600;
  margin-left: 20px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .logo .name {
    margin-left: 12px;
  }
}

.logo .help-center {
  font-weight: normal;
  margin-left: 2px;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 561px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: rgba(0, 0, 0, 0.74);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(0, 0, 0, 0.74);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(0, 0, 0, 0.74);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 561px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** 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 {
  color: #00a4bb;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer-base {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 135px 82px 12px 64px;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-base {
    padding: 0;
    padding-bottom: 16px;
  }
}

.footer-content {
  width: 100%;
  max-width: 1042px;
}

.footer__main-section-wrapper {
  display: flex;
}

.footer__link-section-wrapper {
  flex-shrink: 0;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer__link-section-wrapper {
    margin-left: 16px;
    margin-top: 12px;
    width: calc(100% - 16px);
  }
}

.footer-link-section__base {
  display: flex;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-section__base {
    flex-direction: column;
  }
}

.footer-link-list__base {
  position: relative;
  display: flex;
  margin-right: 80px;
}

@media screen and (min-width: 961px) and (max-width: 1072px) {
  .footer-link-list__base {
    margin-right: 48px;
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__base {
    flex-direction: column;
    margin-right: 0;
  }
  .footer-link-list__base + .footer-link-list__base {
    margin-top: 10px;
  }
  .footer-link-list__base:after {
    content: "";
    position: relative;
    display: block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    margin-top: 6px;
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__base--open:after {
    margin-top: 14px;
  }
}

.footer-link-list__heading {
  margin: 0;
  color: rgba(0, 0, 0, 0.84);
}

.footer-link-list__heading-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__heading-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.footer-link-list__header-chevron-base {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-link-list__header-chevron-base > div {
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__header-chevron-base {
    top: -6px;
    right: 0px;
  }
}

.footer-link-list__header-chevron-down-button {
  color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
  outline: none;
  border-radius: 9999vmax;
  box-shadow: none;
  display: block;
  cursor: pointer;
  user-select: none;
  width: 48px;
  height: 48px;
  transition: all 200ms cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}

.footer-link-list__header-chevron-down-button:hover {
  color: rgba(0, 0, 0, 0.56);
}

.footer-link-list__header-chevron-down-button:hover, .footer-link-list__header-chevron-down-button:active {
  background: none;
}

@media screen and (min-width: 1280px) {
  .footer-link-list__outer {
    display: flex;
  }
}

.footer-link-list__body-wrapper {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  transition: max-height 200ms cubic-bezier(0.3, 0.3, 0.3, 1) 0s;
  margin-left: 24px;
  max-height: 200px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__body-wrapper {
    margin-left: 0;
    max-height: 0;
  }
}

@media screen and (min-width: 961px) and (max-width: calc(1280px - 1px)) {
  .footer-link-list__body-wrapper--bottom {
    margin-top: 12px;
  }
}

.footer-link-list__link {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.footer-link-list__link:hover .footer-link-list__simple-link {
  color: rgba(0, 0, 0, 0.84);
}

.footer-link-list__link:hover .footer-link-list__name {
  color: rgba(0, 0, 0, 0.84);
}

.footer-link-list__link:hover .footer-link-list__description {
  color: rgba(0, 0, 0, 0.56);
}

.footer-link-list__link:visited, .footer-link-list__link:hover, .footer-link-list__link:active, .footer-link-list__link:focus {
  text-decoration: none;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__link {
    margin-bottom: 0px;
  }
}

.footer-link-list__link-wrapper {
  position: relative;
}

.footer-link-list__link-wrapper + .footer-link-list__link-wrapper {
  margin-top: 12px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__link-wrapper {
    padding: 12px 0;
  }
  .footer-link-list__link-wrapper + .footer-link-list__link-wrapper {
    margin-top: 0;
  }
}

.footer-link-list__simple-link {
  font-weight: 300;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.74);
  transition: 200ms color ease-out;
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-link-list__simple-link {
    margin-top: 10px;
    margin-bottom: 6px;
  }
}

.footer-link-list__name {
  display: block;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.74);
  transition: color 200ms ease-out 0s;
  margin: 0;
}

.footer-link-list__description {
  display: block;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  transition: color 200ms ease-out 0s;
  margin: 0;
}

.footer-link-list__get-app-button {
  color: rgba(0, 0, 0, 0.56);
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  background: linear-gradient(white, white);
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius: 9999vmax;
  font-family: Poppins, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  display: block;
  cursor: pointer;
  user-select: none;
  width: 104px;
  height: 28px;
  line-height: 24px;
  font-size: 12px;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}

.footer-link-list__get-app-button:hover {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), linear-gradient(white, white);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.footer-link-list__get-app-button-position {
  position: absolute;
  top: 10px;
  right: 12px;
}

.footer-link-list__sub-link {
  display: flex;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.footer-link-list__sub-link:hover .footer-link-list__description {
  color: rgba(0, 0, 0, 0.56);
}

.footer-link-list__sub-link + .footer-link-list__sub-link ::before {
  content: " | ";
  margin: 0 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.footer-link-list__sub-link:visited, .footer-link-list__sub-link:hover, .footer-link-list__sub-link:active, .footer-link-list__sub-link:focus {
  text-decoration: none;
}

.footer-link-list__sub-link-wrapper {
  display: flex;
  flex-direction: row;
}

.footer__bottom-section-wrapper {
  margin-top: 53px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer__bottom-section-wrapper {
    flex-direction: column;
    margin-top: 24px;
  }
}

.footer-bottom-section__about-service {
  display: flex;
  margin-left: 14px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__about-service {
    flex-direction: column;
    margin-left: 16px;
  }
}

.footer-bottom-section__link {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: 200ms color ease-out;
  color: rgba(0, 0, 0, 0.4);
}

.footer-bottom-section__link:hover .footer-bottom-section__service-name {
  color: rgba(0, 0, 0, 0.56);
}

.footer-bottom-section__link + .footer-bottom-section__link {
  margin-left: 24px;
}

.footer-bottom-section__link:visited, .footer-bottom-section__link:hover, .footer-bottom-section__link:active, .footer-bottom-section__link:focus {
  text-decoration: none;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__link {
    display: block;
    height: 16px;
  }
  .footer-bottom-section__link + .footer-bottom-section__link {
    margin-top: 16px;
    margin-left: 0;
  }
}

.footer-bottom-section__service-name {
  color: rgba(0, 0, 0, 0.4);
}

.footer-bottom-section__line {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 18px 0px 4px 14px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__line {
    display: none;
  }
}

.footer-bottom-section__about-wantedly {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__about-wantedly {
    align-items: center;
    margin-top: 60px;
  }
}

.footer-bottom-section__wantedly-info {
  display: flex;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__wantedly-info {
    flex-direction: column;
  }
}

.footer-bottom-section__logo {
  height: 48px;
  margin-top: 8px;
  margin-left: 4px;
  width: 177px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__logo {
    height: 48px;
    margin-left: 8px;
    width: 177px;
  }
}

.footer-bottom-section__copyright {
  color: rgba(0, 0, 0, 0.24);
  padding: 29px 0px 11px;
  margin: 0 0 0 8px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__copyright {
    margin: -4px 0 0 16px;
    padding: 0;
  }
}

.footer-bottom-section__right-items {
  display: flex;
  flex-direction: row;
}

.footer-bottom-section__social-link-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 8px 0 0;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__social-link-list {
    margin-right: 6px;
    padding: 0;
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__social-link-item + .footer-bottom-section__social-link-item {
    margin-left: 8px;
  }
}

.footer-bottom-section__icon-link-wrapper {
  display: block;
  padding: 14px 10px;
  transition: 200ms color ease-out;
  -webkit-tap-highlight-color: transparent;
}

.footer-bottom-section__icon-link-wrapper .footer-bottom-section__icon-base {
  color: rgba(0, 0, 0, 0.74);
}

.footer-bottom-section__icon-link-wrapper .footer-bottom-section__icon-base:hover {
  color: rgba(0, 0, 0, 0.84);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .footer-bottom-section__icon-link-wrapper + .footer-bottom-section__icon-link-wrapper {
    padding: 14px 8px;
  }
}

.footer-bottom-section__icon-base {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}

.footer-text {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  display: inline;
}

.footer-text--link {
  font-family: "Lato", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-text--caption {
  font-family: "Lato", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-text--subhead {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.use-touch-area__touch-area {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

.breadcrumbs li {
  color: #000;
  display: inline;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  margin: 0 6px;
  content: "";
  background-image: url(/hc/theming_assets/01K9NZKQS4P69F729W3V6BWAXQ);
  display: inline-block;
  width: 7px;
  height: 11px;
}

.breadcrumbs li > a {
  color: rgba(0, 0, 0, 0.56);
  text-decoration: underline;
}

.breadcrumbs li > a:hover {
  color: rgba(0, 0, 0, 0.74);
}

/***** Search field *****/
.search-container {
  position: relative;
  width: 380px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .search-container {
    display: none;
  }
}

.header-search-container {
  display: block !important;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .header-search-container {
    display: none !important;
  }
}

.search {
  /*
    NOTE:
    検索ボタンを虫眼鏡アイコンにしたい
    ただ、検索ボタンは search helper の中で生成されるため、検索ボタンにアイコンを設定するのが難しい
    また、検索ボタン (input タグ) には value="検索" と初期設定されており、それを空白表示にする必要がある
    多少無理矢理ではあるが、主に以下の対応をすることで検索ボタンが虫眼鏡アイコンに見えるようにする
    - 検索ボタン (input タグ) の font-size を 0 にすることで、"検索"という文字を非表示にする
    - 虫眼鏡アイコンと同じ位置に検索ボタン (input タグ) を上からかぶせて表示する
  */
}

.search input[type="search"] {
  border-radius: 4px;
  border: none;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .search input[type="search"] {
    border-radius: 8px;
  }
}

.search-full input[type="search"] {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  background-color: #fff;
  border-color: #fff;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .search-full input[type="submit"] {
    width: 72px !important;
  }
}

.search-header input[type="search"] {
  background-color: rgba(0, 0, 0, 0.03);
}

.search-header input[type="submit"] {
  width: 52px !important;
}

.search-result-header input[type="search"] {
  background-color: rgba(0, 0, 0, 0.03);
}

.search-result-header input[type="submit"] {
  width: 52px !important;
}

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.4);
  flex: 1 1 auto;
  height: 36px;
  width: 100%;
  font-weight: 400;
  line-height: 24px;
}

.search input[type="search"]:focus {
  color: #555;
}

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

.search input[type="search"]:-webkit-autofill, .search input[type="search"]:-webkit-autofill:hover, .search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search input[type="submit"] {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  z-index: 2;
  min-width: 0;
  width: 64px;
  height: 100%;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  background: none;
  border: none;
}

.search .clear-button {
  display: none;
}

[dir="ltr"] .search input[type="search"] {
  padding-left: 16px;
  padding-right: 64px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  [dir="ltr"] .search input[type="search"] {
    padding-left: 12px;
    padding-right: 72px;
  }
}

[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right-color: transparent;
}

[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-right-color: #00a4bb;
}

[dir="ltr"] .search .clear-button {
  display: none;
}

[dir="ltr"] .search-header input[type="search"], [dir="ltr"] .search-result-header input[type="search"] {
  padding-left: 12px;
  padding-right: 52px;
}

[dir="rtl"] .search input[type="search"] {
  padding-left: 64px;
  padding-right: 16px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  [dir="rtl"] .search input[type="search"] {
    padding-left: 12px;
  }
}

[dir="rtl"] .search-has-value input[type="search"] {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left-color: transparent;
}

[dir="rtl"] .search-has-value input[type="search"]:focus {
  border-left-color: #00a4bb;
}

[dir="rtl"] .search .clear-button {
  display: none;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 23px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: rgba(0, 0, 0, 0.56);
  pointer-events: none;
}

.hero-inner__search-box .search-icon {
  right: 23px !important;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .hero-inner__search-box .search-icon {
    right: 27px !important;
  }
}

.search-container .search-icon {
  right: 17px !important;
}

/***** Hero component *****/
.hero {
  background: linear-gradient(135deg, #0D93E0 0%, #00C4C4 100%);
  height: 280px;
  padding: 0 36px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .hero {
    height: 246px;
  }
}

.hero__background-text {
  cursor: default;
  position: absolute;
  left: -0.62px;
  top: calc(50% - 206px/2 - 1px);
  font-weight: 275;
  font-size: 122px;
  line-height: 84.5%;
  color: rgba(255, 255, 255, 0.12);
  text-align: left;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .hero__background-text {
    left: -0.8%;
    right: 11.47%;
    top: calc(50% - 124px/2 + 36px);
    font-size: 94px;
  }
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 610px;
}

.hero-inner__title-area {
  display: inline-block;
}

.hero-inner__title {
  color: #ffff;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .hero-inner__title {
    text-align: left;
    font-size: 32px;
    line-height: 44px;
  }
}

.hero-inner__search-box {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}

.hero-inner__search-box > .search input[type="search"] {
  height: 52px;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 561px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 561px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 961px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  padding-top: 11px;
  margin-bottom: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 982px;
}

@media (min-width: 561px) {
  .sub-nav {
    flex-direction: row;
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .sub-nav {
    margin-bottom: 40px;
  }
}

.sub-nav .breadcrumbs {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .sub-nav .breadcrumbs {
    width: 100%;
  }
}

.sub-nav .breadcrumbs > li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .sub-nav .breadcrumbs > li {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}

.sub-nav .breadcrumbs > li + li::before {
  margin: 0 6px;
  content: "";
  background-image: url(/hc/theming_assets/01K9NZKQS4P69F729W3V6BWAXQ);
  display: inline-block;
  width: 7px;
  height: 11px;
}

.sub-nav .breadcrumbs > li > a {
  color: rgba(0, 0, 0, 0.56);
  text-decoration: underline;
}

.sub-nav .breadcrumbs > li > a:hover {
  color: rgba(0, 0, 0, 0.74);
}

.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 561px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 561px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #00a4bb;
  border-radius: 4px;
  box-sizing: border-box;
  color: #00a4bb;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 561px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #00a4bb;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(0, 0, 0, 0.84);
}

.blocks-item-link {
  color: #00a4bb;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #00a4bb;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  margin: 0;
}

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

/***** Homepage *****/
@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container {
    margin-bottom: 120px;
  }
}

.home-container .account-section,
.home-container .service-section {
  text-align: center;
  position: relative;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section,
  .home-container .service-section {
    padding-top: 80px;
  }
}

.home-container .account-section__title,
.home-container .service-section__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 16px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__title,
  .home-container .service-section__title {
    font-size: 32px;
    line-height: 44px;
    padding: 0 16px;
    text-align: left;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__title-new-line,
  .home-container .service-section__title-new-line {
    display: none;
  }
}

.home-container .account-section__description,
.home-container .service-section__description {
  color: rgba(0, 0, 0, 0.84);
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__description,
  .home-container .service-section__description {
    line-height: 24px;
    padding: 0 16px;
    text-align: left;
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__description-new-line,
  .home-container .service-section__description-new-line {
    display: none;
  }
}

.home-container .account-section {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section {
    padding-top: 80px;
  }
}

.home-container .account-section__background-text {
  cursor: default;
  position: absolute;
  left: -21px;
  top: 24px;
  font-weight: 600;
  font-size: 180px;
  line-height: 180px;
  color: rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__background-text {
    left: -3px;
    top: 48px;
    font-size: 56px;
    line-height: 56px;
  }
}

.home-container .account-section__button-area {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__button-area {
    display: grid;
    gap: 0px;
    margin-top: 38px;
    margin-bottom: 6px;
  }
}

.home-container .account-section__button-area .button, .home-container .account-section__button-area .split-button button, .split-button .home-container .account-section__button-area button, .home-container .account-section__button-area .community-follow button, .community-follow .home-container .account-section__button-area button, .home-container .account-section__button-area .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .home-container .account-section__button-area button, .home-container .account-section__button-area .subscriptions-subscribe button, .subscriptions-subscribe .home-container .account-section__button-area button, .home-container .account-section__button-area .pagination-next-link, .home-container .account-section__button-area .pagination-prev-link, .home-container .account-section__button-area .pagination-first-link, .home-container .account-section__button-area .pagination-last-link {
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  width: 312px;
  height: 52px;
  line-height: 52px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .account-section__button-area .button, .home-container .account-section__button-area .split-button button, .split-button .home-container .account-section__button-area button, .home-container .account-section__button-area .community-follow button, .community-follow .home-container .account-section__button-area button, .home-container .account-section__button-area .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .home-container .account-section__button-area button, .home-container .account-section__button-area .subscriptions-subscribe button, .subscriptions-subscribe .home-container .account-section__button-area button, .home-container .account-section__button-area .pagination-next-link, .home-container .account-section__button-area .pagination-prev-link, .home-container .account-section__button-area .pagination-first-link, .home-container .account-section__button-area .pagination-last-link {
    margin: 0 auto;
    width: 335px;
  }
}

.home-container .account-section__button-icon {
  color: #FFFFFF;
  top: 50%;
  left: 26px;
  position: absolute;
  transform: translateY(-50%);
}

.home-container .service-section {
  padding-top: 104px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service-section {
    padding-top: 96px;
  }
}

.home-container .service-section__background-text {
  cursor: default;
  position: absolute;
  right: -14px;
  top: 32px;
  font-weight: 600;
  font-size: 180px;
  line-height: 180px;
  color: rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service-section__background-text {
    right: -4px;
    top: 54px;
    font-size: 56px;
    line-height: 56px;
  }
}

.home-container .services {
  padding: 0 10%;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .services {
    padding: 0 16px;
  }
}

.home-container .services-content {
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
}

.home-container .services__target {
  line-height: 36px;
  margin-top: 40px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .services__target {
    margin-top: 48px;
  }
}

.home-container .services__target-icon {
  vertical-align: middle;
  margin-right: 14px;
}

.home-container .services__target-icon--company {
  width: 16px;
  height: 20px;
}

.home-container .services__target-icon--person {
  width: 16px;
  height: 18px;
}

.home-container .services__target-title {
  line-height: 32px;
  display: inline;
  vertical-align: middle;
}

.home-container .service__accordion {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  outline: none;
  padding-right: 32px;
  padding-left: 64px;
  text-align: left;
  transition: all 200ms cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
  width: 100%;
  height: 112px;
}

.home-container .service__accordion p {
  display: inline;
}

.home-container .service__accordion:hover {
  opacity: 0.935;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__accordion {
    padding-left: 32px;
    height: 117px;
    align-items: center;
  }
}

.home-container .service__accordion:after {
  content: "";
  background-color: #FFFFFF;
  width: 21.41px;
  height: 12.12px;
  -webkit-mask-image: url(/hc/theming_assets/01K9NZKJ6XV8Z5R2JMZJK470YS);
  mask-image: url(/hc/theming_assets/01K9NZKJ6XV8Z5R2JMZJK470YS);
  margin-left: auto;
}

.home-container .service__accordion--active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 200ms cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}

.home-container .service__accordion--active:after {
  content: "";
  background-color: #FFFFFF;
  width: 21.41px;
  height: 12.12px;
  -webkit-mask-image: url(/hc/theming_assets/01K9NZKJ6XV8Z5R2JMZJK470YS);
  mask-image: url(/hc/theming_assets/01K9NZKJ6XV8Z5R2JMZJK470YS);
  margin-left: auto;
  transform: scale(1, -1);
}

.home-container .service__accordion.recruitment-service, .home-container .service__accordion.engagement-service, .home-container .service__accordion.visit-service, .home-container .service__accordion.people-service {
  background-position: right;
  background-repeat-x: no-repeat;
  background-size: auto 100%;
  margin-top: 24px;
}

.home-container .service__accordion.recruitment-service {
  background-color: rgba(41, 41, 41, 0.94);
  background-image: url(/hc/theming_assets/01J16TG0Y50DG6T27D4QM2NK95);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__accordion.recruitment-service {
    background-image: url(/hc/theming_assets/01J16TG1DNB2P1F57RZHNJGH94);
  }
}

.home-container .service__accordion.engagement-service {
  background-color: #5c5c5c;
  background-image: url(/hc/theming_assets/01J16TG02STDX6MCV8YSV3TZ7D);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__accordion.engagement-service {
    background-image: url(/hc/theming_assets/01J16TG1W7Z68T3TAN1KBRXENN);
    margin-top: 16px;
  }
}

.home-container .service__accordion.visit-service {
  background-color: #08C5E7;
  background-image: url(/hc/theming_assets/01J16TG228WSXRWEPYX5S4B4ET);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__accordion.visit-service {
    background-image: url(/hc/theming_assets/01J16TG0R7GEYB3FNEMA70QH5V);
  }
}

.home-container .service__accordion.people-service {
  background-color: #BC65FF;
  background-image: url(/hc/theming_assets/01J16TG0W1VJ58VTCP0D0DGDHD);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__accordion.people-service {
    background-image: url(/hc/theming_assets/01J16TG0Q2287GQE5GGN883307);
    margin-top: 16px;
  }
}

.home-container .service__title-area {
  display: contents;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__title-area {
    display: block;
  }
}

.home-container .service__sub-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.18px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__sub-title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }
}

.home-container .service__title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-left: 40px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__title {
    display: block;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    margin-left: 0;
  }
}

.home-container .service__panel {
  background-color: #fafafa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
  transition: max-height 200ms cubic-bezier(0.3, 0.3, 0.3, 1) 0s;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__panel {
    padding: 0 8px;
  }
}

.home-container .service__guide {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__guide {
    margin-top: 56px;
  }
}

.home-container .service__guide-icon {
  vertical-align: middle;
  margin-right: 14px;
}

.home-container .service__guide-icon--beginner {
  width: 14px;
  height: 20px;
}

.home-container .service__guide-icon--category {
  width: 16px;
  height: 20px;
}

.home-container .service__guide-title {
  display: inline;
  vertical-align: middle;
}

@media screen and (min-width: 961px) and (max-width: calc(1281px - 1px)), screen and (min-width: 1281px) {
  .home-container .service__beginners-guide-step {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .home-container .service__beginners-guide-step .button, .home-container .service__beginners-guide-step .split-button button, .split-button .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .community-follow button, .community-follow .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .subscriptions-subscribe button, .subscriptions-subscribe .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .pagination-next-link, .home-container .service__beginners-guide-step .pagination-prev-link, .home-container .service__beginners-guide-step .pagination-first-link, .home-container .service__beginners-guide-step .pagination-last-link {
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    width: 216px;
    height: 52px;
    line-height: 52px;
  }
  .home-container .service__beginners-guide-step-no-text {
    margin-bottom: 6px;
    color: #00a4bb;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    background: linear-gradient(135deg, #0D93E0 0%, #00C4C4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
  .home-container .service__beginners-guide-step-line-area {
    width: 100%;
    max-width: 73px;
    position: relative;
  }
  .home-container .service__beginners-guide-step-line {
    width: 100%;
    position: absolute;
    bottom: 32px;
    border-top: 3px dashed rgba(204, 204, 204, 0.8);
  }
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .service__beginners-guide-border {
    position: absolute;
    height: 100%;
    left: 50%;
    border-left: 4px dashed rgba(204, 204, 204, 0.8);
  }
  .home-container .service__beginners-guide-step {
    width: max-content;
    margin: auto;
    padding-bottom: 6px;
  }
  .home-container .service__beginners-guide-step .button, .home-container .service__beginners-guide-step .split-button button, .split-button .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .community-follow button, .community-follow .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .subscriptions-subscribe button, .subscriptions-subscribe .home-container .service__beginners-guide-step button, .home-container .service__beginners-guide-step .pagination-next-link, .home-container .service__beginners-guide-step .pagination-prev-link, .home-container .service__beginners-guide-step .pagination-first-link, .home-container .service__beginners-guide-step .pagination-last-link {
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    width: 307px;
    height: 68px;
    line-height: 68px;
  }
  .home-container .service__beginners-guide-step-no {
    position: relative;
    height: 76px;
  }
  .home-container .service__beginners-guide-step-no-text {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 14px;
    background: linear-gradient(135deg, #0D93E0 0%, #00C4C4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
  .home-container .service__beginners-guide-step-no-text:not(:first-child) {
    position: absolute;
    bottom: 0;
  }
}

.home-container .categories {
  display: grid;
  grid-gap: 33px;
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
  justify-content: center;
  padding: 0 40px;
  margin-bottom: 48px;
  text-align: left;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .home-container .categories {
    grid-gap: 16px;
    grid-template-columns: 50% 50%;
    margin-bottom: 40px;
    padding: 0 8px;
  }
}

.home-container .category__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  width: 100%;
  position: relative;
}

.home-container .category__link {
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: none;
}

.home-container .category__link:visited, .home-container .category__link:hover, .home-container .category__link:active, .home-container .category__link:focus {
  text-decoration: none;
}

.home-container .category__link-icon {
  vertical-align: middle;
  margin-right: 4px;
  width: 12px;
  height: 12px;
}

.home-container .category__link-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.74);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  width: calc(100% - 22px);
}

.home-container .category__link-title:hover {
  color: rgba(0, 0, 0, 0.84);
}

.home-container .category__more-sections {
  font-size: 12px;
  margin-top: 14px;
  height: 24px;
}

.home-container .category__more-sections-link {
  text-decoration: none;
  position: absolute;
  right: 26px;
  bottom: 24px;
}

.home-container .category__more-sections-link:visited, .home-container .category__more-sections-link:hover, .home-container .category__more-sections-link:active, .home-container .category__more-sections-link:focus {
  text-decoration: none;
}

.home-container .category__more-sections-link-icon {
  vertical-align: middle;
  margin-left: 2px;
  padding-bottom: 2px;
  width: 6px;
  height: 10px;
}

.home-container .category__more-sections-link-title {
  color: rgba(0, 0, 0, 0.4);
  display: inline;
  vertical-align: middle;
}

.home-container .category__more-sections-link-title:hover {
  color: rgba(0, 0, 0, 0.56);
}

.home-container .articles {
  display: inline-block;
  min-height: 67px;
  margin-top: 2px;
}

.home-container .article__item {
  line-height: 28px;
  margin-top: 10px;
}

.home-container .article__item:nth-child(n+4) {
  display: none;
}

.home-container .article__item-link {
  text-decoration: none;
}

.home-container .article__item-link:visited, .home-container .article__item-link:hover, .home-container .article__item-link:active, .home-container .article__item-link:focus {
  text-decoration: none;
}

.home-container .article__item-link-icon {
  vertical-align: baseline;
  margin-right: 4px;
  width: 5px;
  height: 10px;
}

.home-container .article__item-title {
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  width: calc(100% - 14px);
  vertical-align: top;
  text-align: left;
  line-height: 28px;
}

.home-container .article__item-title:hover {
  color: rgba(0, 0, 0, 0.56);
}

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

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

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

.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

@media (min-width: 561px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  color: rgba(0, 0, 0, 0.84);
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 561px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 12px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

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

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

.recent-activity-controls a {
  color: rgba(0, 0, 0, 0.74);
}

.recent-activity-controls a:visited {
  color: rgba(0, 0, 0, 0.74);
}

.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: rgba(0, 0, 0, 0.84);
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #00a4bb;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container-wrapper {
  padding: 0 119px;
  background-color: #fafafa;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .category-container-wrapper {
    padding: 0 16px;
  }
}

.category-container {
  display: flex;
  padding-bottom: 115px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .category-container {
    display: block;
    padding-bottom: 80px;
  }
}

.category-content {
  width: calc(100% - 300px);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .category-content {
    padding: 0;
    width: 100%;
  }
}

.category-header h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 32px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .category-header h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}

.category-sidebar {
  margin-left: 80px;
  width: 220px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .category-sidebar {
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
  }
}

.section-tree .section {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  margin-bottom: 26px;
  padding: 30px 34px 28px 24px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-tree .section {
    margin-bottom: 16px;
    padding: 24px 30px 24px 24px;
  }
}

.section-tree-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-tree-title {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}

.section-tree-title a {
  color: rgba(0, 0, 0, 0.84);
  text-decoration: none;
}

.section-tree-title a:hover {
  color: rgba(0, 0, 0, 0.74);
}

.section-tree-title a:visited, .section-tree-title a:hover, .section-tree-title a:active, .section-tree-title a:focus {
  text-decoration: none;
}

.section-tree .see-all-articles {
  display: block;
  margin-top: 16px;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
}

.section-tree .see-all-articles:visited, .section-tree .see-all-articles:hover, .section-tree .see-all-articles:active, .section-tree .see-all-articles:focus {
  text-decoration: none;
}

.section-tree .see-all-articles-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.56);
}

.section-tree .see-all-articles-title:hover {
  color: rgba(0, 0, 0, 0.74);
}

.section-tree .see-all-articles-title:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/hc/theming_assets/01K9NZKQFJP0G62SVR4YDZPCEA);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 6px;
}

.article-list {
  margin-left: 10px;
}

.article-list-item {
  list-style: none;
}

.article-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.article-list-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.56);
  text-decoration: none;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-list-link {
    letter-spacing: initial;
  }
}

.article-list-link:hover {
  color: rgba(0, 0, 0, 0.74);
}

.article-list-link:visited, .article-list-link:hover, .article-list-link:active, .article-list-link:focus {
  text-decoration: none;
}

.article-list-link-icon {
  vertical-align: baseline;
  margin-right: 8px;
}

.article-list-link-title {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 18px);
}

/***** Section pages *****/
.section-container-wrapper {
  padding: 0 119px;
  background-color: #fafafa;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-container-wrapper {
    padding: 0 16px;
  }
}

.section-container {
  display: flex;
  padding-bottom: 115px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-container {
    display: block;
    padding-bottom: 80px;
  }
}

.section-content {
  width: calc(100% - 300px);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-content {
    padding: 0;
    width: 100%;
  }
}

.section-header h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 32px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-header h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}

.section-body {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  margin-bottom: 26px;
  padding: 28px 24px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-body {
    padding: 24px;
  }
}

.section-sidebar {
  margin-left: 80px;
  width: 220px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .section-sidebar {
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
  }
}

/***** Article *****/
.article-container-wrapper {
  padding: 0 119px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-container-wrapper {
    padding: 0 16px;
    margin-bottom: 124px;
  }
}

.article {
  width: calc(100% - 300px);
  max-width: 682px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article {
    padding: 0;
    width: 100%;
  }
}

.article-container {
  display: flex;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-container {
    display: block;
  }
}

.article-header {
  margin-bottom: 16px;
}

.article-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.8);
}

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

.article-body a {
  color: rgba(0, 0, 0, 0.74);
}

.article-body a:visited {
  color: rgba(0, 0, 0, 0.74);
}

.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: rgba(0, 0, 0, 0.84);
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"]
.article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.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 ul {
  list-style-type: disc;
}

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

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: rgba(51,51,51,0.84);
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  margin-top: 16px;
  word-wrap: break-word;
}

.article-sidebar {
  margin-left: 80px;
  width: 220px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-sidebar {
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
  }
}

.article-sidebar-content {
  margin-bottom: 36px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-sidebar-content {
    margin-bottom: 44px;
  }
}

.article-sidebar-body {
  margin-top: 16px;
}

.article-sidebar__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.4);
}

.article-sidebar__item {
  margin-bottom: 8px;
}

.article-sidebar__item-title {
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.article-sidebar__item-title:visited, .article-sidebar__item-title:hover {
  color: rgba(0, 0, 0, 0.84);
}

.article-sidebar__item-title:visited, .article-sidebar__item-title:hover, .article-sidebar__item-title:active, .article-sidebar__item-title:focus {
  text-decoration: none;
}

.article-sidebar__more-articles {
  font-size: 12px;
  text-align: right;
}

.article-sidebar__more-articles-link {
  text-decoration: none;
  margin-right: 11px;
}

.article-sidebar__more-articles-link:visited, .article-sidebar__more-articles-link:hover, .article-sidebar__more-articles-link:active, .article-sidebar__more-articles-link:focus {
  text-decoration: none;
}

.article-sidebar__more-articles-link-icon {
  vertical-align: middle;
  margin-left: 2px;
  width: 6px;
  height: 10px;
}

.article-sidebar__more-articles-link-title {
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  vertical-align: middle;
}

.article-sidebar__more-articles-link-title:hover {
  color: rgba(0, 0, 0, 0.84);
}

.article-custom-body {
  counter-reset: number 0;
}

.article-custom-body p {
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body p {
    line-height: 24px;
  }
}

.article-custom-body a {
  color: rgba(0, 0, 0, 0.56);
}

.article-custom-body a:hover {
  color: rgba(0, 0, 0, 0.74);
}

.article-custom-body a:visited {
  color: rgba(0, 0, 0, 0.56);
}

.article-custom-body img {
  display: block;
  margin-top: 48px;
  margin-bottom: 64px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body img {
    margin-top: 24px;
  }
}

.article-custom-body h2:not([class]) {
  margin-top: 40px;
  margin-bottom: 20px;
}

.article-custom-body h3:not([class]) {
  margin-top: 26px;
  margin-bottom: 8px;
}

.article-custom-body .article-authority {
  margin-bottom: 16px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-authority {
    margin-bottom: 30px;
  }
}

.article-custom-body .article-authority-header {
  display: flex;
  margin-bottom: 8px;
  position: relative;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-authority-header {
    margin-bottom: 14px;
  }
}

.article-custom-body .article-authority-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.article-custom-body .article-authority-info-icon:before {
  content: url(/hc/theming_assets/01K9NZKPJWP4BDTV74EH839V97);
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  top: 4px;
  filter: opacity(0.4) drop-shadow(0 0 0 black);
}

.article-custom-body .article-authority-info-icon:hover:before {
  filter: opacity(0.56) drop-shadow(0 0 0 black);
}

.article-custom-body .article-authority-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-radius: 4px;
  width: 100%;
  height: 72px;
  margin-bottom: 8px !important;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-authority-body {
    display: block;
    padding: 16px 8px 0;
    height: 120px;
  }
}

.article-custom-body .article-authority-type {
  min-width: 188px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-authority-type {
    width: 100%;
  }
}

.article-custom-body .article-authority-roles {
  display: flex;
  width: 100%;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-authority-roles {
    margin-top: 16px;
  }
}

.article-custom-body .article-authority-role {
  display: grid;
  flex: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}

.article-custom-body .article-authority-role--active:after {
  color: #08C5E7;
  content: url(/hc/theming_assets/01K9NZKQQQHRMMBRF2WGHHNHP7);
}

.article-custom-body .article-authority-role--inactive:after {
  color: rgba(0, 0, 0, 0.4);
  content: url(/hc/theming_assets/01K9NZKQRYXWA9PQCCH7S70A22);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-authority-role--none {
    display: none;
  }
}

.article-custom-body .article-description {
  background: initial !important;
}

.article-custom-body .article-description__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
  margin-top: 48px;
  margin-bottom: 20px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-description__title {
    margin-top: 56px;
  }
}

.article-custom-body .article-description__body {
  font-weight: 400;
}

.article-custom-body .article-description > .article-link-list-area {
  margin: 8px 0 0 !important;
}

.article-custom-body .article-table-of-contents {
  background: linear-gradient(135deg, #0D93E0 0%, #00C4C4 100%) !important;
  border-radius: 4px;
  margin-top: 48px;
  margin-bottom: 64px !important;
  padding: 32px 40px !important;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-table-of-contents {
    margin-bottom: 80px !important;
  }
}

.article-custom-body .article-table-of-contents__title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
}

.article-custom-body .article-table-of-contents__title-area {
  display: flex;
  margin-bottom: 16px;
}

.article-custom-body .article-table-of-contents__title-icon {
  margin: auto 10px auto 0;
}

.article-custom-body .article-table-of-contents__title-icon::before {
  width: 18px;
  height: 12px;
  content: url(/hc/theming_assets/01K9NZKJ464B4ZMD2WGNNT3QSE);
}

.article-custom-body .article-table-of-contents__item:not(:last-child) {
  margin-bottom: 8px;
}

.article-custom-body .article-table-of-contents__item a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.86);
}

.article-custom-body .article-table-of-contents__item a:hover {
  color: white;
}

.article-custom-body .article-table-of-contents__item a:visited, .article-custom-body .article-table-of-contents__item a:hover, .article-custom-body .article-table-of-contents__item a:active, .article-custom-body .article-table-of-contents__item a:focus {
  text-decoration: none;
}

.article-custom-body .article-table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-custom-body .article-table-of-contents li ul {
  margin-top: 8px;
  margin-left: 18px;
}

.article-custom-body .article-sub-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-top: 64px;
  margin-bottom: 20px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-sub-heading {
    margin-bottom: 16px;
  }
}

.article-custom-body .article-guide-step {
  margin-left: 28px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-guide-step {
    margin-left: 16px;
  }
}

.article-custom-body .article-guide-step__item {
  padding-left: 50px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-guide-step__item {
    padding-left: 32px;
  }
}

.article-custom-body .article-guide-step__item:first-child {
  margin-top: 40px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-guide-step__item:first-child {
    margin-top: 72px;
  }
}

.article-custom-body .article-guide-step__item:not(:last-child) {
  border-left: 1px solid #cccccc;
  padding-bottom: 56px;
}

.article-custom-body .article-guide-step__item-heading {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.342857px;
  display: flex;
  line-height: 56px;
  position: relative;
  left: -78px;
  width: calc(100% + 78px);
  margin-bottom: 8px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-guide-step__item-heading {
    font-size: 22px;
    line-height: 32px;
    left: -48px;
    width: calc(100% + 48px);
    margin-bottom: 24px;
  }
}

.article-custom-body .article-guide-step__item-heading::before {
  font-weight: 600;
  font-size: 30px;
  margin-right: 24px;
  counter-increment: number 1;
  content: counter(number);
  background-color: #424242;
  color: white;
  text-align: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-guide-step__item-heading::before {
    font-weight: 600;
    font-size: 18px;
    margin-right: 16px;
    width: 32px;
    height: 32px;
  }
}

.article-custom-body .article-guide-step__check-point {
  background: initial !important;
  display: flex;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  left: -62px;
  width: calc(100% + 62px);
  margin: 56px 0 0 !important;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-guide-step__check-point {
    left: -44px;
    width: calc(100% + 44px);
    margin: 80px 0 24px !important;
  }
}

.article-custom-body .article-guide-step__check-point-icon {
  margin: auto 0;
}

.article-custom-body .article-guide-step__check-point-icon:before {
  background-image: url(/hc/theming_assets/01K9NZKQNS5PNDCNZMT2G8Z40Q);
  content: "";
  display: block;
  width: 59px;
  height: 20px;
}

.article-custom-body .article-guide-step__check-point-description {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
  margin: auto 0 auto 6px;
}

.article-custom-body .article-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-custom-body .article-link-list li {
  line-height: 16px;
}

.article-custom-body .article-link-list li:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-link-list li:not(:last-child) {
    margin-bottom: initial;
  }
}

.article-custom-body .article-link-list--related-pages li:not(:last-child) {
  margin-bottom: 8px;
}

.article-custom-body .article-link-list-area {
  background: rgba(0, 0, 0, 0.03) !important;
  padding: 16px 20px !important;
  margin: 24px 0 0 !important;
  max-width: 682px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .article-custom-body .article-link-list-area {
    margin: 16px 0 0 !important;
  }
}

.article-custom-body .article-link-list-wrapper {
  margin-left: 28px;
}

.article-custom-body .article-link-list-wrapper:not(:last-child) {
  margin-bottom: 8px;
}

.article-custom-body .article-link-list__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.article-custom-body .article-link-list__title-area {
  display: flex;
}

.article-custom-body .article-link-list__title-icon {
  margin: auto 10px auto 0;
}

.article-custom-body .article-link-list__title-icon--operations {
  width: 24px;
  height: 24px;
}

.article-custom-body .article-link-list__title-icon--operations::before {
  content: url(/hc/theming_assets/01K9NZKQRV11H3XPZ8J6321A7H);
}

.article-custom-body .article-link-list__title-icon--tips {
  width: 20px;
  height: 20px;
}

.article-custom-body .article-link-list__title-icon--tips::before {
  content: url(/hc/theming_assets/01K9NZKQJQBZ7F0W2AY72494QD);
}

.article-custom-body .article-link-list__title-icon--related-pages {
  width: 17px;
  height: 17px;
}

.article-custom-body .article-link-list__title-icon--related-pages::before {
  content: url(/hc/theming_assets/01K9NZKQNKKZWS4B389CRV7J0B);
}

.article-custom-body .article-link-list__item-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.article-custom-body .article-link-list__item-title {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.56);
}

.article-custom-body .article-link-list__item-title:hover {
  color: rgba(0, 0, 0, 0.74);
}

.article-custom-body .article-link-list__item-title:visited, .article-custom-body .article-link-list__item-title:active, .article-custom-body .article-link-list__item-title:focus {
  color: rgba(0, 0, 0, 0.56);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}

.about-authority-modal {
  display: none;
}

.about-authority-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.56);
}

.about-authority-modal__content {
  position: absolute;
  background: #ffffff;
  overflow: auto;
  outline: none;
  width: 750px;
  height: 554px;
  margin: 0 auto;
  padding: 48px 40px 38px;
  border-radius: 4px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.02) 0 0 0 1px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .about-authority-modal__content {
    width: 343px;
    height: 319px;
    padding: 30px 16px 22px;
  }
}

.about-authority__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.342857px;
  margin-bottom: 0;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .about-authority__title {
    font-size: 22px;
    line-height: 32px;
  }
}

.about-authority__content {
  margin-top: 40px;
  margin-bottom: 32px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .about-authority__content {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.about-authority__description-image {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.about-authority__close-button-area {
  float: right;
  width: 160px;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .about-authority__close-button-area {
    width: 200px;
  }
}

.about-authority__close-button {
  width: 100%;
}

/***** 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 .attachment-icon {
  color: rgba(0, 0, 0, 0.84);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: rgba(51,51,51,0.84);
}

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

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

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: rgba(51,51,51,0.84);
}

.share a:hover {
  text-decoration: none;
  color: #00a4bb;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: rgba(51,51,51,0.84);
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 0, 0, 0.74);
}

.comment-callout a:visited {
  color: rgba(0, 0, 0, 0.74);
}

.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: rgba(0, 0, 0, 0.84);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #00a4bb;
  padding: 40px 20px 20px;
}

@media (min-width: 561px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

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

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 561px) {
  .comment-author {
    justify-content: space-between;
  }
}

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

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

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

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 561px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 561px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

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

@media (min-width: 561px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

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

@media (min-width: 961px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

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

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #00a4bb;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body a {
  color: rgba(0, 0, 0, 0.74);
}

.comment-body a:visited {
  color: rgba(0, 0, 0, 0.74);
}

.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: rgba(0, 0, 0, 0.84);
}

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

[dir="rtl"] .comment-body ul, [dir="rtl"]
.comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 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 code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: rgba(51,51,51,0.84);
  font-style: italic;
  padding: 0 15px;
}

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: rgba(51,51,51,0.84);
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #00a4bb;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: rgba(51,51,51,0.84);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #00a4bb;
}

.vote-voted:hover {
  color: #004b55;
}

/***** 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 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J16TG58S03K7AJCJ14JV97VY);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

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

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

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 561px) {
  .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 #ddd;
  font-size: 12px;
}

@media (min-width: 561px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 561px) {
  .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 (min-width: 561px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 561px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: #00a4bb;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: #00a4bb;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]:hover {
  background-color: #004b55;
  border-color: #004b55;
}

.community-follow button::after {
  border-left: 1px solid #00a4bb;
  content: attr(data-follower-count);
  color: #00a4bb;
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 561px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #00a4bb;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 561px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

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

.striped-list-title {
  color: rgba(0, 0, 0, 0.74);
  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: rgba(0, 0, 0, 0.74);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 561px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 561px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 561px) {
  .striped-list-number {
    color: rgba(0, 0, 0, 0.84);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  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: #00a4bb;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 561px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: rgba(51,51,51,0.84);
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

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

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

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

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

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

@media (min-width: 961px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

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

@media (min-width: 961px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 561px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 561px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 561px) {
  .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: 'Helvetica Neue', Arial, Helvetica, 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%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

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

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body a {
  color: rgba(0, 0, 0, 0.74);
}

.post-body a:visited {
  color: rgba(0, 0, 0, 0.74);
}

.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgba(0, 0, 0, 0.84);
}

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

[dir="rtl"] .post-body ul, [dir="rtl"]
.post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 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 code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: rgba(51,51,51,0.84);
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: rgba(51,51,51,0.84);
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #00a4bb;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 961px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 961px) {
  .post-comments {
    margin-bottom: 0;
  }
}

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

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

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

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

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

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 561px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 561px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 561px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #00a4bb;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 561px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(0, 0, 0, 0.84);
  line-height: 45px;
  order: 1;
}

@media (min-width: 561px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(0, 0, 0, 0.84);
  display: block;
}

@media (min-width: 561px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 561px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 561px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 561px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #00a4bb;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(0, 0, 0, 0.84);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 961px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 961px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #00a4bb;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 961px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

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

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

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 961px) {
  .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 (min-width: 561px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 961px) {
  .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 (min-width: 561px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

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

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 561px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 561px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 561px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 12px;
  margin-top: 30px;
}

@media (min-width: 561px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 561px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 561px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.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 (min-width: 561px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 561px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 561px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 561px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 561px) {
  .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;
}

/* Contributions table */
.contributions-table td:last-child {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
}

@media (min-width: 561px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: rgba(51,51,51,0.84);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 961px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 961px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

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

@media (min-width: 961px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: rgba(51,51,51,0.84);
  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 #00a4bb;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.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 #00a4bb;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 961px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 961px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 12px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 961px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  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: 12px;
  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: rgba(51,51,51,0.84);
  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;
}

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

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

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

@media (min-width: 561px) {
  .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;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  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;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 561px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: rgba(51,51,51,0.84);
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 561px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 561px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 561px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 561px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 561px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 561px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 961px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 561px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 961px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 561px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 561px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 961px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #00a4bb;
  border-radius: 4px;
  color: #00a4bb;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 561px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

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

.profile-section {
  width: 100%;
}

@media (min-width: 961px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.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: rgba(51,51,51,0.84);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 561px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 12px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 561px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 561px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: rgba(51,51,51,0.84);
  font-size: 12px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  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: 15px;
  vertical-align: middle;
}

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

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 561px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 561px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 561px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

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

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 561px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 561px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 561px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  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 (min-width: 561px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 561px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

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

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

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

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

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

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

.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.84);
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 961px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: rgba(0, 0, 0, 0.4);
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(0, 0, 0, 0.74);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

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

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

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

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

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 961px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 961px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 961px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-container {
  padding: 0 5%;
}

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

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: rgba(51,51,51,0.84);
  display: inline-block;
  font-size: 12px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #00a4bb;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

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

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

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

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

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

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

@media (min-width: 961px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 961px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

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

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

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

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

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

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

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

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

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

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

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

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

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

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

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

.dropdown-menu-end {
  left: auto;
  right: 0;
}

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

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

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

.dropdown-chevron-icon {
  vertical-align: middle;
}

.only-laptop {
  display: none;
}

@media screen and (min-width: 961px) and (max-width: calc(1281px - 1px)), screen and (min-width: 1281px) {
  .only-laptop {
    display: contents;
  }
}

.only-mobile-or-tablet {
  display: none;
}

@media screen and (max-width: calc(561px - 1px)), screen and (min-width: 561px) and (max-width: calc(961px - 1px)) {
  .only-mobile-or-tablet {
    display: contents;
  }
}

.category-group-sidebar__accordion {
  width: 100%;
  min-height: 52px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 6px 10px;
  position: relative;
  transition: all 200ms cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}

.category-group-sidebar__accordion:hover {
  background: rgba(0, 0, 0, 0.06);
}

.category-group-sidebar__accordion:after {
  position: absolute;
  right: 16px;
  content: url(/hc/theming_assets/01K9NZKQ50D3QBRWHW4GY5986S);
}

.category-group-sidebar__accordion--active:after {
  position: absolute;
  right: 16px;
  content: url(/hc/theming_assets/01K9NZKQN53ZM4WAZ4A5N95E9W);
}

.category-group-sidebar__title {
  line-height: 28px;
  width: 90%;
}

.category-group-sidebar__panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px 0 16px;
  transition: max-height 200ms cubic-bezier(0.3, 0.3, 0.3, 1) 0s;
  margin-bottom: 8px;
  background: #fafafa;
}

.category-group-sidebar__panel-inner {
  padding: 22px 0;
}

.category-group-sidebar__panel--white {
  background: #fff !important;
}

.category-group-sidebar__article-list {
  min-height: 30px;
}

.category-group-sidebar__article-list-item:not(:first-child) {
  margin-top: 12px;
}

.category-group-sidebar__article-list-link {
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.56);
  text-decoration: none;
}

.category-group-sidebar__article-list-link:hover {
  color: rgba(0, 0, 0, 0.74);
}

.category-group-sidebar__article-list-link:visited {
  color: rgba(0, 0, 0, 0.56);
}

.category-group-sidebar__article-list-link:visited, .category-group-sidebar__article-list-link:hover, .category-group-sidebar__article-list-link:active, .category-group-sidebar__article-list-link:focus {
  text-decoration: none;
}

.category-group-sidebar__more-sections {
  font-size: 12px;
  text-align: right;
  margin-top: 12px;
}

.category-group-sidebar__more-sections-link {
  text-decoration: none;
}

.category-group-sidebar__more-sections-link:visited, .category-group-sidebar__more-sections-link:hover, .category-group-sidebar__more-sections-link:active, .category-group-sidebar__more-sections-link:focus {
  text-decoration: none;
}

.category-group-sidebar__more-sections-link-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.56);
  vertical-align: middle;
}

.category-group-sidebar__more-sections-link-title:hover {
  color: rgba(0, 0, 0, 0.74);
}

.category-group-sidebar__more-sections-link-title:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/hc/theming_assets/01K9NZKQFJP0G62SVR4YDZPCEA);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-bottom: 1px;
  margin-left: 6px;
}

.section-group-sidebar__accordion {
  width: 100%;
  min-height: 52px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 6px 10px;
  position: relative;
  transition: all 200ms cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}

.section-group-sidebar__accordion:hover {
  background: rgba(0, 0, 0, 0.06);
}

.section-group-sidebar__accordion:after {
  position: absolute;
  right: 16px;
  content: url(/hc/theming_assets/01K9NZKQ50D3QBRWHW4GY5986S);
}

.section-group-sidebar__accordion--active:after {
  position: absolute;
  right: 16px;
  content: url(/hc/theming_assets/01K9NZKQN53ZM4WAZ4A5N95E9W);
}

.section-group-sidebar__title {
  line-height: 28px;
  width: 90%;
}

.section-group-sidebar__panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px 0 16px;
  transition: max-height 200ms cubic-bezier(0.3, 0.3, 0.3, 1) 0s;
  margin-bottom: 8px;
  background: #fafafa;
}

.section-group-sidebar__panel-inner {
  padding: 22px 0;
}

.section-group-sidebar__panel--white {
  background: #fff !important;
}

.section-group-sidebar__article-list {
  min-height: 30px;
}

.section-group-sidebar__article-list-item:not(:first-child) {
  margin-top: 12px;
}

.section-group-sidebar__article-list-link {
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.56);
  text-decoration: none;
}

.section-group-sidebar__article-list-link:hover {
  color: rgba(0, 0, 0, 0.74);
}

.section-group-sidebar__article-list-link:visited {
  color: rgba(0, 0, 0, 0.56);
}

.section-group-sidebar__article-list-link:visited, .section-group-sidebar__article-list-link:hover, .section-group-sidebar__article-list-link:active, .section-group-sidebar__article-list-link:focus {
  text-decoration: none;
}

.section-group-sidebar__more-articles {
  font-size: 12px;
  text-align: right;
  margin-top: 12px;
}

.section-group-sidebar__more-articles-link {
  text-decoration: none;
}

.section-group-sidebar__more-articles-link:visited, .section-group-sidebar__more-articles-link:hover, .section-group-sidebar__more-articles-link:active, .section-group-sidebar__more-articles-link:focus {
  text-decoration: none;
}

.section-group-sidebar__more-articles-link-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.56);
  vertical-align: middle;
}

.section-group-sidebar__more-articles-link-title:hover {
  color: rgba(0, 0, 0, 0.74);
}

.section-group-sidebar__more-articles-link-title:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/hc/theming_assets/01K9NZKQFJP0G62SVR4YDZPCEA);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-bottom: 1px;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .en-us {
    font-size: 15px !important;
  }
}

.en-us {
  font-family: Poppins,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 24px;
  color: #45494b;
  /***************
  /Reenewal CSS
  ***************/
  /***** Base *****/
  /***** Header *****/
  /***** Breadcrumbs *****/
  /***** Search field *****/
  /***** Background Image *****/
  /***** Layout *****/
  /***** Chat Icon *****/
  /***** Home *****/
  /***** Category *****/
  /***** Article *****/
  /***************
  /Reenewal CSS end
  ***************/
  /***** Base *****/
  /***** Buttons *****/
  /***** Tables *****/
  /***** Forms *****/
  /***** Header *****/
  /***** User info in header *****/
  /***** User avatar *****/
  /***** Footer *****/
  /***** Hero component *****/
  /***** Blocks *****/
  /* Used in Homepage#categories and Community#topics */
  /***** Homepage *****/
  /***** Promoted articles *****/
  /***** col_01 section in homepage *****/
  /***** Recent activity *****/
  /***** Category pages *****/
  /***** Section pages *****/
  /***** Article *****/
  /***** Attachments *****/
  /* Styles attachments inside posts, articles and comments */
  /***** Social share links *****/
  /***** Comments *****/
  /* Styles comments inside articles, posts and requests */
  /***** Vote *****/
  /* Used in article comments, post comments and post */
  /***** Actions *****/
  /* Styles admin and en user actions(edit, delete, change status) in comments and posts */
  /***** Community *****/
  /* Community topics grid */
  /* Community topic page */
  /* Topic, post and user follow button */
  /***** Striped list *****/
  /* Used in community posts list and requests list */
  /***** Status labels *****/
  /* Styles labels used in posts, articles and requests */
  /***** Post *****/
  /*
  * The post grid is defined this way:
  * Content | Sidebar
  * 70%     | 30%
  */
  /* Navigation element that collapses on mobile */
  /* Sidebar navigation that collapses on mobile */
  /***** My activities *****/
  /* Requests table */
  /* Following table */
  /* Contributions table */
  /***** Request *****/
  /***** Metadata *****/
  /***** Icons *****/
  /* User Profiles */
  /***** Search results *****/
}

.en-us .renewal * {
  padding: 0;
  margin: 0;
}

.en-us .renewal body {
  font-family: Poppins,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 24px;
  color: #45494b;
  background-color: #fff;
}

@media (min-width: 768px) {
  .en-us .renewal body {
    font-size: 15px;
  }
}

.en-us .renewal ul {
  list-style: none;
}

.en-us .renewal a {
  font-weight: 600;
  color: #000;
  /*opacity: 0.74;*/
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.en-us .renewal a:hover {
  /*opacity: 1;*/
}

.en-us .renewal h1,
.en-us .renewal h2,
.en-us .renewal h3 {
  color: #000;
  line-height: 1.2;
  font-weight: 600;
}

.en-us .renewal h1 {
  font-size: 26px;
  opacity: 0.84;
}

.en-us .renewal h2 {
  font-size: 20px;
  opacity: 0.81;
}

.en-us .renewal h3 {
  font-size: 16px;
  opacity: 0.81;
}

@media (min-width: 768px) {
  .en-us .renewal h1 {
    font-size: 31px;
  }
  .en-us .renewal h2 {
    font-size: 28px;
  }
  .en-us .renewal h3 {
    font-size: 20px;
  }
  .en-us .renewal h4 {
    font-size: 14px;
  }
}

.en-us .renewal .header {
  padding: 0;
  margin: 0 0 56px;
}

.en-us .renewal .header > .header-inner {
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .en-us .renewal .header > .header-inner {
    padding: 30px 20px;
  }
}

.en-us .renewal .header .header-inner a {
  font-weight: 300;
}

.en-us .renewal .header > .header-inner .title {
  font-size: 14	px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .en-us .renewal .header > .header-inner .title {
    font-size: 18px;
  }
  .en-us .renewal .header > .header-inner .title img {
    position: relative;
    left: 4px;
  }
}

.en-us .renewal .header > .header-inner .title .name {
  margin-left: 12px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .en-us .renewal .header > .header-inner .title .name {
    margin-left: 24px;
  }
}

.en-us .renewal .header > .header-inner .title .help-center {
  margin-left: 2px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .en-us .renewal .header > .header-inner .title .help-center {
    margin-left: 2px;
  }
}

.en-us .renewal .header > .header-inner .search {
  margin: 0 0 0 auto;
}

.en-us .renewal .header > .header-inner .search input[type="search"] {
  width: auto;
  max-width: 240px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
}

.en-us .renewal .header > .header-inner .search input[type="search"]::placeholder {
  font-size: 14px;
  color: #9da0a4;
}

.en-us .renewal .header > .header-inner .mobile-search {
  margin-left: auto;
}

.en-us .renewal .header > .header-inner > .mobile-search > .search-icon {
  all: initial;
}

.en-us .renewal .header > .header-inner > .mobile-search > .search {
  display: hidden;
}

@media (min-width: 768px) {
  .en-us .renewal .breadcrumbs {
    margin: 0;
    position: absolute;
    top: 19px;
    left: 286px;
  }
  .en-us .renewal .breadcrumbs li {
    color: rgba(36, 40, 42, 0.84);
    display: inline;
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    max-width: initial;
    overflow: initial;
  }
  .en-us .renewal .breadcrumbs li:nth-child(2)::before,
  .en-us .renewal .breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
    background-image: initial;
    display: initial;
    width: initial;
    height: initial;
  }
  .en-us .renewal .breadcrumbs li a {
    color: #333333;
    font-weight: 400;
  }
  .en-us .renewal ol.breadcrumbs > li:first-child {
    display: none;
  }
}

.en-us .search {
  position: relative;
  border: none;
}

@media (min-width: 768px) {
  .en-us .renewal .search {
    max-width: 640px;
    margin: 0 auto;
  }
}

.en-us .search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "";
  width: 19.7px;
  height: 19.7px;
  position: absolute;
  left: 19px;
  background: url("https://user-images.githubusercontent.com/4524771/41372337-f85eddb2-6f87-11e8-8ee1-1550d0951d57.png");
  background-size: cover;
}

.en-us .search input[type="search"],
.en-us .searchbar input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
  height: 48px;
  padding-left: 58px;
  padding-right: 0;
  font-size: 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.06);
  border: none;
  color: initial;
  flex: initial;
  font-weight: initial;
  line-height: initial;
  box-shadow: initial;
}

@media (min-width: 768px) {
  .en-us .search input[type="search"],
  .en-us .searchbar input[type="search"] {
    max-width: 640px;
    height: 56px;
    padding-right: 20px;
    font-size: 18px;
    font-size: 19.2px;
    border-radius: 3.6px;
  }
}

.en-us .search input[type="search"]::placeholder {
  font-size: 18px;
  color: #9da0a4;
}

.en-us [dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.en-us [dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.en-us .renewal .home-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .en-us .renewal .home-bg {
    position: absolute;
    width: 900px;
  }
}

.en-us .renewal .category-bg {
  position: absolute;
  left: -100px;
  top: -50px;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .en-us .renewal .category-bg {
    position: absolute;
    left: -200px;
    top: -50px;
    width: 900px;
  }
}

.en-us .renewal .container {
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .en-us .renewal .container {
    max-width: 992px;
  }
}

.en-us .renewal .container.article {
  width: 100%;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .en-us .renewal .container {
    width: 100%;
  }
  .en-us .renewal .container.article {
    margin-top: 100px;
    margin-bottom: 96px;
  }
}

.en-us #repl-ai-chatboard-icon.default {
  background-image: url(/hc/theming_assets/01J16TFZWMKPWW1MZJJF5QVQHH);
  background-size: cover;
  width: 88px !important;
  height: 88px !important;
  right: 8px;
  bottom: 8px;
  transition: all .2s;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.en-us #repl-ai-chatboard-icon:hover {
  background-image: url(/hc/theming_assets/01J16TG2C0Z83T0KBR1J98WRNR);
}

.en-us .renewal .home-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.en-us .renewal .home-top h1 {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .en-us .renewal .home-top h1 {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .en-us .renewal .home-top h2 {
    margin-bottom: 48px;
  }
}

.en-us .renewal .topic-container {
  margin-bottom: 88px;
  width: 100%;
}

.en-us .renewal .topic-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.en-us .renewal .topic-list-item {
  width: 100%;
  height: 88px;
  border-radius: 2px;
  margin-bottom: 8px;
  background-size: cover;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item {
    margin-bottom: 16px;
    max-width: 800px;
  }
}

.en-us .renewal .topic-list-item.last {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item.last {
    margin-bottom: 32px;
  }
}

.en-us .renewal .topic-list-item.admin {
  background-image: url("/hc/theming_assets/01J16TG0P87A32SR65YCKVE0SH");
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item.admin {
    background-image: url("/hc/theming_assets/01J16TG2T2MAGHPD47TERX86FR");
  }
}

.en-us .renewal .topic-list-item.visit {
  background-image: url("/hc/theming_assets/01J16TG20GAT6WX1SAD5N5AW05");
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item.visit {
    background-image: url("/hc/theming_assets/01J16TG1K3TS0C54G0QE9E57QS");
  }
}

.en-us .renewal .topic-list-item.people {
  background-image: url("/hc/theming_assets/01J16TG0TEE0772JM1FMH0N3FX");
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item.people {
    background-image: url("/hc/theming_assets/01J16TG0Z463VQV2SP7AWD75SP");
  }
}

.en-us .renewal .topic-list-item > a {
  color: white;
}

.en-us .renewal .topic-list-item-inner {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
}

.en-us .renewal .topic-list-item-left {
  display: flex;
  align-items: left;
  flex-direction: column;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item-left {
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}

.en-us .renewal .topic-list-item-left-subtext {
  display: none;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item-left-subtext {
    display: inline-block;
    margin-right: 16px;
    font-size: 12px;
  }
}

.en-us .renewal .topic-list-item-left-text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item-left-text {
    margin-bottom: 0px;
    display: inline-block;
  }
}

.en-us .renewal .topic-list-item-left-logo {
  width: 45%;
  min-width: 140px;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item-left-logo {
    margin-left: auto;
    margin-right: 16px;
    width: auto;
    height: 14px;
  }
}

.en-us .renewal .topic-list-item-right {
  margin-left: auto;
}

.en-us .renewal .topic-list-item-link {
  width: 100%;
  font-size: 14px;
  color: #45494b;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .en-us .renewal .topic-list-item-link {
    width: 100%;
    max-width: 800px;
  }
}

.en-us .renewal .topic-list-item-link > img {
  margin-left: 14px;
}

.en-us .renewal .search-container {
  display: block !important;
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .en-us .renewal .search-container {
    display: block !important;
    margin-bottom: 131px;
  }
}

.en-us .renewal .tranding-articles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.en-us .renewal .tranding-articles-container > h2 {
  margin-bottom: 56px;
}

.en-us .renewal .tranding-articles-blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .renewal .tranding-articles-blocks {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 96px;
  }
}

.en-us .renewal .tranding-articles-block {
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 42px;
  border-bottom: 1px solid #ddd;
}

.en-us .renewal .tranding-articles-block:last-child {
  border: none;
  margin-bottom: 72px;
}

@media (min-width: 768px) {
  .en-us .renewal .tranding-articles-block {
    width: 100%;
    padding: 0 50px;
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
  .en-us .renewal .tranding-articles-block:first-child {
    padding-left: 0;
  }
  .en-us .renewal .tranding-articles-block:last-child {
    padding-right: 0;
  }
}

.en-us .renewal .tranding-articles-block > h3 {
  margin-bottom: 42px;
  padding-top: 8px;
}

.en-us .renewal .tranding-articles-block-articles {
  list-style: none;
}

.en-us .renewal .tranding-articles-block-articles-item {
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 600;
}

.en-us .renewal .articles-more {
  font-size: 14px;
  font-weight: 300;
  color: rgba(36, 40, 42, 0.66);
}

.en-us .renewal .category-page-container {
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container {
    padding: 0;
  }
}

.en-us .renewal .category-page-container .category-header {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container .category-header {
    flex-direction: row;
  }
}

.en-us .renewal .category-page-container .category-header .title {
  margin-bottom: 56px;
}

.en-us .renewal .category-page-container .category-header .title h1 {
  margin-bottom: 16px;
}

.en-us .renewal .category-page-container .category-header .title p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.56);
}

.en-us .renewal .category-page-container .category-header .start-guide {
  width: 100%;
  height: 88px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.15s ease;
  opacity: 1;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container .category-header .start-guide {
    width: 400px;
    min-width: 400px;
    margin-left: auto;
    margin-left: 20px;
    margin-right: 0;
  }
}

.en-us .renewal .category-page-container .category-header .start-guide:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.en-us .renewal .category-page-container .category-header .start-guide:active {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.en-us .renewal .category-page-container .category-header .start-guide img {
  margin-right: 16px;
}

.en-us .renewal .category-page-container .category-header .start-guide .text {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container .category-header .start-guide .text {
    font-size: 20px;
  }
}

.en-us .renewal .category-page-container .category-header .start-guide .text span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: rgba(0, 0, 0, 0.56);
  margin-top: 11px;
}

.en-us .renewal .category-page-container .category-articles-container .category-trees {
  width: 100%;
}

.en-us .renewal .category-page-container .category-articles-container .category-trees .section {
  margin-bottom: 72px;
}

.en-us .renewal .category-page-container .category-articles-container .category-trees .section h2 {
  margin-bottom: 28px;
  text-align: left;
}

.en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list {
  column-count: 1;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list {
    column-count: 3;
    column-gap: 100px;
    column-rule: 1px solid rgba(0, 0, 0, 0.06);
  }
}

.en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list > li {
  margin-bottom: 1px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 8px 0;
  transition: all .3s;
}

.en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list > li:last-child {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list > li:last-child {
    margin-bottom: 1px;
  }
}

.en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list > li a {
  font-size: 14px;
}

@media (min-width: 768px) {
  .en-us .renewal .category-page-container .category-articles-container .category-trees .section ul.article-list > li a {
    font-size: 15px;
  }
}

.en-us .renewal .js-tranding-articles-more {
  color: #24282a;
}

.en-us .renewal .article-container .sidebar {
  width: 200px;
  position: absolute;
  left: 28px;
}

.en-us .renewal .article-container .sidebar.sticky {
  position: fixed;
}

.en-us .renewal .article-container .sidebar .section_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  opacity: 1;
  display: block;
}

.en-us .renewal .article-container .sidebar .seciton_menu {
  padding: 16px 0;
}

.en-us .renewal .article-container .sidebar .seciton_menu li {
  font-size: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.4);
}

.en-us .renewal .article-container .sidebar .seciton_menu li a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.en-us .renewal .article-container .sidebar .seciton_menu li.current-article a {
  color: rgba(0, 0, 0, 0.84);
  opacity: 1;
}

.en-us .renewal .article-container .article {
  width: auto;
}

@media (min-width: 768px) {
  .en-us .renewal .article-container .article {
    margin-left: 242px;
    max-width: 641px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .en-us .renewal .article-container .article {
    margin: 0 auto;
  }
}

.en-us * {
  box-sizing: border-box;
}

.en-us h1, .en-us h2, .en-us h3, .en-us h4, .en-us h5, .en-us h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.en-us h1 {
  font-size: 32px;
}

.en-us h2 {
  font-size: 22px;
}

.en-us h3 {
  font-size: 18px;
  font-weight: 600;
}

.en-us h4 {
  font-size: 16px;
}

.en-us a {
  color: #00a4bb;
  text-decoration: none;
}

.en-us a:hover, .en-us a:active, .en-us a:focus {
  /* text-decoration: underline; */
}

.en-us .link-txt:hover {
  text-decoration: underline;
}

.en-us .link-scale {
  transition: all .3s;
}

.en-us .link-clr:hover {
  color: #00a4bb;
}

.en-us .link-shadow:hover {
  box-shadow: 0 0 0 8px #f0f0f0 inset;
}

.en-us input,
.en-us textarea {
  color: #000;
  font-size: 14px;
}

.en-us input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

.en-us input[disabled] {
  background-color: #ddd;
}

.en-us select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01K9NZKQTYWGGA7A5WY9TBBGGV") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

.en-us select:focus {
  border: 1px solid #00a4bb;
}

.en-us select::-ms-expand {
  display: none;
}

.en-us textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

.en-us textarea:focus {
  border: 1px solid #00a4bb;
}

.en-us .container {
  /* width: 92%; */
  margin: 0 auto;
  padding: 0;
}

.en-us .container.search_result {
  max-width: 1160px;
  margin: 0px auto;
  padding: 0px 5%;
}

@media (min-width: 1160px) {
  .en-us .container {
    width: auto;
  }
}

.en-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.en-us .error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .en-us .error-page {
    padding: 0;
    width: 90%;
  }
}

.en-us .dropdown-toggle::after {
  content: "";
  width: 0;
  height: 0;
  display: none;
}

.en-us .clrFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.en-us .pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .en-us .sp_none {
    display: none;
  }
  .en-us .pc_none {
    display: block;
  }
}

.en-us .en_none:lang(en) {
  display: none !important;
}

.en-us .ja_none:lang(ja) {
  display: none !important;
}

.en-us .button, .en-us .split-button button, .split-button .en-us button, .en-us .community-follow button, .community-follow .en-us button, .en-us .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .en-us button, .en-us .subscriptions-subscribe button, .subscriptions-subscribe .en-us button, .en-us .pagination-next-link, .en-us .pagination-prev-link, .en-us .pagination-first-link, .en-us .pagination-last-link, .en-us [role="button"] {
  border: 1px solid #00a4bb;
  border-radius: 4px;
  color: #00a4bb;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .en-us .button, .en-us .split-button button, .split-button .en-us button, .en-us .community-follow button, .community-follow .en-us button, .en-us .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .en-us button, .en-us .subscriptions-subscribe button, .subscriptions-subscribe .en-us button, .en-us .pagination-next-link, .en-us .pagination-prev-link, .en-us .pagination-first-link, .en-us .pagination-last-link, .en-us [role="button"] {
    width: auto;
  }
}

.en-us .button::after, .en-us .split-button button::after, .split-button .en-us button::after, .en-us .community-follow button::after, .community-follow .en-us button::after, .en-us .requests-table-toolbar .organization-subscribe button::after, .requests-table-toolbar .organization-subscribe .en-us button::after, .en-us .subscriptions-subscribe button::after, .subscriptions-subscribe .en-us button::after, .en-us .pagination-next-link::after, .en-us .pagination-prev-link::after, .en-us .pagination-first-link::after, .en-us .pagination-last-link::after, .en-us [role="button"]::after {
  color: #00a4bb;
}

.en-us .button:hover, .en-us .split-button button:hover, .split-button .en-us button:hover, .en-us .community-follow button:hover, .community-follow .en-us button:hover, .en-us .requests-table-toolbar .organization-subscribe button:hover, .requests-table-toolbar .organization-subscribe .en-us button:hover, .en-us .subscriptions-subscribe button:hover, .subscriptions-subscribe .en-us button:hover, .en-us .pagination-next-link:hover, .en-us .pagination-prev-link:hover, .en-us .pagination-first-link:hover, .en-us .pagination-last-link:hover, .en-us .button:active, .en-us .split-button button:active, .split-button .en-us button:active, .en-us .community-follow button:active, .community-follow .en-us button:active, .en-us .requests-table-toolbar .organization-subscribe button:active, .requests-table-toolbar .organization-subscribe .en-us button:active, .en-us .subscriptions-subscribe button:active, .subscriptions-subscribe .en-us button:active, .en-us .pagination-next-link:active, .en-us .pagination-prev-link:active, .en-us .pagination-first-link:active, .en-us .pagination-last-link:active, .en-us .button:focus, .en-us .split-button button:focus, .split-button .en-us button:focus, .en-us .community-follow button:focus, .community-follow .en-us button:focus, .en-us .requests-table-toolbar .organization-subscribe button:focus, .requests-table-toolbar .organization-subscribe .en-us button:focus, .en-us .subscriptions-subscribe button:focus, .subscriptions-subscribe .en-us button:focus, .en-us .pagination-next-link:focus, .en-us .pagination-prev-link:focus, .en-us .pagination-first-link:focus, .en-us .pagination-last-link:focus, .en-us .button[aria-selected="true"], .en-us .split-button button[aria-selected="true"], .split-button .en-us button[aria-selected="true"], .en-us .community-follow button[aria-selected="true"], .community-follow .en-us button[aria-selected="true"], .en-us .requests-table-toolbar .organization-subscribe button[aria-selected="true"], .requests-table-toolbar .organization-subscribe .en-us button[aria-selected="true"], .en-us .subscriptions-subscribe button[aria-selected="true"], .subscriptions-subscribe .en-us button[aria-selected="true"], .en-us .pagination-next-link[aria-selected="true"], .en-us .pagination-prev-link[aria-selected="true"], .en-us .pagination-first-link[aria-selected="true"], .en-us .pagination-last-link[aria-selected="true"], .en-us [role="button"]:hover, .en-us [role="button"]:active, .en-us [role="button"]:focus, .en-us [role="button"][aria-selected="true"] {
  /*   background-color: #00a4bb;
    color: #ffffff; */
  text-decoration: none;
}

.en-us .button[aria-selected="true"]:hover, .en-us .split-button button[aria-selected="true"]:hover, .split-button .en-us button[aria-selected="true"]:hover, .en-us .community-follow button[aria-selected="true"]:hover, .community-follow .en-us button[aria-selected="true"]:hover, .en-us .requests-table-toolbar .organization-subscribe button[aria-selected="true"]:hover, .requests-table-toolbar .organization-subscribe .en-us button[aria-selected="true"]:hover, .en-us .subscriptions-subscribe button[aria-selected="true"]:hover, .subscriptions-subscribe .en-us button[aria-selected="true"]:hover, .en-us .pagination-next-link[aria-selected="true"]:hover, .en-us .pagination-prev-link[aria-selected="true"]:hover, .en-us .pagination-first-link[aria-selected="true"]:hover, .en-us .pagination-last-link[aria-selected="true"]:hover, .en-us .button[aria-selected="true"]:focus, .en-us .split-button button[aria-selected="true"]:focus, .split-button .en-us button[aria-selected="true"]:focus, .en-us .community-follow button[aria-selected="true"]:focus, .community-follow .en-us button[aria-selected="true"]:focus, .en-us .requests-table-toolbar .organization-subscribe button[aria-selected="true"]:focus, .requests-table-toolbar .organization-subscribe .en-us button[aria-selected="true"]:focus, .en-us .subscriptions-subscribe button[aria-selected="true"]:focus, .subscriptions-subscribe .en-us button[aria-selected="true"]:focus, .en-us .pagination-next-link[aria-selected="true"]:focus, .en-us .pagination-prev-link[aria-selected="true"]:focus, .en-us .pagination-first-link[aria-selected="true"]:focus, .en-us .pagination-last-link[aria-selected="true"]:focus, .en-us .button[aria-selected="true"]:active, .en-us .split-button button[aria-selected="true"]:active, .split-button .en-us button[aria-selected="true"]:active, .en-us .community-follow button[aria-selected="true"]:active, .community-follow .en-us button[aria-selected="true"]:active, .en-us .requests-table-toolbar .organization-subscribe button[aria-selected="true"]:active, .requests-table-toolbar .organization-subscribe .en-us button[aria-selected="true"]:active, .en-us .subscriptions-subscribe button[aria-selected="true"]:active, .subscriptions-subscribe .en-us button[aria-selected="true"]:active, .en-us .pagination-next-link[aria-selected="true"]:active, .en-us .pagination-prev-link[aria-selected="true"]:active, .en-us .pagination-first-link[aria-selected="true"]:active, .en-us .pagination-last-link[aria-selected="true"]:active, .en-us [role="button"][aria-selected="true"]:hover, .en-us [role="button"][aria-selected="true"]:focus, .en-us [role="button"][aria-selected="true"]:active {
  /*   background-color: #004b55;
    border-color: #004b55; */
}

.en-us .button[data-disabled], .en-us .split-button button[data-disabled], .split-button .en-us button[data-disabled], .en-us .community-follow button[data-disabled], .community-follow .en-us button[data-disabled], .en-us .requests-table-toolbar .organization-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe .en-us button[data-disabled], .en-us .subscriptions-subscribe button[data-disabled], .subscriptions-subscribe .en-us button[data-disabled], .en-us .pagination-next-link[data-disabled], .en-us .pagination-prev-link[data-disabled], .en-us .pagination-first-link[data-disabled], .en-us .pagination-last-link[data-disabled], .en-us [role="button"][data-disabled] {
  cursor: default;
}

.en-us .button-large, .en-us input[type="submit"] {
  background-color: #00a4bb;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .button-large, .en-us input[type="submit"] {
    width: auto;
  }
}

.en-us .button-large:hover, .en-us .button-large:active, .en-us .button-large:focus, .en-us input[type="submit"]:hover, .en-us input[type="submit"]:active, .en-us input[type="submit"]:focus {
  background-color: #004b55;
}

.en-us .button-large[disabled], .en-us input[type="submit"][disabled] {
  background-color: #ddd;
}

.en-us .button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.en-us .button-secondary:hover, .en-us .button-secondary:focus, .en-us .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.en-us .table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .en-us .table {
    table-layout: auto;
  }
}

.en-us .table th,
.en-us .table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.en-us [dir="rtl"] .table th, .en-us [dir="rtl"] .table th a {
  text-align: right;
}

.en-us .table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .en-us .table tr {
    display: table-row;
  }
}

.en-us .table td {
  display: block;
}

@media (min-width: 768px) {
  .en-us .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .en-us .table td, .en-us .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .en-us .table td, .en-us .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

.en-us .form {
  max-width: 650px;
}

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

.en-us .form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.en-us .form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.en-us .form-field input:focus {
  border: 1px solid #00a4bb;
}

.en-us .form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.en-us .form-field input[type="text"]:focus {
  border: 1px solid #00a4bb;
}

.en-us .form-field input[type="checkbox"] {
  width: auto;
}

.en-us .form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.en-us .form-field .nesty-input:focus {
  border: 1px solid #00a4bb;
  text-decoration: none;
}

.en-us .form-field textarea {
  vertical-align: middle;
}

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

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

.en-us .form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

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

.en-us .form footer {
  margin-top: 40px;
  padding-top: 30px;
}

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

.en-us .form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.en-us .form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.en-us .form .suggestion-list li {
  padding: 10px 0;
}

.en-us .form .suggestion-list li a:visited {
  color: #004b55;
}

.en-us .header {
  /* max-width: 1160px; */
  margin: 0 auto -60px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: initial;
}

@media (min-width: 768px) {
  .en-us .header {
    padding: 0 1%;
    margin: 0 auto;
    height: 60px;
  }
}

.en-us .header .logo {
  height: 44px;
}

.en-us .header .logo_txt {
  font-weight: 500;
  color: #ccc;
  display: inline-block;
  height: 55px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .en-us .header .logo_txt {
    font-size: 18px;
    height: 60px;
    margin-left: 4px;
  }
}

.en-us .header .btn {
  text-align: center;
}

.en-us .header .btn a {
  display: inline-block;
  font-size: 12px;
  /* font-family: HiraginoSans-W6; */
  font-weight: 600;
  width: 108px;
  height: 31.7px;
  line-height: 31.7px;
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  position: relative;
}

.en-us .header .btn a:after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(105deg, #1e7dde, #00c4c4);
  content: "";
  z-index: -1;
  border-radius: 101px;
}

.en-us .header .logo img {
  max-height: 32px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .en-us .header .logo img {
    max-height: 44px;
    padding-left: 0;
  }
}

.en-us .user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .en-us .user-nav {
    position: relative;
  }
}

.en-us .user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.en-us .user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.en-us .nav-wrapper a {
  border: 0;
  color: #00a4bb;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .en-us .nav-wrapper a {
    display: inline-block;
  }
}

.en-us [dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.en-us .nav-wrapper a:hover, .en-us .nav-wrapper a:focus, .en-us .nav-wrapper a:active {
  background-color: transparent;
  color: #00a4bb;
  text-decoration: underline;
}

.en-us .nav-wrapper a.login {
  display: inline-block;
}

.en-us .nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #00a4bb;
}

@media (min-width: 768px) {
  .en-us .nav-wrapper .icon-menu {
    display: none;
  }
}

.en-us [dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.en-us .user-info {
  display: inline-block;
}

.en-us .user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .en-us .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.en-us .user-info > [role="button"] {
  border: 0;
  color: #00a4bb;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.en-us .user-info > [role="button"]:hover {
  color: #00a4bb;
  background-color: transparent;
}

.en-us .user-info > [role="button"]::after {
  color: #00a4bb;
  padding-right: 15px;
}

.en-us [dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

.en-us #user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  .en-us #user #user-name {
    display: inline-block;
  }
}

.en-us #user #user-name:hover {
  text-decoration: underline;
}

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

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

.en-us .avatar img {
  height: 40px;
  width: 40px;
}

.en-us .avatar .icon-agent::before {
  background-color: #00a4bb;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

.en-us .footer {
  padding: 30px 0;
  height: 150px;
}

.en-us .footer a {
  color: #666;
}

.en-us .footer-inner {
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
}

@media (min-width: 768px) {
  .en-us .footer-inner {
    display: flex;
    padding: 30px 20px;
  }
}

.en-us .footer-inner img {
  position: relative;
  left: 2px;
}

@media (min-width: 768px) {
  .en-us .footer-inner img {
    position: relative;
    left: 4px;
  }
}

.en-us .footer-inner .copyright {
  font-size: 11px;
  color: rgba(36, 40, 42, 0.4);
  margin: 0px 8px;
}

@media (min-width: 768px) {
  .en-us .footer-inner .copyright {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -6px;
  }
}

.en-us .footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
  margin-left: auto;
}

.en-us .hero {
  background-image: url("//p4.zdassets.com/hc/theme_assets/1818261/115000004223/Group_3.png");
  background-position: center;
  background-size: cover;
  height: 626px;
  text-align: center;
  width: 100%;
  padding-top: 220px;
}

.en-us .hero.category {
  background-image: linear-gradient(248deg, rgba(85, 39, 140, 0.7), rgba(20, 78, 139, 0.7) 34%, rgba(14, 173, 173, 0.7));
  padding-top: 180px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .en-us .hero {
    background-image: url(/hc/theming_assets/01J16TG4SGW0CT9MXFJRJMCB05);
    height: 500px;
    padding: 100px 20px 30px;
  }
  .en-us .hero.category {
    padding-top: 80px;
  }
}

.en-us .hero-inner {
  /*   position: relative;
    top: 50%;
    transform: translateY(-50%); */
  max-width: 683px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .en-us .hero-inner {
    width: 90%;
  }
}

.en-us .page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.en-us .hero .page_ttl {
  color: #fff;
  /* font-family: HiraginoSans-W6; */
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}

.en-us .hero.category .page_ttl {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .en-us .hero .page_ttl {
    font-size: 36px;
    margin-bottom: 66px;
  }
}

.en-us .hero.category .lead {
  opacity: 0.8;
  /* font-family: HiraginoSans-W4; */
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
  width: 82%;
  margin: 1em auto 35px;
}

.en-us .hero .main_menu {
  margin-top: 30px;
}

.en-us .hero .main_menu li {
  /* font-family: HiraginoSans-W5; */
  font-weight: 500;
  margin: 0px 0 10px;
}

@media (min-width: 768px) {
  .en-us .hero .main_menu {
    margin-top: 140px;
  }
  .en-us .hero .main_menu li {
    display: inline-block;
    width: 240px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 17px;
    margin: 0px;
  }
}

.en-us .hero .main_menu a {
  color: #fff;
}

@media (min-width: 768px) {
  .en-us .hero .main_menu span {
    display: block;
    opacity: 0.8;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .en-us .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.en-us .page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .en-us .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.en-us .page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.en-us .page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .en-us .page-header-description {
    flex-basis: 100%;
  }
}

.en-us .page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.en-us .sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 25px;
}

.en-us .search_result .sub-nav {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .en-us .sub-nav {
    width: 74%;
    align-items: baseline;
    flex-direction: row;
    margin: 60px auto 40px;
  }
  .en-us .search_result .sub-nav {
    width: initial;
    margin: 60px auto 40px;
  }
  .en-us .form-container {
    width: 74%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .en-us .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.en-us .sub-nav input[type="search"]::after {
  font-size: 15px;
}

.en-us .blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .en-us .blocks-list {
    margin: 0 -15px;
  }
}

.en-us .blocks-item {
  border: 1px solid #00a4bb;
  border-radius: 4px;
  box-sizing: border-box;
  color: #00a4bb;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .en-us .blocks-item {
    margin: 0 15px 30px;
  }
}

.en-us .blocks-item:hover, .en-us .blocks-item:focus, .en-us .blocks-item:active {
  background-color: #00a4bb;
}

.en-us .blocks-item:hover *, .en-us .blocks-item:focus *, .en-us .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}

.en-us .blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.en-us .blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.en-us .blocks-item-internal a {
  color: #333333;
}

.en-us .blocks-item-link {
  color: #00a4bb;
  padding: 20px 30px;
}

.en-us .blocks-item-link:hover, .en-us .blocks-item-link:focus, .en-us .blocks-item-link:active {
  text-decoration: none;
}

.en-us .blocks-item-title {
  margin-bottom: 0;
}

.en-us .blocks-item-description {
  font-weight: 300;
  margin: 0;
}

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

.en-us .section {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .en-us .section {
    margin-bottom: 60px;
  }
}

.en-us .section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.en-us .promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .en-us .promoted-articles {
    flex-direction: row;
  }
}

.en-us .promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .en-us .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  .en-us [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.en-us .promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.en-us .promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #333333;
  display: block;
  padding: 15px 0;
}

.en-us .promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .en-us .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

.en-us .col_01 {
  border-top: 8px solid #f9f9f9;
  border-bottom: 8px solid #f9f9f9;
  position: relative;
  padding: 45px 0;
}

@media (min-width: 768px) {
  .en-us .col_01 {
    padding: 0;
    border-top: none;
    margin-top: 100px;
  }
}

.en-us .col_01 .img {
  width: 37.5%;
  max-width: 520px;
  position: absolute;
  left: 0;
  bottom: -8px;
}

@media (min-width: 768px) {
  .en-us .col_01 .box_wrap {
    margin-left: 37.5%;
    width: 62.5%;
    max-width: 700px;
    padding-left: 5%;
  }
}

.en-us .col_01 .box {
  float: left;
  width: 50%;
}

.en-us .col_01 .sub_ttl {
  /* font-family: HiraginoSans-W6; */
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #24282a;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .en-us .col_01 .sub_ttl {
    font-size: 24px;
    margin-bottom: 1em;
  }
}

.en-us .col_01 .article_list li {
  line-height: 1;
  margin-bottom: 17px;
}

.en-us .col_01 .article_list a {
  /* font-family: HiraginoSans-W4; */
  font-weight: 400;
  font-size: 15px;
  color: #45494b;
  line-height: 1;
}

.en-us .all_article a, .en-us .all_article span {
  font-size: 12px;
  color: #00a4bb;
  font-weight: 600;
}

.en-us .all_article a:after, .en-us .all_article span:after {
  content: "＞";
  margin-left: 8px;
}

.en-us .col_01 .logo {
  text-align: center;
  clear: both;
}

@media (min-width: 768px) {
  .en-us .col_01 .logo img {
    width: 212px;
  }
  .en-us .col_01 .logo {
    padding-right: 10%;
    padding-top: 40px;
  }
}

.en-us .catch {
  /* font-family: HiraginoSans-W4; */
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #9da0a4;
  opacity: 0.8;
}

.en-us .col_01 .logo .catch {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .en-us .col_01 .logo .catch {
    margin-bottom: 50px;
  }
}

.en-us .col_01 .all_article {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .en-us .col_01 .all_article {
    text-align: left;
  }
}

.en-us .col_02 {
  text-align: center;
  background: url(//p4.zdassets.com/hc/theme_assets/1818261/115000004223/top_bg_01_sp.png) no-repeat center/cover;
  height: 230px;
}

.en-us .col_02 .logo {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .en-us .col_02 .logo {
    padding-top: 130px;
  }
  .en-us .col_02 .logo:lang(en) {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .en-us .col_02 {
    background: url(//p4.zdassets.com/hc/theme_assets/1818261/115000004223/top_bg_01.png) no-repeat center/cover;
    height: 312px;
    border-bottom: 1px solid #f0f0f0;
  }
  .en-us .col_02:lang(en) {
    background: url(//p4.zdassets.com/hc/theme_assets/1818261/115000004223/top_bg_01_en.png) no-repeat center/cover;
    height: 500px;
    margin-top: -60px;
    border-bottom: 8px solid #f9f9f9;
  }
}

.en-us .col_03 .box {
  height: 230px;
  text-align: center;
  border-bottom: 8px solid #f0f0f0;
}

@media (min-width: 768px) {
  .en-us .col_03 .box {
    float: left;
    width: 50%;
    height: 200px;
    background: url(//p4.zdassets.com/hc/theme_assets/1818261/115000004223/top_bg_03.png) no-repeat right center/contain;
    border-bottom: 1px solid #f0f0f0;
  }
  .en-us .col_03 a:first-child .box {
    border-right: 1px solid #f0f0f0;
    background: url(//p4.zdassets.com/hc/theme_assets/1818261/115000004223/top_bg_02.png) no-repeat left center/contain;
  }
}

.en-us .col_03 .icon {
  margin-top: 30px;
  height: 72px;
}

.en-us .col_03 .logo img {
  height: 15px;
}

.en-us .col_03 .catch {
  display: none;
}

@media (min-width: 768px) {
  .en-us .col_03 .catch {
    display: block;
  }
}

.en-us .col_03 .txt {
  clear: left;
  text-align: center;
  padding-top: 10px;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .en-us .col_03 .txt {
    padding-top: 20px;
    margin-bottom: 110px;
  }
}

.en-us .col_03 .txt a {
  font-size: 15px;
  /* font-family: HiraginoSans-W4; */
  font-weight: 400;
  color: #45494b;
  position: relative;
}

.en-us .col_03 .txt a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #6a6e71;
  border-right: 2px solid #6a6e71;
  transform: rotate(45deg);
  margin-left: 8px;
  top: 50%;
  margin-top: -6px;
}

.en-us .col_04 {
  text-align: center;
  background: #f5f5f5;
  padding: 56px 0;
}

.en-us .col_04.more_help {
  background: #ffffff;
}

@media (min-width: 768px) {
  .en-us .col_04 {
    padding: 80px 0;
  }
}

.en-us .col_04 .sub_ttl {
  /* font-family: HiraginoSans-W6; */
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #24282a;
}

.en-us .col_04 .txt {
  /* font-family: HiraginoSans-W4; */
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.5px;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .en-us .col_04 .txt {
    width: initial;
    margin: 1em 0;
  }
}

.en-us .col_04 .btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.en-us a.black {
  color: white;
}

.en-us .black {
  display: block;
  color: white;
  width: 240px;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 23.5px;
  background-color: #00A4BB;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.en-us .black:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  opacity: .88;
}

.en-us .black:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  opacity: .88;
}

.en-us .black:focus {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  opacity: .80;
}

.en-us .col_04 .feed_back {
  margin-top: 24px;
}

.en-us .col_04 .feed_back > a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.56);
  text-decoration: none;
}

.en-us .recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

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

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

.en-us .recent-activity-item-parent {
  font-size: 16px;
}

.en-us .recent-activity-item-parent, .en-us .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .recent-activity-item-parent, .en-us .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.en-us .recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.en-us .recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .en-us .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  .en-us [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.en-us .recent-activity-item-time, .en-us .recent-activity-item-comment {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.en-us .recent-activity-item-comment {
  padding-left: 5px;
}

.en-us [dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.en-us .recent-activity-item-comment::before {
  display: inline-block;
}

.en-us .recent-activity-item-comment span::before {
  color: #00a4bb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

.en-us [dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

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

.en-us .category-container {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .en-us .category-container {
    border-bottom: 1px solid #e3e3e3;
  }
  .en-us .category-content {
    width: 74%;
    margin: 0 auto;
  }
}

.en-us .section-tree .section {
  flex: initial;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.en-us .section-tree .section:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .en-us .section-tree .section {
    max-width: 800px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.en-us .section-tree .icon-lock::before {
  vertical-align: baseline;
}

.en-us .section-tree-title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .en-us .section-tree-title {
    margin-bottom: 30px;
  }
}

.en-us .section-tree-title a {
  color: #333333;
  font-size: 20px;
}

.en-us .section-tree .see-all-articles {
  display: block;
  /* padding: 15px 0; */
}

.en-us .article-list-item {
  /* font-family: HiraginoSans-W5; */
  font-weight: 500;
  font-size: 15px;
  color: #45494b;
  line-height: 1;
  margin-bottom: 20px;
}

.en-us .article-list-item a {
  color: #333333;
}

.en-us .icon-star::before {
  color: #00a4bb;
  font-size: 18px;
}

.en-us .section-container {
  display: flex;
  justify-content: flex-end;
}

.en-us .section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .en-us .section-content {
    flex: 0 0 80%;
  }
}

.en-us .section-subscribe .dropdown-toggle::after {
  display: none;
}

.en-us .section_page,
.en-us .article-page {
  width: initial;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .en-us .section_page,
  .en-us .article-page {
    margin-top: 0px;
    padding: 50px 12% 70px;
  }
}

.en-us .section_page .sidebar,
.en-us .article-page .sidebar {
  float: left;
  width: 23.2%;
  min-width: 200px;
  margin-right: 2.4%;
}

.en-us .section_page .search,
.en-us .article-page .search {
  margin: 10px 0 20px;
}

.en-us .section_page .search::before,
.en-us .article-page .search::before {
  width: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.en-us .section_page .fix_menu,
.en-us .article-page .fix_menu {
  border-bottom: 1px solid #e3e3e3;
}

.en-us .section_page .fix_menu,
.en-us .article-page .fix_menu {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.en-us .section_page .fix_menu li,
.en-us .section_page .cat_menu li,
.en-us .article-page .fix_menu li,
.en-us .article-page .seciton_menu li {
  padding: 0 3.5%;
  line-height: 1;
  margin-bottom: 15px;
}

.en-us .section_page .fix_menu a,
.en-us .section_page .cat_menu a,
.en-us .article-page .fix_menu a,
.en-us .article-page .seciton_menu a {
  color: #333333;
  font-size: 14px;
}

.en-us .section_page .current-section,
.en-us .article-page .current-article {
  font-weight: bold;
  color: #24282a;
  border-left: 2px solid #00a4bb;
}

.en-us .section_page .cat_name,
.en-us .article-page .section_name {
  font-size: 12px;
  color: #45494b;
  /* font-family: HiraginoSans-W6; */
  font-weight: 600;
  padding: 0 3.5%;
  line-height: 1;
  margin-bottom: 25px;
}

.en-us .section_page .main,
.en-us .article-page .main {
  padding-top: 30px;
  width: 92%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .en-us .section_page .main,
  .en-us .article-page .main {
    float: left;
    width: 74.4%;
    padding-top: 0;
    padding-left: 7.7%;
    border-left: 1px solid #e3e3e3;
    min-height: 537px;
  }
}

.en-us .section_page .sub-nav,
.en-us .article-page .sub-nav {
  margin-top: 0;
  width: auto;
}

@media (min-width: 768px) {
  .en-us .section_page .sub-nav,
  .en-us .article-page .sub-nav {
    margin: 10px auto 50px;
  }
}

.en-us .section_page .section-content {
  flex: 1;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .en-us .section_page .section-content {
    padding-bottom: 0;
  }
}

.en-us .section_page .page-header h1 {
  font-size: 24px;
  font-weight: 600;
  color: #24282a;
  line-height: 1;
  opacity: 1;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .en-us .section_page .page-header h1 {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.en-us .article {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .en-us .article {
    margin-left: 80px;
  }
}

.en-us .article-container {
  margin: 0 auto;
}

.en-us .article-container > .article h1 {
  margin-bottom: 40px;
}

.en-us .article-container > .article h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.en-us .article-container > .article h3 {
  margin-top: 26px;
  margin-bottom: 8px;
}

.en-us .article-container > .article p {
  line-height: 26px;
}

.en-us .article-container > .article p img {
  margin: 16px 0;
}

.en-us .article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .en-us .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

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

.en-us .article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.en-us .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 (min-width: 768px) {
  .en-us .article [role="button"] {
    width: auto;
  }
}

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

.en-us .article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.en-us .article-body img {
  height: auto;
  max-width: 100%;
}

.en-us .article-body ul, .en-us .article-body ol {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  font-size: small;
}

.en-us [dir="rtl"] .article-body ul, .en-us [dir="rtl"] .article-body ol {
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.en-us .article-body ul > ul, .en-us .article-body ol > ol, .en-us .article-body ol > ul, .en-us .article-body ul > ol {
  margin: 0;
}

.en-us .article-body ul {
  list-style-type: none;
}

.en-us .article-body ul li:before {
  content: '・';
  display: inline-block;
  position: relative;
  left: -13px;
  top: 1px;
}

.en-us .article-body a:visited {
  color: #004b55;
}

.en-us .article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.en-us .article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.en-us .article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.en-us .article-body > p:last-child {
  margin-bottom: 0;
}

.en-us .article-content {
  line-height: 1.6;
  margin: 0 0 40px;
  word-wrap: break-word;
}

.en-us .article-content a {
  text-decoration: underline;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.56);
}

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

.en-us .article-comment-count {
  color: #666;
  font-weight: 300;
}

.en-us .article-comment-count:hover {
  text-decoration: none;
}

.en-us .article-comment-count .icon-comments {
  color: #00a4bb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

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

@media (min-width: 1024px) {
  .en-us .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.en-us .article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .en-us .article-relatives {
    flex-direction: row;
  }
}

.en-us .article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.en-us .article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .en-us .article-relatives > * {
    margin-right: 20px;
  }
}

.en-us .article-votes {
  border-top: 1px solid #ddd;
  padding: 25px 0 0;
}

.en-us .article-votes-question {
  /* font-family: HiraginoSans-W6; */
  font-weight: 600;
  font-size: 13px;
  color: #24282a;
  display: block;
}

.en-us .article-votes-count {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  line-height: 40px;
}

.en-us .article-vote {
  width: 66px;
  height: 66px;
  border: none;
  padding: 0;
}

.en-us .article-vote:hover {
  opacity: 0.8;
  background-color: #fff;
}

.en-us .article-vote-up[aria-selected="true"] {
  background: url("//p4.zdassets.com/hc/theme_assets/1818261/115000004223/thumb_good_on.png") no-repeat center center/contain;
}

.en-us .article-vote-up[aria-selected="false"] {
  background: url("//p4.zdassets.com/hc/theme_assets/1818261/115000004223/thumb_good_off.png") no-repeat center center/contain;
}

.en-us .article-vote-down[aria-selected="true"] {
  background: url("//p4.zdassets.com/hc/theme_assets/1818261/115000004223/thumb_bad_on.png") no-repeat center center/contain;
}

.en-us .article-vote-down[aria-selected="false"] {
  background: url("//p4.zdassets.com/hc/theme_assets/1818261/115000004223/thumb_bad_off.png") no-repeat center center/contain;
}

.en-us .article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.en-us .article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .en-us .article-return-to-top {
    display: none;
  }
}

.en-us .article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}

.en-us .article-return-to-top a:hover, .en-us .article-return-to-top a:focus {
  text-decoration: none;
}

.en-us .article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

.en-us [dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.en-us .article-unsubscribe {
  background-color: #00a4bb;
  color: #ffffff;
  text-decoration: none;
}

.en-us .article-unsubscribe:hover {
  background-color: #004b55;
  border-color: #004b55;
}

.en-us .sidenav-title {
  font-size: 15px;
  position: relative;
}

.en-us .sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.en-us .sidenav-item.current-article, .en-us .sidenav-item:hover {
  background-color: #00a4bb;
  color: #ffffff;
  text-decoration: none;
}

.en-us .recent-articles h3,
.en-us .related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.en-us .recent-articles li,
.en-us .related-articles li {
  margin-bottom: 15px;
}

.en-us .attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.en-us .attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.en-us .attachments .attachment-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

.en-us [dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

.en-us [dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.en-us .upload-dropzone span {
  color: #666;
}

.en-us .share {
  padding: 0;
  white-space: nowrap;
}

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

.en-us .share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.en-us .share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.en-us .share a:hover::before {
  color: #00a4bb;
}

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

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

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

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

.en-us .comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.en-us .comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.en-us .comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.en-us .comment-overview p {
  margin-top: 0;
}

.en-us .comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.en-us .comment-callout a {
  color: #00a4bb;
}

.en-us .comment-sorter {
  display: inline-block;
  float: right;
}

.en-us .comment-sorter a {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

.en-us [dir="rtl"] .comment-sorter {
  float: left;
}

.en-us .comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.en-us .comment-wrapper.comment-official {
  border: 1px solid #00a4bb;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .en-us .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

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

.en-us [dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.en-us .comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .en-us .comment-author {
    justify-content: space-between;
  }
}

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

.en-us [dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

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

.en-us .comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .en-us .comment-labels {
    flex-basis: auto;
  }
}

.en-us .comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .en-us .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

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

.en-us .comment-container {
  width: 100%;
}

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

@media (min-width: 768px) {
  .en-us [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.en-us .comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .en-us .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  .en-us [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.en-us .comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.en-us .comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.en-us .comment-ccs {
  display: none;
}

.en-us .comment-ccs + textarea {
  margin-top: 10px;
}

.en-us .comment-attachments {
  margin-top: 10px;
}

.en-us .comment-attachments a {
  color: #00a4bb;
}

.en-us .comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.en-us .comment-body img {
  height: auto;
  max-width: 100%;
}

.en-us .comment-body ul, .en-us .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.en-us [dir="rtl"] .comment-body ul, .en-us [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.en-us .comment-body ul > ul, .en-us .comment-body ol > ol, .en-us .comment-body ol > ul, .en-us .comment-body ul > ol {
  margin: 0;
}

.en-us .comment-body ul {
  list-style-type: disc;
}

.en-us .comment-body a:visited {
  color: #004b55;
}

.en-us .comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.en-us .comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.en-us .comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

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

.en-us .vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.en-us .vote a {
  outline: none;
}

.en-us .vote a:active, .en-us .vote a:hover, .en-us .vote a:focus {
  text-decoration: none;
}

.en-us .vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

.en-us [dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.en-us .vote-up:hover::before,
.en-us .vote-down:hover::before {
  color: #00a4bb;
}

.en-us .vote-up::before, .en-us .vote-down::before {
  color: #666;
  font-size: 24px;
}

.en-us .vote-up::before {
  content: "\2B06";
}

.en-us .vote-down::before {
  content: "\2B07";
}

.en-us .vote-voted::before {
  color: #00a4bb;
}

.en-us .vote-voted:hover::before {
  color: #004b55;
}

.en-us .actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.en-us .actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.en-us .actions .dropdown-toggle:hover::before, .en-us .actions .dropdown-toggle:focus::before, .en-us .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.en-us .actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

.en-us .community-hero {
  background-image: url(/hc/theming_assets/01J16TG58S03K7AJCJ14JV97VY);
  margin-bottom: 10px;
}

.en-us .community-footer {
  padding-top: 50px;
  text-align: center;
}

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

.en-us .community-header {
  margin-bottom: 30px;
}

.en-us .community-header h4 {
  margin-bottom: 0;
}

.en-us .post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .en-us .post-to-community {
    margin: 0;
  }
}

.en-us .topics {
  max-width: none;
  width: 100%;
}

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

.en-us .topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .en-us .topic-header {
    padding-bottom: 10px;
  }
}

.en-us .topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .en-us .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

.en-us .community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.en-us .community-follow .dropdown {
  width: 100%;
}

.en-us .community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .community-follow [role="button"] {
    width: auto;
  }
}

.en-us .community-follow [role="button"]:hover {
  background-color: #00a4bb;
}

.en-us .community-follow [role="button"]:hover::after, .en-us .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.en-us .community-follow [role="button"][aria-selected="true"] {
  background-color: #00a4bb;
  color: #ffffff;
}

.en-us .community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.en-us .community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #004b55;
  border-color: #004b55;
}

.en-us .community-follow [role="button"]::after {
  border-left: 1px solid #00a4bb;
  content: attr(data-follower-count);
  color: #00a4bb;
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .en-us .community-follow [role="button"]::after {
    position: static;
  }
}

.en-us [dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #00a4bb;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.en-us .striped-list {
  padding: 0;
}

.en-us .striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .en-us .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

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

.en-us .striped-list-title {
  color: #00a4bb;
  margin-bottom: 10px;
  margin-right: 5px;
}

.en-us .striped-list-title:hover, .en-us .striped-list-title:focus, .en-us .striped-list-title:active {
  text-decoration: underline;
}

.en-us .striped-list-title:visited {
  color: #004b55;
}

.en-us .striped-list .meta-group {
  margin: 5px 0;
}

.en-us .striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .en-us .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.en-us .striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .en-us .striped-list-count-item::after {
    display: none;
  }
}

.en-us .striped-list-count-item:last-child::after {
  display: none;
}

.en-us .striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .en-us .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

.en-us .status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.en-us .status-label:hover, .en-us .status-label:active, .en-us .status-label:focus {
  text-decoration: none;
}

.en-us .status-label-pinned, .en-us .status-label-featured, .en-us .status-label-official {
  background-color: #00a4bb;
}

.en-us .status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

.en-us [dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.en-us .status-label-pending, .en-us .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

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

.en-us .status-label-open {
  background-color: #e03b30;
}

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

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

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

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

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

.en-us .post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .en-us .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

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

@media (min-width: 1024px) {
  .en-us .post-container {
    flex-direction: row;
  }
}

.en-us .post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .en-us .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.en-us .post-header .status-label {
  vertical-align: super;
}

.en-us .post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.en-us .post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .en-us .post-title h1 {
    margin-right: 5px;
  }
}

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

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

.en-us .post-content {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.en-us .post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.en-us .post-info {
  flex: 1;
}

@media (min-width: 1024px) {
  .en-us .post-info {
    padding-right: 20px;
  }
}

.en-us [dir="rtl"] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

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

.en-us [dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.en-us .post-body img {
  height: auto;
  max-width: 100%;
}

.en-us .post-body ul, .en-us .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.en-us [dir="rtl"] .post-body ul, .en-us [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.en-us .post-body ul > ul, .en-us .post-body ol > ol, .en-us .post-body ol > ul, .en-us .post-body ul > ol {
  margin: 0;
}

.en-us .post-body ul {
  list-style-type: disc;
}

.en-us .post-body a:visited {
  color: #004b55;
}

.en-us .post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.en-us .post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.en-us .post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

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

.en-us .post-comment-count {
  color: #666;
  font-weight: 300;
}

.en-us .post-comment-count:hover {
  text-decoration: none;
}

.en-us .post-comment-count .icon-comments {
  color: #00a4bb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.en-us .post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .en-us .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  .en-us [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.en-us .post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .en-us .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.en-us .post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .en-us .post-comments {
    margin-bottom: 0;
  }
}

.en-us .collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .en-us .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.en-us .collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .en-us .collapsible-nav-list {
    flex-direction: row;
  }
}

.en-us .collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .en-us .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  .en-us [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .en-us .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.en-us .collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media (min-width: 768px) {
  .en-us .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .en-us .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.en-us .collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .en-us .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #00a4bb;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.en-us .collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.en-us .collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .en-us .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

.en-us [dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.en-us .collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.en-us .collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

.en-us .collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .en-us .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.en-us .collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.en-us .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .en-us .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.en-us .collapsible-sidebar-title {
  margin-top: 0;
}

.en-us .collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .en-us .collapsible-sidebar-title::after {
    display: none;
  }
}

.en-us [dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

.en-us .my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.en-us .my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .en-us .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.en-us .my-activities-sub-nav li[aria-selected="true"] {
  border-color: #00a4bb;
}

.en-us .my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .en-us .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.en-us .my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .en-us .my-activities-table thead {
    display: table-header-group;
  }
}

.en-us .my-activities-table th:first-child,
.en-us .my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .en-us .my-activities-table th:first-child,
  .en-us .my-activities-table td:first-child {
    width: 500px;
  }
}

.en-us .my-activities-table th:last-child,
.en-us .my-activities-table td:last-child {
  padding-right: 0;
}

.en-us .my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .en-us .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

.en-us .requests-search {
  width: 100%;
}

.en-us .requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .en-us .requests-table-toolbar {
    flex-direction: row;
  }
}

.en-us .requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.en-us .requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.en-us .requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .en-us .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  .en-us [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.en-us .requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .en-us .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.en-us .requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.en-us .requests-table-toolbar .organization-subscribe,
.en-us .requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .en-us .requests-table-toolbar .organization-subscribe,
  .en-us .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  .en-us [dir="rtl"] .requests-table-toolbar .organization-subscribe, .en-us [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.en-us .requests-table-toolbar .organization-unsubscribe {
  background-color: #00a4bb;
  color: #ffffff;
}

.en-us .requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.en-us .requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.en-us .requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.en-us .requests-table-toolbar + .requests {
  margin-top: 40px;
}

.en-us .requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .en-us .requests .requests-table-meta {
    display: none;
  }
}

.en-us .requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .en-us .requests .requests-table thead {
    display: table-header-group;
  }
}

.en-us .requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .en-us .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.en-us .requests .requests-table .requests-link {
  position: relative;
}

.en-us .requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

.en-us .subscriptions-unsubscribe a {
  background: #00a4bb;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .en-us .subscriptions-unsubscribe a {
    width: auto;
  }
}

.en-us .subscriptions-unsubscribe a:hover {
  background-color: #004b55;
  text-decoration: none;
}

.en-us .subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .en-us .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.en-us .subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.en-us .subscriptions-table .user-avatar {
  margin-right: 10px;
}

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

.en-us .contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .en-us .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.en-us .no-activities {
  color: #666;
}

.en-us .request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .en-us .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.en-us .request-container .comment-container {
  min-width: 0;
}

.en-us .request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .en-us .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.en-us .request-main {
  flex: 1 0 auto;
  order: 1;
}

.en-us .request-main .comment-fields, .en-us .request-main .request-submit-comment {
  display: none;
}

.en-us .request-main .comment-fields.shown {
  display: block;
}

.en-us .request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .en-us .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.en-us .request-main .comment-form-controls {
  display: block;
}

.en-us .request-main .comment-ccs {
  display: block;
}

.en-us .request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.en-us .request-main .comment-show-container.hidden {
  display: none;
}

.en-us .request-main .comment-show-container-content {
  align-self: center;
  color: #666;
  margin-left: 10px;
}

.en-us .request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.en-us .request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #00a4bb;
}

.en-us .request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.en-us .request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.en-us .request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #00a4bb;
}

.en-us .request-main input#mark_as_solved {
  display: none;
}

.en-us .request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .en-us .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.en-us .request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .en-us .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.en-us .request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .en-us .request-sidebar h5 {
    display: none;
  }
}

.en-us .request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.en-us .request-details:last-child {
  border: 0;
}

.en-us .request-details dt, .en-us .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.en-us .request-details dd {
  padding: 0 10px;
  width: 60%;
}

.en-us .request-details dd::after {
  content: "\A";
  white-space: pre;
}

.en-us .request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.en-us .request-details .request-collaborators {
  display: inline-block;
}

.en-us .request-attachments dt, .en-us .request-attachments dd {
  width: 100%;
}

.en-us .request-attachments dd {
  margin: 10px 0 0 0;
}

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

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

.en-us .meta-group {
  display: block;
}

.en-us .meta-group * {
  display: inline;
}

.en-us .meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.en-us .meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

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

.en-us .icon-lock::before {
  content: "\1F512";
}

.en-us .icon-star::before {
  content: "\2605";
}

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

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

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

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

.en-us .icon-agent::before {
  content: "\1F464";
}

.en-us .icon-close::before {
  content: "\2715";
}

.en-us .icon-arrow-up::before {
  content: "\2B06";
}

.en-us .icon-arrow-down::before {
  content: "\2B07";
}

.en-us .icon-attachments::before {
  content: "\1F4CE";
}

.en-us .icon-comments::before {
  content: "\1F4AC";
}

.en-us .icon-search::before {
  content: "\1F50D";
}

.en-us .icon-vote::before {
  content: "\1F44D";
}

.en-us .icon-handle::before {
  content: "\25BE";
}

.en-us .icon-check::before {
  content: "\2713";
}

.en-us .icon-gear::before {
  content: "\2699";
}

.en-us .icon-menu::before {
  content: "\2630";
}

.en-us .icon-article::before {
  content: "\1F4C4";
}

.en-us .icon-post::before {
  content: "\1F4D4";
}

.en-us .icon-notification-alert::before {
  content: "\26A0";
}

.en-us .icon-notification-error::before {
  content: "\00D7";
}

.en-us .icon-notification-info::before {
  content: "\2139";
}

.en-us .icon-notification-success::before {
  content: "\2714";
}

.en-us .profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.en-us .profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .en-us .profile-header .container {
    flex-wrap: nowrap;
  }
}

.en-us .profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.en-us .profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

.en-us [dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.en-us .profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.en-us .profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.en-us .profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.en-us .profile-header .basic-info .name {
  margin: 0;
}

.en-us .profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .en-us .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .en-us [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .en-us .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .en-us [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.en-us .profile-header .options [data-action="edit-profile"] {
  background-color: #00a4bb;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.en-us .profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.en-us .profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.en-us .profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.en-us .profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

.en-us [dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.en-us .profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .en-us .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .en-us .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.en-us .profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .en-us .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .en-us .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  .en-us [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .en-us .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.en-us .profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .en-us .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  .en-us [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .en-us .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  .en-us [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .en-us .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .en-us .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .en-us .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .en-us .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .en-us .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.en-us .profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #00a4bb;
  border-radius: 4px;
  color: #00a4bb;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.en-us .profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .en-us .profile-private-badge {
    flex-basis: auto;
  }
}

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

.en-us .profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .en-us .profile-section {
    width: calc(100% - 330px);
  }
}

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

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

.en-us .profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .en-us .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.en-us .profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.en-us .profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.en-us .profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

.en-us [dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .en-us .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .en-us .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  .en-us [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.en-us .profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

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

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

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

.en-us .profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .en-us .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  .en-us [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.en-us .profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.en-us .profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

.en-us [dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.en-us .profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

.en-us [dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .en-us .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  .en-us [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.en-us .profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

.en-us [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .en-us .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  .en-us [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.en-us .profile-section .no-activity,
.en-us .profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.en-us .profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

.en-us [dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

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

.en-us .profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .en-us .profile-activity {
    padding-left: 20px;
  }
  .en-us [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .en-us .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  .en-us [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.en-us .profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.en-us [dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .en-us .profile-activity-header {
    margin-left: 0;
  }
  .en-us [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.en-us .profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

.en-us [dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.en-us .profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.en-us .profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.en-us .profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .en-us .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  .en-us [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.en-us .profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

.en-us [dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .en-us .profile-activity::before {
    left: -14px;
  }
  .en-us [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.en-us .profile-articles > .profile-contribution::before,
.en-us .profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.en-us .profile-posts > .profile-contribution::before,
.en-us .profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

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

.en-us .search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

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

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

.en-us .search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.en-us .search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.en-us .search-result-description {
  margin-top: 15px;
}

.en-us .search-result-votes, .en-us .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.en-us .search-result-votes::before, .en-us .search-result-meta-count::before {
  color: #00a4bb;
}

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

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

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

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

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

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

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

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

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