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

body {
  margin: 0;
  font-family: Roboto, sans-serif !important;
}

main {
  display: block;
}

#disclaimer { color: #0e7270; }

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
  font-family: inherit !important;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(14, 114, 112, 1);
  text-decoration: none;
}

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

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

@media (max-width: 600px){
  input,
  textarea {
    font-size: 16px;
  }
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

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

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

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

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

select:focus {
  border: 1px solid #0072EF;
}

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

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

textarea:focus {
  border: 1px solid #0072EF;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

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

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

.community-container{
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: content-box;
}

@media (max-width: 1024px) {
  .community-container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .community-container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

.visibility-hidden, .recent-activity-accessibility-label, .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;
}

/***** Buttons *****/
.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, .edit-profile-button a {
  background-color: transparent;
  border: 1px solid #0e7270;
  border-radius: 4px;
  color: #0e7270;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .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, .edit-profile-button a {
    width: auto;
  }
}

.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, .edit-profile-button a:hover, .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, .edit-profile-button a:active, .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, .edit-profile-button a:focus, .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, .edit-profile-button a.button-primary {
  background-color: #0e7270;
  color: #FFFFFF;
  text-decoration: none;
}

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

.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], .edit-profile-button a[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #0e7270;
  border: 0;
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  min-width: 176px;
  padding: 11px 16px;
  width: 100%;
}

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

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

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

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

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

/***** 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: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

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

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

@media (min-width: 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;
  }
}

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

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

.form-header{
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .form-header{
    font-size: 28px;
    line-height: 32px;
  }
}

.form-field label, .new_request__first-question label, .new_request__subscription-issue label {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.form-field input:focus {
  border: 1px solid #0072EF;
}

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

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

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

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #0072EF;
  text-decoration: none;
}

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

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

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

.form-field .optional {
  color: #666;
  margin-left: 4px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

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

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

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

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

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

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

/***** Anonim Disclaimer*****/

.anonim-disclaimer{
  display: none;
  font-size: 16px;
  line-height: 22px;
  max-width: 630px;
  margin: 32px auto 0 13.54%;
  padding: 0 40px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
}


.anonim-disclaimer a{
  color: #0e7270;
  text-decoration: underline;
}

.anonim-disclaimer p{
  margin: 0;
}

.anonim-disclaimer a:hover{
  text-decoration: none;
}

.anonim-disclaimer__header{
  display: none;
}

.anonim-disclaimer__warning{
  background: rgba(255, 168, 0, 0.1);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.anonim-disclaimer__warning-icon{
  margin-right: 16px;
}

.anonim-disclaimer__warning-text{
  font-size: 13px;
  line-height: 18px;
  color: black;
}

@media (max-width: 992px){
  .anonim-disclaimer{
    max-width: initial;
    padding: 0 40px;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .anonim-disclaimer{
    padding: 0 15px;
  }
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

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

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

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

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

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

.nav-wrapper a {
  border: 0;
  color: rgba(14, 114, 112, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

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

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

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(14, 114, 112, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(14, 114, 112, 1);
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

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

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(14, 114, 112, 1);
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  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: rgba(14, 114, 112, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(14, 114, 112, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(14, 114, 112, 1);
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #666;
}

.footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media (min-width: 1300px) {
  .footer-inner {
    flex-direction: row;
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
}

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

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: rgba(14, 114, 112, 1);
}

.community-breadcrumbs .breadcrumbs{
  margin: 36px 0 120px;
}

@media (max-width: 768px) {
  .community-breadcrumbs .breadcrumbs {
    margin: 20px 0 24px;
  }
}

.community-breadcrumbs.community-breadcrumbs--small-margin .breadcrumbs{
  margin: 40px 0;
}

.community-breadcrumbs li[title=Community]{
  display:none;
}

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

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

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

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

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

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

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

.search-container {
  position: relative;
}

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

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

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

.page-header.community-header{
  display: none;
}

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

.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: 10px;
}

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

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

.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;
/*   margin-bottom: 30px; */
  margin-bottom: 47px;
  min-height: 50px;
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #0e7270;
}

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

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

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

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

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

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

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

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

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

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

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

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

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

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

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #333333;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

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

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  background-color: #F4E9F6;
  display: none;
}

.community__home-content{
  max-width: 1300px;
  margin: 0 auto;
  padding: 59px 50px;
  position: relative;
  box-sizing: content-box;
}

@media (max-width: 992px) {
  .community__home-content {
    padding: 48px 40px;
  }
}

@media (max-width: 768px) {
  .community__home-content {
    padding: 48px 30px;
  }
}

@media (max-width: 600px) {
  .community__home-content {
    padding: 48px 20px;
  }
}

.community-image{
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
}

.community-image.community-image--topic{
  bottom: -112px
}

.community-image.community-image--post{
  bottom: -100px;
  max-width: 205px;
}

.community-image.community-image--post img{
  width: 100%;
}

@media (max-width: 1440px) {
  .community-image img{
    width: 90%;
  }
}

@media (max-width: 992px) {  
  .community-image.community-image--topic,
  .community-image.community-image--post{
    display:none;
  }

  .community-image img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .community-image{
    right: -10vw;
  }

  .community-image img {
    width: 50vw;
    max-width: 250px;
  }
}

@media (max-width: 600px) {  
  .community-image{
    display: none;
  }
}

.community-link__btn{
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #0e7270;
  border: 1px solid #0e7270;
  box-sizing: border-box;
  border-radius: 99px;
  padding: 17px 48px;
  transition: .3s;
  cursor: pointer;
  text-decoration: none!important;
}

@media (max-width: 1440px) {
  .community-link__btn {
    font-size: 18px;
    line-height: 22px;
  }
}

.community-link__btn:hover{
  background-color: #0e7270;
  color: #fff;
}

.community,
.activity {
  margin: 0 auto;
}

h2.community__title{
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  line-height: 84px;
  text-align: left;
  max-width: 910px;
}

@media (max-width: 1440px) {
  h2.community__title {
    font-size: 50px;
    line-height: 56px;
    max-width: 750px;
  }
}

@media (max-width: 992px) {
  h2.community__title  {
    font-size: 40px;
    line-height: 40px;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  h2.community__title  {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 600px) {
  h2.community__title  {
    font-size: 32px;
  }
}

.community__description{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
  max-width: 910px;
}

@media (max-width: 1440px) {
  .community__description {
    font-size: 18px;
    line-height: 24px;
    max-width: 750px;
  }
}

@media (max-width: 992px) {
  .community__description  {
    font-size: 16px;
    line-height: 24px;
    max-width: 80%;
  }
}

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

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

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

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

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

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

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

.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: #666;
  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-comment-icon svg {
  vertical-align: middle;
  color: #0072EF;
  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: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .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: 18px;
  font-weight: 600;
}

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

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

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

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

.icon-star {
  color: #0072EF;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.article-container,
.search-results{
  display: flex;
  flex-direction: column;
}

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

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

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

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

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

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

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

.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-info {
  max-width: 100%;
}

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

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

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

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

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: #031717;
}

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

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

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

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

.article-content {
  line-height: 1.78;
  margin: 42px 0 63px;
  word-wrap: break-word;
}

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

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

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

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

.article-sidebar,
.search-results-sidebar{
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar{
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

@media (min-width: 1023px) {
  .article-sidebar{
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}



.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@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 {
 /*TODO Add display:none; to disable the article rating */
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.js-article-votes-hide{
  display: none;
}

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

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

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

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

.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}

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

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

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

.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #0072EF;
  color: #FFFFFF;
  text-decoration: none;
}

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

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

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

.attachments .attachment-item .attachment-icon {
  color: #333333;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone span {
  color: #666;
}

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

.share a:hover {
  text-decoration: none;
  color: #0072EF;
}

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment:not(:last-child) {
  margin-bottom: 24px;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-heading{
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .comment-heading{
    font-size: 28px;
    line-height: 32px;
    padding: 0
  }
}

.comment-overview{
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-overview .pagination{
  margin: 0;
}

@media (max-width: 768px) {
  .comment-overview {
    padding: 32px 0 24px;
  }
}

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

.comment-callout {
  color: black;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

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

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

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

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

.comment-wrapper {
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px;
}

@media (max-width: 768px) {
  .comment-wrapper {
    padding: 0 0 24px;
  }
}

.comment-wrapper.comment-official {
  border: 1px solid #0e7270;
  border-radius: 12px;
  padding: 24px;
}

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

.comment-official__name{
  font-weight: 700;
  color: #0e7270;
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

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

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  align-items: center;
  }
}

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

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

.comment-meta {
  flex: 1 0 0;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .comment-meta {
    font-size: 16px;
    line-height: 18px;
  }
}

.comment-meta a{
  color: black;
  font-weight: 700;
}

.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: 24px;
  text-align: left;
}

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

.comment-form-controls__content{
	display: flex;
	justify-content: flex-end;
  align-items: center;
}


@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-vote{
  margin-top: 24px;
}

.comment-vote button{
  border: 0.5px solid black;
  border-radius: 999px;
  font-size: 16px;
  line-height: 22.4px;
  padding: 8px 24px;
  color: black;
  transition: .3s;
}

.comment-vote button:hover{
  background-color: #0e7270; 
  border-color: #0e7270;
  color: white !important;
}

.comment-vote button:hover .vote-sum{
  color: white !important;  
}

.comment-vote button:hover svg {
  border-color: white !important; 	
}

.comment-vote button:hover svg path{
	stroke: #0e7270;
  fill: white;
}

.comment-vote button{
  color: black;
}

.comment-vote button svg{
  border-right: 1px solid black;
  padding-right: 8px;
  margin-right: 8px;
  box-sizing: content-box;
  transition: .3s;
}

.comment-vote button path{
  transition: .3s;
}

.comment-vote button .vote-sum{
  color: black;
  margin-right: 4px;
  transition: .3s;
}

.comment-vote button[aria-pressed=true]{
  border-color: #0e7270;
  color: #0e7270;
}

.comment-vote button[aria-pressed=true] svg path{
  stroke: #0e7270;
}

.comment-vote button[aria-pressed=true] svg{
  border-color: #0e7270;
}

.comment-vote button[aria-pressed=true] .vote-sum{
  color: #0e7270;
}

.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: #0072EF;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  overflow-x: auto;
  font-size:18px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
 	.comment-body {
    font-size: 16px;
  }
}

.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 p:first-child {
  margin-top: 0;
}

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

.comment-body a:visited {
  color: #031717;
}

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

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  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: #666;
  display: block;
  margin: 3px 0;
}

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

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

.vote-voted {
  color: #0072EF;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.community-search{
  background-color: #F4E9F6;
  margin-bottom: 40px;
  padding: 120px 0 112px;
}

.community-search--small{
  padding: 65px 0 73px;
}

@media (max-width: 768px) {
 	.community-search{
    padding: 46px 0 40px;
    margin-bottom: 20px;
  }
}

.community-search__hero{
  max-width: 846px;
}

@media (max-width: 1200px) {
  .community-search__hero{
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  .community-search__hero{
    max-width: 100%;
  }
}

.community-search__hero .hero-title{
  margin: 0 0 8px;
  max-width: 100%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  line-height: 84px;
}


@media (max-width: 1440px) {
  .community-search__hero .hero-title {
    font-size: 50px;
    line-height: 56px;
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .community-search__hero .hero-title {
    font-size: 28px;
    line-height: 32px;
  }
}

.community-search__hero .hero-description{
  margin: 0;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .community-search__hero .hero-description{
    display:none;
  }
}

.community-search__hero .hero-inner{
  margin: 0;
  max-width: 100%;
}

.community-search__content{
  position: relative;
}

.community-footer {
  max-width: 1300px;
  margin: 40px auto 120px;
  padding: 0 40px;
  box-sizing: content-box;
}

@media (max-width: 1024px) {
  .community-footer{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .community-footer{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.community-footer-title {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 0;
}

.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;
  display: none;
}

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

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

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

label[for=community_comment_official]{
  display: flex;
  align-items: center;
}

label[for=community_comment_official]::before{
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3516 6.64851V17.3517H6.64839V6.64851H17.3516ZM17.3516 5.11938H6.64842C5.80745 5.11938 5.11938 5.80745 5.11938 6.64842V17.3516C5.11938 18.1926 5.80745 18.8807 6.64842 18.8807H17.3516C18.1926 18.8807 18.8807 18.1926 18.8807 17.3516V6.64842C18.8807 5.80745 18.1926 5.11938 17.3516 5.11938Z' fill='black' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
}

#community_comment_official{
  display:none;
}

#community_comment_official:checked + label[for=community_comment_official]::before{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='16' height='16' rx='3.05806' fill='%23FF5A7D'/%3E%3Cpath d='M8.55957 12.5352L10.7439 14.6758L15.4402 9.32422' stroke='white' stroke-width='1.52903' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

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

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

/* Community topic page */
.topic-header {
  margin-bottom: 32px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topic-header .dropdown {
  display: block;
  padding: 10px 0;
}

.topic-header .dropdown-toggle{
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0e7270;
}

.topic-header .pagination {
  margin: 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%;
}

@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: #0e7270;
}

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

.community-follow button[data-selected="true"] {
  background-color: #0e7270;
  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: #004189;
  border-color: #004189;
}

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

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #0e7270;
  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;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  margin-bottom: 24px;
}

[role=region]:last-child .striped-list-item{
  margin-bottom: 0;
}

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

.striped-list-head{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}

.striped-list--mobile{
  display: none;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .striped-list-head .striped-list-count,
  .striped-list-head .status-label{
    display: none;
  }
  
  .striped-list--mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.striped-list--mobile .striped-list-count-item{
  display: flex;
  align-items: center;
}

.striped-list--mobile .striped-list-count{
  display: flex;
}

.striped-list--mobile .striped-list-count-item::after{
  content:'';
}
.striped-list-info{
  display: flex;
  flex-direction: column;
}

.striped-list-info__author-date{
  display: flex;
  align-items: center;
  width: 100%;
}

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

.striped-list-title {
  margin-bottom: 8px;
  margin-right: 5px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  transition: .3s;
}

.striped-list-description{
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

@media (max-width: 768px) {
  .striped-list-title {
    font-size: 18px;
  	line-height: 27px;
  }
  
  .striped-list-description{
    font-size: 16px;
    line-height: 24px;
  }
}

.striped-list-description p,a,li,ul,table{
  margin: 0;
  padding: 0
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: none;
  color: #0e7270;
}

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

.striped-list-count {
  color: #666;
  font-weight: 400;
  font-size: 18px;
  justify-content: flex-start;
  text-transform: capitalize;
}

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

.striped-list-number{
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
}

.striped-list-count-item:first-child > .striped-list-number{
	color: #0e7270;  
  margin-right: 16px;
}

.striped-list-count-item:first-child > .striped-list-number:before{
	content:'';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 22.5H4C3.46957 22.5 2.96086 22.2893 2.58579 21.9142C2.21071 21.5391 2 21.0304 2 20.5V13.5C2 12.9696 2.21071 12.4609 2.58579 12.0858C2.96086 11.7107 3.46957 11.5 4 11.5H7M14 9.5V5.5C14 4.70435 13.6839 3.94129 13.1213 3.37868C12.5587 2.81607 11.7956 2.5 11 2.5L7 11.5V22.5H18.28C18.7623 22.5055 19.2304 22.3364 19.5979 22.024C19.9654 21.7116 20.2077 21.2769 20.28 20.8L21.66 11.8C21.7035 11.5134 21.6842 11.2207 21.6033 10.9423C21.5225 10.6638 21.3821 10.4063 21.1919 10.1875C21.0016 9.96873 20.7661 9.79393 20.5016 9.67522C20.2371 9.5565 19.9499 9.49672 19.66 9.5H14Z' stroke='%23FF5A7D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-right: 4px;
}

.striped-list-count-item:last-child > .striped-list-number:before{
	content:'';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21.0034 13.3199 20.6951 14.6219 20.1 15.8C19.3944 17.2118 18.3098 18.3992 16.9674 19.2293C15.6251 20.0594 14.0782 20.4994 12.5 20.5C11.1801 20.5035 9.87812 20.1951 8.7 19.6L3 21.5L4.9 15.8C4.30493 14.6219 3.99656 13.3199 4 12C4.00061 10.4218 4.44061 8.87488 5.27072 7.53258C6.10083 6.19028 7.28825 5.1056 8.7 4.40003C9.87812 3.80496 11.1801 3.49659 12.5 3.50003H13C15.0843 3.61502 17.053 4.49479 18.5291 5.97089C20.0052 7.44699 20.885 9.41568 21 11.5V12Z' stroke='black' stroke-opacity='0.6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-right: 4px;
}

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

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-right: 16px;
  padding: 4px 8px;
  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: #0e7270;
}

.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: #666;
}

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

.status-label-answered{
  color: #0e7270;
  border: 1px solid #0e7270;
  background-color: transparent;
}

.status-label-answered span,
.status-label-completed span,
.status-label-planned span,
.status-label-not-planned span{
  display: flex;
  align-items: center;
}

.status-label-answered span::before,
.status-label-completed span::before,
.status-label-planned span::before,
.status-label-not-planned span::before{
  content: '';
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 1.83325L10.06 6.00659L14.6666 6.67992L11.3333 9.92659L12.12 14.5133L7.99998 12.3466L3.87998 14.5133L4.66665 9.92659L1.33331 6.67992L5.93998 6.00659L7.99998 1.83325Z' stroke='%23FF5A7D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.status-label-completed{
  background-color: #1DA4A6;
}

.status-label-completed span::before{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 3.5L6.0625 13.5L2 8.95455' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.status-label-planned{
  background-color: #0e7270;
}

.status-label-planned span::before{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 15.1666C11.6819 15.1666 14.6666 12.1818 14.6666 8.49992C14.6666 4.81802 11.6819 1.83325 7.99998 1.83325C4.31808 1.83325 1.33331 4.81802 1.33331 8.49992C1.33331 12.1818 4.31808 15.1666 7.99998 15.1666Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 4.5V8.5L10.6667 9.83333' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.status-label-not-planned{
  background-color: #C8C8C8;
  color: white;
}

.status-label-not-planned span::before{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.5L3 13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3.5L13 13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .status-label--mobile{
    display: none;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
  }
}

.post #main-content{
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 24px;
}

@media (max-width: 768px) {
  .post #main-content{
    padding: 16px;
  }
}

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

.post-header__info{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post-header__info-title{
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .post-header__info-title{
    font-size: 24px;
    line-height: 27px;
  	margin-bottom: 4px;
  }
}

.post-header__info-author-date{
  display: flex;
}

@media (max-width: 768px) {
  .post-header__info-author-date .status-label{
    display: none;
  }
}

.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: "Roboto", sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
}

.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: #031717;
}

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

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

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

.post-body{
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .post-body{
    font-size: 16px;
  }
}

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

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

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

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

.post-callout-pagination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px
}

.post-callout-pagination .pagination{
  margin: 0;
}

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

@media (min-width: 1024px) {
  .post-sidebar {
    display: block;
    border: 0;
    flex: 1 0 23.5%;
    padding: 0 0 0 20px;
    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;
}

.post-vote{
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  align-items: center;
  padding: 24px;
}

.post-vote__mobile{
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .post-vote__mobile {
    display: none
  }
}

.post-vote__mobile-top-block{
  display:flex;
  margin-bottom: 26px;
}

.post-vote__mobile-image{
  margin-right: 24px;
}

.post-vote__mobile-vote{
  display: flex;
  flex-direction: column;
}

.post-vote__mobile-vote--count,
.post-vote__mobile-vote--count span{
  display: flex;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: black;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 4px;
}

.post-vote__mobile-vote--count span{
  margin-right: 4px;
}

.post-vote__mobile .post-vote__btn{
  max-width: 250px
}

.post-vote__mobile-vote--description{
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
}

.post-vote__value{
  background-image: url("data:image/svg+xml,%3Csvg width='132' height='132' viewBox='0 0 132 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.2096 12.3943C64.9457 10.9167 67.0539 10.9167 67.79 12.3943L83.2076 43.3433C83.5001 43.9304 84.0619 44.3368 84.7111 44.4308L119.162 49.4202C120.807 49.6586 121.46 51.684 120.264 52.8387L95.3624 76.8709C94.8854 77.3312 94.6675 77.998 94.7806 78.6511L100.66 112.618C100.942 114.25 99.2335 115.498 97.7652 114.733L66.924 98.6623C66.3448 98.3605 65.6548 98.3605 65.0756 98.6623L34.2345 114.733C32.7661 115.498 31.0571 114.25 31.3395 112.618L37.219 78.6511C37.3321 77.998 37.1142 77.3312 36.6372 76.8709L11.7359 52.8387C10.5395 51.684 11.1925 49.6586 12.8381 49.4202L47.2885 44.4308C47.9377 44.3368 48.4995 43.9304 48.792 43.3433L64.2096 12.3943Z' stroke='%23FF5A7D' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 132px;
  height: 132px;
  background-size: cover;
  display: flex;
	align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.post-vote__description{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.post-vote__btn{
  background: #0e7270;
	border-radius: 999px;
  align-items: center;
	padding: 11px 16px;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 700;
  width:100%;
  cursor: pointer;
	border: 2px solid #0e7270;
  transition: .3s
}

.post-vote__btn:hover{
  background: #19AEAA;
  color: white;
	border: 2px solid #19AEAA;
}

.post-vote__btn[aria-pressed=true]{
  background: #19AEAA;
	border: 2px solid #0e7270;
}

.post-vote__btn[data-auth-action=signin]{
  background: #C8C8C8;
	border: 2px solid #C8C8C8;
}

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

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

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

@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%;
}

@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 #0072EF;
}

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

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

.collapsible-nav-list li {
  color: #333333;
  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: #333333;
  display: block;
}

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

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

@media (min-width: 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;
}

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

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

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

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

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

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

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

@media (min-width: 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 #0072EF;
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

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

@media (min-width: 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: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 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;
}

.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: #666;
  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: #666;
}

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

@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 {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  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 #0072EF;
}

.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 #0072EF;
}

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 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;
}

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

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 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: #666;
  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-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 * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .meta-data {
    font-size: 16px;
  }
}

.meta-data span{
  font-weight: 700;
}

.meta-data:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 768px) {
  .meta-data:not(:last-child) {
    margin-right: 8px;
  }
}

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

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

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

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

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

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

.profile-header .basic-info .name a{
  color: black;
}

.profile-activity-list .comment-link,
.profile-contribution-list .comment-link{
  font-weight: 700;
  color: black;
}

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

.edit-profile-button a {
  background-color: #0e7270;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #0e7270;
}

.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: #666;
  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 #ddd;
  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 #ddd;
}

@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 #0072EF;
  border-radius: 4px;
  color: #0072EF;
  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 {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.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: #666;
  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 #eee;
  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-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

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

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

.profile-contribution-title a{
  color: black;
}

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

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

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

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

.breadcrumbs.profile-contribution-breadcrumbs {
  margin-bottom: 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 #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 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: #f7f7f7;
}

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

@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 {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

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

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

/* @media (min-width: 600px) {
  .search-results-sidebar .collapsible-sidebar {
    margin-bottom: 17px;
  }
} */

.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 .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(14, 114, 112, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

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

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

@media (min-width: 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;
  display: block;
}

.search-results-description:hover,
.search-results-description:focus{
  text-decoration: none;
}

.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: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

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

.community-breadcrumbs > li:nth-child(2),
.search-result-list-item.result-community_post .search-result-breadcrumbs > li:nth-child(2){
  display: none;
}

.search-result-list-item.result-community_post

@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: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

@font-face {
	font-family: 'Roboto';
	src: local ("Roboto"), 
	src: url(/hc/theming_assets/01J58636G9QDXK8YTXV8HD7K3W);
  src: url(/hc/theming_assets/01J58636G9QDXK8YTXV8HD7K3W) format('eot'),
  url(/hc/theming_assets/01J58636TGCK4M7DQ2E6SH1RAW) format('woff'), 
  url(/hc/theming_assets/01J586376VK3ECJHGQ00A6N81S) format('truetype'),
  url(/hc/theming_assets/01K0VRXRHBYWYQ5ZB2Q7QWWGGD) format('svg');
  font-weight: 400;
  font-style: normal; 
}

@font-face {
	font-family: 'Roboto';
	src: local ("Roboto"), 
	src: url(/hc/theming_assets/01J58636AVZT3PT35QWYXSS8K7);
  src: url(/hc/theming_assets/01J58636AVZT3PT35QWYXSS8K7) format('eot'),
  url(/hc/theming_assets/01J586370BZMA9APEYSVHK0NGA) format('woff'), 
  url(/hc/theming_assets/01J586372F8GCM0K46JKKFMCD2) format('truetype'),
  url(/hc/theming_assets/01K0VRXT5GE3ZQWM4XB2DHDQRH) format('svg');
  font-weight: 700;
  font-style: normal; 
}

.main-wrapper{
	  min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main{
  flex: 1 0 auto;
}

.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  max-width: 100%;
  width: 100%;
  padding:	0 38px 0 30px;
  background-color: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px){
  .header{
  	height: 50px;
    padding: 0 11px 0 18px;
  }
}

.header .logo img{
  max-height: 35px;
}

@media (max-width: 600px){
  .header .logo img{
		max-width: 62px;
    margin-top: 6px;
  }
}

.hero{
  background-color: #F4E9F6;
  background-image: url(/hc/theming_assets/01J586356CDYRJWYBNQG6HW3S1);
  background-size: 44.2%;
  background-position: 91.4% 100%;
  background-repeat: no-repeat;
  height: initial;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding:	0;
  margin-bottom: 0;
}

@media (min-width: 1920px){
  .hero{
  	background-position: 85% 100%;
    background-size: 37%;
  }
}

@media (max-width: 1440px){
  .hero{
  	background-position: 100% 100%;
  }
}

@media (max-width: 992px){
  .hero{
    background-size: 50%;
  }
}

@media (max-width: 992px){
  .hero{
    background-size: 50%;
  }
}

@media (max-width: 600px){
  .hero{
    background-image: none;
  }
}

.hero-wrapper{
  width: 100%;
  padding-bottom: 162px;
}

@media (max-width: 1440px){
  .hero-wrapper{
    padding-bottom: 135px;
  }
}

@media (max-width: 992px){
  .hero-wrapper{
    padding-bottom: 115px;
  }
}

@media (max-width: 768px){
  .hero-wrapper{
    padding-bottom: 75px;
  }
}

@media (max-width: 600px){
  .hero-wrapper{
    padding-bottom: 55px;
  }
}

.hero-title{
  font-size: 58px;
/*   max-width: calc((100% - 270px)*0.65); */
  max-width: 44.7vw;
  line-height: 70px;
  color: #000000;
  font-weight: bold;
  margin: 135px 0 36px 16.04%;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1440px){
  .hero-title{
    font-size: 50px;
		line-height: 56px;
/*     max-width: calc((100% - 16.04%)*0.78); */
    max-width: 50%;
    margin: 110px 0 27px 16.04%;
  }
}
@media (max-width: 992px){
  .hero-title{
    font-size: 40px;
		line-height: 46px;
    margin: 90px 0 24px 13.04%;
/*     max-width: calc((100% - 13.04%)*0.76); */
  }
}
@media (max-width: 768px){
  .hero-title{
    font-size: 30px;
		line-height: 36px;
    margin: 50px 0 24px 13.04%;
/*     max-width: calc((100% - 13.04%)*0.72); */
  }
}
@media (max-width: 600px){
  .hero-title{
    font-size: 26px;
		line-height: 32px;
    margin: 43px 18px 11px;
    max-width: 100%;
  }
}
@media (max-width: 370px){
  .hero-title{
    font-size: 22px;
		line-height: 30px;
  }
}

.hero-inner{
  top: 0;
	transform: initial;
  margin: 0 0 0 16.2%;
/*   max-width: 640px; */
/*   max-width: 859px; */
  max-width: 46.2vw;
}

@media (max-width: 1440px){
  .hero-inner{
		max-width: 50%;
  }
}

@media (max-width: 992px){
  .hero-inner{
		margin: 0 0 0 13.2%;
  }
}

@media (max-width: 600px){
  .hero-inner{
		margin: 0 0 0 18px;
    max-width: calc(100% - 36px);
  }
}

.hero-inner .search input[type="search"]{
  font-family: "Roboto", sans-serif;
  height:	62px;
  background: #FFFFFF;
	border-radius: 6px;
  font-size: 18px;
	line-height: 1.38;
  letter-spacing: -0.0035em;
  padding-left: 52px;
  color: black;
}

.hero-inner .search input[type="search"]:focus{
      border: 1px solid #0e7270;
}

@media (max-width: 1440px){
  .hero-inner .search input[type="search"]{
    height:	52px;
  }
}

@media (max-width: 992px){
  .hero-inner .search input[type="search"]{
    height:	45px;
    padding-left: 45px;
  }
}

@media (max-width: 600px){
  .hero-inner .search input[type="search"]{
    height:	62px;
    font-size: 16px;
		line-height: 1.38;
    padding-left: 53px;
    margin-top: 1px;
    letter-spacing: -0.0055em;
  }
}

@media (max-width: 370px){
  .hero-inner .search input[type="search"]{
    font-size: 15px;
		line-height: 18px;
    padding-left: 45px;
  }
}

.hero-inner .search-icon{
  width: 20px;
  height: 20px;
  top: 52%;
  left: 18px;
}

@media (max-width: 600px){
  .hero-inner .search-icon{
    top: 51%;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 370px){
  .hero-inner .search-icon{
    width: 16px;
    height: 16px;
  }
}

.activity{
  display: none;
}

.section.about-us{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 71px;
  padding: 0 50px;
  margin-bottom: 107px;
/*   display: none!important; */
}

@media (max-width: 600px){
  .section.about-us{
    margin-top: 57px;
    padding: 0 17px;
  }
}

.category-page .about-us{
  max-width: 1290px;
	padding: 0 50px;
  margin-left: 13.54%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 43px;
}

@media (max-width: 1700px){
  .category-page .about-us{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px){
  .category-page .about-us{
    max-width: initial;
  }
}

@media (max-width: 992px){
  .category-page .about-us{
    padding: 0 40px;
    margin-left: 0;
    margin-top: 46px;
  }
}

@media (max-width: 600px){
  .category-page .about-us{
    padding: 0 19px;
  }
}

.section-page .about-us{
  max-width: 1290px;
	padding: 0 50px;
  margin-left: 13.54%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 123px;
}

@media (max-width: 1700px){
  .section-page .about-us{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px){
  .category-page .about-us{
    max-width: initial;
  }
}

@media (max-width: 1440px){
  .section-page .about-us{
    margin-left: 0;
		padding: 0 50px;
  }
}

@media (max-width: 992px){
  .section-page .about-us{
		padding: 0 40px;
    margin-top: 110px;
  }
}

@media (max-width: 600px){
  .section-page .about-us{
      margin-top: 87px;
    	padding: 0 19px;
  }
}

.article-page .about-us{
  max-width: 1290px;
	padding: 0 50px;
  margin-left: 13.54%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 120px;
}

@media (max-width: 1700px){
  .article-page .about-us{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px){
  .article-page .about-us{
    max-width: initial;
  }
}

@media (max-width: 1440px){
  .article-page .about-us{
    margin-left: 0;
		padding: 0 50px;
  }
}

@media (max-width: 992px){
  .article-page .about-us{
		padding: 0 40px;
    margin-top: 100px;
  }
}

@media (max-width: 768px){
  .article-page .about-us{
		padding: 0 30px;
  }
}

@media (max-width: 600px){
  .article-page .about-us{
      margin-top: 129px;
    	padding: 0 19px;
  }
}

.result-page .about-us{
  max-width: 1290px;
	padding: 0 50px;
  margin-left: 13.54%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 114px;
}

@media (max-width: 1700px){
  .result-page .about-us{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px){
  .result-page .about-us{
    max-width: initial;
  }
}

@media (max-width: 992px){
  .result-page .about-us{
    padding: 0 40px;
    margin-left: 0;
  }
}

@media (max-width: 600px){
  .result-page .about-us{
    margin-top: 132px;
    padding: 0 19px;
  }
}







.about-us__text{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  color: #000000;
  text-align: center;
}

@media (max-width: 600px){
  .about-us__text{
    text-align: center;
    font-size: 28px;
  }
}

.article-page .about-us__text,
.section-page .about-us__text,
.category-page .about-us__text,
.result-page .about-us__text{
  text-align: left;
}

.about-us__button_wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px){
  .about-us__button_wrapper{
    justify-content: center;
  }
}

.article-page .about-us__button_wrapper,
.section-page .about-us__button_wrapper,
.category-page .about-us__button_wrapper,
.result-page .about-us__button_wrapper{
  justify-content: flex-start;
}


.about-us__button{
  display: inline-flex;
	font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  background: linear-gradient(45deg, #EB5E8F 0%, #F0707D 100%);
  /* background: transparent; */
  color: #fff;
  border: 1px solid #FF5A7D;
  box-sizing: border-box;
  border-radius: 99px;
  padding: 16px 48px;
  margin: 21px auto 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none!important;
}

@media (max-width: 600px){
  .about-us__button{
    padding: 14px 54px;
    margin: 8px 0 0;
    font-size: 16px;
  	line-height: 19px;
  }
}

.category-page .about-us__button{
  margin: 15px 0 0;
  padding: 16px 48px;
}

@media (max-width: 600px){
  .category-page .about-us__button{
    margin: 17px 0 0;
    padding: 14px 54px;
  }
}

.result-page .about-us__button{
  margin: 15px 0 0;
  padding: 16px 48px;
}

@media (max-width: 600px){
  .result-page .about-us__button{
    margin: 17px 0 0;
    padding: 14px 54px;
  }
}

.section-page .about-us__button{
  margin: 16px 0 0;
  padding: 16px 48px;
}

@media (max-width: 600px){
  .section-page .about-us__button{
    margin: 18px 0 0;
    padding: 14px 54px;
  }
}

.article-page .about-us__button{
  margin: 13px 0 0;
  padding: 16px 48px;
}

@media (max-width: 600px){
  .article-page .about-us__button{
    margin: 18px 0 0;
    padding: 14px 54px;
  }
}

.about-us__button:hover{
  background: transparent;
  /* background: linear-gradient(45deg, #EB5E8F 0%, #F0707D 100%); */
  color: #FF5A7D;
  transition: all 0.3s ease;
}

@media (max-width: 600px){
  .about-us__button:hover{
    border: 1px solid #0e7270;
    color: #0e7270;
    background-color: transparent;
  }
}


.knowledge{
  padding: 55px 50px 107px;
  max-width: 1390px;
  width: 100%;
}

@media (max-width: 992px){
  .knowledge{
    padding: 45px 40px 100px;
  }
}

@media (max-width: 768px){
  .knowledge{
    padding: 35px 30px 100px;
  }
}

@media (max-width: 600px){
  .knowledge{
      padding: 20px 0 93px;
  }
}

.knowledge-base{
    margin-bottom: 0;
}

.knowledge-base .blocks-list{
  margin: 0;
}

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

.knowledge-base .blocks-item{
  margin: 0 10px 22px;
  border: none;
  border-radius: 12px;
  background-color: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  padding: 32px 20px 49px;
  transition: all 0.3s ease;
  width: calc(33.33% - 20px);
  flex: initial;
}

@media (max-width: 992px){
  .knowledge-base .blocks-item{
  	width: calc(50% - 20px);
    padding: 25px 20px 30px;
  }
}

@media (max-width: 600px){
  .knowledge-base .blocks-item{
  	width: calc(50% - 22px);
    padding: 16px 10px 0;
    min-height: 160px;
  }
}

@media (max-width: 600px){
  .knowledge-base .blocks-item:nth-child(2n + 1){
      margin: 0 3px 7px 19px; 
  }
}

@media (max-width: 600px){
  .knowledge-base .blocks-item:nth-child(2n + 2){
      margin: 0 19px 7px 3px; 
  }
}
 
.knowledge .blocks-item:focus,
.knowledge .blocks-item:active{
  border: none;
  outline: none;
}

.knowledge .blocks-item-link:focus,
.knowledge .blocks-item-link:active{
  border: none;
  outline: none;
  box-shadow: none;
}

.knowledge-base .blocks-item:hover{
/*   box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05); */
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  background-color: #F4E9F6;
  transition: all 0.3s ease;
}

/* .knowledge-base .blocks-item:hover .blocks-item-img{
  opacity: 0.8;
  transition: opacity 0.3s ease;
} */

/* .knowledge-base .blocks-item:hover .blocks-item-title{
  opacity: 0.6;
  transition: opacity 0.3s ease;
} */

.knowledge-base .blocks-item-img{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 125px;
  width: 125px;
  margin-bottom: 13px;
  transition: opacity 0.3s ease;
}

@media (max-width: 992px){
  .knowledge-base .blocks-item-img{
  	height: 100px;
  	width: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px){
  .knowledge-base .blocks-item-img{
  	height: 79px;
  	width: 79px;
    margin-bottom: 7px;
  }
}

.knowledge-base .blocks-item-link{
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.knowledge-base .blocks-item:nth-child(1) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J58635P53KEY8JBFGHG561F5);
}

.knowledge-base .blocks-item:nth-child(2) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J58635CK116TX6MXP4JR2R9K);
}

.knowledge-base .blocks-item:nth-child(3) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J58636FVCJ902MM1MT6HQWAT);
}

.knowledge-base .blocks-item:nth-child(4) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J58634XXZ3TJ418356QG9DAF);
}

.knowledge-base .blocks-item:nth-child(5) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J586358J8K7XK12VS3QFNTT1);
}

.knowledge-base .blocks-item:nth-child(6) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J586364R5XHA34XGQJAT3MZV);
}

.knowledge-base .blocks-item:nth-child(7) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J5863553NW7PDMCQ29WGWVP7);
}

.knowledge-base .blocks-item:nth-child(8) .blocks-item-img{
  background-image: url(/hc/theming_assets/01J586356KJJ6N5MNFQ52CG9KY);
}

.knowledge-base .blocks-item-title{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  transition: opacity 0.3s ease;
}

@media (max-width: 992px){
  .knowledge-base .blocks-item-title{
    font-size: 20px;
  	line-height: 20px;
  }
}

@media (max-width: 600px){
  .knowledge-base .blocks-item-title{
    font-size: 18px;
		line-height: 20px;
  }
}

.footer{
  border: none;
  margin-top: 0;
  padding: 0 45px 0 30px;
  height: 66px;
  background-color: #F5F5F5;
  width: 100%;
}

@media (max-width: 1440px){
  .footer{
    padding: 0 30px
  }
}

@media (max-width: 1300px){
  .footer{
    height: initial;
  }
}

@media (max-width: 992px){
  .footer{
    height: initial;
  }
}

@media (max-width: 600px){
  .footer{
    padding: 0 18px;
    flex: 0 0 auto;
  }
}

.footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

@media (max-width: 992px){
  .footer-inner{
    flex-direction: column-reverse;
    padding: 30px 0 17px;
  }
}

@media (max-width: 600px){
  .footer-inner{
    flex-direction: column-reverse;
    padding: 30px 0 10px;
  }
}

.footer-copyright{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1300px){
  .footer-copyright{
    flex-direction: column;
    margin-top: 15px;
  }
}

@media (max-width: 992px){
  .footer-copyright{
    margin-top: 15px;
  }
}

/* @media (max-width: 600px){
  .footer-copyright{
    margin-top: 15px;
  }
} */

.footer-copyright-logo img{
  max-width: 78px;
  margin-top: 5px;
}

@media (max-width: 1300px){
  .footer-copyright-logo img{
    margin-top: 0;
  }
}

@media (max-width: 992px){
  .footer-copyright-logo img{
/*     margin-top: 20px; */
  }
}

@media (max-width: 600px){
  .footer-copyright-logo img{
    margin-top: 0;
  }
}

.footer-copyright-text{
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.032px;
  margin-left: 20px;
}

@media (max-width: 1300px){
  .footer-copyright-text{
    margin: 10px auto 20px;
/*     margin-top: 10px;
    margin-left: 0; */
    
  }
}

@media (max-width: 992px){
  .footer-copyright-text{
    margin: 15px auto 0;
  }
}

@media (max-width: 600px){
  .footer-copyright-text{
/*     margin-left: 0; */
    font-size: 13px;
  }
}

.footer-legal{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

@media (max-width: 1300px){
  .footer-legal{
    margin-top: 20px;
  }
}

@media (max-width: 992px){
  .footer-legal{
    margin-top: 0;
    flex-direction: column;
  }
}

@media (max-width: 600px){
  .footer-legal{
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 425px){
  .footer-legal{
    justify-content: space-between;
  }
}

.footer-legal-item{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.032px;
  text-decoration: none;
}

@media (max-width: 992px){
  .footer-legal-item{
    padding-bottom: 20px;
  }
}

@media (max-width: 600px){
  .footer-legal-item{
    font-size: 13px;
		line-height: 20px;
  }
}

/* @media (max-width: 370px){
  .footer-legal-item{
    font-size: 11px;
		line-height: 20px;
  }
} */

.footer-legal-item:not(:first-child){
  margin-left: 20px;
}

@media (max-width: 1440px){
  .footer-legal-item:not(:first-child){
    margin-left: 15px;
  }
}

@media (max-width: 992px){
  .footer-legal-item:not(:first-child){
    margin-left: 20px;
  }
}

@media (max-width: 600px){
  .footer-legal-item:not(:first-child){
    margin-left: 0;
  }
}

.footer .footer-legal a{
  color: #000000;
  transition: opacity 0.3s ease;
}

.footer .footer-legal a:hover{
  opacity: 0.9;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.footer .footer-legal a:after{
  content: "•";
  position: relative;
  padding-left: 15px;
  color: #acacac;
}

@media (max-width: 1440px){
  .footer .footer-legal a:after{
    padding-left: 10px;
  }
}

@media (max-width: 992px){
  .footer .footer-legal a:after{
		content: none;
  }
}

.footer .footer-legal a:last-child:after{
  content: none;
}

.section-page,
.article-page,
.result-page{
  width: 100%;
  max-width: initial;
  padding: 0;
}

.category-page{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 124px;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 600px){
  .category-page{
    margin: 0 0 99px;
  }
}

.section-page{
 	padding-bottom: 116px;
}

@media (max-width: 768px){
  .section-page{
    padding-bottom: 114px;
  }
}

.sub-nav{
  margin-left: 13.54%;
  padding-left: 50px;
  padding-right: 38px;
  margin-top: 28px;
  margin-bottom: 47px;
  align-items: flex-end;
}

@media (max-width: 1700px){
  .sub-nav{
    margin-left: calc((100% - 1190px)/2 - 50px);
  }
}

@media (max-width: 1440px){
  .sub-nav{
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
    align-items: center;
  }
}

@media (max-width: 600px){
  .sub-nav{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
    padding: 0 19px;
    margin-bottom: 21px;
  }
}

.category-page .sub-nav{
  margin-top: 8px;
}

@media (max-width: 992px){
  .category-page .sub-nav{
    margin-top: 15px;
    padding: 0 40px 15px;
  }
}

@media (max-width: 768px){
  .category-page .sub-nav{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px){
  .category-page .sub-nav{
    padding: 0 18px;
    margin-bottom: 22px;
  }
}

@media (max-width: 992px){
  .article-page .sub-nav,
  .section-page .sub-nav{
  	padding: 0 40px;
  }
}

@media (max-width: 768px){
	.section-page .sub-nav{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 21px;
  }
  
  .article-page .sub-nav{
    padding: 0 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 21px;
  }
  
  .result-page .sub-nav{
    padding: 0 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 21px;
  }
}

@media (max-width: 600px){
  .article-page .sub-nav{
    padding: 0 18px;
  }
  
  .section-page .sub-nav{
    padding: 0 18px;
    margin-bottom: 27px;
  }
  
  .result-page .sub-nav{
    padding: 0 18px;
  }
}

.breadcrumbs{
  margin-bottom: -24px;
}  

@media (max-width: 1440px){
  .breadcrumbs{
 		margin-bottom: 0;
	}  
}

@media (max-width: 600px){
  .breadcrumbs{
 		margin-bottom: 14px;
	}  
}

@media (max-width: 768px){
  .category-page .breadcrumbs,
  .article-page .breadcrumbs,
  .section-page .breadcrumbs,
  .result-page .breadcrumbs,
  .new-request-page .breadcrumbs{
 		margin-bottom: 14px;
	}  
}

.breadcrumbs li a{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
	line-height: 19px;
  text-transform: uppercase;
  color: #0e7270;
}

.breadcrumbs li a:visited{
  color: #0e7270;
}

.breadcrumbs li{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
	line-height: 19px;
  text-transform: uppercase;
  color: #0e7270;
}

.breadcrumbs li + li::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #0e7270;
    border-radius: 50%;
    margin-bottom: 4px;
}

.sub-nav input[type="search"]{
  font-family: "Roboto", sans-serif;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
	border-radius: 100px;
  max-width: 250px;
  min-width: 250px;
  height: 54px;
  font-size: 18px;
	line-height: 1.38;
  font-weight: 700;
  letter-spacing: -0.0035em;
  color: rgba(0, 0, 0, 0.2);
  padding-left: 60px;
}

/* @media (max-width: 768px){
  .sub-nav input[type="search"]{
    font-size: 20px;
	}  
} */

@media (max-width: 600px){
  .sub-nav input[type="search"]{
 		height: 48px;
    font-size: 18px;
    max-width: 100%;
	}  
}

@media (max-width: 768px){
  .section-page .sub-nav input[type="search"],
  .article-page .sub-nav input[type="search"]{
    max-width: 100%;
	}  
}

.sub-nav input[type="search"]:focus{
  border: 1px solid #0e7270;
}

.sub-nav input[type="search"]::placeholder{
  color: #cccccc;
}

@media (max-width: 600px){
  .sub-nav .search-container{
      width: 100%;
	}
}

.sub-nav .search-icon{
    top: 50%;
    width: 20px;
    height: 20px;
    left: 23px;
  	color: #0e7270;
}

.category-container,
.section-container{
      justify-content: flex-start;
}

.category-content{
  flex: initial;
  max-width: 1290px;
  width: 1290px;
  padding: 0 50px;
  margin-left: 13.54%
}

@media (max-width: 1700px){
  .category-content{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px){
  .category-content{
    margin-left: 0;
    max-width: initial;
  }
}

@media (max-width: 992px){
  .category-content{
    padding: 0 40px;
  }
}

@media (max-width: 600px){
  .category-content{
    padding: 0 19px;
  }
}

.section-content{
	min-width: 960px;
  flex: initial;
  max-width: 1290px;
  padding: 0 50px;
  margin-left: 13.54%
}

@media (max-width: 1700px){
  .section-content{
    min-width: 960px;
    max-width: 1290px;
    padding: 0 50px;
    margin-left: calc((100% - 1190px) / 2 - 50px);
  }
}

@media (max-width: 1440px){
  .section-content{
    min-width: initial;
    max-width: initial;
    width: 960px;
    padding: 0 50px;
    margin-left: 0;
  }
}

@media (max-width: 992px){
	.section-content{
    padding: 0 40px;
  }
}

@media (max-width: 600px){
	.section-content{
    padding: 0 18px;
  }
}

.category-content .page-header h1{
  font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: #000000;
  margin-bottom: 39px;
}

.section-content .page-header h1{
  font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: #000000;
  margin-bottom: 43px;
}

@media (max-width: 1440px){
  .category-content .page-header h1,
  .section-content .page-header h1{
    font-size: 28px;
  }
}

@media (max-width: 600px){
  .category-content .page-header h1{
    font-size: 32px;
    margin-bottom: 17px;
  }
  
  .section-content .page-header h1{
    font-size: 28px;
    margin-bottom: 13px;
  }
}

.category-content .section-tree-title{
  margin-bottom: 9px;
}

@media (max-width: 600px){
  .category-content .section-tree-title{
    margin-bottom: 16px;
  }
}

.category-content .section-tree-title a{
  font-family: "Roboto", sans-serif;
  font-weight: 700;  
  font-size: 18px;
  line-height: 1.12;
  color: #000000;
}

@media (max-width: 600px){
  .category-content .section-tree-title a{
    font-size: 16px;
		line-height: 1.5;
  }
}

.category-content .section-tree-title a{
  transition: color 0.2s ease;
}

.category-content .section-tree-title a:hover{
  text-decoration: none;
  color:  #0e7270;
  transition: color 0.2s ease;
}

.category-content .article-list-item{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 0 11px;
  border-bottom: 1px solid #DDDDDD;
  transition: color 0.3s ease;
}

.section-content .article-list-item{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.6);
  padding: 16px 0 8px;
  border-bottom: 1px solid #DDDDDD;
  transition: color 0.3s ease;
}

@media (max-width: 1440px){
  .category-content .article-list-item,
  .section-content .article-list-item{
/*     font-size: 20px; */
    padding: 13px 0 8px;
  }
}

@media (max-width: 600px){
  .category-content .article-list-item{
    font-size: 16px;
		line-height: 1.87;
    padding: 13px 0 12px;
    border-bottom: 1px solid #DDDDDD;
  }
  
  .section-content .article-list-item{
    font-size: 16px;
		line-height: 1.87;
    padding: 13px 0 12px;
    border-bottom: 1px solid #DDDDDD;
  }
}

@media (max-width: 768px){
  .category-content .article-list-item:last-child{
		border-bottom: none;    
  }
  
  .section-content .article-list-item:last-child{
    border-bottom: none;
  }
}

.category-content .article-list-item a,
.section-content .article-list-item a{
  transition: color 0.2s ease;
  color: #666666;
}

.category-content .article-list-item a:hover,
.section-content .article-list-item a:hover{
  text-decoration: none;
  color:  #0e7270;
  transition: color 0.2s ease;
}

.section-tree{
  justify-content: flex-start;
}

.section-tree .section{
  flex: initial;
  margin-bottom: 69px;
}

.section-tree .section:first-child{
  flex: 1 1 44.37%;
}

@media (max-width: 1440px){
 .section-tree .section:first-child{
   flex: 1 1 47%;
  } 
}

@media (max-width: 768px){
 .section-tree .section:first-child{
   flex: initial;
  } 
}

.section-tree .section:not(:first-child){
  width: 44.37%;
}

@media (max-width: 1440px){
 .section-tree .section:not(:first-child){
   width: 47%;
  }
}

@media (max-width: 768px){
 .section-tree .section:not(:first-child){
   width: 100%;
  }
}

@media (max-width: 768px){
  .section-tree .section{
    width: 100%;
  }
}

@media (max-width: 600px){
  .section-tree .section{
      margin-bottom: 39px;
  }
}


@media (max-width: 600px){
  .section-tree .section:last-child{
		margin-bottom: 60px;
  }
}



.section-tree .section:nth-child(2n){
  margin-left: 11.26%;
}

@media (max-width: 1440px){
  .section-tree .section:nth-child(2n){
    margin-left: 6%;
  }
}

@media (max-width: 768px){
  .section-tree .section:nth-child(2n){
    margin-left: 0;
  }
}

.section-tree .see-all-articles{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.25;
	color: #0e7270;
  transition: letter-spacing 0.3s ease;
}

@media (max-width: 1440px){
  .section-tree .see-all-articles{
    padding: 13px 0 8px;
  }
}

@media (max-width: 768px){
  .section-tree .see-all-articles{
    border-top: 1px solid #DDDDDD;
  }
}

@media (max-width: 600px){
  .section-tree .see-all-articles{
    font-size: 16px;
    line-height: 1.67;
  }
}

.section-tree .see-all-articles:hover{
  text-decoration: none;
  letter-spacing: 0.02rem;
  transition: letter-spacing 0.3s ease;
}

.section-subscribe{
  display: none;
}







.article-container{
  padding: 0 50px;
  margin: 0 auto 0 13.54%;
}

.search-results{
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto 0 13.54%;
}

@media (max-width: 1700px){
  .article-container,{
/*     max-width: 1290px; */
    margin-left: calc((100% - 1190px)/2 - 50px);
	}
  
  .search-results{
    max-width: 1290px;
    margin-left: calc((100% - 1190px)/2 - 50px);
	}
}

@media (max-width: 1440px){
  .article-container,
  .search-results{
    max-width: initial;
    margin-left: 0;
	}
}

@media (max-width: 980px){
  .article-container,
  .search-results{
    padding: 0 40px;
	}
}

@media (max-width: 768px){
  .article-container,
  .search-results{
    padding: 0 30px;
	}
}

@media (max-width: 600px){
  .article-container{
    padding: 0 18px;
	}
}

@media (max-width: 600px){
  .search-results{
    padding: 0 16px;
	}
}

.article-sidebar{
  flex: initial;
}

@media (max-width: 1024px){
  .article-sidebar{
    border: none;
    margin-bottom: 40px;
	}
}

@media (max-width: 600px){
  .article-sidebar{
    margin-bottom: 20px;
	}
}

.collapsible-sidebar{
  padding-top: 15px;
}

@media (max-width: 1023px){
  .collapsible-sidebar{
    padding: 11px 30px;
    max-height: initial;
    background-color: #F7F7F7;
    border-radius: 100px;
  }
}

@media (max-width: 600px){
  .collapsible-sidebar{
    padding: 11px 14px;
  }
}

@media (max-width: 1023px){
  .collapsible-sidebar .collapsible-sidebar-title{
    font-family: "Roboto", sans-serif;
    line-height: 1.67;
    letter-spacing: -0.01rem;
    color: #0e7270;
	}
  
  .result-page .collapsible-sidebar .collapsible-sidebar-title{
    font-weight: normal;
	}
}

@media (max-width: 600px){
  .collapsible-sidebar .collapsible-sidebar-title{
    font-size: 16px;
	}
}

@media (max-width: 1023px){
  .collapsible-sidebar-toggle{
    top: calc(58px / 2);
    right: 20px;
  }
  
  .result-page .collapsible-sidebar-toggle{
    top: calc(52px / 2);
    right: 20px;
  }
}

@media (max-width: 600px){
  .collapsible-sidebar-toggle{
    top: calc(48px / 2);
    right: 10px;
  }
  
  .result-page .collapsible-sidebar-toggle{
    top: calc(51px / 2);
    right: 15px;
  }
}

.collapsible-sidebar-toggle:focus{
  border: none;
}

@media (max-width: 1023px){
  .collapsible-sidebar[aria-expanded="true"]{
    border-radius: 29px;
  }
}

@media (max-width: 600px){
  .collapsible-sidebar[aria-expanded="true"]{
    border-radius: 26px;
  }
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-toggle svg:first-child{
  display: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-toggle svg:nth-child(2){
  margin-bottom: -2px;
}

.collapsible-sidebar-body{
  margin-top: 32px;
/*   max-width: 420px; */
/*   max-width: 21.9vw; */
	width: 21.9vw;
}

@media (max-width: 1023px){
  .collapsible-sidebar-body{
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1023px){
  .collapsible-sidebar-body ul li:last-child a{
    border: none;
  }
}

.collapsible-sidebar-body ul{
    margin-bottom: 26px;
}

@media (max-width: 992px){
  .collapsible-sidebar-body ul{
      margin-bottom: 5px;
  }
}

.collapsible-sidebar-body > a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #0e7270;
}


/* @media (max-width: 992px){
  .collapsible-sidebar-body > a {
    font-size: 18px;
    line-height: 18px;
  }
} */



.collapsible-sidebar-title{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #000;
}

.sidenav-item{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.6);
  padding: 13px 20px 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDDDDD;
  transition: all 0.3s ease;
}

@media (max-width: 1023px){
  .sidenav-item{
    padding: 11px 5px 10px 0;
  }
}

@media (max-width: 600px){
  .sidenav-item{
    padding: 9px 5px 8px 0;
    font-size: 16px;
  }
}

.sidenav-item:hover{
  background-color: transparent;
  color: #0e7270;
  transition: all 0.3s ease;
  		
}

.sidenav-item.current-article{
  background-color: #0e7270;
  color: #fff;
  border: none;
}

@media (max-width: 1023px){
  .sidenav-item.current-article{
    background-color: transparent;
    color: #0e7270;
    border-bottom: 1px solid #DDDDDD;
  }
}

.article{
  flex: initial;
  padding: 13px 0 13px 20px;
  max-width: calc(100% - 21.9vw - 250px);
}

@media (max-width: 1440px){
  .article{
    max-width: calc(100% - 21.9vw - 250px);
    padding: 13px 0 13px 20px;
  }
}

@media (max-width: 1023px){
  .article{
    max-width: initial;
    width: 100%;
    padding: 0;
  }
}

.article-page,
.result-page{
  margin-bottom: 118px;
}

@media (max-width: 1440px){
  .article-page{
    margin-bottom: 130px;
  }
}

@media (max-width: 600px){
  .article-page{
    margin-bottom: 140px;
  }
}

@media (max-width: 600px){
  .result-page{
    margin-bottom: 111px;
  }
}

.article-title{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  max-width: 80%;
  margin: 0;
}

@media (max-width: 1023px){
  .article-title{
      max-width: initial;
  }
}

@media (max-width: 600px){
  .article-title{
      font-size: 28px;
      line-height: 1.36;
  }
}

.article-body{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.78;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px){
  .article-body{
    font-size: 16px;
    line-height: 2;
  }
}

@media (max-width: 768px){
  .article-content{
		margin: 39px 0 26px;
  }
}

.article-body a{
  color: #0e7270;
}

.article-body a:visited {
    color: #0e7270;
}

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

@media (max-width: 1023px){
  .article-header{
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 600px){
  .article-header{
    margin-top: 24px;
    margin-bottom: 0;
  }
}

.article-votes{
  border: none;
  padding: 14px 0;
}

.article-votes-question{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

@media (max-width: 600px){
  .article-votes-question{
    font-size: 16px;
    line-height: 1.41;
  }
}

.article-votes-controls {
    margin-top: 9px;
}

@media (max-width: 600px){
  .article-votes-controls {
    margin-top: 9px;
  }
}

.article-votes-controls .button{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 100%;
	color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 4px;
  min-width: 120px;
  transition: all 0.2s;
  background-color: transparent;
}

@media (max-width: 1440px){
	.article-votes-controls .button{
    font-size: 21px;
		line-height: 22px;
    padding: 8px 0;
  }
}

@media (max-width: 600px){
	.article-votes-controls .button{
    font-size: 18px;
		line-height: 22px;
  }
}

.article-votes-controls .button:hover{
  border: 1px solid #0e7270;
  background-color: #0e7270;
  color: #fff;
  transition: all 0.2s;
}

.article-votes-controls .button:focus{
  background-color: #0e7270;
  border: 1px solid #0e7270;
  color: #fff;
  transition: all 0.2s;
  outline: none;
}

@media (max-width: 600px){
  .article-page .sub-nav{
		margin-bottom: 43px;
  }
}

.article-author,
.article-subscribe,
.article-footer,
.article-votes-count,
.article-relatives,
.article-comments,
.article-return-to-top,
.article-more-questions{
  display: none;
}

.nav-wrapper{
  height: 100%;
}


@media (max-width: 768px){
  .nav-wrapper{
    display: flex;
    align-items: center;
  }
}

.nav-wrapper .dropdown .user-avatar{
  width: 35px;
  height: 35px;
}

@media (max-width: 600px){
  .nav-wrapper .dropdown .user-avatar{
    width: 27px;
    height: 27px;
  }
}

.nav-wrapper .dropdown span{
  color: #0e7270;
  font-size: 16px;
  padding-left: 7px;
}

@media (max-width: 475px){
  .nav-wrapper .dropdown span[data-user-name="true"]{
    display: none;
  }
}

.nav-wrapper .dropdown svg, .nav-wrapper .dropdown svg > path{
  margin-top: -3px;
  color: black;
  fill: black;
}

.nav-wrapper .dropdown:focus,
.nav-wrapper .dropdown-toggle:focus{
  border: none;
  outline: none;
}

@media (max-width: 600px){
  .language-selector {
      padding: 4px 12px 4px 17px;
      border-radius: 40px;
      background-color: #F7F7F7;
    	margin-right: 7px;
  }
}

.language-selector .dropdown-toggle{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: black;
  margin-right: 12px;
  margin-top: -3px;
}

@media (max-width: 600px){
  .language-selector .dropdown-toggle{
    margin-right: 0;
    margin-top: 0;
  }
}

.language-selector .dropdown-toggle svg {
  margin-left: 21px;
  margin-bottom: 3px;
}

@media (max-width: 1440px){
  .language-selector .dropdown-toggle svg {
    margin-left: 22px;
    margin-bottom: 3px;
  }
}

.user-info{
  display: none;
}

zd-autocomplete{
	margin-top: 2px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
}

@media (max-width: 600px){
  zd-autocomplete{
    margin-top: -4px;
  }
}

zd-autocomplete-multibrand{
  padding: 14px 16px 10px!important;
  background-color: transparent!important;
  white-space: initial;
}

@media (max-width: 600px){
  zd-autocomplete-multibrand{
      padding: 16px 16px!important;
  }
}

zd-autocomplete-multibrand:first-child{
  padding: 16px 16px 10px!important;
}

@media (max-width: 600px){
  zd-autocomplete-multibrand:first-child{
      padding: 16px 16px!important;
  }
}

zd-autocomplete-multibrand:last-child{
  padding: 14px 16px 18px!important;
}

@media (max-width: 600px){
  zd-autocomplete-multibrand:last-child{
      padding: 16px 16px!important;
  }
}

zd-autocomplete-multibrand:not(:last-child) {
	border-bottom: 1px solid #DDDDDD
}

zd-autocomplete-multibrand:hover{
  background-color: transparent!important;
}

zd-autocomplete-multibrand:hover zd-autocomplete-title-multibrand{
  color: #FF597D!important;
  transition: color 0.3s ease;
}

zd-autocomplete-multibrand em{
  font-weight: normal;
}

zd-autocomplete-title-multibrand {
	font-family: "Roboto", sans-serif;
	font-size: 18px!important;
	line-height: 1.67;
	color: rgba(0, 0, 0, 0.6)!important;
  padding-bottom: 0!important;
  transition: color 0.3s ease;
}

@media (max-width: 600px){
  zd-autocomplete-title-multibrand {
    font-size: 16px!important;
    line-height: 1.25;
  }
}

@media (max-width: 370px){
  zd-autocomplete-title-multibrand {
    font-size: 15px!important;
  }
}

zd-autocomplete-breadcrumbs-multibrand{
  display: none!important;
}

.hero-inner .search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position:relative;
  height: 21px;
  width: 21px;
  background-image: url(/hc/theming_assets/01J58634TSFG84F5D8DTWA2CAN);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: 0;
  right: -9px;
  margin-bottom: 3px;
}

@media (max-width: 600px){
  .hero-inner .search input[type="search"]::-webkit-search-cancel-button {
    right: -6px;
  	margin-bottom: 0;
  }
}


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


.search-results .meta-group .meta-data:not(:first-child){
  display: none;
}

.search-results-column{
  flex: 0 0 66.2%;
  padding-left: 16px;
}

.search-results-column a{
  color: #0e7270;
}

.search-results-sidebar{
    flex: 0 0 32.4%;
}

@media (max-width: 1023px){
  .search-results-sidebar{
    border: none;
    margin-bottom: 40px;
	}
}

@media (max-width: 600px){
  .search-results-sidebar{
    margin-bottom: 7px;
	}
}

/* .result-page .search-results-description{
  display: none;
} */

.result-page .collapsible-sidebar{
      padding-top: 0;
      margin-top: 2px;
}

@media (max-width: 1023px){
  .result-page .collapsible-sidebar{
        padding: 11px 14px;
  }
}

.result-page .collapsible-sidebar-title{
    margin-bottom: 34px;
}

@media (max-width: 1023px){
  .result-page .collapsible-sidebar-title{
    margin-bottom: 0;
    padding-left: 8px;
/*     margin-top: 10px; */
	}
}

@media (max-width: 600px){
  .result-page .collapsible-sidebar-title{
/*     padding-left: 6px; */
    font-size: 16px;
    line-height: 1.87;
    font-weight: normal;
	}
}



/* .multibrand-filter-list li{
	  padding: 12px 21px 13px;  
} */

@media (max-width: 1023px){
  .multibrand-filter-list{
		margin-top: 32px;
  }
  
  .multibrand-filter-list.multibrand-filter-list--collapsed li:last-of-type .sidenav-item{
    border-bottom: none;
  }
}



.search-results-sidebar .sidenav-item{
  font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: initial;
  color: rgba(0, 0, 0, 0.6);
  padding: 17px 20px 16px;
}

@media (max-width: 600px){
  .search-results-sidebar .sidenav-item{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 14px;
  }
}



.search-results-sidebar .sidenav-item.current{
  background-color: #0e7270;
  color: #fff;
}

.search-results-sidebar .multibrand-filter-list .doc-count{
  color: rgba(0, 0, 0, 0.6);
}

.search-results-sidebar .multibrand-filter-list .sidenav-item.current .doc-count{
  color: #fff;
}
.result-page .sub-nav{
      margin-bottom: 60px;
}

@media (max-width: 600px){
  .result-page .sub-nav{
        margin-bottom: 40px;
  }
}

.search-results-subheading{
  margin-bottom: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

@media (max-width: 600px){
  .search-results-subheading{
    margin-bottom: 39px;
    margin-left: 0;
    font-size: 16px;
		line-height: 28px;
  }
}

.search-result-last-path{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  color: #000000;
  font-weight: bold;
  margin-left: 15px;
}

@media (max-width: 600px){
  .search-result-last-path{
    margin-left: 0;
    font-size: 16px;
    line-height: 1.87;
  }
}

/* .search-results-subheading-wrapper{
  margin-bottom: 20px
} */

.search-results-list{
  margin-bottom: 51px;
}

@media (max-width: 600px){
	.search-results-list{
    margin-bottom: 50px;
  } 
}

.search-results-list .search-result-list-item{
  border-bottom: 1px solid #ddd;
  padding: 13px 0 11px;
}

@media (max-width: 600px){
  .search-results-list .search-result-list-item{
    padding: 11px 0 9px;
  }
}

.search-results-list .search-result-list-item:first-child{
  padding: 60px 0 11px;
}

@media (max-width: 600px){
  .search-results-list .search-result-list-item:first-child{
    padding: 39px 0 11px;
  }
}

.result-page .breadcrumbs li + li::before{
  	width: 4px;
    height: 4px;
  	margin-right: 6px;
    margin-left: 6px;
}

.search-results .meta-group{
  margin-left: 15px;
}

@media (max-width: 600px){
  .search-results .meta-group{
    margin-left: 0;
	}
}


.result-page .search-result-title{
  margin-top: 8px;
  margin-left: 15px;
}

@media (max-width: 600px){
  .result-page .search-result-title{
    margin-left: 0;
    margin-top: 6px;
	}
}

.result-page .search-result-title a{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px){
  .result-page .search-result-title a{
    font-size: 16px;
		line-height: 1.87;
	}
}

/* .search-results-description{
  margin-top: 8px;
} */

.result-page .pagination-first,
.section-page .pagination-first{
  display: none;
}

.result-page .pagination-first,
.result-page .pagination-last,
.section-page .pagination-first,
.section-page .pagination-last{
  display: none;
}

.result-page .pagination-prev-icon,
.result-page .pagination-next-icon,
.section-page .pagination-prev-icon,
.section-page .pagination-next-icon{
  display: none;
}

.result-page .pagination-prev-text,
.result-page .pagination-next-text,
.section-page .pagination-prev-text,
.section-page .pagination-next-text{
  margin: 0;
}
/* .pagination-first-link{
  border: 1px solid #0e7270;
  border-radius: 4px;
  color: #0072EF;
} */


.result-page .pagination-prev-link,
.result-page .pagination-next-link,
.section-page .pagination-prev-link,
.section-page .pagination-next-link{
  padding: 0;
  width: 95px;
  height: 48px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0e7270;
  border: 1px solid #0e7270;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px){
  .result-page .pagination-prev-link,
  .result-page .pagination-next-link,
  .section-page .pagination-prev-link,
  .section-page .pagination-next-link{
		font-size: 16px;
		line-height: 19px;
    width: 75px;
  }
}


.result-page .pagination-prev-link:hover,
.result-page .pagination-next-link:hover,
.section-page .pagination-prev-link:hover,
.section-page .pagination-next-link:hover,
.result-page .pagination-prev-link:focus,
.result-page .pagination-next-link:focus,
.section-page .pagination-prev-link:focus,
.section-page .pagination-next-link:focus{
  background-color: #0e7270;
  color: #fff;
}

.result-page .pagination,
.section-content .pagination{
  margin: 51px 0 20px;
  display: flex;
}


/* @media (max-width: 600px){
  .result-page .pagination{
    margin: 51px 0 20px;
    display: flex;
  }
} */

.nav-wrapper{
  display:flex;
  flex-direction: row;
  justify-content: flex-start
}

.nav-wrapper .user-nav{
  display:flex;
  align-items: center;
  position: relative;
}

.nav-wrapper .submit-a-request{
  display: none;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0e7270;
  transition: color 0.3s ease;
/*   padding: 0; */
}

@media (max-width: 600px){
  .nav-wrapper .submit-a-request{
    font-size: 16px;
  }
}

.nav-wrapper .submit-a-request:hover,
.nav-wrapper .submit-a-request:focus{
  color: #0e7270;
  text-decoration: none;
}

.nav-wrapper .menu-button{
  display: none;
}


.paginationWrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.paginationWrap .pagination-num-link{
    padding: 0;
    width: 49px;
		height: 48px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #0e7270;
    border: 1px solid #0e7270;
    display: flex;
    justify-content: center;
    align-items: center;
  	border-radius: 5px;
  	text-decoration: none;
  	transition: all .3s ease;
}

.paginationWrap .pagination-num-link:hover,
.paginationWrap .pagination-num-link:focus{
  color: #fff;
  background-color: #0e7270;
  transition: all .3s ease;
}

.paginationWrap .pagination-num-link--active{
    color: #fff;
  	background-color: #0e7270;
}

.paginationWrap a:not(:first-child){
  margin-left: 6px;
}

@media (max-width: 600px){
	.paginationWrap a:not(:first-child){
    margin-left: 5px;
  } 
}

.nav-wrapper-right{
  display: flex;
  align-items: center;
}

.nav-wrapper-right > a{
  display: none;
}

.nav-wrapper-right .sign-out{
	display: none;  
  color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}

.nav-wrapper-right .sign-out:hover{ 
  color: black;
  text-decoration: none;
}

.search-result-list-item .search-result-icons{
  display: none;
}



.result-page .search-results-description{
  font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.67;
	color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
  margin-left: 15px;
  
}

@media (max-width: 600px){
  .result-page .search-results-description{
		font-size: 16px;
		line-height: 1.9;
    margin-left: 0;
    margin-top: 6px;
  }
}

.result-page .search-results-description em {
  color: #0e7270;
  text-decoration: underline;
}

.result-page .search-results-sidebar .see-all-filters{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.67;
    color: #0e7270;
  	text-decoration: none;
  	padding: 10px 10px 0 10px;
}

@media (max-width: 600px){
  .result-page .search-results-sidebar .see-all-filters{
      font-size: 16px;
      line-height: 1.87;
  }
}

.search-results-sidebar .see-all-filters::after{
  content: '';
}


.article-feedback-form{
  margin-top: 42px;
  padding: 54px 21px 57px 22px;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  display: none;
}

@media (max-width: 600px){
  .article-feedback-form{
    margin-top: 0;
    padding: 24px 10px 29px 7px;
    width: calc(100% + 18px);
    left: -9px;
    position: relative;
  }
}

.js-article-feedback-form-visible{
  display: inherit;
}

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

.article-vote-question{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 40px;
}

@media (max-width: 600px){
  .article-vote-question{
      font-size: 28px;
			line-height: 1.36;
    	margin-bottom: 25px;
  }
}

.feedback_drive{
	min-height: 40px;
  padding: 0 0 0 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

@media (max-width: 600px){
  .feedback_drive{
    padding: 0 0 0 27px;
    min-height: initial;
  }
  
  .article-feedback-drive label:not(:first-of-type){
    margin-top: 17px;
  }
}

.feedback_drive_text{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2.22;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px){
  .feedback_drive_text{
      font-size: 16px;
			line-height: 1.25;
  }
}

.feedback_drive input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.vote_feedback_radio {
  position: absolute;
  top: 10px;
  left: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #C8C8C8;
}

@media (max-width: 600px){
  .vote_feedback_radio {
    	top: 5px;
      left: 2px;
      height: 12px;
  		width: 12px;
  }
}

.feedback_drive input:checked ~ .vote_feedback_radio {
  background-color: #0e7270;
}

/* .feedback_drive input:checked ~ .vote_feedback_radio {
  background-color: #2196F3;
} */

.vote_feedback_radio:after {
  content: "";
  position: absolute;
  display: none;
}

.feedback_drive input:checked ~ .vote_feedback_radio:after {
  display: block;
  background-color: #0e7270;
  background: radial-gradient(circle, rgba(255,90,124,1) 50%, rgba(255,255,255,1) 56%);
}

@media (max-width: 600px){
  .feedback_drive input:checked ~ .vote_feedback_radio:after {
    background: #0e7270;
  }
}

.feedback_drive input:not(:checked) ~ .vote_feedback_radio:after {
  display: block;
  background: #fff;
}

.feedback_drive .vote_feedback_radio:after {
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

@media (max-width: 600px){
  .feedback_drive .vote_feedback_radio:after {
/*     top: 0;
  	left: 0; */
    width: 10px;
    height: 10px;
  }
}

.vote_feedback_down{
  margin-top: 19px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 118px;
}

@media (max-width: 600px){
  .vote_feedback_down{
    margin-top: 26px;
  }
}

.vote_feedback_down:focus{
  border: 1px solid #0e7270;
}

.char_num{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.44;
  color: #DDDDDD;
}

@media (max-width: 600px){
  .char_num{
    font-size: 16px;
  	line-height: 1.62;
  }
}

.article-send-feedback-wrapper{
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  	margin-top: -11px;
}

@media (max-width: 375px){
  .article-send-feedback-wrapper{
    margin-top: 10px;
  }
}

.article-send-feedback{
  min-width: 200px!important;
  width: 42.8%!important;
  min-height: 44px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #DDDDDD;
  box-sizing: border-box;
	border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 600px){
  .article-send-feedback{
    font-size: 16px;
		line-height: 1.62;
    min-width: 234px!important;
  }
}

@media (max-width: 375px){
  .article-send-feedback{
    min-width: initial!important;
    width: 100%!important;
  }
}


.js-article-send-feedback-active{
  border: 2px solid #0e7270;
  background-color: #0e7270;
  pointer-events: initial;
}

.article-send-feedback .article-button-text{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.44;
  color: #DDDDDD;
}

@media (max-width: 600px){
  .article-send-feedback .article-button-text{
    font-size: 16px;
		line-height: 1.62;
  }
}

.js-article-send-feedback-active .article-button-text{
  border: 2px solid #0e7270;
  color: #fff;
}

.article-send-feedback:hover{
  text-decoration: none;
}

.get-support{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.44;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  margin-top: 28px;
}

@media (max-width: 600px){
  .get-support{
    font-size: 16px;
		line-height: 1.63;
    margin-top: 35px;
    padding: 0 6px;
  }
}

.get-support a{
  color: #0e7270;
}

.get-support a:hover{
  text-decoration: none;
}

.vote-err{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2.44;
  color: #0e7270;
  display: none;
}

@media (max-width: 600px){
  .vote-err{
    font-size: 16px;
		line-height: 1.62;
  }
}

.js-errEl-show{
  display: initial;
}

.vote-success{
  display: none;
}

.js-vote-success-show{
  display: initial;
}

.vote-success-text{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.44;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

.consent{
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
/*   display: flex; */
  justify-content: center;
  left: 0;
  padding: 40px 0 34px;
  display: none;
  opacity: 0;
}

.js-consent--show{
  display: flex;
}

.js-consent--show-animation-on{
  opacity: 1;
  transition: opacity .7s ease;
}

.consent__body{
  padding: 0 50px;
  max-width: 1382px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 992px){
  .consent__body{
    padding: 0 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 600px){
  .consent__body{
    padding: 0 18px;
  }
}

.consent__wrapper{
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 440px);
}

@media (max-width: 1200px){
  .consent__wrapper{
    width: calc(100% - 320px);
  }
}

@media (max-width: 992px){
  .consent__wrapper{
    width: 100%;
  }
}

.consent__logo{
  width: 54px;
  height: 53px;
}

@media (max-width: 992px){
  .consent__logo,
  .consent__logo svg{
    width: 40px;
    height: 40px;
  }
}



.consent__content{
  width: calc(100% - 54px - 40px);
  margin-left: 38px;
  display: flex;
  flex-direction: column;
	justify-content: flex-start;  
}

@media (max-width: 992px){
  .consent__content{
    margin-left: 25px;
  }
}

.consent__content_title{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.032px;
  color: #000;
}

@media (max-width: 992px){
  .consent__content_title{
    line-height: 33px;
    margin-top: -10px;
  }
}

.consent__content_text{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
	line-height: 20px;
  color: #666666;
  margin-top: 13px;
}

@media (max-width: 992px){
  .consent__content_text{
    margin-top: 7px;
  }
}


.consent__content_link{
	color: #0e7270;
/*   text-decoration: none; */
}

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

@media (max-width: 992px){
  .consent__buttons{
		width: 100%;
  }
}

.consent__buttons_all{
  width: 269px;
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
	font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.032px;
  padding: 18px 0;
  margin-top: -5px;
  background-color: #0e7270;
  border-radius: 5px;
  border: 2px solid #0e7270;
  box-sizing: border-box;
  transition: all .3s ease;
  color: #fff;
  outline: none;
  cursor: pointer;
}

@media (max-width: 992px){
  .consent__buttons_all{
    width: 100%;
    margin-top: 25px;
    padding: 19px 0;
    margin-top: 16px;
  }
}

.consent__buttons_all:hover{
  background-color: #fff;
  color: #0e7270;
  transition: all .3s ease;
}

.consent__buttons_decline{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 15px;
  margin-right: 15px;
  cursor: pointer;
}

@media (max-width: 992px){
  .consent__buttons_decline{
    margin-top: 14px;
    margin-right: 13px;
  }
}

#new_request > div:nth-child(7),
#new_request > div:nth-child(8),
#new_request > div:nth-child(9),
#new_request > div:nth-child(10),
#new_request > div:nth-child(11),
#new_request > div:nth-child(12),
#new_request > div:nth-child(13),
#new_request > div:nth-child(14),
#new_request > div:nth-child(15),
#new_request > div:nth-child(16),
#new_request > div:nth-child(17),
#new_request > div:nth-child(18),
#new_request > div:nth-child(19) {
  display: none;
}

.new-request-page{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 124px;
  padding: 0;
  overflow: hidden;
  margin: 0 0 106px;
}
@media (max-width: 600px){
  .new-request-page{
    margin: 0 0 70px;
  }
}
.new-request-page .sub-nav{
  margin-left: 13.54%;
  padding-left: 50px;
  padding-right: 38px;
  margin-top: 10px;
  margin-bottom: 46px;
  align-items: flex-end;
}
@media (max-width: 1440px){
  .new-request-page .sub-nav{
    margin-bottom: 37px;
    align-items: center;
  }
}
@media (max-width: 992px){
  .new-request-page .sub-nav{
    padding: 0 40px;
    margin-left: 0;
/*     margin-top: 46px; */
    align-items: flex-start;
  }
}
@media (max-width: 600px){
  .new-request-page .sub-nav{
    padding: 0 18px;
    margin-top: 14px;
  }
}
.new-request-page > h1{
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  letter-spacing: 0.01rem;
  font-weight: bold;
  margin-bottom: 17px;
}
.new-request-page > h1,
.new-request-page .form{
  max-width: 630px;
  flex: initial;
  padding: 0 50px;
  margin-left: 13.54%;
}
@media (max-width: 992px){
  .new-request-page > h1,
	.new-request-page .form{
    padding: 0 40px;
    margin-left: 0;
    max-width: initial;
  }
}
@media (max-width: 600px){
	.new-request-page .form{
    padding: 0 18px;
  }
  .new-request-page > h1{
  	padding: 0 18px;
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.new-request-page .request-form .form-field ~ .form-field {
    margin-top: 16px;
}
.new-request-page .request-form .form-field label, .new-request-page .new_request__first-question label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 600px){
  .new-request-page .request-form .form-field label{
    font-size: 16px;
  }
}
.new-request-page .request-form .form-field input,
.new-request-page .request-form .form-field textarea,
.new-request-page select[id="firstQuestions"],
.new-request-page select[id="subscriptionIssue"] {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 6px 12px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 12px;
}

.new-request-page .new_request__first-question,
.new-request-page .new_request__subscription-issue {
  margin-bottom: 16px;
}

.new-request-page .new_request__subscription-issue {
  display: none;
}


@media (max-width: 600px){
  .new-request-page .request-form .form-field input,
	.new-request-page .request-form .form-field textarea{
    font-size: 16px;
  }
}
.new-request-page .request-form .form-field textarea{
  	min-height: 90px;
}
.new-request-page .request-form .form-field input:focus,
.new-request-page .request-form .form-field textarea:focus{
  border: 1px solid #0e7270;
}
.new-request-page .form .suggestion-list{
  margin-top: 20px;
}
@media (max-width: 600px){
  .new-request-page .form .suggestion-list{
    margin-top: 15px;
  }
}
.form-field p#request_description_hint{
  font-size:18px;
  line-height:24px;
  font-family: "Roboto", sans-serif;
  color: #666666;
  margin: 15px 0 0;
}

@media (max-width: 600px){
  .form-field p#request_description_hint{
    font-size: 16px;
  }
}
.new-request-page .form .notification-inline.notification-error{
  background-color: #FEEDED;
  color: #F6504B;
	padding: 12px 18px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 12px;
}
.new-request-page .form .notification-inline.notification-error::before{
  background-image: url('/hc/theming_assets/01J58635NT2EA85W0KGS213GH7');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 0 18px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.new-request-page .form .upload-dropzone{
	border: 2px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 12px;
}
.new-request-page .form .upload-dropzone input{
  padding: 7px 18px;
}
.new-request-page .form .upload-dropzone span{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #cccccc;
}
@media (max-width: 600px){
  .new-request-page .form .upload-dropzone span{
    font-size: 16px;
    line-height: 20px;
  }
}
.new-request-page .form .upload-dropzone span a{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #FF597D;
}
@media (max-width: 600px){
  .new-request-page .form .upload-dropzone span a{
    font-size: 16px;
  }
}
.new-request-page .form .upload-dropzone span a:hover{
  text-decoration: underline;
}
.upload-item{
	width: 100%;
}
.upload-item > svg:first-child{
	display: none;
}
.upload-item .upload-item-icon-spacer{
	display: none;
}
.upload-item .upload-link{
  font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}
@media (max-width: 600px){
  .upload-item .upload-link{
    font-size: 16px;
  }
}
.upload-item .upload-remove{
  background-image: url('/hc/theming_assets/01J58634E9GN83BW8G058NPJ9D');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0 5px;
  width: 12px;
  height: 12px;
}
.upload-item .upload-remove svg{
  display: none;
}
@media (max-width: 768px){
  .new-request-page .request-form footer{
    display: inline-flex;
    flex-direction: column;
    padding-top: 0;
    margin-top: 22px;
  }
}
.new-request-page .request-form footer input{
  font-family: "Roboto", sans-serif;
	font-size: 18px;
  line-height: 24px;
  font-weight: bold;
	color: #fff;
  background-color: #0e7270;
	border-radius: 999px;
  padding: 10px;
  min-width: 180px;
}
@media (max-width: 600px){
  .new-request-page .request-form footer input{
    font-size: 16px;
    line-height: 2.45;
    width: 175px;
    min-width: 175px;
    padding: 3px;
    letter-spacing: 0.067rem;
  }
}
@media (max-width: 600px){
  .new-request-page .upload-dropzone span{
    padding: 5px;
  }
}
.new-request-page .request-form footer input[type="submit"]:hover{
  background-color: rgba(255, 89, 125, .7);
  transition: background-color .15s ease;
}
.new-request-page .request-form footer input[type="submit"]:focus{
  outline: none;
  background-color: rgba(255, 89, 125, .7);
  border: none;
}
.upload-item .upload-link{
  font-size: 18px;
	line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.upload-item .upload-progress{
  height: 4px;
  background-color: #1DA4A6;
	border-radius: 12px;
  margin-top: 4px;
}
.upload-item .upload-remove{
  margin-top: 5px;
}
@media (max-width: 600px){
  .upload-item .upload-remove{
		margin-top: 6px;
		width: 13px;
  }
}
.upload-dropzone span{
  padding: 6px;
}
.form footer{
  padding-top: 26px;
  margin-top: 0;
  margin-bottom: 120px;
}
.upload-item+.upload-item{
  margin-top: 0px;
}
@media (max-width: 600px){
  .upload-pool{
		margin-top: 14px;
  }
}

.new-request-page .search-container{
  display: none;
}

.new-request-page .searchbox label{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  border-bottom: none;
  padding-bottom: 10px;
}

@media (max-width: 600px){
  .new-request-page .searchbox label{
    font-size: 16px;
    padding-bottom: 6px;
  }
}

.new-request-page .searchbox-suggestions li{
    border-bottom: 1px solid #DDDDDD;
}

.new-request-page .searchbox-suggestions li:last-child{
    margin-bottom: 30px;
}

.new-request-page .searchbox-suggestions li a{
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6)!important;
  padding: 12px 0;
  text-decoration: none;
}

@media (max-width: 600px){
  .new-request-page .searchbox-suggestions li a{
    font-family: "Roboto", sans-serif;
  	font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.6);
  	padding: 12px 0;
    text-decoration: none;
  }
}

.new-request-page .searchbox-suggestions li a:visited{
  color: rgba(0, 0, 0, 0.6);
}

.new-request-page .searchbox-suggestions li a:hover,
.new-request-page .searchbox-suggestions li a:focus{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: color .3s ease;
}

[data-test-id="notification"]{
  min-width: 443px;
  margin-left: -83px;
  background-position: 16px 32px!important;
  padding: 25px 40px!important;
  background-image: url(/hc/theming_assets/01J58634VR3TM7NNF0PJGKXFDY)!important;
  background-size: 16px!important;
  padding-left: 48px!important;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05), 0px 2px 5px rgba(0, 0, 0, 0.1)!important;
	border-radius: 6px!important;
  border: none!important;
}
@media (max-width: 600px){
  [data-test-id="notification"]{
    width: 403px;
    min-width: 403px;
    margin-left: -43px;
    padding-left: 44px!important;
  }
}
@media (max-width: 475px){
  [data-test-id="notification"]{
    width: 300px;
    min-width: 300px;
    padding-left: 44px!important;
    position: fixed!important;
    right: 10px;
  }
}
[data-test-id="notification"] strong{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  color: #22C0C3!important;
}
[data-test-id="notification"] div::before{
  background-position: 1px 4px!important;
  background-size: 21px!important;
  opacity: .8!important;
  transition: opacity .3s ease-in-out;
}
@media (max-width: 600px){
  [data-test-id="notification"] div::before{
    background-position: 2px 7px!important;
  }
}
[data-test-id="notification"] div:hover:before{
  opacity: 1!important;
  transition: opacity .3s ease-in-out;
}
[data-test-id="notification"] div:hover:after{
  opacity: 0!important;
}

.credential input{
  border-color: red;
}

.hide-field{
  display:none;
}

.tox-edit-area__iframe{
  background: rgba(0, 0, 0, 0.05);
}

