@charset "UTF-8";
/***Copyright 2022 SuccessCX***/
/***Not to be used without permission except MIT licenses where stated***/
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License  */

:root {
  --border-shadow-1: 7px 7px 0 0 #070707;
  --border-shadow-2: 3px 3px 0 0 #070707;
  --border-shadow-3: 15px 15px 0 0 #070707;
  --box-shadow: rgba(17, 17, 26, 0.01) 0px 1px 0px, rgba(17, 17, 26, 0.12) 0px 0px 8px;
  --box-shadow-hover: rgba(17, 17, 26, 0.15) 0px 1px 0px, rgba(17, 17, 26, 0.5) 0px 0px 8px;

  --sidebar-width: 280px;
  --text-font: 'Poppins', sans-serif;
  --heading-font: 'Poppins', sans-serif;
  --page-width: 1300px;
  --header-width: var(--page-width);
}

@font-face {
  font-family: 'custom heading font woff';
  src: url(/hc/theming_assets/01J0QY69T73H9BD034ZQM9YQZH) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'custom font woff';
  src: url(/hc/theming_assets/01J0QY6ABTZ2V1F88J155PPSAA) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'custom heading font woff2';
  src: url(/hc/theming_assets/01J0QY69T73H9BD034ZQM9YQZH) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'custom font woff2';
  src: url(/hc/theming_assets/01J0QY6ABTZ2V1F88J155PPSAA) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'custom heading font ttf';
  src: url(/hc/theming_assets/01J0QY69T73H9BD034ZQM9YQZH) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'custom font ttf';
  src: url(/hc/theming_assets/01J0QY6ABTZ2V1F88J155PPSAA) format('truetype');
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:root {
  --shadow: rgb(60 64 67 / 5%) 0px 1px 2px 0px, rgb(60 64 67 / 5%) 0px 2px 6px 2px;
  --shadow-hover: rgb(60 64 67 / 20%) 0px 1px 2px 0px, rgb(60 64 67 / 20%) 0px 2px 6px 2px;
}

body {
  margin: 0;
  height: 100%;
  overflow: auto;
  font-synthesis: none;
}

main {
  display: flex;
  flex-direction: column;
}

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;
  color: white;
}

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: #000000;
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body.body-color-boxing {
  background-color: #EFF4FC;
}

body>main {
  min-height: 81vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  margin-top: 0;
  font-synthesis: none;
  color: #1B3577;
}


h1.big {
  font-size: 2.55rem;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.5rem;
}

h3,
h2.recent-activity-header {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.075rem;
}

h5 {
  font-size: 1.025rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  h1.big {
    font-size: 3.15rem;
    line-height: 60px;
  }

  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3,
  h2.recent-activity-header {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1.05rem;
  }

  h6 {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3,
  h2.recent-activity-header {
    font-size: 1.45rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.075rem;
  }

  h6 {
    font-size: 1.025rem;
  }
}

@media (min-width: 1160px) {
  h1.big {
    font-size: 4.15rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3,
  h2.recent-activity-header {
    font-size: 1.55rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1.025rem;
  }
}

a {
  color: rgba(3, 22, 106, 1);
  text-decoration: none;
}

a:hover,
.dropdown-toggle:hover span {
  text-decoration: underline;
  text-decoration-color: #0A3288;
  text-decoration-thickness: 2px;
}

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

input {
  font-weight: 400;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
  background-color: #fff;
}

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

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

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 #e0e0e0;
  border-radius: 10px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #0A3288;
}

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

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

textarea:focus {
  border: 1px solid #0A3288;
}

.container {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 15px 5% 15px;
  width: 100%;
}

.knowledge-base {
  order: 3;
}

.pop-container {
  order: 2;
}

.promoted-container {
  order: 6;
}

.comm-container {
  order: 6;
}

.recent-activity-wrap {
  order: 1;
}

.faq-container {
  order: 6;
}

.container.small {
  padding-bottom: 120px;
}

.container.bottom {
  padding-bottom: 60px;
}



.container-contact {
  padding-top: 0px;
  max-width: 900px;
}

.s-c {
  display: flex;
  min-height: 67vh;
  flex-direction: column;
  max-width: var(--page-width);
  width: 100%;
}

.s-1 {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}

.s-1.color-boxing {
  margin-left: 15px;
}

.s-2 {
  width: 100%;
  max-width: 800px;
}

.s-2.search {
  padding: 10px;
}

.s-2 {
  padding: 10px 25px;
  margin-bottom: 60px;
}

.s-2.split-contact {
  margin-right: 0;
}

.s-c.scontact {
  justify-content: center;
  flex-direction: row;
}

.s-2.color-boxing {
  padding: 0;
  height: fit-content;
}

.s-2.comm {
  margin: 0 auto;
  max-width: 1000px;
}

.split-search .collapsible-sidebar {
  position: relative;
  top: 0;
}

@media (max-width: 1024px) {

  .s-1.color-boxing,
  .s-2.color-boxing,
  .s-2.comm {
    padding: 0;

  }

  .s-1.split-search {
    padding: 0;
  }

  .s-2.split-contact {
    padding: 0;
  }

  .s-1.color-boxing {
    margin-left: 0;
    padding: 0 10px;
  }

  .s-2.color-boxing {
    max-width: calc(100% - 20px);
    margin: 15px 10px;
  }
}


@media (min-width: 1024px) {
  .s-c {
    margin-left: 30px;
    flex-direction: row;
    margin: 0 auto;
    gap: 30px;
    padding: 0 15px;
    justify-content: center;
  }

  .s-c.right-sidebar {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1160px) {
  .container {
    padding: 15px 0;
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .no-hero {
    margin-bottom: 30px;
  }
}

.container-divider {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

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

.error-page {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.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,
.section-subscribe button,
.article-subscribe 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: rgba(29, 106, 232, 1);
  color: #FFFFFF;
  border: 1px solid rgba(29, 106, 232, 1);
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 2.34;
  margin: 0;
  padding: 5px 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;
  font-weight: 800;
}

@media (min-width: 768px) {

  .button,
  .split-button button,
  .section-subscribe button,
  .article-subscribe 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,
.section-subscribe button:hover,
.article-subscribe 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,
.section-subscribe button:active,
.article-subscribe 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,
.section-subscribe button:focus,
.article-subscribe 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,
.section-subscribe button.button-primary,
.section-subscribe button[data-selected="true"],
.article-subscribe button.button-primary,
.article-subscribe button[data-selected="true"],
.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"],
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link {
  background-color: rgba(29, 106, 232, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover,
.button.article-vote[aria-pressed="true"],
.split-button button:hover,
.section-subscribe button.button-primary:hover,
.section-subscribe button:hover[data-selected="true"],
.article-subscribe button.button-primary:hover,
.article-subscribe button:hover[data-selected="true"],
.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,
.section-subscribe button.button-primary:focus,
.section-subscribe button:focus[data-selected="true"],
.article-subscribe button.button-primary:focus,
.article-subscribe button:focus[data-selected="true"],
.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,
.section-subscribe button.button-primary:active,
.section-subscribe button:active[data-selected="true"],
.article-subscribe button.button-primary:active,
.article-subscribe button:active[data-selected="true"],
.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: rgba(58, 116, 218, 1);
  border-color: rgba(58, 116, 218, 1);
}

.button[data-disabled],
.split-button button[data-disabled],
.section-subscribe button[data-disabled],
.article-subscribe 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: rgba(29, 106, 232, 1);
  color: #FFFFFF;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-synthesis: none;
  line-height: 2.72;
  padding: 5px 1.9286em;
  width: 100%;
  transition: background-color .2s ease-in-out;
  transition: all .2s ease-on-out;
}

@media (min-width: 768px) {

  .button-large,
  input[type="submit"] {
    width: auto;
    min-width: 190px;
  }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: rgba(58, 116, 218, 1);
}

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


.request-button {
  background-color: #0A3288;
  margin: 15px auto;
}

.request-button[aria-expanded="true"] {
  background-color: #0A3288;
}

.request-button .button-secondary {
  color: #333;
  border: 1px solid #e0e0e0;
  background-color: transparent;
}

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

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

.split-button button {
  background-color: rgba(29, 106, 232, 1);
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #0A3288;
}

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

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #1B3577;
  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: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: initial;
}

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

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

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

.table td {
  display: block;
}

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

@media (min-width: 1024px) {

  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {

  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

.request-form {
  margin: 0 auto;
  max-width: 700px;
  text-align: initial;
}

/***** Forms *****/

.request-form-house {
  margin: 0 auto;
  max-width: 590px;
}


.request-form-house .searchbox {
  background-color: rgba(245, 245, 247, 1);
  border-radius: 10px;
  padding: 20px;
}
.form h1 {
  text-align: center;
}

#request-info {
  max-width: 550px;
  margin: 0 auto 15px;
  text-align: center;
}

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

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

.form-field input {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}

.form-field input:focus {
  border: 1px solid #0A3288;
}

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

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

.form-field input[type="checkbox"] {
  width: auto;
    width: 1.5em;
    height: 1.5em;
    accent-color: #0A3288;
      }    
      
.form-field .nesty-input {
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.hc-multiselect .hc-multiselect-toggle {
  border-radius: 10px;
}
.form-field .nesty-input:focus {
  border: 1px solid #0A3288;
  text-decoration: none;
}

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

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

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

.form-field .optional {
  color: #333;
  margin-left: 4px;
  font-weight: 400;
}

.form-field p {
  color: #404040;
  margin: 5px 0;
}

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

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

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

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

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

.form .suggestion-list li a:visited {
  color: #000107;
}

/***** Header *****/


.header {
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  background-color: rgba(58, 116, 218, 1);
  width: 100vw;
  z-index: 100;
  font-family: var(--heading-font);
}

.header.absolute {
  position: absolute;
}

.header.sticky,
.header.sticky_shadow {
  position: sticky;
  top: 0px;
}

.header.sticky_shadow {
  box-shadow: var(--box-shadow);
}

.header.normal-font-header a,
.header.normal-font-header span {
  font-family: var(--text-font) !important;
}

.header-wrap {
  padding: 0 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: var(--header-width);
  width: 100%;
  height: 100%;
}

.header.overlay {
  background-color: transparent;
}

.header .nav-wrapper-desktop a,
.header .nav-wrapper-desktop span {
  font-family: var(--heading-font);
  color: #070707;
  font-size: 15px;
}

.header.overlay .nav-wrapper-desktop a,
.header.overlay .nav-wrapper-desktop span,
.header.overlay .nav-wrapper-desktop svg {
  color: rgba(255, 255, 255, 1);
}

.logo,
.nav-wrapper-desktop {
  min-width: 30%;
  align-items: center;
  display: flex;
}

.nav-wrapper-desktop {}

.logo {
  height: 100%;
}

.logo img {
  width: auto;
  height: 40px;
  vertical-align: middle;
  margin-right: 15px;
}


.nav-wrapper-desktop.right-links a.return-to {
  color: rgba(255, 130, 0, 1);
  border-radius: 10px;
  border: 1px solid rgba(255, 130, 0, 1);
  padding: 10px 15px;
  height: auto;
  font-weight: 600;
}



.nav-wrapper-desktop.right-links a.return-to:hover,
.nav-wrapper-desktop.right-links a.return-to:focus,
.nav-wrapper-desktop.right-links a.return-to:active {
  color: rgba(58, 116, 218, 1);
  background-color: rgba(255, 130, 0, 1);
  text-decoration: none;
}

.nav-wrapper-desktop.right-links a.return-to.default_inv {
  color: rgba(58, 116, 218, 1);
  background-color: rgba(255, 130, 0, 1);
}

.nav-wrapper-desktop.right-links a.return-to.default_inv:hover,
.nav-wrapper-desktop.right-links a.return-to.default_inv:focus,
.nav-wrapper-desktop.right-links a.return-to.default_inv:active {
  background-color: rgba(58, 116, 218, 1);
  color: rgba(255, 130, 0, 1);
  text-decoration: none;
}

.nav-wrapper-desktop.right-links a.return-to.button_style {
  color: #FFFFFF;
  background-color: rgba(29, 106, 232, 1);
  border-color: rgba(29, 106, 232, 1) ;
}

.nav-wrapper-desktop.right-links a.return-to.button_style:hover,
.nav-wrapper-desktop.right-links a.return-to.button_style:focus,
.nav-wrapper-desktop.right-links a.return-to.button_style:active {
  background-color: rgba(58, 116, 218, 1);
  border-color: rgba(58, 116, 218, 1);
  text-decoration: none;
}


@media (max-width: 768px) {
  .logo img {
    max-width: 55vw;
  }
}

.logo span {
  margin: 0 10px;
  color: #070707;
  font-family: var(--heading-font);
}

.overlay .logo span {
  color: rgba(255, 255, 255, 1);
}

.logo a {
  display: flex;
  height: 100%;
  align-items: center;
  transition: background-color .15s ease-in-out;
  padding: 02px 5px;
  color: #070707;
  column-gap: 10px;
}

.nav-wrapper-desktop.custom-header-links,
.custom-footer-links,
.nav-wrapper-desktop.right-links {
  height: 100.0%;
  display: flex;
}

.nav-wrapper-desktop.custom-header-links a,
.footer a,
.nav-wrapper-desktop.right-links a {
  color: #070707;
  font-family: var(--heading-font);
  height: 100%;
  display: flex;
  align-items: center;
  transition: all .15s ease-in-out;
}


.nav-wrapper-desktop.custom-header-links a:hover,
.footer a:hover,
.nav-wrapper-desktop.right-links a:hover,
.user-info>button:hover span {
  text-decoration-color: #070707!important;
}

.overlay .nav-wrapper-desktop.custom-header-links a,
.overlay .nav-wrapper-desktop.right-links a,
.overlay .logo a {
  color: rgba(255, 255, 255, 1);
}

.overlay .nav-wrapper-desktop.custom-header-links a:hover,
.overlay .nav-wrapper-desktop.custom-header-links a:active,
.overlay .nav-wrapper-desktop.custom-header-links a:focus,
.overlay .nav-wrapper-desktop.right-links a:hover,
.overlay .nav-wrapper-desktop.right-links a:active,
.overlay .nav-wrapper-desktop.right-links a:focus,
.overlay .logo a:hover,
.overlay .logo a:active,
.overlay .logo a:focus,
.overlay .dropdown-toggle:hover,
.overlay .dropdown-toggle:active,
.overlay .dropdown-toggle:focus,
.overlay .dropdown-toggle:hover span,
.overlay .dropdown-toggle:active span,
.overlay .dropdown-toggle:focus span {
  text-decoration-color: rgba(255, 255, 255, 1);
}

.footer-custom a {
  min-width: 20%;
  text-align: center;
  display: inline-block;
}

.nav-wrapper-desktop.custom-header-links {
  justify-content: center;
}

.custom-header-links-ul {
  height: 100%;
}

.custom-header-links li {
  background: transparent;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.2s;
  height: 100%;
}

.custom-header-links li a {
  height: 100%;
  padding: 20px 13px;
}

.custom-header-links svg {
  margin-top: 5px;
  margin-left: 5px;
  transition: transform .2s ease-in-out;
}

.custom-header-links li:hover svg,
.custom-header-links li:focus-within svg {
  transform: rotate(180deg);
}

.custom-header-links li:focus-within a {
  outline: none;
}

.custom-header-links ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 16rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

.custom-header-links ul li:hover>ul,
.custom-header-links ul li:focus-within>ul,
.custom-header-links ul li ul:hover,
.custom-header-linksul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.custom-header-links ul li ul li {
  clear: both;
  width: 100%;
}

.user-nav {
  display: flex;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;

  }
}

.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 #e0e0e0;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"]>a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"]>.user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"]>.user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list>li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }

}

@media (max-width: 1024px) {

  .nav-wrapper-desktop.custom-header-links,
  .user-nav,
  .user-info.dropdown,
  .nav-wrapper-desktop.right-links {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: rgba(3, 22, 106, 1);
  display: none;
  font-size: 15px;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-wrapper-mobile .menu-button-mobile svg {
  vertical-align: middle;
  margin: 5px 0px 0px 5px;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: rgba(58, 116, 218, 1);
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: rgba(58, 116, 218, 1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  right: 0;
  left: 0;
  top: 55px;
  z-index: 2;
  transition: height .2s ease-in-out;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  max-height: 50vh;
  padding-top: 15px;
}

.overlay .nav-wrapper-mobile .menu-list-mobile {
  background-color: #5151514d;
  backdrop-filter: blur(10px);
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] li a,
.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] li {
  visibility: hidden;
}


.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] li a,
.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] li {
  visibility: visible;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  text-align: center;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #070707;
  cursor: pointer;
  text-align: center;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active,
.nav-wrapper-mobile .menu-list-mobile-items button:focus,
.nav-wrapper-mobile .menu-list-mobile-items button:hover {
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 15px 24px;
  width: 100%;
  height: 100%;
  color: #070707;
  font-family: var(--heading-font);
}

.overlay .nav-wrapper-mobile .menu-list-mobile-items a {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) {

  .nav-wrapper-mobile .menu-list-mobile-items a:active,
  .nav-wrapper-mobile .menu-list-mobile-items a:focus,
  .nav-wrapper-mobile .menu-list-mobile-items a:hover {
    background-color: #070707;
    color: rgba(58, 116, 218, 1);
  }
}


.overlay .nav-wrapper-mobile .menu-list-mobile-items a:active,
.overlay .nav-wrapper-mobile .menu-list-mobile-items a:focus,
.overlay .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #FFFFFF;
  color: #0A3288 !important;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
  justify-content: center;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #212121;
  margin-left: 5px;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-name {
  display: flex;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.nav-wrapper-mobile .search-mobile-button {
  position: relative;
  background-color: #0A3288;
  width: 55px;
  height: 60px;
  border: none;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 10px;
}

.nav-wrapper-mobile .search-mobile-button {
  color: #0A3288;
}

.nav-wrapper-mobile {
  display: flex;
}

.search-inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20vh;

}

.search-house {
  position: relative;
}

.recommendations-block {
  width: 100%;
  margin-top: 20px;
}

.recommendations-block p {
  color: rgba(255, 255, 255, 1);
  font-family: var(--heading-font);
  font-size: 17px;
  display: inline;
  margin-right: 5px;
}

.recommendations-block a {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all .15s ease-in-out;
}


@media (max-width: 600px) {
  .recommendations-block a {
    font-size: 10px;
  }

  .recommendations-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .recommendations-block p {
    font-size: 10px;
  }

  .hero h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .section .hero-inner {
    transform: translateY(-50%);
  }
}


.recommendations-block a:hover,
.recommendations-block a:focus,
.recommendations-block a:active {
  text-decoration: none;
  background-color: rgba(245, 245, 247, 1);
}

@media (min-width: 1025px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.skip-navigation {
  align-items: center;
  background-color: #0A3288;
  color: white;
  display: flex;
  font-size: 15px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus,
[dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

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

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

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

.user-info>button {
  border: 0;
  color: #070707;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info>button:hover,
.user-info>button:focus {
  color: #070707;
  background-color: transparent;
}

.user-info>button::after {
  color: #070707;
  padding-right: 15px;
}

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

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

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

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

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

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

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

.avatar .icon-agent {
  color: #0A3288;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #1B3577;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  background-color: rgba(58, 116, 218, 1);
  padding: 40px 0;
  z-index: 10;
  position: relative;
}

.footer a,
.footer h5 {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .footer h5 {
    font-size: 13px;
  }

  .footer-column {
    font-size: 13px;
  }
}

.footer-inner {
  max-width: var(--page-width);
  margin: 0 auto 30px;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}

.footer-inner.copr {
  color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 60px;
}

.footer-inner.copr span {
  opacity: 0.85;
}

.social-footer-links {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}

.social-footer-links svg {
  height: 20px;
  width: 20px;
  display: block;
  opacity: 1;
  color: #FFFFFF;
  transition: opacity .2s ease-in-out;
}

.social-footer-links a:hover svg,
.social-footer-links a:active svg,
.social-footer-links a:focus svg {
  opacity: 0.7;
}

.header-language-selector {
  display: none;
}

.footer a {
  padding: 2px 0;
  transition: all .2s ease-in-out;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  text-decoration: underline;
  text-decoration-color: #FFFFFF!important;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.item .header-language-selector {
  display: block;
}

.footer-cta-wrap {
  background-color: rgba(255, 130, 0, 1);
}

.cta_image,
.cta_image_color {
  background: url(/hc/theming_assets/01K440PFWAHF15TVZFKP6EA59K);
  background-position: center;
  background-size: cover;
}

.cta_color_2 {
  background-color: rgba(245, 245, 247, 1);
}

.footer-cta {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.footer-cta aside {
  text-align: center;
}

.footer-cta h3 {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 1);
}

.footer-cta h4 {
  color: rgba(255, 255, 255, 1);
  font-family: var(--text-font);
  font-weight: 500;
}

.footer-cta a h4 {
  display: block;
  margin: 0;
  padding: 15px 30px;
  color: #FFFFFF;
  border-radius: 10px;
  background-color: rgba(29, 106, 232, 1);
  font-family: var(--heading-font);
  transition: background-color .2s ease-in-out;
}

.cta_image_color .footer-cta a h4 {
  background: rgba(255, 130, 0, 1);
}
.footer-cta a h4:hover,
.footer-cta a h4:active,
.footer-cta a h4:focus {
  background-color: rgba(58, 116, 218, 1);
}

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

@media (min-width: 768px) {
  .footer-cta h3 {
    margin-top: 15px;
  }

  .footer-cta {
    padding: 30px 0;

  }

  .footer-inner {
    padding: 0;
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-cta {
    flex-direction: row;
  }

  .footer-cta aside {
    text-align: initial;
  }
}

.footer-inner .footer-column {
  margin: 30px 0 60px;
  width: 50%;
  padding-right: 15px;
}

.footer-inner div h5 {
  font-weight: 800;
}

@media (min-width: 768px) {
  .footer-inner .footer-column {
    margin: 30px 0 60px;
    width: 28%;
    padding-right: 15px;
  }

  .footer-inner {
    flex-wrap: nowrap;
  }

  .footer-logo-wrap {
    order: 0
  }
}

@media (min-width: 1024px) {
  .header-language-selector {
    display: block;
  }
}

.header-language-selector button {
  color: #070707;
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.item .header-language-selector button {
  margin-left: 0;
}

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

.color-boxing .breadcrumbs {
  padding: 0;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 0;

  }
}

.split-contact .breadcrumbs {
  margin: 15px
}
.breadcrumbs li {
  color: rgba(3, 22, 106, 1);
  display: inline;
  font-weight: 700;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}

.breadcrumbs li+li::before {
  content: "/";
  margin: 0 4px;
  color: rgba(3, 22, 106, 1);
}


.color-boxing .breadcrumbs li {
  color: #FFFFFF;
}

.color-boxing .breadcrumbs li+li::before {
  color: #FFFFFF;
}

.search-results-column .breadcrumbs li+li::before {
  content: "/";
  margin: 0 4px;
  color: #000000;
  opacity: 0.8;
}


/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #e0e0e0;
  border-radius: calc(10px * 2);
  box-sizing: border-box;
  color: #666;
  height: 50px;
  padding-left: 50px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

.search-container input[type="search"] {
  height: 40px;
  padding-left: 43px;
}

.search input[type="search"]::-webkit-search-cancel-button::after {
  content: "&#10005";
  display: block;
}

.search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #0A3288;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-mask-image: url("/hc/theming_assets/01J0QY68JDY7Z9XW4JYZE20614");
  mask-image: url("/hc/theming_assets/01J0QY68JDY7Z9XW4JYZE20614");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

}

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

.search input[type="search"]:focus {
  border: 1px solid #0A3288;
  color: #555;
}

.search input[type="search"]:focus .search-icon {
  color: #0A3288;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  bottom: 15px;
  position: absolute;
  left: 20px;
  z-index: 1;
  width: 22px;
  height: 22px;
  color: #777;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
  margin: 20px;
}

.search-container-wrapper {
  position: sticky;
  top: 90px;
}

@media (min-width: 1024px) {
  .search-container {
    margin: 10px;
  }

  .search-container.secondary_margin {
    margin: 10px 0;
  }
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01JJRDES0794JPNNV4JFB54MXA);
  background-position: center;
  background-size: cover;
  height: 50vw;
  max-height: 350px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  order: 0;
}

.section.no-hero {
  max-height: 100px;
  margin-bottom: 15px;
}

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

section.no-hero {
  background-image: url(/hc/theming_assets/01JJRDES0794JPNNV4JFB54MXA);
  background-position: center;
  background-size: cover;
  height: 100px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .overlay .hero-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .overlay.hero {
    height: 75vw;
  }
}


.hero-inner h1 {
  color: rgba(255, 255, 255, 1);
  text-transform: unset;
  margin-bottom: 20px
}


.hero-inner h1:empty {
  display: none;
}

.hero-inner .container-divider {
  border-top: none;
  padding-bottom: 25px;
}


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

.search-house {
  position: relative;
}

.image-hero {
  overflow: hidden;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.image-hero img {
  width: 50%;
  display: block;
  object-fit: cover;
  object-position: top;
}


.header-house {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
  border-radius: 20px;
}



@media (max-width: 768px) {
  .header-house .cat-image {
    object-fit: contain;
    height: 50px;
    margin-top: 10px;
  }
  .header-house {
    margin-bottom: 15px;
  }
}


@media (min-width: 768px) {
  .header-house.no-hero-header {
    margin-bottom: 60px;
  }
  .page-header {
    align-items: center;
    flex-direction: row;
    margin: 0;
  }

  .image-hero {
    height: 350px;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .page-header-description {
    flex-basis: 100%;
  }
  .page-header h1 {
    margin-bottom: 10px;
  }
}

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

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}


.sub-nav.error {
  margin-top: 30px;
}

.s-2 .sub-nav.color-boxing {
  background-color: rgba(29, 106, 232, 1);
  padding: 15px 30px 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.s-2 .sub-nav.color-boxing a {
  color: #FFFFFF;
  text-transform: initial;
  font-weight: 700;
}

.s-2 .sub-nav.color-boxing a:hover,
.s-2 .sub-nav.color-boxing a:focus,
.s-2 .sub-nav.color-boxing a:active {
  text-decoration-color: #FFFFFF ;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }

  .s-2 .sub-nav {
    margin-bottom: 0;
  }

  .s-2 .sub-nav.color-boxing {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .sub-nav input[type="search"] {
    margin-top: 30px;
  }
}

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

.sub-nav input[type="search"],
.search-container input[type="search"] {
  height: 40px;
}

.sub-nav .search-icon,
.search-container .search-icon {
  bottom: 10px;
  height: 18px;
  width: 18px;
  left: 17px;
}

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

.blocks-item {
  border-radius: 10px;
  box-sizing: border-box;
  color: #0A3288;
  display: flex;
  flex: 1 0 48%;
  max-width: 100%;
  text-align: center;
}

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

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

.blocks-item-internal a {
  color: #000000;
}

.blocks-item-link {
  color: #1B3577;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  border-radius: inherit;
  align-items: center;
  min-height: 60px;
  transition: .15s ease-in-out;
}

.blocks-item-link:hover,
.blocks-item-link:active {
  text-decoration: none;
  border-color: #1B3577;
}

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

.blocks-item-link .icon {
  transform: scale(1);
  transition: .2s transform ease-in-out;
}

.blocks-item-link:hover .icon {
  transform: scale(1.05);
}

.blocks-item-title {
  margin-bottom: 0;
  padding: 10px 5px;
  margin: auto 0;
  font-family: var(--heading-font);
}
.community-list .blocks-item-title {
  margin: 0 0 auto 0;
}
h4.blocks-item-title {
  display: inline;
  color: #1B3577;
}

.blocks-item-description {
  background-color: rgba(245, 245, 247, 1);
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding: 0px 30px 20px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 75px;
  margin-top: -10px;
}
.community-list .blocks-item-description {
  margin-top: 10px;
}
.blocks-item-description:empty {
  display: none;
}

.cat-image {
  height: calc(80px * 0.6);
  min-height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}

.cat-image.icon {
  margin-top: 15px;
}

.cat-image.photo {
  width: 100%;
}

.cat-overflow {
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
}
.overflow-icon {
  overflow: visible;
}
.community-list .meta-group {
  margin: 20px 5px;
  display: flex;
  flex-direction: row;
}

.community-list .blocks-item-title {
  padding-bottom: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .cat-image {
    height: 80px;
  }
}
/***** Homepage *****/
.section {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .blocks-item {
    flex: 1 0 30%;
  }

  .section {
    margin-bottom: 45px;
  }

  .blocks-item-title {
    padding: 20px 30px 20px;
  }

  .section {
    margin-bottom: 40px;
  }
}

/********************
 POPULAR ARTICLES
********************/
.popular-articles {}

.popular-articles h3,
.knowledge-base h3,
.articles h3,
.heading-home,
.recent-activity-header {
  color: #000000;
  margin-bottom: 30px;
  text-align: initial;
}

.popular-articles h3.color-boxing,
.knowledge-base h3.color-boxing,
.articles h3.color-boxing,
.heading-home.color-boxing,
.recent-activity-header.color-boxing {
  color: #0A3288;
}

.popular-link-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.popular-link-box:hover {
  text-decoration: none;
}

.popular-articles-item.border:hover {
  border-color: #1B3577;
}

.popular-articles-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

.popular-articles-item {
  border-radius: 10px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  text-align: center;
  width: 100%;
  transform: scale(1.00);
  transition: all .2s ease-in-out;
  overflow: hidden;
}



.popular-articles-item.color-boxing {
  background: #FFFFFF;
}

.popular-articles-block {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.75rem 1.5rem;
  padding-top: 5px;
  min-height: initial;
}

.popular-articles-block p {
  margin: 0 0 15px;
}

.popular-articles-image {
  margin: 30px auto 10px;
  display: block;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center;
  transition: transform .2s ease-in-out;
  transform: scale(1);
}

.popular-articles-image.photo {
  width: 100%;
  height: 85px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.popular-link-box:hover .popular-articles-image,
.popular-link-box:focus .popular-articles-image {
  transform: scale(1.02);
}

.popular-articles-item:hover span {
  text-decoration: none;
}

@media (max-width: 768px) {
  .popular-articles-image {
    width: 70px;
    height: 70px;
  }

  .popular-articles-block {
    min-height: initial;
    padding: 0.5rem 1.0rem 1.25rem;
  }

  .popular-articles-image.photo {
    height: calc(85px / 1.5);
    min-height: 80px;
  }
}

.popular-articles-list .popular-articles-item:nth-child(1) .popular-articles-image {
  background-image: url(/hc/theming_assets/01J7D7WS01E5TVFBDD237TENE7);
}

.popular-articles-list .popular-articles-item:nth-child(2) .popular-articles-image {
  background-image: url(/hc/theming_assets/01J7D9952T1MZY99AZSW0K1YKE);
}

.popular-articles-list .popular-articles-item:nth-child(3) .popular-articles-image {
  background-image: url(/hc/theming_assets/01J7DDF9H4G69Y9D187XGVGGH5);
}

.popular-articles-title {
  margin-bottom: 15px;
  font-family: var(--heading-font);
  color: #1B3577;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 800;
  font-synthesis: none;
}

.popular-articles-button {
  margin: auto;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: var(--heading-font);
  white-space: normal;
}

@media (min-width: 450px) {
  .popular-articles-item {
    flex: 1 0 48%;
  }

  .popular-articles-list {
    flex-direction: row;
    justify-content: center;
    gap: 15px;

  }
}

@media (min-width: 768px) {
  .popular-articles {}

  .popular-articles-item {
    flex: 1 0 125px;
  }

  .popular-articles-block {
    padding: 0.5rem 1rem 2rem;

  }

  .popular-articles-image {}

  .popular-articles-title {
    margin-top: 15px;
  }

  .popular-articles-button {
    margin-top: auto;
  }
}

@media (min-width: 1024px) {
  .popular-articles {}

  .popular-articles-list {}

  .popular-articles-item {}

  .popular-articles-block {}

  .popular-articles-image {}

  .popular-articles-title {}

  .popular-articles-button {}
}

@media (min-width: 1160px) {
  .popular-articles {}

  .popular-articles-list {}

  .popular-articles-item {
    width: 31.3333%;
  }

  .popular-articles-block {}

  .popular-articles-image {}

  .popular-articles-title {}

  .popular-articles-button {}
}

@media (min-width: 1470px) {
  .popular-articles {}

  .popular-articles-list {}

  .popular-articles-item {
    width: 31.3333%;
  }

  .popular-articles-block {
    min-height: initial;
  }

  .popular-articles-block p {
    min-height: initial;
  }

  .popular-articles-image {}

  .popular-articles-title {}

  .popular-articles-button {}
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.promoted-articles {
  flex-direction: row;
}

.promoted-articles-item {
  flex: 1 0 auto;
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.promoted-articles-item {
  flex: 0 0 auto;
  width: calc(100%/3 - 10px);
  /* Three columns on desktop */
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: block;
  padding: 20px;
  color: #000000;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: var(--text-font);
  display: flex;
  align-items: center;
  transition: all .15s ease-in-out;
  text-align: center;
  justify-content: center;
}

.article-icon .promoted-articles-item a {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .promoted-articles-item {
    width: calc(100% - 10px);
  }

  .promoted-articles-item a {
    font-size: 15px;
    padding: 10px;
    text-align: left;
    justify-content: flex-start;
  }
}

.articles .promoted-articles-item a:hover {
  text-decoration: none;
  background-color: rgba(58, 116, 218, 1);
  color: #FFFFFF;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
  margin-left: 5px;
  margin-bottom: 5px;
}

.promoted-articles-item:last-child a {
  border: 0;
}

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

.community h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 44px;
  margin-bottom: 15px;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01J0QY6C7QMX3B5WY3PBA4HPTZ);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  margin-top: 15px;
}

.community-image h3 {
  color: rgba(255, 255, 255, 1);
}

.community,
.activity {
  padding: 30px 0;
}

/***** Recent activity *****/

.recent-activity-wrap {
  background-color: rgba(245, 245, 247, 1);
}

.recent-activity-header {
  margin-bottom: 10px;
  text-align: initial;
  color: $color
}

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

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

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

.recent-activity-item-parent {
  display: none;
}

@media (min-width: 768px) {

  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 16px;
  font-weight: 500;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

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

  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.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-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: #0A3288;
  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 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

.category-content {
  flex: 1;
}

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

  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.section-tree-title a {
  color: #1B3577;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 15px;
  padding: 10px 0;
}

.article-list-item a {
  color: #000000;
}

@media (min-width: 768px) {
  .article-list-item {
    padding: 15px 0;
  }
}

/***** Article icon   ****/

.article-icon .tab-article,
.article-relatives.article-icon a,
.article-icon .article-list-item a {
  display: flex;
}

.article-icon .article-list-item a .icon-lock {
  margin-left: 5px;
}

.article-icon .article-list-item a #text {
  max-width: 90%;
}

.article-icon .article-list-item a:before,
.article-relatives.article-icon a:before,
.tab-section-list.article-icon a.tab-article:before,
.promoted-articles.article-icon a:before {
  content: " ";
  display: inline-block;
  height: 17px;
  margin-right: 10px;
  width: 17px;
  background-image: url('/hc/theming_assets/01K440P7N2GQZ9NTAN3XE49DBY');
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 17px;
  opacity: 0.6;
  transition: opacity .2s ease-in-out;
  transform: translateY(1px);
}

.article-icon .article-list-item.article-promoted a:before,
.promoted-articles.article-icon a:before {
  background-image: url('/hc/theming_assets/01K440P4KK9WKZ46EH4F17W98J');
}

.icon-star,
.icon-lock {
  color: #0A3288;
  font-size: 18px;
  opacity: 0.6;
}

.article-icon .article-list-item a:hover:before {
  opacity: 0.9;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }

  .section-container {
    flex-direction: row;
    gap: 30px;
  }

  .category-content,
  .section-content {
    padding: 0
  }
}

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

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

.section-list-item {
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.section-list-item a {
  align-items: center;
  color: #000000;
  display: flex;
  justify-content: space-between;
}

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

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

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

.article.color-boxing,
.category-content.color-boxing,
.section-content.color-boxing,
.search-results-column.color-boxing,
.form {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
  border-radius: 0 0 10px 10px;
}

.comm-boxing {
  margin-bottom: 60px;
  border-radius: 10px;
}

.standard-box {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
  border-radius: 10px 10px;
  margin-bottom: 60px;
}

.search-results-column.color-boxing {
  padding: 15px;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 75%;
    min-width: 640px;
    padding: 0;
    max-width: 1090px;
  }

  .search-results-column.color-boxing {
    padding: 30px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-title {
  font-weight: 800;
}

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

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

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    margin-bottom: 15px;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
  opacity: 0.4;
  margin-left: 5px;
}

.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) {
  .article [role="button"] {
    width: auto;
  }
}


.article-subscribe.lonely-subscribe {
  margin-left: auto;
}

.article-subscribe button,
.section-subscribe button {
  line-height: normal;
}
.article-info {
  max-width: 100%;
  min-height: 200px;
}

.article-meta {
  vertical-align: middle;
}

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

.article-body a {
  text-decoration: underline;
}
.article-body a:hover {
  color: #000000;
}
.article-body td a {
  text-decoration: none;
}


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

[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 a:visited {
  color: #000107;
}

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

.article-body pre {
  background-color: rgba(245, 245, 247, 1);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

@media (min-width: 1024px) {
  .article-body pre {
    max-width: 72vw;
  }
  .article-body ul,
.article-body ol {
  margin: 20px 0 20px 10px;
}
}

.article-body blockquote {
  border-left: 1px solid #e0e0e0;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

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

.article-content {
  line-height: 1.6;
  margin: 10px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.article-attachments {
  margin-top: 20px;
}

.article-comment-count {
  color: #333;
  font-weight: 300;
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: #0A3288;
  width: 18px;
  height: 18px;
}

.article-sidebar,
.search-results-sidebar {
  width: 100%;
  padding: 0;
}

.article-sidebar.color-boxing,
.search-results-sidebar.color-boxing {
  border: none;
  vertical-align: middle;
}

.article-content td {
  padding: 5px;
}

@media (min-width: 1024px) {

  .article-sidebar,
  .search-results-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }

  .article-sidebar.color-boxing,
  .search-results-sidebar.color-boxing {
    flex: 0 0 20%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.article-relatives {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 30px;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives>* {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives>*:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives>* {
    padding-right: 20px;
  }
}

.article-votes {
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article footer {
  background-color: rgba(245, 245, 247, 1);
  border-radius: 10px;
  padding-bottom: 1px;
  margin: 60px 0 30px;
}

button.article-vote:hover,
button.article-vote:active,
button.article-vote:focus,
.article-subscribe button:hover,
.article-subscribe button:active,
.article-subscribe button:focus {
  background-color: rgba(58, 116, 218, 1);
  border-color: rgba(58, 116, 218, 1);
}

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

.article-return-to-top {
  border-top: 1px solid #e0e0e0;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-sidebar .collapsible-sidebar-title,
.article-tree h4,
.search-results-sidebar .collapsible-sidebar-title {
  font-size: 15px;
  text-align: initial;
  display: block;
  font-family: var(--heading-font);
  color: #000000;
  margin: 15px 20px 0;
  padding-bottom: 15px;
}

.article-tree.color-boxing h4,
.color-boxing .collapsible-sidebar-title {
  background-color: #0A3288;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 15px;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  margin: 0;
}

.color-boxing .section-articles-title {
  box-shadow: -4px 1px 6px 4px #FFFFFF;
}

@media (min-width: 1024px) {

  .article-sidebar .collapsible-sidebar-title,
  .article-tree h4,
  .search-results-sidebar .collapsible-sidebar-title {
    border-bottom: 1px solid rgba(29, 106, 232, 1);
    padding-bottom: 5px;
    font-weight: 700;
    margin: 15px 20px 0;
  }
  .color-boxing .search-results-sidebar .collapsible-sidebar-title,
  .color-boxing .article-sidebar .collapsible-sidebar-title {
    margin:0;
  }
  .article-tree li a:hover,
  .article-tree li a:focus,
  .article-tree li a:active {
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
  }

}

.color-boxing .article-tree h4,
.color-boxing .collapsible-sidebar-title,
.color-boxing .section-articles-title {
  background-color: rgba(29, 106, 232, 1);
  color: #FFFFFF;
  display: block;
  padding: 17px 10px;
  font-size: 15px;
  border-radius: 10px 10px 0 0;
  text-transform: initial;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  margin-left: 0;
}

.collapsible-sidebar-title.sidenav-title.header-links-active {
  border-radius: 0 !important;
}

.article-tree ul {
  padding: 15px 0px 15px 15px;
  list-style: disc;
  margin-left: 22px
}

.article-tree ul li::marker {
  color: rgba(3, 22, 106, 1);
}

.article-return-to-top a {
  color: #000000;
  display: block;
  padding: 20px;
  text-align: center;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn) translateY(-5px);
}

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

.sidenav-item,
.s-button {
  display: block;
  font-weight: 400;
  border: none;
  background-color: transparent;

}

.sidenav-item {
  border-left: 1px solid #e0e0e0;
  margin-left: -10px;
  font-size: 12px;
  padding: 7px 10px 7px 20px;
  word-break: break-word;
}



.original-sidebar .sidenav-item {
  color: #000000;
}

.sidenav-item-search {
  border-left: 1px solid #e0e0e0;
  margin-left: -10px;
  font-size: 12px;
  padding: 7px 10px 7px 20px;
  word-break: break-word;
  color: #0A3288;
  font-weight: 600;
  font-size: 15px;
  display: block;
}

.article-tree li a {
  color: #000000;
  font-size: 14px;
  padding: 5px 10px 5px 0px;
  display: block;
  font-weight: 600;
}

.search-results-sidebar .sidenav-item {
  margin-left: 0px;
}

.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}

.search-results-sidebar .sidenav-tag .content-tag {
  background: rgba(245, 245, 247, 1);
  font-family: var(--text-font);
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}

.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}

.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}

.sidenav-item .icon-star {
  min-width: 10px;
  margin-top: 1px;
}

.content-tags p {
  color: #1B3577;
  font-weight: 800;
  font-family: var(--heading-font)
}

.s-button {
  width: 100%;
  cursor: pointer;
  text-align: initial;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: #000000;
}

.s-button div {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  color: #1B3577;
  margin-top: 12px;
  opacity: 0.8;
}

.c-b div {
  color: #0A3288;
}

.s-button[aria-pressed="false"] div.acc-minus {
  display: none;
}

.s-button[aria-pressed="true"] div.acc-plus {
  display: none;
}

.c-b span,
.s-b span,
.ss-b span {
  padding: 12px 5px 12px 7px;
  font-size: 15px;
  text-transform: initial;
}

.c-b {
  font-weight: 700;
  font-family: var(--heading-font);
  border-bottom: 1px solid #e0e0e0;
}

.c-b span,
.s-b span {
  width: 95%;
}

.c-b span,
.s-b span {
  width: calc(100% - 20px);
}

.s-b,
.ss-b {
  padding-left: 15px;
  padding-right: 0px;
  border-left: 1px solid #e4e2e2;
}

.s-button:hover {
  background-color: rgba(245, 245, 247, 1);
}

.s-b[aria-pressed="true"],
.s-b:hover {
  border-left: 3px solid #0A3288;
  padding-left: 13px;
}

.s-button[aria-pressed="true"] {
  font-weight: 500;
}

.ss-b {
  padding-left: 10px;

}

.s-t-sub a {
  padding-left: 20px;
}

.s-t {
  padding-left: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover,
.sidenav-item-search:hover {
  background-color: rgba(245, 245, 247, 1);
  text-decoration: none;
  border-left: 3px solid rgba(3, 22, 106, 1);
  padding-left: 18px;
}

.sidenav-item-search.current {
  border-left: 3px solid rgba(3, 22, 106, 1);
  padding-left: 18px;
}

.article-icon .article-sidenav::before {
  content: "";
  height: 12px;
  width: 12px;
  background-image: url("/hc/theming_assets/01K440P7N2GQZ9NTAN3XE49DBY");
  display: inline-block;
  min-width: 15px;
  margin-top: 2px;
  background-repeat: no-repeat;
}

.article-icon .icon-star {
  display: none;
}

.article-icon .s-b,
.article-icon .ss-b {
  padding-left: 10px;
}

.article-icon .s-b[aria-pressed="true"],
.article-icon .s-b:hover {
  padding-left: 8px;
}

.article-icon .sidenav-item.current-article,
.article-icon .sidenav-item:hover,
.article-icon .sidenav-item-search:hover {
  padding-left: 14px;
}

.article-icon .sidenav-item {
  padding-left: 16px;
}

.article-icon .s-b span,
.article-icon .ss-b span {
  font-size: 13px;
}

.article-sidenav {
  display: flex;
  gap: 5px;
}

/***** RECENT AND RELATED ARTICLES *****/

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.recent-articles li a,
.related-articles li a {
  color: #000000;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */

.attachments:not(empty) {
  margin-top: 30px;
}
.attachments .attachment-item {
  padding: 15px 20px;
  position: relative;
  margin-bottom: 15px;
  background-color: rgba(245, 245, 247, 1);
  border-radius: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #000000;
  left: 0;
  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: #333;
}

/***** 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: #333;
}

.share a:hover {
  text-decoration: none;
  color: #0A3288;
}

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

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

.comment-heading,
.recent-articles-title,
.related-articles-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1B3577;
}

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

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

.comment-callout {
  color: #333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #0A3288;
}

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

.comment-sorter .dropdown-toggle {
  color: #333;
  font-weight: 300;
  font-size: 13px;
}

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

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

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

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

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

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

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: var(--text-font);
  line-height: 1.6;
  overflow-x: auto;
}

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

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

[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 a:visited {
  color: #000107;
}

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

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

.comment-body blockquote {
  border-left: 1px solid #e0e0e0;
  color: #333;
  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: #333;
  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: #0A3288;
}

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

.vote-voted {
  color: #0A3288;
}

.vote-voted:hover {
  color: #030f29;
}

/***** 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;
  color: #0A3288;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J2GHC94P9GCCP6V3ZJ53HCMV);
}

.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: 768px) {
  .post-to-community {
    margin: 0;
  }
}

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

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

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
}

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

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

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .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: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: #0A3288;
}

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

.community-follow button[data-selected="true"] {
  background-color: rgba(29, 106, 232, 1);
  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: rgba(58, 116, 218, 1);
}

.community-follow button::after {
  border-left: 1px solid #FFFFFF;
  content: attr(data-follower-count);
  color: #FFFFFF;
  display: inline-block;
  font-family: var(--heading-font);
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #0A3288;
  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 #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

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

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

.striped-list-title {
  color: rgba(3, 22, 106, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

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

.striped-list-count {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: #000000;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 10px;
  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: #0A3288;
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 768px) {
  .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: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

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

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

.post-content {
  font-family: var(--text-font);
  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 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 a:visited {
  color: #000107;
}

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

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

.post-body blockquote {
  border-left: 1px solid #e0e0e0;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: #333;
  font-weight: 300;
}

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

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

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

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

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

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

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

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

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

.collapsible-nav-toggle svg {
  color: #000000;
}

.my-activities-nav .collapsible-nav-toggle svg,
.profile-nav .collapsible-nav-toggle svg {
  color: #FFFFFF;
}

.my-activities-nav h2 {
  color: #FFFFFF;
  margin: 0;
}

.my-activities-nav h2,
.my-activities-nav .breadcrumbs {
  margin-bottom: 15px;
}

.my-activities-nav .breadcrumbs li+li::before,
.my-activities-nav .breadcrumbs a {
  color: #FFFFFF;
}

.my-activities-nav .breadcrumbs a:hover {
  text-decoration-color: #FFFFFF;
}

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

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

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

.collapsible-nav-list li {
  color: #fff;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .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: #FFFFFF;
  display: block;
}

.collapsible-nav-list li a:hover,
.collapsible-nav-list li a:focus,
.collapsible-nav-list li a:active {
  text-decoration-color: #FFFFFF;
}

.my-activities-header .collapsible-nav-list li a,
.my-activities-header .collapsible-nav-list li.current a {
  color: #1B3577;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #e0e0e0;
  }

  .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: 768px) {

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

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

@media (min-width: 768px) {

  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #FFFFFF;
    order: 1;
    font-weight: 800;
  }

  .my-activities-header .collapsible-nav-list li[aria-selected="true"],
  .my-activities-header .collapsible-nav-list li.current {
    border-bottom: 4px solid #1B3577;

  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #FFFFFF;
}

.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;
  overflow: hidden;
  position: sticky;
  top: 80px;
  transition: all .2s ease-in;
  background-color: rgba(245, 245, 247, 1);
  max-height: 52px;
}

.request-sidebar.collapsible-sidebar {
  /* max-height: 45px; */
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  top: initial;
}

.request-sidebar .collapsible-sidebar-toggle {
  top: calc(45px / 2);
}

.color-boxing .collapsible-sidebar,
.collapsible-sidebar.color-boxing {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    padding: 10px 0;
    max-height: none;
    padding: 0;
    background-color: initial;
  }
}

@media (max-width: 1024px) {
  .original-sidebar {
    background-color: rgba(245, 245, 247, 1);
  }
}

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

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

.collapsible-sidebar-toggle-icon {
  color: #0A3288;
}

.color-boxing .collapsible-sidebar-toggle-icon {
  color: #FFFFFF;
}

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

.collapsible-sidebar-body,
.collapsible-sidebar-body-search {
  display: none;
  transition: all .2s ease-in;
  width: 100%;
  padding: 5px 3px 10px 17px;
  max-height: 60vh;
  overflow: scroll;
}

.my-activities-nav .container,
.profile-nav .container {
  padding-bottom: 5px;
  padding-top: 15px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }

  100% {
    background-position: 800px 0
  }
}

.collapsible-sidebar-body:empty,
.collapsible-sidebar-body-search:empty {
  min-height: 20vh;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #FFFFFF;
  background: linear-gradient(to right, transparent 8%, #bbbbbb 18%, #FFFFFF 33%);
  background-size: 800px 104px;
  height: 70px;
  position: relative;
  margin-top: 0;
}

.collapsible-sidebar-body::-webkit-scrollbar {
  -webkit-appearance: none;
}

.collapsible-sidebar-body::-webkit-scrollbar:vertical {
  width: 11px;
}

.collapsible-sidebar-body::-webkit-scrollbar:horizontal {
  height: 11px;
}

.collapsible-sidebar-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  /* should match background, can't be transparent */
}


.collapsible-sidebar-body::-webkit-scrollbar-corner {
  background-color: transparent;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
    margin-top: 15px;
    width: var(--sidebar-width);
  }

  .collapsible-sidebar-body-search {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .color-boxing .collapsible-sidebar-body {
    background-color: #FFFFFF;
    margin-top: 0px;
  }

  .request-sidebar .collapsible-sidebar-body {
    width: 100%;
  }
}

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

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

/***** My activities *****/
.my-activities-nav,
.profile-nav {
  background-color: rgba(29, 106, 232, 1);
}

.simp-cb {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

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

.my-activities-hero {
  width: 100%;
  height: calc(350px / 3);
  background-image: url(/hc/theming_assets/01J0QY6C7QMX3B5WY3PBA4HPTZ);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

@media (min-width: 1024px) {

  .my-activities-nav,
  .profile-nav {
    padding: 20px 20px 0;
  }

  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    text-overflow: ellipsis;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

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

@media (min-width: 1024px) {

  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 600px;
  }

  .my-activities-nav .container,
  .profile-nav .container {
    padding-bottom: 0px;
  }
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

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

@media (min-width: 768px) {
  .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: 13px;
  margin-top: 30px;
}

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

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

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

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

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

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

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

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

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

/* Contributions table */
.contributions-table td:last-child {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #333;
}

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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 {
  background-color: rgba(245, 245, 247, 1);
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  color: #000000;
  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 #0A3288;
}

.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 #0A3288;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  flex: 1 0 auto;
  order: 0;
  background-color: rgba(245, 245, 247, 1);
  border-radius: 10px;

}

@media (min-width: 1024px) {
  .request-sidebar {
    /* background-color: #f7f7f7; */
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #e0e0e0;
  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: 13px;
  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: #333;
  font-weight: 300;
  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>li:first-child {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #FFFFFF;
}

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

@media (min-width: 768px) {
  .meta-group .meta-data:nth-child(3) {
    margin-left: 0px;
  }

  .search-result-list-item .meta-data {
    margin-left: auto;
  }

  .meta-group {
    display: flex;
    flex-direction: row;
  }

  .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: 768px) {
  .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: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #333;
  font-weight: 300;
  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 #e0e0e0;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .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: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #e0e0e0;
}

@media (min-width: 768px) {
  .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: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }

  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #0A3288;
  border-radius:10px;
  color: #0A3288;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  margin-bottom: 30px;
}



.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .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: #333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px rgba(29, 106, 232, 1);
  font-size: 13px;
}

.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: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .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 #e0e0e0;
  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: #333;
  font-size: 13px;
  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: initial;
}

.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: 18px;
  vertical-align: middle;
}

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

.profile-contribution-list>.profile-contribution {
  border-top: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
  .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;
  color: #0A3288;
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .profile-activity {
    padding-left: 20px;
  }

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

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #e0e0e0;
  }

  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #e0e0e0;
  }
}

.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: 768px) {
  .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: rgba(245, 245, 247, 1);
}

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

.search-result-title a {
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 5px;
  display: block;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  flex: 1 0 auto;
  padding: 0;
}

.search-results-sidebar:empty {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    height: auto;
    min-width: 240px;
    padding-left: 20px;
  }
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
  background-color: rgba(245, 245, 247, 1);
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin: 10px 0 15px;
  background-color: rgba(245, 245, 247, 1);
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }

  .search-results-sidebar .collapsible-sidebar {
    background-color: initial;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(3, 22, 106, 1);
  font-size: 12px;
}

.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: 27px;
  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 #e0e0e0;
}

.search-results-list>li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group>li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group>li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .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-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: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon,
.search-result-meta-count-icon {
  color: #0A3288;
  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;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li,
.search-result-breadcrumbs li a,
.search-result-breadcrumbs li a:visited {
  color: #000000;
  opacity: 0.8;
}

/* 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;
}


/***** AUTO COMPLETE *****/
zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: rgba(3, 22, 106, 1);
}

zd-autocomplete {
  border-radius: 10px;
  background-color: #FFFFFF;
}

zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand {
  color: #000000;
}

zd-autocomplete-multibrand {
  border-bottom: none;
}

zd-autocomplete-multibrand:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

zd-autocomplete-multibrand:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

zd-autocomplete-multibrand[aria-selected=true],
zd-autocomplete-multibrand[aria-selected=true] zd-autocomplete-title-multibrand,
zd-autocomplete-multibrand[aria-selected=true] zd-autocomplete-breadcrumbs-multibrand {
  background-color: rgba(29, 106, 232, 1);
  color: #FFFFFF;
}

/***** 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: 10px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: initial;
  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: 2px solid #e35b66;
  color: #cc3340;
  font-family: var(--text-font);
  padding: 10px;
  font-size: 15px;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: initial;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}

.item .dropdown {
  display: block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  color: #000000;
  font-size: 15px;
  min-height: 28px;
}

.language-selector .dropdown-toggle {
  color: #070707;
}

.overlay .language-selector .dropdown-toggle {
  color: rgba(255, 255, 255, 1);
}

.dropdown-toggle:hover {}

.dropdown-toggle>* {
  display: inline-block;
}

.header .dropdown-toggle svg {
  transition: transform .2s ease-in-out;
  margin: 5px 0;
}

.header .dropdown-toggle[aria-pressed="true"] svg {
  transform: rotate(180deg);
}

.dropdown-menu {
  background: rgba(58, 116, 218, 1);
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: initial;
  top: 48px;
  z-index: 1000;
  transition: height .2s ease-in-out;
}

.header .user-info .dropdown-menu {
  background: rgba(58, 116, 218, 1);
}

.header .user-info .dropdown-menu a {
  color: #070707;
}

#hc-dropdown {
  left: initial;
}

.item .dropdown-menu {
  text-align: center;
  border: none;
  position: initial;
  margin-top: 0;
  padding-top: 0;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #000000;
  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%;
}

.header .dropdown-menu [role="menuitem"] {
  color: #070707 !important;
}

.item .dropdown-menu [role="menuitem"] {
  text-align: center;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-color: #000000;
  border-radius: 50%;
  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;
  color: #000000;
}

.header .dropdown-chevron-icon {
  color: #070707;
}

.cat-tree,
.s-t {
  display: none;
}

.t-e {
  display: block
}

/* 
Home page accordion
 */
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #e0e0e0;
}

.faq .panel a.button,
.cta-button {
  margin-bottom: 30px;
  background: rgba(29, 106, 232, 1);
  border-radius: 10px;
  border: 2px solid rgba(29, 106, 232, 1);
  color: #FFFFFF;
  font-weight: 700;
  transition: all .2s ease-in-out;
  width: max-content;
  font-family: var(--heading-font);
}

.faq .panel a.button:hover,
.faq .panel a.button:active,
.faq .panel a.button:focus {
  background: #0A3288;
  border-color: #0A3288;
}

.cta-button:hover,
.cta-button:active,
.cta-button:focus {
  transform: translate(-3px, -3px);
}

.panel[aria-hidden="true"] a {
  visibility: hidden;
}

.panel[aria-hidden="false"] a {
  visibility: visible;
}


button.accordion {
  color: #0A3288;
  background-color: transparent;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0;
  color: #0A3288;
}

button.accordion:hover,
button.accordion:active,
button.accordion:focus {
  text-underline-offset: 2px;
  text-decoration-color: #0A3288;
  text-decoration-thickness: 3px;
}

button.accordion span {
  color: #000000;
  font-size: 18px;
  max-width: 93%;
  text-align: initial;
}

.faq {
  border-radius: 10px;
  margin-bottom: 60px;
}

.faq.color-boxing {
  padding: 15px;
  background-color: #FFFFFF;
}

.faq .panel-house:last-child .panel {
  border-bottom: none;
}

.faq-body {
  color: #000000;
}

button.accordion div svg {
  width: 12px;
  height: 12px;
  display: none;
  margin-right: 5px;
  margin-top: 3px;
}

button.accordion:hover span,
button.accordion:active span,
button.accordion:focus {
  text-decoration: underline;
  text-decoration-color: #0A3288;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

button.accordion[aria-expanded="false"] .acc-plus svg {
  display: inline-block;
}

button.accordion[aria-expanded="true"] .acc-minus svg {
  display: inline-block;
}

/* 
ARTICLE CALLOUTS
 */
.callout {
  background-color: #E6F8F8;
  color: #002526;
  padding: 30px 25px 30px 40px;
  border-left: 5px solid #02B9BD;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 2px 5px;
  margin: 15px 0;
}

.callout:empty {
  display: none;
}

.callout::before {
  color: #02B9BD;
  content: "ⓘ";
  font-size: 16px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 29px;
  left: 14px;
  color: #002526;
}

.callout.red {
  background-color: #FDEDE9;
  color: #2E0F07;
  border-left-color: #E84A25;
}

.callout.red::before {
  content: "⚠";
  font-size: 20px;
  left: 10px;
  color: #E84A25;
}

.callout.amber {
  background-color: #FFFAEA;
  color: #332908;
  border-left-color: #FFCF29;
}

.callout.amber::before {
  color: #FFCF29;
}

.callout.green {
  background-color: #E6FBF3;
  color: #002B1C;
  border-left-color: #02D68A;
}

.callout.green::before {
  color: #02D68A;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 35px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inherit;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #070707;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.overlay #nav-icon1 span,
.overlay #nav-icon3 span,
.overlay #nav-icon4 span {
  background-color: rgba(255, 255, 255, 1);
}

#nav-icon4 {}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
  left: 5px;
}

/* HC CALLOUT */
.container__announcements {
  color: #000000;
  border-radius: 10px;
  background-color: #FBBDBD;
  margin: 10px 0;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  padding: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
}

#callout-information {
  fill: #FBBDBD;
  height: 16px;
  margin: 2px 8px 0 0;
}

.container__announcements--bounding {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .container__announcements--bounding {
    margin: 0;
  }
}

.home-section .container__announcements {
  transform: translateY(-30px)
}

.container__text {
  font-size: 15px;
  text-align: initial;
  padding-right: 20px;
  line-height: 22px;
}

.container__text p {
  margin: 0;
  text-align: center;
}

.container__text a {
  color: var(--blue);
}

.container__announcements.c_a_c {
  display: none;
}

/********************
 KNOWLEDGE BASE
********************/
.knowledge-base {
  margin-bottom: 0px !important;
}

.tab-list-container {
  margin-bottom: 20px;
  position: relative;
}

.tab-dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  position: relative;
  text-align: initial;
  width: 100%;
  transform: rotate(0deg)
}

.tab-dropdown-link svg {
  color: #000000;
}

.tab-dropdown-link.open svg {
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
}

.tab-dropdown-link:active,
.tab-dropdown-link:focus,
.tab-dropdown-link:hover {
  border: 1px solid #e0e0e0;
  outline: none;
}

.tab-list {
  box-shadow: 0px 8px 16px rgba(12, 0, 51, 0.1);
  display: none;
  position: absolute;
}

.tab-list.open {
  background: rgba(245, 245, 247, 1);
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(12, 0, 51, 0.1);
  display: block;
  width: 100%;
  z-index: 900;
}

.tab-list-item {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
}

.tab-list-item:last-child {
  border-bottom: none;
}

.tab-list-item img {
  width: 48px;
  height: 48px;
  display: none;
  margin-right: 10px;
}

.tab-list-link {
  border: none;
  color: #000000;
  display: inline-block;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all 0.1s ease-out;
}

.tab-list-link[aria-selected="true"],
.tab-list-link:active,
.tab-list-link:focus,
.tab-list-link:hover {
  outline: none;
  text-decoration: none;
  transition: opacity 0.15s ease-in;
}

.tab-list-link:focus,
.tab-list-link:hover {
  border-color: rgba(255, 255, 255, 0.25);
  transition: all 0.1s ease-out;
}

.tab-list-link[aria-selected="true"],
.tab-list-link:active {
  border-color: #000000;
}

.tab-list-link>span {
  width: 100%;
}

.tab-list-icon {
  border-radius: 16px;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

.tab-list-check {
  display: none;
  height: 32px;
  margin-left: 8px;
  width: 32px;
}

.tab-list-link[aria-selected="true"] .tab-list-check {
  display: inline-block;
}

.tab-pane {
  padding: 0 0 15px 0;
}

.tab-content p {
  color: #000000;
  display: none;
}

.tab-section-blocks {
  margin-bottom: 2em;
}

.tab-section-block {
  border-radius: 10px;
  break-inside: avoid;
  break-after: always;
  margin-bottom: 15px;
  width: 100%;
}

.tab-section-block.color-boxing {
  background-color: #FFFFFF;
}

.tab-section-list {
  padding: 20px 15px 15px;
}

@media (min-width: 768px) {
  .tab-section-list {
    padding: 20px 25px 15px;
  }
}

.tab-section-block:nth-child(3n + 1) {
  margin-left: 0;
}

.tab-section-block:nth-child(3n) {
  margin-right: 0;
}

.tab-section-block-title-link {
  color: #FFFFFF;
  font-weight: 600;
  transition: all 0.1s ease-out;
  font-size: 20px
}

.tab-section-block-title-link:active,
.tab-section-block-title-link:focus,
.tab-section-block-title-link:hover {

  text-decoration: none;
  transition: all 0.15s ease-in;
}

.tab-section-block .tab-section-block-title {
  border-radius: 10px 10px 0 0;
  padding: 10px 25px 10px 25px;
  font-family: var(--heading-font);
  background-color: rgba(58, 116, 218, 1);
  display: block;
  width: 100%;
  transition: background-color .2s ease-in-out;
}

.tab-section-block .tab-section-block-title h3 {
  color: #FFFFFF;
  margin: 0;
}

.tab-section-list-item {
  margin-bottom: 16px;
}

.tab-section-block-title:hover,
.tab-section-block-title:focus,
.tab-section-block-title:active {
  background-color: rgba(29, 106, 232, 1);
  text-decoration: none;
}

.tab-section-list-item.tab-subsection {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}


.tab-section-list-item.tab-subsection:first-child {
  border-top: 1px solid #e0e0e0;
}

.tab-section-list-item.tab-subsection:last-child {
  margin-bottom: 16px;
}

.tab-subsection a {
  display: flex;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  align-items: center;
  justify-content: space-between;
  font-family: var(--heading-font);
}

.tab-subsection a span {
  width: 90%;
}

.tab-subsection a svg {
  transform: translateX(-5px);
  transition: transform .2s ease-in-out;
}

.tab-subsection a:hover svg {
  transform: translateX(0px);
}

.tab-section-list-title {
  margin-bottom: 0.75rem;
  font-weight: normal;
  font-family: var(--text-font);
}

.tab-subsection .tab-section-list-title {
  margin: 0;
}

.view-more {
  font-weight: 800;
  color: #0A3288;
  font-size: 0.9rem;
}

.tab-section-list-link {
  color: #000000;
  transition: all 0.1s ease-out;
}

.tab-section-list-link:active,
.tab-section-list-link:focus,
.tab-section-list-link:hover {
  color: rgba(3, 22, 106, 1);
  transition: all 0.15s ease-in;
}

@media (min-width: 768px) {
  .tabs {
    padding: 30px 0;
  }

  .tab-container {
    align-items: flex-start;
  }

  .tab-list-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    max-width: var(--page-width);
    width: 100%;
  }

  .tab-dropdown-link {
    display: none;
  }

  .tab-list {
    box-shadow: none;
    display: flex;
    position: static;
    column-gap: 20px;
    flex-wrap: wrap;
  }

  .tab-list-item {
    border-bottom: none;
    display: inline;
    float: left;
    margin-bottom: 10px;
    position: relative;
  }

  .tab-list-item:last-child {
    margin-right: 0;
  }

  .tab-list-link {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.15px;
    line-height: 32px;
    padding: 8px 15px;
    text-decoration: none;
    transition: all 0.1s ease-out;
    display: flex;
    align-items: center;
    min-height: 68px;
    background-color: #FFFFFF;
  }

  .tab-list-link.color-boxing {
    background-color: #FFFFFF;
    box-shadow: none;
  }

  .tab-list-link[aria-selected="true"],
  .tab-list-link[aria-selected="true"]:active,
  .tab-list-link[aria-selected="true"]:focus,
  .tab-list-link[aria-selected="true"]:hover {
    border: 1px solid rgba(29, 106, 232, 1) !important;
    outline: none;
    text-decoration: none;
    border-radius: 10;
  }

  .tab-list-link:focus,
  .tab-list-link:hover {
    background: rgba(245, 245, 247, 1);
    border-color: #e0e0e0;
    transition: all 0.1s ease-out;
  }

  .tab-list-item img {
    display: block;
  }

  .tab-list-link[aria-selected="true"],
  .tab-list-link:active {
    border-color: rgba(29, 106, 232, 1);
  }

  .tab-list-link[aria-selected="true"] .tab-list-check {
    display: none;
  }

  .tab-section-blocks {
    grid-template-columns: 50% 50%;
    column-gap: 15px;
    display: grid;

  }

  .tab-content p {
    display: block;
  }
}

@media (min-width: 1024px) {
  .tab-section-blocks {}
}

/* REQUEST FORM STUFF */
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners,
.ck.ck-editor__main>.ck-editor__editable {
  border-color: #e0e0e0 !important;
}

.multiform-box {
  height: 100%;
  width: 100%;
}

ul[data-hc-pills-container] {
  border-color: #e0e0e0 !important;
  border-radius: 10px !important;
}

.multiform-button {
  display: block;
  color: #6B6B6B;
  background-color: #EDEDED;
  width: 378px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  padding: 20px;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 30px;
}

.multiform-button:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.form-field label {
  color: #1B3577;
  font-family: var(--heading-font);
  font-weight: 700;
}

.form-field .nesty-input,
.form-field input,
#request_description {
  border-radius: 10px !important;
  background-color: #FFFFFF;
  padding: 0 15px;
  color: #000000;
  font-family: var(--text-font);
  min-height: 42px;
  border-color: #e0e0e0;
}

ul[data-hc-pills-container] li input {
  min-height: initial;
}

ul[data-hc-pills-container] li[data-hc-pill=true] {
  background-color: #0A3288;
  color: white;
  border-radius: 5px;
}

.container .form ul[data-hc-pills-container] {
  border-radius: 10px !important;
  background-color: white;
}

#request_description_hint,
#request_organization_id_hint,
.form-field p {
  /* padding: 0 15px!important; */
}

#new_request>div.form-field.text.required.request_description #request_description {
  padding: 30px;
  font-size: 16px;
  min-height: 180px;
}

#request-attachments {
  border-radius: 10;
  background-color: white;
}

.nesty-panel {
  border-radius: 10px !important;
}

body .nesty-panel li {
  padding: 10px 30px !important;
  font-family: var(--text-font);
  ;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #000000;
}

body .nesty-panel li:hover,
body .nesty-panel li:active,
body .nesty-panel li:focus {
  background-color: rgba(245, 245, 247, 1);
  color: #000000;
}

.nesty-expand:after,
.nesty-collapse:after {
  right: 15px !important;
  border-left-color: #0A3288 !important;
  top: 44% !important;
  border-width: 7px !important;
}

.nesty-collapse:after {
  border-left-width: 0 !important;
  border-right-color: #999;
}

div#upload-dropzone {
  border-radius: 10px !important;
  background: rgba(245, 245, 247, 1);
  border-width: 3px;
  height: 60px;
  font-size: 16px;
  border: 3px dashed #e0e0e0;
  cursor: pointer;
}

div#upload-dropzone:hover {
  border-color: var(--header-background);
}

div#upload-dropzone a,
div#upload-dropzone span {
  font-size: 16px;
  font-family: var(--heading-font);

}

div#upload-dropzone span {
  margin-top: 5px;
}

div#upload-dropzone span a {
  pointer-events: none;
}


li.nesty-collapse:hover {
  color: white;
}

.nesty-collapse:hover:after {
  border-right-color: white !important;
}

.nesty-panel {
  max-height: 273px !important;
  border: 1px solid rgba(22, 29, 101, 1) !important;
}

.form footer {
  margin-top: 0;
}

footer input[type="submit"] {
  position: static;
  width: 182px;
  font-size: 18px;
  margin: 15px auto 60px;
  display: block;
}

#request_description {
  font-family: var(--text-font);
}

.hc-multiselect-menu li label {
  font-family: var(--text-font);
  font-size: 16px;
  padding: 20px 0;
}
.hc-multiselect-toggle li span[aria-label]::before {
  top: 1px;
}

/* date formatting  */

body .pika-table th,
body .pika-table td,
.pika-lendar .pika-label {
  font-family: var(--text-font);
}

.pika-lendar .pika-label,
body .pika-table abbr {
  color: #0A3288;
}

body .is-selected .pika-button {
  background-color: var(--header-background);
  color: #fff;
}


.boolean {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.boolean[hidden] {
  display: none;

}

.boolean p {
  order: 3;
  width: 100%;
}

.boolean input {
  order: 1;
  margin-right: 10px;
}

.boolean label {
  order: 2;
  line-height: 12px;
  margin-bottom: 0px;
  cursor: pointer;
}

.border {
  border: 1px solid #e0e0e0;
}

.secondary_bg,
.promoted-articles-item.secondary_bg a {
  background-color: rgba(245, 245, 247, 1);
}

.secondary_sidebar {
  background-color: rgba(245, 245, 247, 1);

  margin-top: 20px;
}

@media (min-width: 1024px) {
  .secondary_sidebar {
    border-radius: 10px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .secondary_sidebar .collapsible-sidebar-body {
    width: calc(var(--sidebar-width) - 20px);
  }
}
.box_shadow {
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  transition: box-shadow .15s ease-in-out;
}

.popular-articles-item.box_shadow:hover,
.popular-articles-item.box_shadow:active,
.popular-articles-item.box_shadow:focus {
  box-shadow: var(--box-shadow-hover);
}

.blocks-item-link.box_shadow:hover,
.blocks-item-link.box_shadow:active,
.blocks-item-link.box_shadow:focus {
  box-shadow: var(--box-shadow-hover);
}

@media (max-width: 768px) {
  .tab-list-link {
    box-shadow: none;
    border: none;
  }
}


/******** end of request page styles******/


/******** Bingからの移行分 ******/
.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}


.text-gray-300 {
  color: #E2E8F0;
}

.text-gray-400 {
  color: #CBD5E0;
}

.text-gray-500 {
  color: #A0AEC0;
}


.text-gray-700 {
  color: #4A5568;
}

.text-gray-800 {
  color: #2D3748;
}

.text-gray-900 {
  color: #1A202C;
}

.text-red-500 {
  color: #F56565;
}

.text-orange-500 {
  color: #ED8936;
}

.text-green-500 {
  color: #48BB78;
}
.wysiwyg-font-size-small{
  font-size: 16px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid;
  border-radius: 8px;
  margin: 8px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 0;
}
.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4,
.py-4 {
  padding-top: 1rem;
}

.pr-4,
.px-4 {
  padding-right: 1rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem;
}

.pl-4,
.px-4 {
  padding-left: 1rem;
}

.p-5 {
  padding: 1.5rem;
}

.pt-5,
.py-5 {
  padding-top: 1.5rem;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem;
}

.p-6 {
  padding: 2rem;
}

.pt-6,
.py-6 {
  padding-top: 2rem;
}

.pr-6,
.px-6 {
  padding-right: 2rem;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem;
}

.pl-6,
.px-6 {
  padding-left: 2rem;
}

.p-7 {
  padding: 3rem;
}

.pt-7,
.py-7 {
  padding-top: 3rem;
}

.pr-7,
.px-7 {
  padding-right: 3rem;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem;
}

.pl-7,
.px-7 {
  padding-left: 3rem;
}

.p-8 {
  padding: 4rem;
}

.pt-8,
.py-8 {
  padding-top: 4rem;
}

.pr-8,
.px-8 {
  padding-right: 4rem;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem;
}

.pl-8,
.px-8 {
  padding-left: 4rem;
}

.p-9 {
  padding: 6rem;
}

.pt-9,
.py-9 {
  padding-top: 6rem;
}

.pr-9,
.px-9 {
  padding-right: 6rem;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem;
}

.pl-9,
.px-9 {
  padding-left: 6rem;
}
.border-transparent {
  border-color: transparent;
}

.border-translucent {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-current {
  border-color: currentColor;
}

.border-note {
  border-color: #61a5ff;
}

.border-warning {
  border-color: $color_warning;
}

.border-black {
  border-color: #000;
}

.border-top-black {
  border-top-color: #000;
}

.border-right-black {
  border-right-color: #000;
}

.border-bottom-black {
  border-bottom-color: #000;
}

.border-left-black {
  border-left-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-top-white {
  border-top-color: #fff;
}

.border-right-white {
  border-right-color: #fff;
}

.border-bottom-white {
  border-bottom-color: #fff;
}

.border-left-white {
  border-left-color: #fff;
}

.border-gray-100 {
  border-color: $color_gray_100;
}

.border-top-gray-100 {
  border-top-color: $color_gray_100;
}

.border-right-gray-100 {
  border-right-color: $color_gray_100;
}

.border-bottom-gray-100 {
  border-bottom-color: $color_gray_100;
}

.border-left-gray-100 {
  border-left-color: $color_gray_100;
}

.border-gray-200 {
  border-color: $color_gray_200;
}

.border-top-gray-200 {
  border-top-color: $color_gray_200;
}

.border-right-gray-200 {
  border-right-color: $color_gray_200;
}

.border-bottom-gray-200 {
  border-bottom-color: $color_gray_200;
}

.border-left-gray-200 {
  border-left-color: $color_gray_200;
}

.border-gray-300 {
  border-color: #E2E8F0;
}

.border-top-gray-300 {
  border-top-color: #E2E8F0;
}

.border-right-gray-300 {
  border-right-color: #E2E8F0;
}

.border-bottom-gray-300 {
  border-bottom-color: #E2E8F0;
}

.border-left-gray-300 {
  border-left-color: #E2E8F0;
}

.border-gray-400 {
  border-color: #CBD5E0;
}

.border-top-gray-400 {
  border-top-color: #CBD5E0;
}

.border-right-gray-400 {
  border-right-color: #CBD5E0;
}

.border-bottom-gray-400 {
  border-bottom-color: #CBD5E0;
}

.border-left-gray-400 {
  border-left-color: #CBD5E0;
}

.border-gray-500 {
  border-color: #A0AEC0;
}

.border-top-gray-500 {
  border-top-color: #A0AEC0;
}

.border-right-gray-500 {
  border-right-color: #A0AEC0;
}

.border-bottom-gray-500 {
  border-bottom-color: #A0AEC0;
}

.border-left-gray-500 {
  border-left-color: #A0AEC0;
}

.border-gray-600 {
  border-color: $color_gray_600;
}

.border-top-gray-600 {
  border-top-color: $color_gray_600;
}

.border-right-gray-600 {
  border-right-color: $color_gray_600;
}

.border-bottom-gray-600 {
  border-bottom-color: $color_gray_600;
}

.border-left-gray-600 {
  border-left-color: $color_gray_600;
}

.border-gray-700 {
  border-color: #4A5568;
}

.border-top-gray-700 {
  border-top-color: #4A5568;
}

.border-right-gray-700 {
  border-right-color: #4A5568;
}

.border-bottom-gray-700 {
  border-bottom-color: #4A5568;
}

.border-left-gray-700 {
  border-left-color: #4A5568;
}

.border-gray-800 {
  border-color: #2D3748;
}

.border-top-gray-800 {
  border-top-color: #2D3748;
}

.border-right-gray-800 {
  border-right-color: #2D3748;
}

.border-bottom-gray-800 {
  border-bottom-color: #2D3748;
}

.border-left-gray-800 {
  border-left-color: #2D3748;
}

.border-gray-900 {
  border-color: #1A202C;
}

.border-top-gray-900 {
  border-top-color: #1A202C;
}

.border-right-gray-900 {
  border-right-color: #1A202C;
}

.border-bottom-gray-900 {
  border-bottom-color: #1A202C;
}

.border-left-gray-900 {
  border-left-color: #1A202C;
}

.border-red-500 {
  border-color: #F56565;
}

.border-top-red-500 {
  border-top-color: #F56565;
}

.border-right-red-500 {
  border-right-color: #F56565;
}

.border-bottom-red-500 {
  border-bottom-color: #F56565;
}

.border-left-red-500 {
  border-left-color: #F56565;
}

.border-orange-500 {
  border-color: #ED8936;
}

.border-top-orange-500 {
  border-top-color: #ED8936;
}

.border-right-orange-500 {
  border-right-color: #ED8936;
}

.border-bottom-orange-500 {
  border-bottom-color: #ED8936;
}

.border-left-orange-500 {
  border-left-color: #ED8936;
}

.border-green-500 {
  border-color: #48BB78;
}

.border-top-green-500 {
  border-top-color: #48BB78;
}

.border-right-green-500 {
  border-right-color: #48BB78;
}

.border-bottom-green-500 {
  border-bottom-color: #48BB78;
}

.border-left-green-500 {
  border-left-color: #48BB78;
}

.border-primary {
  border-color: $color_primary;
}

.border-top-primary {
  border-top-color: $color_primary;
}

.border-right-primary {
  border-right-color: $color_primary;
}

.border-bottom-primary {
  border-bottom-color: $color_primary;
}

.border-left-primary {
  border-left-color: $color_primary;
}

.border-secondary {
  border-color: $color_secondary;
}

.border-top-secondary {
  border-top-color: $color_secondary;
}

.border-right-secondary {
  border-right-color: $color_secondary;
}

.border-bottom-secondary {
  border-bottom-color: $color_secondary;
}

.border-left-secondary {
  border-left-color: $color_secondary;
}

.border-tertiary {
  border-color: $color_tertiary;
}

.border-top-tertiary {
  border-top-color: $color_tertiary;
}

.border-right-tertiary {
  border-right-color: $color_tertiary;
}

.border-bottom-tertiary {
  border-bottom-color: $color_tertiary;
}

.border-left-tertiary {
  border-left-color: $color_tertiary;
}
.badge-white {
  color: #1A202C;
  background-color: #fff;
}

a.badge-white:focus, a.badge-white:hover {
  color: #1A202C;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.badge-new {
  color: #fff;
  background-color: #D69E2E;
}

a.badge-new:focus, a.badge-new:hover {
  color: #fff;
  background-color: #af8022;
}

a.badge-new:focus, a.badge-new.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 158, 46, 0.25);
}

.badge-open {
  color: #fff;
  background-color: #E53E3E;
}

a.badge-open:focus, a.badge-open:hover {
  color: #fff;
  background-color: #d41c1c;
}

a.badge-open:focus, a.badge-open.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.25);
}

.badge-hold {
  color: #fff;
  background-color: #1A202C;
}

a.badge-hold:focus, a.badge-hold:hover {
  color: #fff;
  background-color: #07090c;
}

a.badge-hold:focus, a.badge-hold.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 32, 44, 0.25);
}

.badge-solved {
  color: #fff;
  background-color: #718096;
}

a.badge-solved:focus, a.badge-solved:hover {
  color: #fff;
  background-color: #5a677a;
}

a.badge-solved:focus, a.badge-solved.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 128, 150, 0.25);
}

.badge-answered,
.badge-answered,
.badge-completed,
.badge-planned {
  color: #fff;
  background-color: #3490dc;
}

a.badge-answered:focus, a.badge-answered:hover, .badge-answered:focus, .badge-answered:hover, .badge-completed:focus, .badge-completed:hover, .badge-planned:focus, .badge-planned:hover {
  color: #fff;
  background-color: #2176bd;
}

a.badge-answered:focus, a.badge-answered.is-focused, .badge-answered:focus, .badge-answered.is-focused, .badge-completed:focus, .badge-completed.is-focused, .badge-planned:focus, .badge-planned.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.border-radius {
  border-radius: 8px;
}

.border-radius-0 {
  border-radius: 0;
}

.border-radius-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.border-radius-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border-radius-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-radius-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded {
  border-radius: 2rem;
}

.circle {
  border-radius: 50%;
}
@media (min-width: 576px) {
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pt-0,
  .sm\:py-0 {
    padding-top: 0;
  }
  .sm\:pr-0,
  .sm\:px-0 {
    padding-right: 0;
  }
  .sm\:pb-0,
  .sm\:py-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0,
  .sm\:px-0 {
    padding-left: 0;
  }
  .sm\:p-1 {
    padding: 0.25rem;
  }
  .sm\:pt-1,
  .sm\:py-1 {
    padding-top: 0.25rem;
  }
  .sm\:pr-1,
  .sm\:px-1 {
    padding-right: 0.25rem;
  }
  .sm\:pb-1,
  .sm\:py-1 {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-1,
  .sm\:px-1 {
    padding-left: 0.25rem;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:pt-2,
  .sm\:py-2 {
    padding-top: 0.5rem;
  }
  .sm\:pr-2,
  .sm\:px-2 {
    padding-right: 0.5rem;
  }
  .sm\:pb-2,
  .sm\:py-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-2,
  .sm\:px-2 {
    padding-left: 0.5rem;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:pt-3,
  .sm\:py-3 {
    padding-top: 0.75rem;
  }
  .sm\:pr-3,
  .sm\:px-3 {
    padding-right: 0.75rem;
  }
  .sm\:pb-3,
  .sm\:py-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-3,
  .sm\:px-3 {
    padding-left: 0.75rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:pt-4,
  .sm\:py-4 {
    padding-top: 1rem;
  }
  .sm\:pr-4,
  .sm\:px-4 {
    padding-right: 1rem;
  }
  .sm\:pb-4,
  .sm\:py-4 {
    padding-bottom: 1rem;
  }
  .sm\:pl-4,
  .sm\:px-4 {
    padding-left: 1rem;
  }
  .sm\:p-5 {
    padding: 1.5rem;
  }
  .sm\:pt-5,
  .sm\:py-5 {
    padding-top: 1.5rem;
  }
  .sm\:pr-5,
  .sm\:px-5 {
    padding-right: 1.5rem;
  }
  .sm\:pb-5,
  .sm\:py-5 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-5,
  .sm\:px-5 {
    padding-left: 1.5rem;
  }
  .sm\:p-6 {
    padding: 2rem;
  }
  .sm\:pt-6,
  .sm\:py-6 {
    padding-top: 2rem;
  }
  .sm\:pr-6,
  .sm\:px-6 {
    padding-right: 2rem;
  }
  .sm\:pb-6,
  .sm\:py-6 {
    padding-bottom: 2rem;
  }
  .sm\:pl-6,
  .sm\:px-6 {
    padding-left: 2rem;
  }
  .sm\:p-7 {
    padding: 3rem;
  }
  .sm\:pt-7,
  .sm\:py-7 {
    padding-top: 3rem;
  }
  .sm\:pr-7,
  .sm\:px-7 {
    padding-right: 3rem;
  }
  .sm\:pb-7,
  .sm\:py-7 {
    padding-bottom: 3rem;
  }
  .sm\:pl-7,
  .sm\:px-7 {
    padding-left: 3rem;
  }
  .sm\:p-8 {
    padding: 4rem;
  }
  .sm\:pt-8,
  .sm\:py-8 {
    padding-top: 4rem;
  }
  .sm\:pr-8,
  .sm\:px-8 {
    padding-right: 4rem;
  }
  .sm\:pb-8,
  .sm\:py-8 {
    padding-bottom: 4rem;
  }
  .sm\:pl-8,
  .sm\:px-8 {
    padding-left: 4rem;
  }
  .sm\:p-9 {
    padding: 6rem;
  }
  .sm\:pt-9,
  .sm\:py-9 {
    padding-top: 6rem;
  }
  .sm\:pr-9,
  .sm\:px-9 {
    padding-right: 6rem;
  }
  .sm\:pb-9,
  .sm\:py-9 {
    padding-bottom: 6rem;
  }
  .sm\:pl-9,
  .sm\:px-9 {
    padding-left: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:p-0 {
    padding: 0;
  }
  .md\:pt-0,
  .md\:py-0 {
    padding-top: 0;
  }
  .md\:pr-0,
  .md\:px-0 {
    padding-right: 0;
  }
  .md\:pb-0,
  .md\:py-0 {
    padding-bottom: 0;
  }
  .md\:pl-0,
  .md\:px-0 {
    padding-left: 0;
  }
  .md\:p-1 {
    padding: 0.25rem;
  }
  .md\:pt-1,
  .md\:py-1 {
    padding-top: 0.25rem;
  }
  .md\:pr-1,
  .md\:px-1 {
    padding-right: 0.25rem;
  }
  .md\:pb-1,
  .md\:py-1 {
    padding-bottom: 0.25rem;
  }
  .md\:pl-1,
  .md\:px-1 {
    padding-left: 0.25rem;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:pt-2,
  .md\:py-2 {
    padding-top: 0.5rem;
  }
  .md\:pr-2,
  .md\:px-2 {
    padding-right: 0.5rem;
  }
  .md\:pb-2,
  .md\:py-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-2,
  .md\:px-2 {
    padding-left: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:pt-3,
  .md\:py-3 {
    padding-top: 0.75rem;
  }
  .md\:pr-3,
  .md\:px-3 {
    padding-right: 0.75rem;
  }
  .md\:pb-3,
  .md\:py-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-3,
  .md\:px-3 {
    padding-left: 0.75rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:pt-4,
  .md\:py-4 {
    padding-top: 1rem;
  }
  .md\:pr-4,
  .md\:px-4 {
    padding-right: 1rem;
  }
  .md\:pb-4,
  .md\:py-4 {
    padding-bottom: 1rem;
  }
  .md\:pl-4,
  .md\:px-4 {
    padding-left: 1rem;
  }
  .md\:p-5 {
    padding: 1.5rem;
  }
  .md\:pt-5,
  .md\:py-5 {
    padding-top: 1.5rem;
  }
  .md\:pr-5,
  .md\:px-5 {
    padding-right: 1.5rem;
  }
  .md\:pb-5,
  .md\:py-5 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-5,
  .md\:px-5 {
    padding-left: 1.5rem;
  }
  .md\:p-6 {
    padding: 2rem;
  }
  .md\:pt-6,
  .md\:py-6 {
    padding-top: 2rem;
  }
  .md\:pr-6,
  .md\:px-6 {
    padding-right: 2rem;
  }
  .md\:pb-6,
  .md\:py-6 {
    padding-bottom: 2rem;
  }
  .md\:pl-6,
  .md\:px-6 {
    padding-left: 2rem;
  }
  .md\:p-7 {
    padding: 3rem;
  }
  .md\:pt-7,
  .md\:py-7 {
    padding-top: 3rem;
  }
  .md\:pr-7,
  .md\:px-7 {
    padding-right: 3rem;
  }
  .md\:pb-7,
  .md\:py-7 {
    padding-bottom: 3rem;
  }
  .md\:pl-7,
  .md\:px-7 {
    padding-left: 3rem;
  }
  .md\:p-8 {
    padding: 4rem;
  }
  .md\:pt-8,
  .md\:py-8 {
    padding-top: 4rem;
  }
  .md\:pr-8,
  .md\:px-8 {
    padding-right: 4rem;
  }
  .md\:pb-8,
  .md\:py-8 {
    padding-bottom: 4rem;
  }
  .md\:pl-8,
  .md\:px-8 {
    padding-left: 4rem;
  }
  .md\:p-9 {
    padding: 6rem;
  }
  .md\:pt-9,
  .md\:py-9 {
    padding-top: 6rem;
  }
  .md\:pr-9,
  .md\:px-9 {
    padding-right: 6rem;
  }
  .md\:pb-9,
  .md\:py-9 {
    padding-bottom: 6rem;
  }
  .md\:pl-9,
  .md\:px-9 {
    padding-left: 6rem;
  }
}

@media (min-width: 992px) {
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:pt-0,
  .lg\:py-0 {
    padding-top: 0;
  }
  .lg\:pr-0,
  .lg\:px-0 {
    padding-right: 0;
  }
  .lg\:pb-0,
  .lg\:py-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0,
  .lg\:px-0 {
    padding-left: 0;
  }
  .lg\:p-1 {
    padding: 0.25rem;
  }
  .lg\:pt-1,
  .lg\:py-1 {
    padding-top: 0.25rem;
  }
  .lg\:pr-1,
  .lg\:px-1 {
    padding-right: 0.25rem;
  }
  .lg\:pb-1,
  .lg\:py-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:pl-1,
  .lg\:px-1 {
    padding-left: 0.25rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:pt-2,
  .lg\:py-2 {
    padding-top: 0.5rem;
  }
  .lg\:pr-2,
  .lg\:px-2 {
    padding-right: 0.5rem;
  }
  .lg\:pb-2,
  .lg\:py-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-2,
  .lg\:px-2 {
    padding-left: 0.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:pt-3,
  .lg\:py-3 {
    padding-top: 0.75rem;
  }
  .lg\:pr-3,
  .lg\:px-3 {
    padding-right: 0.75rem;
  }
  .lg\:pb-3,
  .lg\:py-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-3,
  .lg\:px-3 {
    padding-left: 0.75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:pt-4,
  .lg\:py-4 {
    padding-top: 1rem;
  }
  .lg\:pr-4,
  .lg\:px-4 {
    padding-right: 1rem;
  }
  .lg\:pb-4,
  .lg\:py-4 {
    padding-bottom: 1rem;
  }
  .lg\:pl-4,
  .lg\:px-4 {
    padding-left: 1rem;
  }
  .lg\:p-5 {
    padding: 1.5rem;
  }
  .lg\:pt-5,
  .lg\:py-5 {
    padding-top: 1.5rem;
  }
  .lg\:pr-5,
  .lg\:px-5 {
    padding-right: 1.5rem;
  }
  .lg\:pb-5,
  .lg\:py-5 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-5,
  .lg\:px-5 {
    padding-left: 1.5rem;
  }
  .lg\:p-6 {
    padding: 2rem;
  }
  .lg\:pt-6,
  .lg\:py-6 {
    padding-top: 2rem;
  }
  .lg\:pr-6,
  .lg\:px-6 {
    padding-right: 2rem;
  }
  .lg\:pb-6,
  .lg\:py-6 {
    padding-bottom: 2rem;
  }
  .lg\:pl-6,
  .lg\:px-6 {
    padding-left: 2rem;
  }
  .lg\:p-7 {
    padding: 3rem;
  }
  .lg\:pt-7,
  .lg\:py-7 {
    padding-top: 3rem;
  }
  .lg\:pr-7,
  .lg\:px-7 {
    padding-right: 3rem;
  }
  .lg\:pb-7,
  .lg\:py-7 {
    padding-bottom: 3rem;
  }
  .lg\:pl-7,
  .lg\:px-7 {
    padding-left: 3rem;
  }
  .lg\:p-8 {
    padding: 4rem;
  }
  .lg\:pt-8,
  .lg\:py-8 {
    padding-top: 4rem;
  }
  .lg\:pr-8,
  .lg\:px-8 {
    padding-right: 4rem;
  }
  .lg\:pb-8,
  .lg\:py-8 {
    padding-bottom: 4rem;
  }
  .lg\:pl-8,
  .lg\:px-8 {
    padding-left: 4rem;
  }
  .lg\:p-9 {
    padding: 6rem;
  }
  .lg\:pt-9,
  .lg\:py-9 {
    padding-top: 6rem;
  }
  .lg\:pr-9,
  .lg\:px-9 {
    padding-right: 6rem;
  }
  .lg\:pb-9,
  .lg\:py-9 {
    padding-bottom: 6rem;
  }
  .lg\:pl-9,
  .lg\:px-9 {
    padding-left: 6rem;
  }
}

@media (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:pt-0,
  .xl\:py-0 {
    padding-top: 0;
  }
  .xl\:pr-0,
  .xl\:px-0 {
    padding-right: 0;
  }
  .xl\:pb-0,
  .xl\:py-0 {
    padding-bottom: 0;
  }
  .xl\:pl-0,
  .xl\:px-0 {
    padding-left: 0;
  }
  .xl\:p-1 {
    padding: 0.25rem;
  }
  .xl\:pt-1,
  .xl\:py-1 {
    padding-top: 0.25rem;
  }
  .xl\:pr-1,
  .xl\:px-1 {
    padding-right: 0.25rem;
  }
  .xl\:pb-1,
  .xl\:py-1 {
    padding-bottom: 0.25rem;
  }
  .xl\:pl-1,
  .xl\:px-1 {
    padding-left: 0.25rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:pt-2,
  .xl\:py-2 {
    padding-top: 0.5rem;
  }
  .xl\:pr-2,
  .xl\:px-2 {
    padding-right: 0.5rem;
  }
  .xl\:pb-2,
  .xl\:py-2 {
    padding-bottom: 0.5rem;
  }
  .xl\:pl-2,
  .xl\:px-2 {
    padding-left: 0.5rem;
  }
  .xl\:p-3 {
    padding: 0.75rem;
  }
  .xl\:pt-3,
  .xl\:py-3 {
    padding-top: 0.75rem;
  }
  .xl\:pr-3,
  .xl\:px-3 {
    padding-right: 0.75rem;
  }
  .xl\:pb-3,
  .xl\:py-3 {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-3,
  .xl\:px-3 {
    padding-left: 0.75rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:pt-4,
  .xl\:py-4 {
    padding-top: 1rem;
  }
  .xl\:pr-4,
  .xl\:px-4 {
    padding-right: 1rem;
  }
  .xl\:pb-4,
  .xl\:py-4 {
    padding-bottom: 1rem;
  }
  .xl\:pl-4,
  .xl\:px-4 {
    padding-left: 1rem;
  }
  .xl\:p-5 {
    padding: 1.5rem;
  }
  .xl\:pt-5,
  .xl\:py-5 {
    padding-top: 1.5rem;
  }
  .xl\:pr-5,
  .xl\:px-5 {
    padding-right: 1.5rem;
  }
  .xl\:pb-5,
  .xl\:py-5 {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-5,
  .xl\:px-5 {
    padding-left: 1.5rem;
  }
  .xl\:p-6 {
    padding: 2rem;
  }
  .xl\:pt-6,
  .xl\:py-6 {
    padding-top: 2rem;
  }
  .xl\:pr-6,
  .xl\:px-6 {
    padding-right: 2rem;
  }
  .xl\:pb-6,
  .xl\:py-6 {
    padding-bottom: 2rem;
  }
  .xl\:pl-6,
  .xl\:px-6 {
    padding-left: 2rem;
  }
  .xl\:p-7 {
    padding: 3rem;
  }
  .xl\:pt-7,
  .xl\:py-7 {
    padding-top: 3rem;
  }
  .xl\:pr-7,
  .xl\:px-7 {
    padding-right: 3rem;
  }
  .xl\:pb-7,
  .xl\:py-7 {
    padding-bottom: 3rem;
  }
  .xl\:pl-7,
  .xl\:px-7 {
    padding-left: 3rem;
  }
  .xl\:p-8 {
    padding: 4rem;
  }
  .xl\:pt-8,
  .xl\:py-8 {
    padding-top: 4rem;
  }
  .xl\:pr-8,
  .xl\:px-8 {
    padding-right: 4rem;
  }
  .xl\:pb-8,
  .xl\:py-8 {
    padding-bottom: 4rem;
  }
  .xl\:pl-8,
  .xl\:px-8 {
    padding-left: 4rem;
  }
  .xl\:p-9 {
    padding: 6rem;
  }
  .xl\:pt-9,
  .xl\:py-9 {
    padding-top: 6rem;
  }
  .xl\:pr-9,
  .xl\:px-9 {
    padding-right: 6rem;
  }
  .xl\:pb-9,
  .xl\:py-9 {
    padding-bottom: 6rem;
  }
  .xl\:pl-9,
  .xl\:px-9 {
    padding-left: 6rem;
  }
}
/* 以下、カスタム*/
.case-excuse{
  font-size: 90%;
  padding: 16px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
#upload-dropzone > span a {
  font-weight:bold;
  font-size: large;
}

.attention {
  border-left: 4px solid $color_tertiary_inverse;
}

.attention::before {
  content: "Attention!";
  color: $color_tertiary_inverse;
}

.attention::after {
  background-color: $color_tertiary;
}

#request_custom_fields_7053232098447 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f6bfbc;
  border: 2px solid #333;
  border-color: #696969;
  border-width : medium;
}
/*条文テンプレート*/
    .kaisetsu-subtitle {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #222222;
    }

    ol.kaisetsu-list {
        padding: 1em 1em 1em 1em;
        border-radius: 5px;
        background: #f5faff;
    }

    ol.kaisetsu-list li {
        position: relative;
        line-height: 1.5em;
        padding: 0.5em 0.5em 0.5em 30px;
        list-style: none;
    }

    .kaisetsu-list-number {
        border-radius: 3px;
        position: absolute;
        counter-increment: number;
        content: counter(number);
        display: inline-block;
        background: #5c9ee7;
        color: white;
        font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 15px;
        left: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        top: 21px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .jobun-border {
        border: 1px solid #ffeaea;
        background: #ffeaea38;
        border-radius: 10px;
        padding: 15px;
        line-height: 36px;
        margin-top: 50px;
    }

    #jobun {
        margin-top: 30px;
    }

    .jobun-btn {
        padding: 7px;
        color: white;
        background: rgb(255, 145, 0);
        font-weight: 600;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        position: relative;
    }

    /* Tooltip */
    .tooltip::after {
        content: 'コピーできました!';
        background: rgba(85, 85, 85, 0.616);
        color: #fff;
        border-radius: .4rem;
        position: absolute;
        left: 210px;
        width: 110px;
        padding: 5px;
        transform: translate(-50%, 0);
        font-size: .75rem;
        animation: fade-tooltip .5s 1s 1 forwards;
    }

    .jobun-tag-wrapper {
        margin-top: 15px;
    }

    .jobun-tag {
        border: 1px solid rgb(197, 0, 99);
        color: rgb(197, 0, 99);
        display: inline-block;
        padding: 0 5px;
        border-radius: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 20px;
    }

    /* Animation */
    @keyframes fade-tooltip {
        to {
            opacity: 0;
        }
}
/*条文テンプレートここまで*/
/*記事内の画像のサイズを指定にする場合 50% or 75%*/
.article-50percent-image{
    width:50%;
    margin:auto;
}
.article-75percent-image{
    width:75%;
    margin:auto;
}
.article-50percent-image img,.article-75percent-image img{
    width:100%;
}
@media screen and (max-width:480px) { 
    .article-50percent-image,.article-75percent-image{
    width:100%;
}
}
/*記事内の画像のサイズを指定にする場合 50% or 75% ここまで*/
/*厚労省のパンフレットへのリンクボタン*/
.mhlw-pamphlet-link{
  text-align:center;
  margin-top:30px;
  margin-bottom:80px;
}
      .mhlw-pamphlet-link a{
    padding: 7px;
    color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    background: rgb(0 122 29);
    text-decoration:none;
}
/*厚労省のパンフレットへのリンクボタンここまで*/      
/*青いグラーデーションのマーカー*/
mark.blue-mark{
  background: linear-gradient(to right, #caecfc,#92d6f7);
  padding: 0 2px; /* 上下の余白をなくし、左右の余白を調整 */
  line-height: 1.2;
}
/*青いグラーデーションのマーカーここまで*/
/*Qの吹き出し*/
.balloon4 {
  padding: 20px;
  background: #fff0c6;
  border-radius: 3px;
  font-size: 16px;
  margin: 70px auto 50px auto;
  position: relative;
  overflow: visible;
}

.balloon4::after{
  position: absolute;
  background-image: url('https://fmltd.zendesk.com/guide-media/01JNQNDQTQ7R586MGNG1GRJJ9N?t=0');
  background-size: 75px 50px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: -20px;
  top: -40px;
  width: 75px;
  height: 70px;
}

.balloon4 p {
  margin: 0; 
  padding: 0;
}
/*Qの吹き出しここまで*/
/*Aのリボン*/
.ribbon20-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
	padding: 40px 20px 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: #ebebeb2b;
  }
.ribbon20-wrapper p{
  margin-top:20px;
  font-size: 16px;
}
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 34px;
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: white;
  background: #fd5678;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 43px;
  width: 7px;
  background: #fd5678;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #c74b64;
  border-radius: 5px 0 0 5px;
}
/*Aのリボンここまで*/
/*Q&Aのテキストグラデーション*/
.gradient-text {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(135deg, #fc00ff, #00dbde);
  -webkit-background-clip: text;
}
/*Q&Aのテキストグラデーションここまで*/
/*Q&Aの青い枠*/
.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
/*Q&Aの青い枠ここまで*/
/*ご近所さんの相談事例の注釈*/
.faq-notes:before{
  content: "※ このQ＆Aは、すべてのケースを保証するものではありません。各法律は改正される可能性があります。\A ※ 掲載している情報やURLは記事更新時点のものです。\A ※ ご使用にあたっては十分ご留意ください。";
  white-space: pre-wrap; /* 改行文字を尊重して表示 */
  font-size:12px;
  color:#868686;
}
/*ご近所さんの相談事例の注釈ここまで*/
/*Astroのカルーセルのページネーションを非表示*/
.carousel-controls{
  display:none;
}
/*Astroのカルーセルのページネーションを非表示ここまで*/
/*AstroのToggleの見出しを非表示*/
.toggle-heading{
  display:none;
}
/*AstroのToggleの見出しを非表示*/

/*ハローワークインターネット 求人登録のしかた*/
.hw-h3 {
        position: relative;
        padding: 0.25em 0.7em;
        color: #494949;
        background: transparent;
        margin-top: 50px;
    }

    .hw-h3::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        /* 左線の幅 */
        height: 100%;
        background: #2149ff;
        border-radius: 10px;
        /* 角の丸み */
    }

    a {
        text-decoration: none;
    }

    p {
        margin: 5px 0;
    }

    .hw-main-visual {
        width: 100%;
    }

    .hw-main-visual img {
        width: 100%;
    }

    .hw-overview {
        border: 1px solid #2dd378;
        border-radius: 20px;
        padding: 20px;
    }

    .hw-title {
        padding: 0.5em;
        background: aliceblue;
        box-shadow: 0 0 4px rgb(0 0 0 / 15%);
        margin-top: 80px;
        margin-bottom: 40px;
        text-align: center;
    }

    .hw-flowchart {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
		.hw-flowchart-link {
      	cursor: pointer;
    }
    .hw-flowchart-link:hover {
      	text-decoration: none;
    }

    .hw-flowchart-box {
        position: relative;
        background: linear-gradient(135deg, #2dd378 10%, #009442 100%);
        color: white;
        width: 160px;
        height: 120px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        padding: 10px;
        font-weight: bold;
        font-size: 16px;
      	justify-content: center;
    		border-radius: 10px;
    		box-shadow: 2px 4px 0px 0px rgb(0 139 61);
      	transition: background 3s ease-in-out, color 0.1s ease-in-out, box-shadow 0.3s ease-in-out;
    }

    .hw-flowchart-box span {
        position: absolute;
        top: 5px;
        left: 10px;
    }
		.hw-flowchart-box:hover{
    	border: 2px solid #1eba62;
    	background: white;
    	color: #009442;
    	box-shadow: none;
		}



    .hw-border {
        border: 1px solid #03cd03;
        border-radius: 10px;
        padding: 10px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hw-checkbox {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .hw-checkbox::before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        color: #03cd03;
        padding-right: 3px;
    }

    .hw-img {
        text-align: center;
        padding: 10px 0;
    }

    .hw-img50 {
        width: 50%;
        padding: 10px 0;
    }

    .hw-img80 {
        width: 80%;
        padding: 10px 0;
    }

    .hw-img90{
        width: 90%;
        padding: 10px 0;
    }

    .hw-img100 {
        width: 100%;
        padding: 10px 0;
    }

    .hw-center {
        text-align: center;
    }
    .hw-strong {
        font-weight: bold;
        font-size: 18px;
    }

    .hw-strongbox {
        padding: 5px 10px;
        border-radius: 5px;
        background: green;
        color: white;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .hw-heading {
        background-image: linear-gradient(135deg, #2dd378 10%, #009442 100%);
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .hw-caution {
        color: rgb(255, 36, 36);
    }

    .hw-caution-box {
        padding: 5px 10px;
        border-radius: 5px;
        background: rgb(255, 36, 36);
        ;
        color: white;
    }
		.plyr{
  			min-width: auto !important;
		}
    .plyr--video{
        padding: 0 20px;
    }
		.hw-youtube {
        margin-top: 20px;
    }

    .hw-youtube-button {
        text-align: center;
        padding: 5px;
        border-radius: 8px;
        border: 1px solid #cfcfcf;
        font-weight: bold;
        cursor: pointer;
        margin: 10px 0 40px auto;
        max-width: 300px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .hw-youtube-button a{
        text-decoration: none !important;
    }

    .hw-youtube-button:hover {
        background: #e8e8e8;
    }
		.hw-bold{
  			font-weight: bold;
		}
		html {
        scroll-behavior: smooth;
    }
/*ハローワークインターネット 求人登録のしかたここまで*/
/*文章変換ツールここから*/
		#henkan-inputText, #henkan-outputText{
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
        border-radius: 20px;
        padding: 20px;
      	margin-top: 20px;
      	resize: none;
      	border: 3px solid #9d9d9d36;
    }
    #henkan-button {
        width: 160px;
        margin: auto;
        display: block;
        margin-bottom: 30px;
        font-size: 24px;
        background: #008093;
        border-radius: 5px;
        color: white;
        border: none;
        font-weight: bold;
        padding: 10px 16px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    }
		#henkan-button:active{
 		 		box-shadow: none;
		}
		#copyMessage {
        color: green;
        font-weight: bold;
        display: none; /* 最初は非表示 */
        margin-top: 5px;
    }
		#henkan-dummybox{
        width: 100%;
        height: 350px;
      	margin-bottom: 10px;
        border-radius: 20px;
        padding: 20px;
      	border: 1px solid #9d9d9d36;
      	resize: none;
    }
	@media screen and (max-width:480px) { 
    	#henkan-dummybox{
      	height: 200px;
    	}
		}
		#henkan-dummybox img{
  			max-height: 100%;
      	opacity: 0.8;
		}
    .height350{
        height: 350px !important;
    }
    .henkan-button-text{
        text-align: center;
        font-size: 12px;
        color: orange;
      	margin-bottom: 20px;
    		margin-top: -20px;
      }
/*文章変換ツールここまで*/
/******** Bingからの移行分ここまで ******/

/******** ここからカスタマイズ ******/

/******** サイト全体ここから ******/
body{
  font-family: 'Noto Sans JP', sans-serif;
}
.request-page-banner{
  display: none;
}
.search-container input{
  font-size: 12px;
}
a{
  text-decoration: none !important;
}
.article-body pre {
    background-color: rgb(37 78 105);
    line-height: 2;
}
.article-body code {
    background-color: #17384e;
    border: none;
    font-family: fangsong;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 5px;
    margin: 0;
  	color: white;
}
iframe[title="YouTube video player"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/******** サイト全体ここまで ******/

/******** ヘッダーここから ******/
.header-wrap a:hover{
  text-decoration: none;
}
.logo a{
  color: white;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
}
.dropdown-toggle:hover span {
  text-decoration: none;
}
.header-requests-button{
  color: white;
}
.header-requests-button{
  border: 1px solid white;
  padding: 7px 10px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
}
.dropdown-menu{
  background: white !important;
}
.dropdown-toggle span,.dropdown-toggle svg{
  color: white !important;
}
.menu-button-mobile span{
  background: white !important;
}

.menu-list-mobile-items .item a{
  color: white !important; 
}
.header.sticky_shadow{
  box-shadow: none;
}
.header-nav{
  display: none;
}
/******** ヘッダーここまで ******/

/******** hero ******/
.hero{
  max-height: 230px;
  margin-top: -1px;
}
.hero-inner h1{
  letter-spacing: 2px;
  font-size: 20px;
}
/******** heroここまで ******/
/******** TOP全体ここから ******/
.recent-wrapper-header::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-color: #1B3577;
  margin-right: 8px;
  vertical-align: bottom;
}
.article-relatives ul li a::before{
  display: none!important;
}
.tab-container>h3{
  color: #1B3577;
}
.tab-container>h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-color: #1B3577;
  margin-right: 8px;
  vertical-align: bottom;
}
.faq-container{
  display: none;
}
/******** TOP全体ここまで ******/

/******** 新着記事ここから ******/
.top-flex{
  padding: 10px 5% 15px;
}
.recent-wrapper{
  max-width: 1300px;
  margin: auto;
}
.activity{
  background: white;
  padding: 0;
}
.recent-activity-header{
  display: none;
}
.recent-activity-list{
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  gap: 10px;
}
.recent-activity-item{
  display: flex;
  flex-direction: column;
  border-bottom: none;
  border: 1px solid #d1d1d1;
  padding: 20px;
  border-radius: 16px;
  line-height: 29px;
  width: 250px;
  height: 150px;
  flex: 0 0 auto; 
  position: relative;
  overflow: visible; 
  margin-bottom: 30px;
}
.recent-activity-item::after{
  font-family: "Font Awesome 6 Free", sans-serif;
  content: "詳しく見る \f138";
  font-weight: 900;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
  color: #515151;
  pointer-events: none; /* クリックイベントを邪魔しない */
}
.recent-activity-item a{
  text-decoration: none;
  color: #515151;
}
.recent-activity-item h3{
  display: none;
}
.recent-activity-item-link {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  padding: 20px
}
.recent-activity-item:hover{
  background: #4f83df3b
}
.recent-activity-item-meta{
  float: none;
  text-align: center;
}
.recent-activity-item-time{
  display: block;
  position: absolute;
  bottom: -26px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.recent-activity-controls{
  text-align: right;
  margin-top: 20px;
}
.recent-activity-controls a{
  border: 1px solid rgba(3, 22, 106, 1);
  padding: 7px;
  border-radius: 5px;
  text-decoration: none;
}
.recent-activity-item-comment{
  display: none;
}
@media (min-width: 768px) {
    .recent-activity-item-parent, .recent-activity-item-link {
      width: 100%;
    }
}
/******** 新着記事ここまで ******/

/******** 閲覧数ランキングここから ******/

.pop-container{
  display: none;
}

/******** 閲覧数ランキングここまで ******/

/******** カテゴリここから ******/
.category-content .section-list-item a{
  border-bottom: none;
}
.category-content .section-tree-title a:hover{
  text-decoration: none;
}
.category-content .section-list-item svg{
  display: none;
}
.category-content .article-list-item{
  position: relative;
  padding: 10px 0;
}
.article-list-item .icon-lock{
  position: absolute;
  left: -22px;
}
@media (min-width: 768px) {
  #section-list-tabs{
    padding: 0 0 30px 0;
  }
  .tab-list {
    justify-content: space-between;
    column-gap: 0;
  }
  .tab-list-link{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 250px;
    height: 140px;
  }
  .tab-list-link:hover{
    background: #4f83df3b
  }
  .tab-list-link img{
    margin: auto;
  }
  .tab-list-item img {
    width: auto;
    height: 70px;
  }
}
/******** カテゴリここまで ******/

/******** セクションここから ******/
.section-content h1{
  font-size: 2rem;
}
.tab-section-list-link::before{
  display: none;
}
.tab-section-list.article-icon a.tab-article:before{
  display: none;
}
.tab-section-list-item.tab-subsection{
  border: none;
}
.tab-section-list-item.tab-subsection:first-child{
  border: none;
}
.tab-section-list-link:hover{
  text-decoration: none !important;
  background: #4f83df3b;
}
/******** セクションここまで ******/
.tab-section-block-title{
  background-color: rgb(79 131 223) !important;
}
/******** フッターここから ******/
.banner-copyright-social{
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}
.bottom-banner-wrapper{
  display: flex;
  gap: 20px;
}
.bottom-banner-wrapper a:hover{
  opacity: 0.9;
}
.social-footer-links a{
  border: 1px solid white;
  padding: 14px;
  border-radius: 50%;
}
.bottom-banner-wrapper img{
  max-width: 300px;
  border-radius: 10px;
}
.footer-app-image{
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.footer-app-image img{
  height: 40px;
}
.footer-app-image-logo{
  width: 70px !important;
  height: auto !important;
  border-radius: 16px;
}
.footer-app-text{
  color: white;
}
.footer-app-text-title{
  font-size: 16px;
}
.footer-inner.copr{
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width:1400px) {
  .bottom-banner-wrapper{
    flex-direction: column;
  }
}
@media screen and (max-width:480px) {
  .banner-copyright-social{
    flex-direction: column;
    align-items: center;
  }
  .bottom-banner-wrapper{
    flex-direction: column;
  }
  .footer-app{
    margin: 30px;
  }
  .footer-app-text{
    text-align: left;
    margin-top: 10px;
  }
}
/******** フッターここまで ******/

/******** サイドバーここから ******/
.search-container-wrapper{
  width: 260px;
}
.search-container-wrapper {
  position: static;
}
.article-sidebar input{
  font-size: 12px;
}
.related-articles a::before{
  display: none !important;
}
.related-articles a:hover{
  background: #4f83df3b;
  text-decoration: none;
}
.article-sidebar #table-of-contents{
  border: 1px solid #c7c7c7;
  line-height: 30px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.article-sidebar #table-of-contents > div{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1B3577;
}
.article-sidebar #table-of-contents li{
  list-style-type: decimal;
  list-style-position: inside;
}
.article-sidebar #table-of-contents a{
  color: black;
}
.article-sidebar #table-of-contents a:hover{
  background: #4f83df3b;
  text-decoration: none;
}
.sidebar-relatives{
  border: 1px solid #c7c7c7;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.collapsible-sidebar-body ul{
  list-style: none;
}
.collapsible-sidebar-body-title{
  border-bottom: 1px solid #d4d4d4;
  width: 95%;
  margin: auto;
  font-weight: bold;
}
.collapsible-sidebar-body .section-list{
  margin: 0 0 10px 10px;
}
.collapsible-sidebar-body .section-list li a{
  display: block;
  width: 95%;
  height: 100%;
  padding-left: 5px;
}
.collapsible-sidebar-body .section-list li a:hover{
  background: #4f83df3b;
  text-decoration: none;
}
.collapsible-sidebar #section-articles-title{
  display: none;
}
.collapsible-sidebar-body{
  padding: 0;
}
.collapsible-sidebar-body button{
  background: none;
  border: none;
  width: 98%;
  text-align: left;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.collapsible-sidebar-body button svg{
  position: absolute;
  right: 10px;
}
.collapsible-sidebar-body button:hover{
  background: #4f83df3b;
}
.secondary_sidebar{
  background-color: white;
  border: none;
  line-height: 30px;
}
.triangle {
  transition: transform 0.3s ease;
}
.triangle.expanded {
  transform: rotate(90deg);
}

.request-category.filters-in-section.collapsible-sidebar {
  display: none;
}

.search-results-sidebar .collapsible-sidebar-title{
  font-size: 18px;
  margin: 30px 0 0 0;
}
.multibrand-filter-list.multibrand-filter-list--collapsed.collapsible-sidebar-body.collapsible-sidebar-body-search li a{
  font-size: 14px;
}
.category-button {
  outline: none;
}
.category-button:focus {
  outline: none;
}
/*↓カテゴリの非表示*/
.collapsible-sidebar-body [data-category-id="6637845814287"],
.collapsible-sidebar-body [data-category-id="360000830996"],
.collapsible-sidebar-body [data-category-id="47718250830745"],
.collapsible-sidebar-body [data-category-id="47719648686233"],
.collapsible-sidebar-body [data-category-id="360000632436"]  {
  display: none;
}
/******** サイドバーここまで ******/

/******** カテゴリページここから ******/
.category-content ul{
  list-style: none;
  padding-left: 0;
}
.s-2 {
  max-width: 1150px;
  margin: 30px auto;
}
.category-content section{
  background: #f2f8fe;
  border: 1px solid #ddeeff;
  padding: 26px;
  border-radius: 10px;
}
.category-content .header-house{
  gap: 0;
}
.category-content .section-list-item a{
  padding: 10px 0;
} 
@media (min-width: 768px) {
.category-content .cat-image{
  height: 60px;
  margin-right: 5px;
}
}
.section-list-item{
  padding: 0;
}
.section-list-item a{
  padding: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.section-list-item a:hover{
  background: #4f83df3b;
  text-decoration: none;
}
.article-icon .article-list-item a:before{
  display: none;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 32%;
    margin-bottom: 0;
  }
  .section-tree {
    justify-content: flex-start;
    gap: 16px;
  }
}
/******** カテゴリページここまで ******/

/******** セクションページここから ******/
.section-content ul{
  list-style: none;
  padding-left: 0;
}
.s-c{
  min-height: auto;
}
.category-article-title {
  margin: 0;
}
.section-list-item:first-child {
    border-top: none;
}
.section-list-item {
    border-bottom: none;
}
.category-update{
  display: none;
}
.article-popularity{
  display: none;
}
.sort-tabs{
  display: flex;
}
.sort-tabs button {
  flex: 1;
  background-color: #e8e8e8;
  color: #2e2e2e;
  border: none;
  padding: 0.6em 0;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 30%;
  margin-top: 30px;
  font-weight: bold;
}
.sort-tabs button:hover {
  background-color: #3b74da;
  color: white;
}

.sort-tabs .active {
  box-shadow: 0px 1px 0px rgb(29 75 156);
  background-color: #3b74da;
  color: white;
}
#article-list{
  margin-top: 20px;
}
@media (max-width: 1020px) {
.search-container-wrapper{
  display: none;
}
}
/******** セクションページここまで ******/

/******** セクションアイコンここから ******/
.category-content h2::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 3px;
}
.section-content h1::before{
  display: var(--before-display, inline-block); 
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
}
/*雛形
.-section-title::before {
  background-image: url(''); 
}
*/
.エフアンドエムクラブ全般-section-title::before {
  background-image: url('/hc/theming_assets/01K440P71AJDFH4GJKZR8XCAEG'); 
}
.財務コンテンツ-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6R44SHP5CWZ3X8H63G6'); 
}
.補助金・助成金コンテンツ-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6VEB9TQPTEGW5143FY9'); 
}
.労務コンテンツ-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3E7ZJPQ74H828X7FWS8'); 
}
.採用コンテンツ-section-title::before {
  background-image: url('/hc/theming_assets/01K440P41HSEKWQW4Z6HNAVP87'); 
}
.IT・その他コンテンツ-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7J6BW4DNWFKRERRN6RV'); 
}
.付帯・オプションサービス-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6RMKQ82WW5C3NK816G3'); 
}
.まかせて規程管理（エフアンドエム社会保険労務士法人）-section-title::before {
  background-image: url('/hc/theming_assets/01K440P00H6H3YS1NQ9YP7052Q'); 
}
.法改正・事例解説等-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3MWQZHPDTERJGZDD0AE'); 
}
.公的支援情報-section-title::before {
  background-image: url('/hc/theming_assets/01K440P0ZKN40X8JT5NK34NR1H'); 
}
.採用・入社、雇用契約、異動-section-title::before {
  background-image: url('/hc/theming_assets/01K440P4XGES5BRE8NW8RCG9WN'); 
}
.労働時間\3001休憩\3001休日-section-title::before {
  background-image: url('/hc/theming_assets/01K440P72D37EEVMCTPNB69FRW');
}
.残業時間・残業代-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6Z8GJ4NJJAB3SFRJFZ0');
}
.\33 6協定・年変形など労使協定-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3M246GDVQ44RPWFG42P');
}
.賃金・給与計算、同一労働同一賃金-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6R91YC0RHHAKSRKFRTZ');
}
.年次有給休暇・その他休暇-section-title::before {
  background-image: url('/hc/theming_assets/01K440P56BWB0P2TJ5VBPMM1AA'); 
}
.安全衛生、精神疾患、休職・復職-section-title::before {
  background-image: url('/hc/theming_assets/01K440P639V9M9ZB963EN4DATA'); 
}
.服務規律、ハラスメント、懲戒・表彰-section-title::before {
  background-image: url('/hc/theming_assets/01K440P443SSSNMDSS14NGQYMY'); 
}
.退職・解雇、退職金-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3TQVY6MBFRDEYX1VXMC'); 
}
.労災保険・雇用保険-section-title::before {
  background-image: url('/hc/theming_assets/01K440P788GD7H7NX1KGKCRG2G'); 
}
.健康保険・厚生年金保険-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6N1FNN381PQGGK5NSMP'); 
}
.妊娠・出産、育児・介護、両立支援-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7VVBZYX12D1JFMFRE64'); 
}
.外国人、障害者雇用-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6MZE15Q3H0FYCVDKERT'); 
}
.派遣・請負、副業・兼業-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3XP25M37AMRBQBJ9RMW'); 
}
.就業規則-section-title::before {
  background-image: url('/hc/theming_assets/01K440P2VGBQS9DTWZ0XZ93T7R'); 
}
.賃金規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3BST61WF31CTJB1NE5Q'); 
}
.退職金規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6RGBGSWJVF88EG8Q2CE'); 
}
.パート・契約社員・定年後再雇用規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P72FNW7TRB2DT1CKJ5HT'); 
}
.育児介護休業等規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6ZDG4NNYF0MJ9BA6WZF'); 
}
.出張旅費、慶弔見舞金規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3R046J3SCY8VY2CRDZB'); 
}
.車両管理、マイカー・自転車通勤管理規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3MYR26RQJVBK205T0G2'); 
}
.その他規程-section-title::before {
  background-image: url('/hc/theming_assets/01K440P31YTVZ3252CT1K8DPW1'); 
}
.契約-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3TM36216EHTWHDMD765'); 
}
.会社法-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3TTJTB8RXFNV4531745'); 
}
.債権管理-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6ZBBA7NZ04E8NQ474DG'); 
}
.コンプライアンス・外部トラブル対応-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6RJ4FVE6BY9MYX7DCCQ'); 
}
.権限・分掌・組織-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7YPCGRJ90V8QA3NNDK4'); 
}
.株主総会・取締役会-section-title::before {
  background-image: url('/hc/theming_assets/01K440P41MXXDNSZ966W6SMB1C'); 
}
.福利厚生・社内外行事-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7QEWXF3WW9ETCTDCEEB'); 
}
.許認可・規格・認証・登記-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3XJB0Q3A27PJP31DZGH'); 
}
.BCP-section-title::before {
  background-image: url('/hc/theming_assets/01K440P68DYWJSH4KTZ89X8C5Y'); 
}
.安全・安全衛生管理-section-title::before {
  background-image: url('/hc/theming_assets/01K440P473VM4M6GBD30YNSSXB'); 
}
.情報セキュリティ-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7Q8HT33HPWKC8MSFQ5M'); 
}
.電子納税・電子申請-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3QGXYZ7PSCYFBN4VDC9'); 
}
.仕訳・経理処理-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3YA4DD53HYH2MC61JJ4'); 
}
.融資-section-title::before {
  background-image: url('/hc/theming_assets/01K440P47509KJS2F477Z98M3G'); 
}
.計画書-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6VK95R08B8CYQ7YDZ78'); 
}
.優遇税制-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3TNJ0Y85SF6T9PJYXXG'); 
}
.事業承継-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3MT27XF1TE7AX9R5TR6'); 
}
.決算対策・確定申告(法人)-section-title::before {
  background-image: url('/hc/theming_assets/01K440P4E4TJNQ040Y8K6YH95E'); 
}
.年末調整・法定調書、所得税・住民税、確定申告（個人）-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6R11Y88Q2JZ24MSWV48'); 
}
.消費税等のその他税-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7864VYEG5TP9V4VM65W'); 
}
.採用戦略・採用計画-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3TPFPTQZ54FNBQY7K0K'); 
}
.新卒（大卒・高卒）採用-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6VH7PCJCDNMY61XA4JM'); 
}
.中途・キャリア採用-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7TCAK5WQVF2HYMWYMX8'); 
}
.選考・面接・内定-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3RF1N5YWA3EJB0GBAV5'); 
}
.人材配置・研修-section-title::before {
  background-image: url('/hc/theming_assets/01K440P59S3QHS0F2TKNFYG2EW'); 
}
.人事考課制度（運用）-section-title::before {
  background-image: url('/hc/theming_assets/01K440P43X71KMB28923XJND7A'); 
}
.人事考課制度（評価・処遇）-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6RBC05HJRT7RTR34JSA'); 
}
.ERP、従業員エンゲージメント-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7XE7VS220WCKVXAYVR5'); 
}
.雇用・人材関連支援-section-title::before {
  background-image: url('/hc/theming_assets/01K440NXP3TDXYFNY3SZAB5RER'); 
}
.生産性・業務効率化支援-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6MXSR9758WRP97P5459'); 
}
.新規事業・成長戦略支援-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6R6QVGWSSD1AM5E0Z8Q'); 
}
.環境・地域活性化関連支援-section-title::before {
  background-image: url('/hc/theming_assets/01K440P477HZ0ZJZBYKFEBPGQV'); 
}
.業種特化支援-section-title::before {
  background-image: url('/hc/theming_assets/01K440P71S3T1W481D6M52T578'); 
}
.その他特例的・汎用的な助成金・補助金-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6V4V82P6DEQEZCW7S4N'); 
}
.就業規則の変更を伴う法改正-section-title::before {
  background-image: url('/hc/theming_assets/01K440P7Y9YK2H5810EQY5CKVF'); 
}
.働き方や雇用に関する改正-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6CPBFQZRHBFM3BHHY2C'); 
}
.育児・介護の制度に関する改正-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6ZDG4NNYF0MJ9BA6WZF'); 
}
.健康保険・年金などの福利厚生の改正-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6N1FNN381PQGGK5NSMP'); 
}
.会社運営に関する改正-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3E58FY4Z91RQK84Y1N8'); 
}
.環境や社会的課題に関する改正-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3QJ4ERBPRVNX37KVREJ'); 
}
.製造業向け相談-section-title::before {
  background-image: url('/hc/theming_assets/01K440P6RDZPYC7D0EBSHZA57S'); 
}
.建設・不動産業向け相談-section-title::before {
  background-image: url('/hc/theming_assets/01K440P3MQSW3EE46BZZDY1NYT'); 
}
.医療・介護・福祉向け相談-section-title::before {
  background-image: url('/hc/theming_assets/01K440P71EVP5RRRAE2HAB3HPA'); 
}
.運送・運輸業向け相談-section-title::before {
  background-image: url('/hc/theming_assets/01K440P475T7G49XPPRQQGZ609'); 
}
.その他-section-title::before {
  background-image: url('/hc/theming_assets/01K440P31YTVZ3252CT1K8DPW1'); 
}




/******** セクションアイコンここまで ******/

/******** 記事のカスタマイズここから ******/
.js-tab-buttons button{
  border: none;
  border-radius: 2px 2px 0 0;
  padding: 10px;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: 10px;
}
.article-content a:hover {
  color: #1c68a6 !important;
  text-decoration: underline !important;
}
.article-header{
  padding: 30px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, rgb(91,147,245), rgb(116,154,229));
}
.article-top-banner h1{
  font-size: 1.5rem;
  font-weight: 700;
}
.article-title{
  color: white;
}
.created-wrapper{
  width: 100%;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 700;
}
.q-template{
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.q-template-box{
  border: 2px solid grey;
  width: 54px;
  height: 50px;
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  border-radius: 5px;
  background: #ddeaf5;
  text-align: center;
  z-index: 100;
  position: relative;
}
.q-template-text{
  border: 2px solid grey;
  border-radius: 5px;
  padding: 20px;
  width: 90%;
  margin: -20px 0 0 25px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.q-template-character{
  background-image: url(https://fmltd.zendesk.com/guide-media/01JY32A221BENNK8571WY6E3MD?t=1);
  height: 130px;
  width: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -60px;
}
@media screen and (max-width:800px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
  .q-template-character{
    display: none;
  }
  .article-header {
    padding: 20px;
  }
}
.article-title .icon-lock {
    opacity: 1;
    color: white;
}
/******** 記事のカスタマイズここまで ******/

/******** テンプレートのカスタマイズここから ******/

.astro-h2{
  background: #5384dc;
  padding: 10px;
  color: white;
  font-size: 24px;
}

.stepbar {
  position: relative;
  margin: 0 auto;
}

.stepbarwrap {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.steptitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.stepcircle {
  width: 20px;
  height: 20px;
  background-color: #8cb2f5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.stepnum {
  color: #6187ca;
}

.steptxt-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.steptxt-txt {
  color: #666;
  line-height: 1.6;
}

.stepline {
  position: absolute;
  left: 9px;
  top: 24px;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  z-index: -1;
}

/* 最後のstepbarwrapにはlineが不要 */
.stepbarwrap:last-child .stepline {
  display: none;
}

.astro-h3-question::before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.1em;
  background-color: #116600;
  margin-right: 8px;
  vertical-align: middle;
}
.astro-h3-answer::before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.1em;
  background-color: #36be00;
  margin-right: 8px;
  vertical-align: middle;
}
.read-more-article-body{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin-top: 30px;
}
.read-more-article-right span{
  font-size: 20px;
  font-weight: bold;
}
.read-more-article-body img{
  max-width: 300px;
  border-radius: 5px;
}
.j-template-table{
  border-collapse: collapse;
  width: 100%;
}
.height-78{
  height: 78px;
}
.width-50{
  width: 50%;
}
.bc-orange{
  background-color: #f08300;
  color: white;
} 
.j-radius{
  border-radius: 10px 10px 0 0;
}
.j-padding{
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.border-white {
    border-color: #fff;
}

figure.wysiwyg-table{
  display: block;
}

.list-check,
.list-number {
  list-style: none !important;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.list-check > li,
.list-number > li {
  position: relative;
  padding-left: 2.75em;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.list-check > li::before,
.list-number > li::before {
  position: absolute;
  left: .5em;
  display: inline-block;
  width: 1.725em;
  height: 1.725em;
  line-height: 1.725em;
  text-align: center;
  font-size: .875em;
  font-weight: 500;
  border-radius: 50%;
}

.list-check > li::before {
  content: "✓";
  background-color: #E2E8F0;
}

.list-number {
  counter-reset: list;
}

.list-number > li {
  counter-increment: list;
}

.list-number > li::before {
  content: counter(list);
  background-color: #E2E8F0;
}

.bc-blue{
  background-color: #61a5ff;
}
.bc-pink{
  background-color: #ff8686;
}

.color-white{
  color: white;
  font-size: 20px;
}
.template-badge {
        color: #fff;
        font-size: 0.75rem;
        font-weight: 600;
        border-radius: 8px;
    }

    .template-badge-midori {
        border: solid 3px #22b14c;
        background-color: #22b14c;
    }

    .template-badge-orange {
        border: solid 3px #ff8000;
        background-color: #ff8000;
    }

    .template-badge-murasaki {
        border: solid 3px #a849a4;
        background-color: #a849a4;
    }

    .template-badge-ao {
        border: solid 3px #3e8ed0;
        background-color: #3e8ed0;
    }

    .template-badge-usuaka {
        border: solid 3px #f89393;
        background-color: #f89393;
    }

    .template-badge-usuorange {
        border: solid 3px #f2ac72;
        background-color: #f2ac72;
    }

    .template-badge-usumidori {
        border: solid 3px #7fcfa0;
        background-color: #7fcfa0;
    }

    .template-badge-usuao {
        border: solid 3px #4c9cf4;
        background-color: #4c9cf4;
    }

    .template-badge-mizuiro {
        border: solid 3px #99d9ea;
        background-color: #99d9ea;
    }

    .template-badge-nouryoku {
        border: solid 3px #008040;
        background-color: #008040;
    }
    .template-list-square{
        list-style-type: square;
    }
    .template-list-circle{
        list-style-type: circle !important;
    }
    .template-list-disc{
        list-style-type: disc;
    }
    .template-list-hiragana{
        list-style-type: hiragana !important;
    }
    .template-list-katakana{
        list-style-type: katakana !important;
    }
    .template-list-cjk-ideographic{
        list-style-type: cjk-ideographic !important;
    }
    .template-list-upper-alpha{
        list-style-type: upper-alpha !important;
    }
    .template-list-upper-roman{
        list-style-type: upper-roman !important;
    }
    .template-list-lower-roman{
        list-style-type: lower-roman !important;
    }
    .template-qa-blue{
        background-color: #b9d8fb;
    }
    .template-qa-blue2{
        background-color: #61a5ff;
    }
    .template-qa-orange{
        background-color: #fccdcd;
    }
    .template-qa-orange2{
        background-color: #f56565;
    }
    .template-fa-flex{
        display: flex;
        align-items: center;
    }
    .template-qa-circle{
        display: block;
        width: 57px;
        height: 57px;
        text-align: center;
    }
    .template-qa-radius{
        border-radius: 10px 10px 0 0;
    }
    .template-qa-radius2{
        border-radius: 0 0 10px 10px;
    }
    .template-qa-radius50{
        border-radius: 50%;
    }
    .template-qa-white{
        color: #fff;
    }
    .template-qa-bold{
        font-weight: bold;
    }
    .template-qa-fsize{
        font-size: 2rem;
    }
    .template-qa-border-t-none{
        border-top: none;
    }
    .template-highlight-blue{
        background-color: #b5ffff;
    }
    .template-highlight-yellow{
        background-color: #fefcbf;
    }
    .template-correction{
        text-decoration: line-through 2px solid #ff0000;
    }
    .template-correction2{
        text-decoration: line-through 1px solid #ff0000; 
        text-decoration-style: double;
    }
    .template-correction3{
        text-decoration: line-through 2px solid #ff0000; 
        text-decoration-style: double;
    }
    .template-underline{
        text-decoration: underline;
    }
    .template-underline-double{
        text-decoration: underline double;
    }
    .template-underline-dotted{
        text-decoration: underline dotted;
    }
    .template-underline-dashed{
        text-decoration: underline dashed;
    }
    .template-underline-wavy{
        text-decoration: underline wavy;
    }
    .template-messagebox-bgcolor{
        background-color: #f8fbff;
    }
    .template-messagebox-bgcolor-child{
        background-color: #cbe1ff;
    }
    .template-messagebox-bgcolor2{
        background-color: #fef7f8;
    }
    .template-messagebox-bgcolor-child2{
        background-color: #fccdcd;
    }
    .template-messagebox-bgcolor3{
        background-color: #fefaf8;
    }
    .template-messagebox-bgcolor-child3{
        background-color: #f9d3b5;
    }
    .template-messagebox-bgcolor4{
        background-color: #f8fcfa;
    }
    .template-messagebox-bgcolor-child4{
        background-color: #c1e8d0;
    }
    .template-messagebox-bgcolor-child5{
        background-color: #b9d8fb;
    }
    .template-quotation-bc{
        background-color: #f8fbff;
    }
    .template-quotation-bc2{
        background-color: #fef7f8;
    }
    .template-quotation-bc3{
        background-color: #f8fcfa;
    }
    .template-quotation-bc4{
        background-color: #fefaf8;
    }
    .template-radius25{
        border-radius: 0.25rem;
    }
    .template-lineheight-16{
        line-height: 1.6;
    }
    .template-display-block{
        display: block;
    }
    .template-w20{
        width: 20rem;
    }
    .template-w30{
        width: 30rem;
    }
    .template-max-w18{
        max-width: 18rem;
    }
    .template-max-w20{
        max-width: 20rem;
    }
    .template-max-w30{
        max-width: 30rem;
    }
    .template-inline-block{
        display: inline-block;
    }
    .template-border-c{
        border: solid 2px #ED8936;
    }
.note,.warning {
        border-left: 4px solid #61a5ff;
        padding: 1.5rem;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin: 2rem 0;
        border-radius: 0.25rem;
    }

    .note::before {
        content: "メモ";
        color: #61a5ff;
        display: block;
        font-weight: bold;
        margin-bottom: 0.75rem;
    }

    .note::after {
        background-color: #61a5ff;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.05;
        width: 100%;
        height: 100%;
    	}
		.margin-b20{
  			margin-bottom: 20px;
			}
		pre{
      	width: 80%;
      	margin-bottom: 60px;
			}
/******** テンプレートのカスタマイズここまで ******/

/******** トグルのカスタマイズここから ******/
.js-toggles{
  list-style-type: none !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border: 1px solid #e2e8f0;
  border-width: 3px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.js-toggle-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  padding: 10px;
  font-size: 18px;
  color: black;
}

.js-toggle-content{
  margin-top: 10px;
	padding: 10px;
}

/* ▼アイコンの追加 */
.js-toggle-link::after {
  content: "▼";
  display: inline-block;
  margin-left: auto;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.js-toggles a:hover{
  text-decoration: none !important;
}
/* トグルが開いているときは▼を逆にする */
li.active .js-toggle-link::after {
  transform: rotate(180deg);
}

.js-tabs {
  padding-left: 0 !important;
}

.js-toggles li > :not(:last-child) {
    border-bottom: 1px solid #e2e8f0;
}
.js-tab-buttons{
  padding-top: 20px;
  padding-left: 20px;
}
/******** トグルのカスタマイズここまで ******/

/******** テンプレートの追加分ここから ******/
.badge, .template-badge{
  padding: 2px 5px;
}
.template-messagebox-bgcolor-child, .template-messagebox-bgcolor-child2, .template-messagebox-bgcolor-child3, .template-messagebox-bgcolor-child4, .template-messagebox-bgcolor-child5{
 	padding: 2px 10px;
  margin-right: 5px; 
}
.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}
.template-display-flex{
    display: flex;
  }
  .template-w50{
    width: 50%;
  }
/******** テンプレートの追加分ここまで ******/