@charset "UTF-8";
/***** Normalize.css *****/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-family: GTWalsheimRegular;
  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;
  font-family: GTWalsheimBold;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

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

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

a {
  color: rgba(0, 119, 200, 1);
  text-decoration: none;
}

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

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

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

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

input:not([type='checkbox']):focus {
  border: 1px solid rgba(0, 119, 200, 1);
}

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 rgba(0, 119, 200, 1);
}

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 rgba(0, 119, 200, 1);
}

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

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 {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

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

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

.button:hover,
.split-button button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.button:active,
.split-button button:active,
.section-subscribe button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.button:focus,
.split-button button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.button.button-primary,
.split-button button.button-primary,
.section-subscribe button.button-primary,
.section-subscribe button[data-selected='true'],
.article-subscribe button.button-primary,
.article-subscribe button[data-selected='true'],
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.requests-table-toolbar .organization-subscribe button[data-selected='true'],
.subscriptions-subscribe button.button-primary,
.subscriptions-subscribe button[data-selected='true'],
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link {
  background-color: rgba(0, 119, 200, 1);
  color: rgba(128, 187, 227, 1);
  text-decoration: none;
}

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

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

.button-large,
input[type='submit'] {
  cursor: pointer;
  background-color: rgba(0, 119, 200, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(128, 187, 227, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  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: #003a62;
}

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

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

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

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

.split-button button {
  background-color: rgba(0, 119, 200, 1);
  border: 0;
  color: rgba(128, 187, 227, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(0, 119, 200, 1);
}

[dir='rtl'] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(128, 187, 227, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir='ltr'] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(128, 187, 227, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

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

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

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

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

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

.table th,
.table th a {
  color: #5a6d7c;
  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-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

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

.form-field input:focus {
  border: 1px solid rgba(0, 119, 200, 1);
}

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

.form-field input[type='text']:focus {
  border: 1px solid rgba(0, 119, 200, 1);
}

.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 rgba(0, 119, 200, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 119, 200, 1);
  text-decoration: none;
}

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

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

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

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

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

.form footer a {
  color: #5a6d7c;
  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: rgba(64, 153, 214, 1);
}

/***** 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;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: rgba(0, 119, 200, 1);
}

.logo a {
  display: inline-block;
}

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

.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(0, 119, 200, 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(0, 119, 200, 1);
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    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;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(0, 119, 200, 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(0, 119, 200, 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(0, 119, 200, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

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

.user-info > button::after {
  color: rgba(0, 119, 200, 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: rgba(0, 119, 200, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(128, 187, 227, 1);
  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: #5a6d7c;
}

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

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

.footer-language-selector button {
  color: #5a6d7c;
  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: #5a6d7c;
  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 {
}

/***** 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 rgba(0, 119, 200, 1);
  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/01KVF81G31MT401218JQDGXPS9);
  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;
}

@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;
  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 rgba(0, 119, 200, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 119, 200, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

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

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  background-color: rgba(0, 119, 200, 1);
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: rgba(128, 187, 227, 1);
  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: #2F3941;
}

.blocks-item-link {
  color: rgba(0, 119, 200, 1);
  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 rgba(0, 119, 200, 1);
  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: #2F3941;
}

.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 {
  text-align: center;
}

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01KVF81GSJVSRRFKC32WGFTZB4);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** 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: #2F3941;
  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: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

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

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

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

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

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

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(0, 119, 200, 1);
  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: #2F3941;
}

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

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

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

.icon-star {
  color: rgba(0, 119, 200, 1);
  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-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: #2F3941;
  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 {
  display: flex;
  flex-direction: column;
}

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

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  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;
  font-size: 16px;
}

.article-body ol {
  /*added ol font defintiion as ol's were displaying in smaller text*/
  font-size: 16px;
}

.article-body a:visited {
  color: rgba(64, 153, 214, 1);
}

.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: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}

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

.article-body table th {
  background: #4099d6;
  border: white;
  border-style: solid;
  border-width: thin;
  color: white;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  font-size: 16px;
}

.article-body table td {
  background: #faf9f8;
  border: white;
  border-style: solid;
  border-width: thin;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  font-size: 16px;
}

.article-body .products-page-headertable table {
  table-layout: fixed;
  max-width: 1100px;
}

.article-body .products-page-headertable table th {
  background: none;
  width: 50%;
  color: #0077c8;
  font-size: 45px;
  line-height: 1.2;
}

.article-body .products-page-headertable table td {
  background: none;
  width: 50%;
  font-size: 20px;
  line-height: 1.2;
}

.article-body .products-page-SLheadertable table {
  table-layout: fixed;
  max-width: 1200px;
}

.article-body .products-page-SLheadertable table th {
  background: none;
  width: 50%;
  color: #0077c8;
  font-size: 45px;
  line-height: 1.2;
  width: 60% !important;
}

.article-body .products-page-SLheadertable table td {
  background: none;
  width: 50%;
  font-size: 20px;
  line-height: 1.2;
}

.article-body .products-page-featurestable table {
  table-layout: fixed;
  max-width: 1100px;
}

.article-body .products-page-featurestable table th {
  background: none;
  width: 50%;
  color: #0077c8;
  font-weight: bold;
  font-size: 28px;
  color: #0077c8;
  line-height: 1.2;
  padding-bottom: 10px;
  vertical-align: bottom;
  height: 75px !important;
}

.article-body .products-page-featurestable table td {
  background: #faf9f8;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 8px;
}

.article-body .products-page-featurestable table td:first-child {
  font-weight: bold;
  background-color: #e5f1f9;
}

.article-body .products-page-featurestable ul {
  list-style-type: circle;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  margin: auto;
}

.article-body .products-page-buytable table {
  table-layout: fixed;
  max-width: 1100px;
}

.article-body .products-page-buytable table th {
  background: none;
  color: #0077c8;
  font-weight: bold;
  font-size: 28px;
  color: #0077c8;
  line-height: 1.2;
  padding-bottom: 10px;
  vertical-align: bottom;
  height: 75px !important;
}

.article-body .products-page-buytable table td {
  background: none;
  font-size: 18px;
  line-height: 1.2;
}

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

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

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

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

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(0, 119, 200, 1);
  width: 18px;
  height: 18px;
}

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

@media (min-width: 1024px) {
  .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 {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  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: #2F3941;
  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: #2F3941;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: rgba(0, 119, 200, 1);
  color: rgba(128, 187, 227, 1);
  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: #2F3941;
  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: #5a6d7c;
}

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

.share a:hover {
  text-decoration: none;
  color: rgba(0, 119, 200, 1);
}

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

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

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

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

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

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

.comment-callout a {
  color: rgba(0, 119, 200, 1);
}

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

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

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

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 119, 200, 1);
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(0, 119, 200, 1);
}

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

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

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

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

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

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

.comment-body a:visited {
  color: rgba(64, 153, 214, 1);
}

.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: #5a6d7c;
  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: #5a6d7c;
  display: block;
  margin: 3px 0;
}

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

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

.vote-up:hover,
.vote-down:hover {
  color: rgba(0, 119, 200, 1);
}

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

.vote-voted {
  color: rgba(0, 119, 200, 1);
}

.vote-voted:hover {
  color: #003a62;
}

/***** 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/01KVF81GEE6V3FWRAECZPYWBYK);
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: rgba(0, 119, 200, 1);
}

.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: rgba(128, 187, 227, 1);
  color: rgba(128, 187, 227, 1);
}

.community-follow button[data-selected='true'] {
  background-color: rgba(0, 119, 200, 1);
  color: rgba(128, 187, 227, 1);
}

.community-follow button[data-selected='true']::after {
  border-left: 1px solid rgba(128, 187, 227, 1);
  color: rgba(128, 187, 227, 1);
}

.community-follow button[data-selected='true']:hover {
  background-color: #003a62;
  border-color: #003a62;
}

.community-follow button::after {
  border-left: 1px solid rgba(0, 119, 200, 1);
  content: attr(data-follower-count);
  color: rgba(0, 119, 200, 1);
  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 rgba(0, 119, 200, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

.striped-list-title {
  color: rgba(0, 119, 200, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: rgba(64, 153, 214, 1);
}

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

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

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

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

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

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

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

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

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: rgba(0, 119, 200, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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: rgba(64, 153, 214, 1);
}

.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: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

.post-comment-count .icon-comments {
  color: rgba(0, 119, 200, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 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 rgba(0, 119, 200, 1);
}

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

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

.collapsible-nav-list li {
  color: #2F3941;
  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: #2F3941;
  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 rgba(0, 119, 200, 1);
    order: 1;
  }
}

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

.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: 1024px) {
  .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 rgba(0, 119, 200, 1);
}

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

/***** 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: #5a6d7c;
  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 rgba(0, 119, 200, 1);
}

.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 rgba(0, 119, 200, 1);
}

.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: #5a6d7c;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

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

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

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

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

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

.pagination-first-link,
.pagination-last-link {
  padding: 0 10px;
}

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

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir='rtl'] .pagination-next-link {
  padding-left: 10px;
}

[dir='rtl'] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir='rtl'] .pagination-prev-link {
  padding-right: 10px;
}

[dir='rtl'] .pagination-prev-text {
  margin-right: 10px;
}

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

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

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

.meta-group * {
  display: inline;
}

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

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

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #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: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir='rtl'] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir='rtl'] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

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

.profile-stats .stat-label {
  color: #5a6d7c;
  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 rgba(0, 119, 200, 1);
  border-radius: 4px;
  color: rgba(0, 119, 200, 1);
  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: #5a6d7c;
  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-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir='rtl'] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title,
.profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description,
.profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir='rtl'] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

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

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

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

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

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

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

.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(0, 119, 200, 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;
}

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

.search-result-votes-icon,
.search-result-meta-count-icon {
  color: rgba(0, 119, 200, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir='ltr'] .search-result-votes,
[dir='ltr'] .search-result-meta-count {
  margin-left: 5px;
}

[dir='ltr'] .search-result-votes::before,
[dir='ltr'] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir='rtl'] .search-result-votes,
[dir='rtl'] .search-result-meta-count {
  margin-right: 5px;
}

[dir='rtl'] .search-result-votes::before,
[dir='rtl'] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

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

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

.my-header {
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
}
.my-header .MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.my-header .MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.my-header .MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.my-header .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.my-header .MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .my-header .MuiIconButton-root:hover {
    background-color: transparent;
  }
}
.my-header .MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.my-header .MuiIcon-root {
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-size: 1.5rem;
  flex-shrink: 0;
  user-select: none;
}
.my-header .MuiIcon-colorSecondary {
  color: #ffffff;
}
.my-header .jss28 {
  color: #ffffff;
  padding: 12px;
}
.my-header .jss28:hover {
  background-color: unset;
}
.my-header .jss20 {
  display: flex;
  align-items: center;
  min-width: 210px; /*added min width to this class to control the width of the links in the header right hand side*/
}
.my-header .jss21 {
  color: #ffffff;
  padding: 3px 12px;
  font-size: 36px;
  text-decoration: none;
}
.my-header .jss23 {
  display: flex;
  align-items: center;
  /*  justify-content: space-between; */
}
.my-header .jss3 {
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 96px;
  padding: 12px 24px;
  z-index: 1;
  position: fixed;
  box-sizing: border-box;
  background-color: #0077c8;
  z-index: 9;
}
@media (max-width: 959.95px) {
  .my-header .jss3 {
    padding: 12px;
  }
}
.my-header .jss4 {
  width: 100%;
  height: 62px;
  display: flex;
  /*max-width: 260px; removed this when left aligning header items was 260*/
  align-items: center;
}
.my-header .jss7 {
  height: 100%;
}
.my-header .jss9 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; /*Changed this to left align top header - was set to space-between - changed back to space between after moving items in header divs*/
}

.my-header .jss8 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; /*Split out jss8 and jss9 definitions due to justify-content change, now they are the same again and could be combined*/
}

@media (min-width: 960px) {
  .my-header .jss8 {
    display: none;
  }
}
@media (max-width: 959.95px) {
  .my-header .jss9 {
  }
}
.my-header .jss13 {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.my-header .jss15 {
  height: 100%;
  width: auto;
}

div#preview-bar-container {
  position: absolute;
  top: 0;
}

.MuiList-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.jss14 {
  flex: 1;
  max-height: 100%;
  overflow-y: hidden;
  background-color: #ffffff;
}

.MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
}
.MuiListItem-gutters {
  padding-left: 16px;
  padding-right: 16px;
}

.jss133 {
  padding: 25px;
  box-sizing: border-box;
  min-height: 105px;
  overflow-x: auto;
  background-color: #faf9f8;
}
@media (max-width: 959.95px) {
  .jss133 {
    display: flex;
    justify-content: space-between;
  }
}
.jss134 {
  display: flex;
  justify-content: space-between;
}

.jss73 {
  flex: 1;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-direction: column;
  scroll-behavior: smooth;
}
.jss85 {
  height: 100%;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
}

.jss41 {
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
}
.jss42 {
  width: 300px;
  display: flex;
  padding: 25px;
  overflow: auto;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e5f1f9;
} /* changed background-color to Myriota light blue, from grey F2F0EE, this changed the left hand nav background*/
.jss43 {
  width: unset;
  padding: 0;
  align-items: unset;
  margin-bottom: 25px;
}
.jss44 {
  color: #000000;
  font-family: GTWalsheimRegular, sans-serif;
}
.jss48 {
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.jss50:hover {
  color: #cbc4bc;
} /* this is an orange color - not sure where this is used */

.jss157 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.jss2 {
  height: calc(100% - 95px);
  display: flex;
  flex-direction: row;
}
@media (max-width: 959.95px) {
}

.my-header {
  height: 95px;
}
header.page-header.community-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

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

header.page-header.community-header > * {
  margin-right: 25px;
}

.jss85 {
  padding: 25px;
}
li.MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
  width: unset;
  padding: 0;
  align-items: unset;
  margin-bottom: 0;
}

a.jss21 {
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.jss19 {
  color: inherit;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 16px;
}

a.jss21 svg {
  width: 20px;
  height: 20px;
}
.jss22 {
  color: inherit;
  cursor: pointer;
  font-size: 20px;
  font-family: inherit;
  line-height: unset;
}

a.jss21.jss23.active {
  font-family: GTWalsheimBold;
}

section.section.whatnew {
  display: flex;
  height: 500px;
}

section.section.whatnew > * {
  display: flex;
}

.hero-inner-left {
  flex-direction: column;
  padding: 25px;
  align-items: baseline;
}

.hero-inner-left h2 {
  font-size: 70px;
  padding-right: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-inner-left p {
  font-size: 21px;
  padding-right: 40px;
  margin-bottom: 35px;
}

.hero-inner-left a {
  background: #000;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

section.section.whatnew {
  margin-bottom: 25px;
}
img.whatsnew-img {
  display: none;
}

.mycomm section {
  display: block;
}
.mycomm a:focus {
  outline: dotted thin;
}
.mycomm * {
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
}
.mycomm a {
  text-decoration: none;
  color: #1264a3;
}
.mycomm a:hover {
  text-decoration: underline;
}
.mycomm h2 {
  font-family: Slack-Larsseit, Slack-Circular-Pro, appleLogo, sans-serif;
  color: #1d1c1d;
}
.mycomm p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 700px) {
  .mycomm p {
    font-size: 16px;
    line-height: 26px;
  }
}
.mycomm .align_center {
  text-align: center;
}
.mycomm .intro_cards {
  background-color: #f4f7fa;
  border-bottom: 0px solid #e3e3e3;
  padding-bottom: 50px;
}
.mycomm .intro_cards .intro_cards_container {
  max-width: 1024px;
  margin: 0 auto;
}
.mycomm .intro_cards .intro_card_container {
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
  margin-top: 1px;
}
.mycomm .intro_cards .card {
  z-index: 2;
  padding: 36px 20px 0;
  position: relative;
  transition-property: all;
  transition-duration: 170ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mycomm .intro_cards .card .tile {
  text-decoration: none;
  z-index: 1;
  display: inline-block;
  color: #1d1c1d;
}
.mycomm .intro_cards .card:hover {
  z-index: 3;
}
.mycomm .intro_cards .card_title {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 900;
}
.mycomm .intro_cards .card_description {
  font-size: 16.1px;
  line-height: 25px;
  padding: 0;
  margin: 4px auto 0;
  max-width: 340px;
}
.mycomm .intro_cards .card_image {
  width: auto;
  height: 84px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mycomm .intro_cards .card .tile .card_description {
  color: #454245;
}
.mycomm .intro_cards .card_title {
  color: #1d1c1d;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 845px) {
  .mycomm .intro_cards {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 560px) {
  .mycomm .intro_cards {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 701px) {
  .mycomm .intro_cards .intro_cards_container {
    background:
      url(https://a.slack-edge.com/80588/helpcenter/img/thinLine.png) 50% center/1px 90% no-repeat,
      url(https://a.slack-edge.com/80588/helpcenter/img/thinLine.png) center 0.37% 1px no-repeat,
      url(https://a.slack-edge.com/80588/helpcenter/img/thinLine.png) center 0.74% 1px no-repeat;
  }
}
@media screen and (min-width: 846px) {
  .mycomm .intro_cards .intro_cards_container {
    background:
      url(https://a.slack-edge.com/80588/helpcenter/img/thinLine.png) 33.3% center/1px 90% no-repeat,
      url(https://a.slack-edge.com/80588/helpcenter/img/thinLine.png) 66.6% center/1px 90% no-repeat,
      url(https://a.slack-edge.com/80588/helpcenter/img/thinLine.png) center center/90% 1px
        no-repeat;
  }
}
@media screen and (max-width: 845px) {
  .mycomm .intro_cards .intro_card_container {
    width: 49.6%;
  }
}
@media screen and (max-width: 700px) {
  .mycomm .intro_cards {
    padding-bottom: 20px;
  }
  .mycomm .intro_cards .intro_card_container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .mycomm .intro_cards .card {
    background-color: #f4f7fa;
    min-height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .mycomm .intro_cards .card {
    padding-top: 20px;
  }
  .mycomm .intro_cards .card .tile {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .mycomm .intro_cards .card:hover {
    -webkit-transform: scale(1.075) rotate(0.0001deg);
    -moz-transform: scale(1.075) rotate(0.0001deg);
    -ms-transform: scale(1.075) rotate(0.0001deg);
    -o-transform: scale(1.075) rotate(0.0001deg);
    transform: scale(1.075) rotate(0.0001deg);
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 700px) {
  .mycomm .intro_cards .card_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.mycomm section {
  display: block;
}
.mycomm a {
  background: 0 0;
}
.mycomm a:active,
.mycomm a:hover {
  outline: 0;
}
.mycomm img {
  border: 0;
}
.mycomm *,
.mycomm ::after,
.mycomm ::before {
  box-sizing: inherit;
}
.mycomm :focus {
  outline: #611f69 dotted 2px;
  outline-offset: 5px;
}
img.card_image {
  min-height: 90px;
}

.community-hero svg.search-icon {
  transform: unset;
  top: unset;
  bottom: 10px;
}

/*! CSS Used from: Embedded */
.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
/*! CSS Used from: Embedded */
.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
/*! CSS Used from: Embedded */
.MuiList-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
/*! CSS Used from: Embedded */
.MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
}
.MuiListItem-gutters {
  padding-left: 16px;
  padding-right: 16px;
}
.MuiListItem-button {
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiListItem-button:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .MuiListItem-button:hover {
    background-color: transparent;
  }
}
/*! CSS Used from: Embedded */
.MuiPaper-root {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}
.MuiPaper-rounded {
  border-radius: 4px;
}
.MuiPaper-elevation8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
/*! CSS Used from: Embedded */
.MuiPopover-paper {
  outline: 0;
  position: absolute;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
/*! CSS Used from: Embedded */
.MuiMenu-paper {
  max-height: calc(100% - 96px);
  -webkit-overflow-scrolling: touch;
}
.MuiMenu-list {
  outline: 0;
}
/*! CSS Used from: Embedded */
.MuiMenuItem-root {
  width: auto;
  overflow: hidden;
  font-size: 1rem;
  box-sizing: border-box;
  min-height: 48px;
  font-family: GTWalsheimRegular, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 6px;
  white-space: nowrap;
  padding-bottom: 6px;
}
@media (min-width: 600px) {
  .MuiMenuItem-root {
    min-height: auto;
  }
}
/*! CSS Used from: Embedded */
.jss25 {
  color: inherit;
  width: 100%;
  display: flex;
  font-size: 14pt;
  align-items: center;
  font-family: GTWalsheimRegular, Arial, sans-serif;
  font-weight: 700;
  justify-content: space-between;
  text-decoration: none;
}
.jss26 {
  flex: 1;
  padding-right: 6px;
}
.jss27 {
  color: #231f20;
}
.jss27:hover {
  color: #c7c0b8;
  background-color: unset;
}
.jss29 {
  padding: 24px;
}
.jss30 {
  padding: 0;
  min-width: 204px;
}
.jss31 {
  border-radius: 24px;
}

.open + .MuiPaper-root.MuiMenu-paper.jss31.MuiPopover-paper.MuiPaper-elevation8.MuiPaper-rounded {
  display: block !important;
  max-height: unset;
  width: 252px;
}
.user-info.dropdown {
  margin-right: 10px;
}
h2.welcome {
  font-size: 32px;
  margin-bottom: 20px;
}

@charset "UTF-8";
.jss35 {
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
}
.jss35 .MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.jss35 .MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.jss35 .MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.jss35 .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.jss35 .MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .jss35 .MuiIconButton-root:hover {
    background-color: transparent;
  }
}
.jss35 .MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.jss35 .MuiList-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.jss35 .MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
.jss35 .MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
}
.jss35 .MuiListItem-gutters {
  padding-left: 16px;
  padding-right: 16px;
}
.jss35 .MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.jss35 .jss46 {
  padding: 0;
}
.jss35 .jss47 {
  font-family: GTWalsheimBold, sans-serif;
  font-weight: bold;
}
.jss35 .jss49 {
  color: inherit;
  overflow: hidden;
  font-size: 14pt;
  max-width: 288px;
  box-sizing: border-box;
  word-break: break-word;
  font-family: GTWalsheimRegular, sans-serif;
  border-radius: 2px;
  text-overflow: ellipsis;
  letter-spacing: 0.25px;
  text-decoration: none;
  line-height: 22px;
}
.jss35 .jss50 {
  color: #231f20;
}
.jss35 .jss50:hover {
  color: #c7c0b8;
}
.jss35 .jss53 {
  border: none;
  height: 0;
  margin: 12px 0px;
  flex-shrink: 0;
  border-bottom: 1.5px solid #c7c0b8;
}
.jss35 .jss54 {
  display: flex;
  align-items: center;
}
.jss35 .MuiInputBase-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: GTWalsheimRegular, sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
}
.jss35 .MuiInputBase-fullWidth {
  width: 100%;
}
.jss35 .MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.jss35 .MuiInputBase-input::-webkit-input-placeholder,
.jss35 .MuiInputBase-input::-moz-placeholder,
.jss35 .MuiInputBase-input:-ms-input-placeholder,
.jss35 .MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.jss35 .MuiInputBase-input:focus {
  outline: 0;
}
.jss35 .MuiInputBase-input:invalid {
  box-shadow: none;
}
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input::-webkit-input-placeholder,
.jss35 label[data-shrink='false'] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder,
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input:-ms-input-placeholder,
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-webkit-input-placeholder,
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-moz-placeholder,
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus:-ms-input-placeholder,
.jss35
  label[data-shrink='false']
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.jss35 .MuiInput-root {
  position: relative;
}
.jss35 label + .MuiInput-formControl {
  margin-top: 16px;
}
.jss35 .MuiInput-underline:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 2px solid #0077c8;
  pointer-events: none;
}
.jss35 .MuiInput-underline:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  pointer-events: none;
}
.jss35 .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 2px solid rgba(0, 0, 0, 0.87);
}
@media (hover: none) {
  .jss35 .MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  }
}
.jss35 .MuiFormLabel-root {
  color: rgba(0, 0, 0, 0.54);
  padding: 0;
  font-size: 1rem;
  font-family: GTWalsheimRegular, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.jss35 .MuiInputLabel-root {
  display: block;
  transform-origin: top left;
}
.jss35 .MuiInputLabel-formControl {
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(0, 24px) scale(1);
}
.jss35 .MuiInputLabel-animated {
  transition:
    color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.jss35 .MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.jss35 .MuiFormControl-fullWidth {
  width: 100%;
}
.jss35 .MuiInputAdornment-root {
  height: 0.01em;
  display: flex;
  max-height: 2em;
  align-items: center;
  white-space: nowrap;
}
.jss35 .MuiInputAdornment-positionEnd {
  margin-left: 8px;
}
.jss35 .jss41:before,
.jss35 .jss41:after {
  transition: unset;
  border-bottom-color: #c7c0b8;
}
.jss35 .jss41.jss41.jss41.jss41:hover:before {
  border-bottom-color: #c7c0b8;
}
.jss35 .jss44 {
  color: #c7c0b8;
}
.jss35 .jss45 {
  padding: 6px;
}
.jss35 .jss35 {
  width: 312px;
  display: flex;
  box-sizing: border-box;
  min-height: 100%;
  flex-direction: column;
  padding-bottom: 24px;
  justify-content: space-between;
}
.jss35 .jss36 {
  margin-bottom: 48px;
}

.jss42.jss3 {
  width: 370px;
}

.jss36 {
  display: none;
}

.jss35 ul.MuiList-root.MuiList-padding {
  padding-top: 100px;
}

.jss133 {
  overflow-x: visible;
}

.hero-inner-right a {
  border: 1px solid #fff;
  /* flex-wrap: wrap; */
  flex: 1 0 170px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
  align-items: baseline;
  border-bottom: none;
  border-right: none;
}

.hero-inner-right {
  max-width: 340px;
  justify-content: unset;
  flex-wrap: wrap;
}
.hero-inner-right a:nth-child(n + 3) {
  border-bottom: 1px solid #fff;
}

section.section.whatnew {
  max-width: 100vw;
  height: 340px;
  margin-bottom: 0;
  background: #0177c8;
  border: 0px solid #fff;
  margin-top: 1px;
  border-left: none;
  border-right: none;
}
.hero-inner-left {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.hero-inner-right h3 {
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  font-family: GTWalsheimRegular;
  max-width: 101px;
}

.hero-inner-right img {
  margin-bottom: 30px;
}

.hero-inner-left h2 {
  color: #ffffff;
  font-family: 'GTWalsheimRegular';
  font-size: 60px;
  /* font-weight: bold; */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  max-width: 510px;
  margin-bottom: 0;
}
section.section.whatnew {
  justify-content: space-between;
}
section#hphero {
  height: unset;
  padding: 50px 50px;
  background: #0177c8;
}

.hero-inner {
  /* position: static; */
  top: unset;
  transform: unset;
  max-width: 100%;
}

form.search.search-full input {
  color: #0077c8 !important;
  font-size: 20px;
  /* font-weight: bold; */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  height: 56px;
  padding-left: 50px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0077c8 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #0077c8 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #0077c8 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #0077c8 !important;
}

svg.search-icon {
  color: #0077c8 !important;
  left: 22px;
}

.hero-inner-left {
  padding-left: 50px;
  justify-content: center;
}

section#mainbtns {
  display: flex;
  background: #f2f3f0;
  flex-direction: column;
  padding: 45px;
  padding-bottom: 165px;
}

.top-title h2 {
  color: #0077c8;
  font-size: 40px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.buttons ul {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  margin-left: -12px;
  margin-right: -12px;
}

.buttons li {
  background: #fff;
  margin: 0 12px;
  border-radius: 6px;
}

.buttons {
  display: flex;
  justify-content: center;
  padding-top: 55px;
}

.top-subtitle {
  padding: 25px;
  border-bottom: 1px solid #f2f3f0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.top-subtitle h3 {
  margin: 0;
  color: #0077c8;
  font-family: 'GTWalsheimRegular';
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.top-subtitle img {
  margin-right: 22px;
}

.buttons li p {
  margin: 0;
  padding: 25px;
  color: #0077c8;
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.buttons li a {
  margin: 0;
  padding: 20px 25px;
  display: block;
  color: #0077c8;
  font-family: 'GTWalsheimBold';
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding-top: 15px;
  display: inline-block;
  align-items: center;
  position: relative;
}
section#hphero {
  margin-bottom: 0;
}

.buttons li a:after {
  content: '';
  background: url(/hc/theming_assets/01KVF81BD5N8BM3HDN6A01V26M);
  background-size: cover;
  right: 0px;
  top: 21px;
  position: absolute;
  width: 15px;
  height: 8px;
}

footer.footer {
  background: #0077c8;
  border: none;
  padding: 50px;
}

.links-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 700px;
}

.links-inner li {
  flex: 1 0 33%;
  max-width: 220px;
}

.footer-inner {
  border: 0px solid red;
  width: 100% !important;
  max-width: unset;
}

.links-inner li a {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.logo-inner {
  display: flex;
}
span.ext-link {
  display: inline-block;
  margin-right: 5px;
}
section.new-tcik {
  height: 154px;
  background-color: #eaf3ff;
  padding: 0 45px;
  display: flex;
  flex-direction: row;
  margin-bottom: -60px;
}

section.new-tcik > * {
  flex: 1;
}

section.new-tcik h4 {
  color: #0077c8;
  font-family: 'GTWalsheimBold';
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  align-self: center;
}

section.new-tcik a {
  color: #0077c8;
  font-size: 30px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding-top: 45px;
}
section.new-tcik a:after {
  content: '';
  background: url(/hc/theming_assets/01KVF81BD5N8BM3HDN6A01V26M);
  width: 40px;
  height: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  right: -18px;
}

section#date {
  padding: 45px;
  padding-bottom: 160px;
}
section.section.home-section.activity {
  display: none;
}
span.nesto {
  display: none !important;
}
.wraper-date {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 75px;
}

.date-nav ul {
  display: flex;
  border-bottom: 1px solid #f2f3ef;
  margin: 0 -12px;
}

.date-nav li a {
  color: #0077c8;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 5px 0px;
  display: inline-block;
}

.date-nav li {
  margin: 0 12px;
}

.date-nav li a.active {
  font-weight: bold;
  border-bottom: 3px solid #0077c8;
}

.xss ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.xss ul li {
  background: red;
  /*height: 269px;  commenting out this line let the boxes in the product homepage grow*/
  background-color: #f2f3f0;
  margin: 12px;
  margin-bottom: 24px;
  margin-top: 0;
  border-radius: 6px;
  flex: 1 0 18%;
}

.xss ul li > a {
  display: flex;
  flex-direction: column;
  padding: 25px;
  height: 100%;
}
.date-nav ul li a:hover,
.date-nav ul li a:focus,
.date-nav ul li a:active {
  text-decoration: none;
}
.xss ul li span,
.xss ul li > a {
  color: #0077c8;
  font-size: 30px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.xss ul li img {
  max-width: 100px;
}

.date-nav {
  margin-bottom: 50px;
}

.xss:not(.active) {
  display: none;
}

.xss ul li {
  max-width: calc(25% - 24px);
}

section.intro_cards {
  padding-top: 50px;
}
.imgwrap {
  display: flex;
  border: 0px solid red;
  justify-content: center;
  height: 80px;
}

.active.xss.date-articles-products span {
  min-height: 105px;
}
.xss ul li img.arrow {
  width: 24px;
  position: absolute;
  bottom: 20px;
  height: 13px;
  left: 20px;
}

.xss ul li a {
  position: relative;
}
.xss ul li a:hover {
  text-decoration: none;
}

.xss ul li:hover {
  box-shadow: 0px 0px 5px #c8cac5;
}

.sub-nav input#query {
  padding-left: 50px;
}

.date-nav ul {
  border: none;
  justify-content: center;
  border: 0px solid red;
}

.date-nav li a {
  padding: 19px 25px;
  border-radius: 27px;
  color: #1e76bd;
}

.date-nav li {
  margin: 0;
  background: #f2f0ee;
  /* border-radius: 27px; */
}

.date-nav li a.active {
  border: none;
  background: #1e76bd;
  color: #fff;
  font-weight: normal;
}

.date-nav li:first-child {
  border-radius: 27px 0 0 27px;
}

.date-nav li:last-child {
  border-radius: 0 27px 27px 0;
}

.xss.date-articles-products ul li {
  max-width: calc(33.33% - 24px);
  flex: 1 0 25%;
}

.active.xss.date-articles-products span {
  min-height: unset;
  border-bottom: 0px solid #fff;
  /* position: relative; */
  line-height: 0.95;
  margin-bottom: 20px;
}

.active.xss.date-articles-products span:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  left: 0;
  top: 100px;
}

.xss.date-articles-products ul li {
  position: relative;
  min-height: 520px;
}

.xss.date-articles-products ul li a {
  justify-content: space-between;
}

.xss.date-articles-products ul li a em {
  /*Buttons on boxes*/
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #1e76bd;
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 27px;
}

.xss.date-articles-products ul li .imgwrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

.xss.date-articles-products ul li .imgwrap img {
  max-width: 100%;
}

a.recent-activity-item-link p {
  color: #1e76bd;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: flex;
  margin: 0;
  align-items: center;
}

a.recent-activity-item-link {
  display: flex;
  justify-content: space-between;
}

a.recent-activity-item-link p img.arrow {
  position: static;
  margin-left: 5px;
}

a.recent-activity-item-link {
  color: #1e76bd;
  font-size: 30px;
  justify-content: flex-start;
  min-height: 350px;
  width: 100%;
}

.xss ul li a.recent-activity-item-link span {
  color: #7a6e67;
  font-size: 16px !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 11px;
}

.xss.date-articles-recent li {
  height: unset;
}

a.recent-activity-item-link p {
  margin-top: auto;
}

/* tablet */
@media (max-width: 1074px) {
  .jss8 {
    display: none !important;
  }

  .hero-inner-left {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 70%;
  }
  .hero-inner-left h2 {
    font-size: 50px;
  }
  .buttons ul {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .buttons ul li {
    margin-bottom: 24px;
  }

  .xss ul {
    flex-direction: column;
  }

  .xss ul li {
    max-width: 100%;
    height: unset !important;
    flex: 1 !important;
  }

  .xss ul li a {
    height: unset !important;
    min-height: unset;
  }

  .xss.date-articles-products ul li {
    max-width: unset;
    display: flex;
    width: 100%;
    min-height: unset;
  }

  .xss.date-articles-products ul li a {
    height: 100% !important;
    width: 100%;
  }

  .xss.date-articles-products ul li a em {
    margin-top: 25px;
    max-width: 200px;
    margin: 0 auto;
    width: 200px;
    margin-top: 25px;
  }

  .xss.date-articles-products ul li .imgwrap {
    margin-top: 25px;
  }

  a.recent-activity-item-link p {
    margin-top: 25px;
  }
}

/* mobile */
@media (max-width: 774px) {
  .hero-inner-left h2 {
    font-size: 30px;
    padding-right: 0;
  }

  section.section.whatnew {
    flex-direction: column;
  }

  .hero-inner-left {
    width: 100%;
    border-bottom: none;
  }

  .hero-inner-right {
    width: 100% !important;
    max-width: unset;
  }

  section.section.whatnew {
    height: unset;
  }

  section#date {
    padding: 25px;
    padding-bottom: 50px;
  }

  section#mainbtns {
    padding: 25px;
    padding-bottom: 50px;
  }

  .top-title h2 {
    margin-bottom: 0;
  }

  .wraper-date {
    padding-top: 40px;
  }

  .xss.date-articles-products ul li {
    margin-left: 0;
    margin-right: 0;
  }

  .xss ul {
    margin-left: 0;
    margin-right: 0;
  }

  section.new-tcik {
    height: unset;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  section.new-tcik h4 {
    text-align: left;
    margin: 0;
    align-self: auto;
  }

  section.new-tcik a {
    padding-top: 25px;
  }

  footer.footer {
    padding: 25px;
  }

  .footer-inner {
    flex-direction: column;
    padding: 0;
  }

  .logo-inner {
    margin-bottom: 20px;
  }

  .links-inner li {
    flex: 1 0 45%;
    padding-right: 10px;
  }

  .links-inner ul {
    justify-content: flex-start;
  }
  .hero-inner-left {
    padding: 25px;
  }
  .jss2 {
    flex-direction: column;
  }

  .jss42.jss3 {
    width: 100%;
  }

  ul.MuiList-root.MuiList-padding {
    padding-top: 30px !important;
  }
  .hero-inner-right a:nth-child(n + 0) {
    border-bottom: 1px solid #fff;
  }
}

section.section-back {
  background-image: url(/hc/theming_assets/01KVF81G31MT401218JQDGXPS9);
  position: relative;
  background-size: cover;
  background-position: center;
}

.section-back section.section.whatnew {
  background: unset;
  position: relative;
  z-index: 5;
}

.section-back section#hphero {
  background: unset;
  position: relative;
  z-index: 5;
}

section.section-back:after {
  content: '';
  background-color: #1e76bd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}

.top-subtitle img {
  max-height: 50px;
  margin-right: 12px;
  margin-left: -5px;
  margin-top: -10px;
  margin-bottom: -8px;
}

.hero-inner-right a > img {
  max-height: 42px;
  margin-left: -10px;
  margin-bottom: 25px;
}
body > section#hphero {
  background-image: url(/hc/theming_assets/01KVF81G31MT401218JQDGXPS9);
  position: relative;
  background-size: cover;
  background-position: center;
}

body > section#hphero:after {
  content: '';
  background-color: #1e76bd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
body > section#hphero > div {
  position: relative;
  z-index: 5;
}
.suggestion-list {
  display: none;
}
.predicted_results.set-background {
  padding-top: 20px;
  border: 0px solid #dddddd;
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  background: #f2f3ef;
}

h2.search-results-heading {
  font-size: 15px;
}

li.search-result {
  padding: 15px 0;
}

ul.search-results-list {
  margin-bottom: 0;
}

li.search-result em {
  font-weight: bold;
}
li.topicsli {
  height: unset !important;
}

li.topicsli > a {
  min-height: 300px;
}
.topics-data {
  display: flex;
  justify-content: space-between;
}

.topics-data span {
  flex: 1;
}

.request_custom_fields_360012671236,
.request_custom_fields_360012671256,
.request_custom_fields_360012671276,
.request_custom_fields_360012663595,
.request_custom_fields_14863887529359 {
  display: none;
}

.form-field.showed {
  display: block;
}

.jss2 {
  height: 100%;
  min-height: 67vh;
}

span.optional {
  display: none;
}

.form-field.required {
  display: block;
}

a.nesty-input + span,
div#upload-dropzone .rednotif,
input + .rednotif,
p#request_description_hint + .rednotif {
  display: block !important;
}

div#upload-dropzone > .rednotif + .rednotif,
.rednotif {
  display: none !important;
}

span.rednotif + span.rednotif {
  display: none !important;
}
span.dugme {
  cursor: pointer;
  width: auto;
  min-width: 190px;
  border: 0px solid red;
  display: inline-block;
  height: 100%;
  position: absolute;
}

form footer {
  position: relative;
  padding-top: 0 !important;
}

.notification-inline.notification-error::before {
  top: -1px;
  position: relative;
}
.rednotif {
  padding-top: 6px !important;
}

.form-field.required label {
  position: relative;
}

.form-field.required label:after {
  content: '*'; /* position: absolute; */
  color: red;
  padding-left: 3px;
}
input[readonly] {
  background: #e4e4e4;
}
.top-subtitle {
  cursor: pointer;
}

.html-kb .hp,
html:not(.html-kb) .dev-hp {
  display: none;
}

@charset "UTF-8";
.dev-hp body {
  margin: 0;
}
.dev-hp nav,
.dev-hp section {
  display: block;
}
.dev-hp a {
  background-color: transparent;
}
.dev-hp a:active,
.dev-hp a:hover {
  outline: 0;
}
.dev-hp h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.dev-hp img {
  border: 0;
}
.dev-hp input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
}
.dev-hp input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.dev-hp input[type='search'] {
  -webkit-appearance: none;
}
.dev-hp [class^='w-icon-'],
.dev-hp [class*=' w-icon-'] {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dev-hp .w-icon-nav-menu:before {
  content: '';
}
.dev-hp .w-icon-dropdown-toggle:before {
  content: '';
}
.dev-hp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dev-hp body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.dev-hp img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.dev-hp .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.dev-hp .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.dev-hp input.w-button {
  -webkit-appearance: button;
}
.dev-hp h1,
.dev-hp h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.dev-hp h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
.dev-hp h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  font-family: GTWalsheimRegular, sans-serif;
}
.dev-hp p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.dev-hp .w-form {
  margin: 0 0 15px;
}
.dev-hp .w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.dev-hp .w-input:-moz-placeholder {
  color: #999;
}
.dev-hp .w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.dev-hp .w-input:-ms-input-placeholder,
.dev-hp .w-input::-webkit-input-placeholder {
  color: #999;
}
.dev-hp .w-input:focus {
  border-color: #3898ec;
  outline: 0;
}
.dev-hp .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.dev-hp .w-container:before {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.dev-hp .w-container:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}
@media screen and (max-width: 991px) {
  .dev-hp .w-container {
    max-width: 728px;
  }
  .dev-hp .w-hidden-medium {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dev-hp .w-hidden-medium {
    display: inherit !important;
  }
  .dev-hp .w-hidden-small {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .dev-hp .w-container {
    max-width: none;
  }
  .dev-hp .w-hidden-medium,
  .dev-hp .w-hidden-small {
    display: inherit !important;
  }
  .dev-hp .w-hidden-tiny {
    display: none !important;
  }
}
.dev-hp .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .dev-hp .w-nav-brand {
    padding-left: 10px;
  }
}
.dev-hp .w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.dev-hp .w-nav:before {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.dev-hp .w-nav:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}
.dev-hp .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.dev-hp .w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.dev-hp .w-nav-link.w--current {
  color: #0082f3;
}
.dev-hp .w-nav-menu {
  position: relative;
  float: right;
}
.dev-hp .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.dev-hp .w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dev-hp .w-nav-button:focus {
  outline: 0;
}
@media screen and (max-width: 991px) {
  .dev-hp .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .dev-hp .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dev-hp .w-nav-brand {
    padding-left: 10px;
  }
}
.dev-hp .w-tabs {
  position: relative;
}
.dev-hp .w-tabs:before {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.dev-hp .w-tabs:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}
.dev-hp .w-tab-menu {
  position: relative;
}
.dev-hp .w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.dev-hp .w-tab-link.w--current {
  background-color: #c8c8c8;
}
.dev-hp .w-tab-link:focus {
  outline: 0;
}
.dev-hp .w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.dev-hp .w-tab-pane {
  position: relative;
  display: none;
}
.dev-hp .w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .dev-hp .w-tab-link {
    display: block;
  }
}
.dev-hp body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 135%;
}
.dev-hp h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}
.dev-hp h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}
.dev-hp p {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 160%;
  font-weight: 300;
}
.dev-hp a {
  color: #24a7ff;
  text-decoration: underline;
}
.dev-hp img {
  display: inline-block;
  max-width: 100%;
}
.dev-hp .navigation-bar {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.dev-hp .navigation-menu {
  float: none;
}
.dev-hp .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 6px 0px 6px 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
  font-family: GTWalsheimBold;
}
.dev-hp .nav-link:hover {
  color: #ebebeb;
}
.dev-hp .nav-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 6px;
  color: #ebebeb;
  cursor: auto;
}
.dev-hp .main-subheading {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}
.dev-hp .content {
  width: 75%;
  margin-left: 25%;
  padding: 50px;
}
.dev-hp .sidebar-column {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 25%;
  height: 100%;
  margin-right: 1px;
  padding: 50px 40px;
  background-color: #0077c8;
  color: #9b9b9b;
  font-size: 15px;
  mix-blend-mode: normal;
}
.dev-hp .logo-link {
  display: block;
  float: none;
  visibility: hidden;
}
.dev-hp .divider {
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}
.dev-hp .button-2 {
  position: static;
  margin-right: 20px;
  margin-left: 20px;
  float: none;
  clear: none;
  font-family: 'Gt walsheim pro', sans-serif;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}
.dev-hp .section-2 {
  text-align: center;
}
.dev-hp .paragraph {
  font-family: 'Gt walsheim pro', sans-serif;
}
.dev-hp .heading {
  font-family: 'Gt walsheim pro', sans-serif;
  text-align: left;
}
.dev-hp .cards-section {
  padding-top: 0px;
  padding-bottom: 3px;
}
.dev-hp .cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}
.dev-hp .cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}
.dev-hp .cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  padding-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.dev-hp .paragraph-2 {
  text-align: left;
}
.dev-hp .icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.dev-hp .dropdown-menu {
  position: relative;
  display: block;
  border: none;
  background: unset;
  box-shadow: unset;
  padding: unset;
  margin: unset;
  min-width: unset;
  font-size: unset;
}
.dev-hp .dropdown-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dev-hp .dropdown-content {
  position: relative;
  left: 0px;
  overflow: hidden;
  width: 100%;
  padding-left: 0px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #bec3c7;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}
.dev-hp .dropdown-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dev-hp .dropdown-subcontent {
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #929292;
  color: #535050;
}
.dev-hp .image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}
.dev-hp .quarttab {
  padding-right: 5%;
  padding-left: 5%;
}
.dev-hp .quarttab.w--current {
  padding-right: 5%;
  padding-left: 5%;
}
.dev-hp .div-block-2 {
  padding-bottom: 25px;
}
.dev-hp .tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.dev-hp .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
.dev-hp .search-button {
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 14px;
}
.dev-hp .search-input-2 {
  font-size: 14px;
}
.dev-hp .heading-3 {
  text-align: center;
}
.dev-hp .div-block-3 {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .dev-hp .navigation-bar {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dev-hp .navigation-menu {
    padding: 20px;
    border-radius: 5px;
    background-color: #333;
  }
  .dev-hp .nav-link {
    text-align: center;
  }
  .dev-hp .nav-link.w--current {
    text-align: left;
  }
  .dev-hp .menu-button {
    padding: 13px 11px 11px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .dev-hp .main-subheading {
    margin-top: 0px;
  }
  .dev-hp .content {
    width: 100%;
    margin-left: 0%;
    padding: 30px 20px;
  }
  .dev-hp .sidebar-column {
    position: static;
    width: 100%;
    padding: 20px;
  }
  .dev-hp .logo-link {
    float: left;
  }
  .dev-hp .divider {
    display: block;
    width: 30%;
    margin: 14px auto;
  }
  .dev-hp .cards-grid-container {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dev-hp h1 {
    font-size: 31px;
    line-height: 38px;
  }
  .dev-hp .navigation-menu {
    margin-top: 20px;
  }
  .dev-hp .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dev-hp .main-subheading {
    width: auto;
  }
  .dev-hp .content {
    padding: 20px 10px;
  }
  .dev-hp .sidebar-column {
    padding: 10px;
  }
  .dev-hp .logo-link {
    padding-left: 0px;
  }
  .dev-hp .divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dev-hp .cards-section {
    padding: 40px 20px;
  }
  .dev-hp .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 479px) {
  .dev-hp .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .dev-hp .main-subheading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }
  .dev-hp .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdaba-a3996f63,
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdabc-a3996f63,
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdac1-a3996f63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdac3-a3996f63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
@media screen and (max-width: 479px) {
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdab0-a3996f63,
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdab7-a3996f63,
  .dev-hp #w-node-adda2df8-0bee-aa08-6ad5-09fb3f3bdabe-a3996f63 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

.dev-hp input.w-button {
  min-width: unset;
}

.dev-hp input[type='search'] {
  border: none;
  border-radius: unset;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: rgb(51, 51, 51);
  vertical-align: middle;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
}

div.dropdown-title > a.nav-link.w-nav-link {
  pointer-events: none;
  cursor: pointer;
}

.dev-hp .dropdown-title {
  cursor: pointer;
}

.dev-hp .th {
  width: 3.7993%;
  height: 22px;
  text-align: left;
  vertical-align: middle;
  background: lightgray;
}

.artpage {
  display: block !important;
}
.artpage.dev-hp .sidebar-column {
  position: sticky;
  left: 0px;
  top: 0;
}

.dev-hp.artpage {
  position: relative;
}
.artpage .content.bodycnntent {
  margin-left: unset;
  padding-bottom: 50px;
}

.artpage.dev-hp.artpage {
  display: flex !important;
  margin-bottom: -60px;
}
.dev-hp {
  display: flex;
}

.content.bodycnntent {
  width: unset;
  margin: unset;
}

.jss42.jss3.jss3my {
  /*min-width: 370px; commenyted out, set as 180px nav change*/
  min-width: 370px;
}

.html-kb footer.footer {
  margin-top: 0;
}
.jss53 .jss48 {
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.jss52 {
  color: #c7c0b8 !important;
  padding: 0 !important;
}

.jss35 .jss47 {
  justify-content: space-between;
}

.jss35 ul.MuiList-root.MuiList-padding {
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
}
.jss35 ul.MuiList-root.MuiList-padding .MuiList-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiCollapse-root {
  height: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiCollapse-hidden {
  visibility: hidden;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiCollapse-wrapper {
  display: flex;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiCollapse-wrapperInner {
  width: 100%;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: space-between;
  text-decoration: none;
}
.jss35 ul.MuiList-root.MuiList-padding .MuiListItem-gutters {
  padding-left: 16px;
  padding-right: 16px;
}
.jss35 ul.MuiList-root.MuiList-padding .jss46 {
  padding: 0;
}
.jss35 ul.MuiList-root.MuiList-padding .jss49 {
  color: inherit;
  overflow: hidden;
  font-size: 14pt;
  max-width: 288px;
  box-sizing: border-box;
  word-break: break-word;
  font-family: GTWalsheimRegular, sans-serif;
  border-radius: 2px;
  text-overflow: ellipsis;
  letter-spacing: 0.25px;
  text-decoration: none;
}
.jss35 ul.MuiList-root.MuiList-padding .jss50 {
  color: #231f20;
}
.jss35 ul.MuiList-root.MuiList-padding .jss50:hover {
  color: #c7c0b8;
}
.jss35 ul.MuiList-root.MuiList-padding .jss54 {
  display: flex;
  align-items: center;
}

.jss42.jss3.jss3my {
  padding-top: 10px;
}

.jss35 ul.MuiList-root.MuiList-padding .MuiCollapse-entered {
  height: auto;
  overflow: visible;
}

.MuiCollapse-root.MuiCollapse-hidden.visible {
  min-height: unset !important;
  height: unset !important;
  visibility: visible !important;
  display: flex !important;
}
.jss48.active .MuiIconButton-root {
  transform: rotate(180deg);
}

ul.cat-list {
  display: flex;
  color: #fff;
  margin-right: 10px;
}

ul.cat-list li {
  border: 0px solid #fff;
  font-size: 18px;
  font-weight: bold;
}

ul.cat-list a {
  color: #fff;
}

ul.cat-list li {
  margin: 0 20px;
}

ul.cat-list-1 {
  /*    display: flex; */
  color: #fff;
  /*  margin-right: 10px; */
}

ul.cat-list-1 li {
  border: 0px solid #fff;
  font-size: 14px;
  /* font-weight: bold; */
}

ul.cat-list-1 a {
  color: #fff;
}

ul.cat-list-1 li {
  margin: 0 20px;
}

.devtop.xss.date-articles-products ul li a em {
  display: none;
}

/* Commented out original devtop definitions, product boxes on dev site homepage were not working properly as page resized

.devtop.xss.date-articles-products ul li {
    min-height: 400px;
    max-width: calc(25% - 24px);

}


.devtop.xss.date-articles-products ul li .imgwrap img {
    max-height: 200px;
}


.devtop.active.xss.date-articles-products span {
    font-size: 26px;
    line-height: 1;
}

*/

/*Copy of .xss.date-articles-products definitions, renamed to add .devtop*/

.devtop.active.xss.date-articles-products span {
  min-height: 105px;
}

.devtop.xss.date-articles-products ul li {
  max-width: calc(25% - 24px);
  min-width: 150px; /*added min-width to stop devtoolkit header lines overrunning box border*/
  flex: 1 0 15%;
}

.devtop.active.xss.date-articles-products span {
  min-height: unset;
  border-bottom: 0px solid #fff;
  /* position: relative; */
  line-height: 0.95;
  margin-bottom: 20px;
}

.devtop.active.xss.date-articles-products span:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  left: 0;
  top: 100px;
}

.devtop.xss.date-articles-products ul li {
  position: relative;
  min-height: 520px;
}

.devtop.xss.date-articles-products ul li a {
  justify-content: space-between;
}

.devtop.xss.date-articles-products ul li .imgwrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

.devtop.xss.date-articles-products ul li .imgwrap img {
  /* max-width: 100%; */
  max-height: 200px;
}

.devtop.xss.date-articles-products ul li {
  max-width: unset;
  display: flex;
  width: 100%;
  min-height: unset;
}

.devtop.xss.date-articles-products ul li a {
  height: 100% !important;
  width: 100%;
}

.devtop.xss.date-articles-products ul li .imgwrap {
  margin-top: 25px;
}

.devtop.xss.date-articles-products ul li {
  margin-left: 10px;
  margin-right: 10px;
} /*changed margin padding from 0 to add whitepsace between the boxes*/

/* Buttons on boxes

.devtop.xss.date-articles-products ul li a em {
    margin-top: 25px;
    max-width: 200px;
    margin: 0 auto;
    width: 200px;
    margin-top: 25px;
}


.devtop.xss.date-articles-products ul li a em { 
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #1e76bd;
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 27px;
}

*/

section.sbhd h2 {
  margin-bottom: 0;
}

section.sbhd p {
  /*added p definition for sbhd section*/
  margin-bottom: 0;
  font-size: 16px;
}

section.sbhd {
  padding-bottom: 20px;
}

.wdgt-three a.recent-activity-item-link p:last-child {
}

section.wdgt-three .xss ul li > a {
  min-height: 300px;
}

section.wdgt-two {
  border: 0px solid red;
  position: relative;
  min-height: 350px;
  background: #e7f1f9;
  margin-top: 40px;
  padding: 30px;
  margin-bottom: 40px;
}

section.wdgt-two:after {
  content: '';
  background: url(https://theme.zdassets.com/theme_assets/2346509/8cba1c1eefe5bcb9729c40b3e68f147be824d997.png);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0px solid royalblue;
  background-position-y: bottom;
  background-position-x: right;
}

section.wdgt-two > p {
  max-width: 42%;
  font-size: 16px; /* Added font size NM */
}

section.wdgt-two a {
  height: 45px;
  line-height: 40px;
  font-size: 16px;
  min-width: 150px;
  background: #e35205;
  border-color: #e35205;
  color: #ffffff;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}

section.wdgt-two a:hover {
  text-decoration: none;
  background: #231f20;
  border-color: #231f20;
  color: #ffffff;
}
.xss.date-articles-recent li div {
  /* display: none; */
  border: 0px solid red;
  position: absolute;
  width: 100%;
  padding: 25px;
}

.xss.date-articles-recent li {
  position: relative;
}

section.wdgt-three .xss ul li > a {
  padding-top: 70px;
}

.xss.date-articles-recent li div A {
  color: #7a6e67;
  font-size: 16px !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 11px;
}

a.b-tail:not(:last-child) {
  display: none;
}

a.b-tail[href*='/categories/'] {
  display: none !important;
}

.new-dev-hp {
  display: none;
}

.html-kb .new-dev-hp {
  display: block;
}
.new-dev-hp .wraper-date {
  max-width: 100%;
}

.new-dev-hp .wraper-date > * {
  padding-left: 50px;
  padding-right: 50px;
}

.xss.date-articles-recent.active ul {
  max-width: 1140px;
  margin: 0 auto;
}

section.wdgt-three {
  margin-bottom: 50px;
}

li.pozivli {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

li.pozivli h4 {
  color: #0077c8;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}

li.pozivli p {
  padding: 0;
}

section#mainbtns li {
  flex: 1;
}
section.sbhd h2,
section.wdgt-two h2,
section.wdgt-three h2 {
  font-size: 31px;
}

a.b-home img {
  height: 14px;
  opacity: 0.55;
  position: relative;
  top: 1px;
}

@media all {
  section {
    display: block;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
}
/*This seems to be for the original Zendesk front page - it implements the hover effects on the front page tiles.
! CSS Used from: https://chrishc.zendesk.com/hc/theming_assets/1879270/360000139198/style.css?preview=true&user_id=12664430489 
Note from Nicole Meaker - changed h3 to h10, below, as this h3 declaration was messing with the h3 tags used in the rest of the theme - also changed a tag font colour to 0077c8 as the declaration below was over riding the link-color tag from Zendesk api - are these style declarations required?*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h10 {
  font-family: 'Raleway';
  font-weight: 500;
  margin-top: 0;
} /*This was h3*/
h10 {
  font-size: 18px;
  font-weight: 650;
  margin-top: 10pt;
} /*This was h3*/
a {
  color: #0077c8;
  text-decoration: none;
} /*Changed link colour to Myriota Blue 0077c8 - this does not affect the whole site, this changes only the tiles on the front page hover effect and colour*/
a:hover,
a:active,
a:focus {
  color: #4099d6;
} /*Changed hoverlink on light blue, was orange - this declaration affects the whole site, all article links hover colours*/

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: (225, 225, 225, 0.25);
  padding: 10px;
}
.collapsible-sidebar-title.menu-title::after {
  right: 20px;
}
.collapsible-sidebar-title.menu-title {
  border: solid 1px rgba(0, 81, 129, 1);
  padding: 10px 20px;
  margin-bottom: -1px;
}
@media (min-width: 1024px) {
  .menu-title {
    display: none;
  }
  .collapsible-sidebar.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-height: none;
    font-size: 16px; /* background-color:#005181; */
  }
}
/*Nicole Meaker Commented out - a:focus,a:active{color:#0077c8;} */ /*Changed to myriota blue - this is the colour the text changes to when you click on a link*/
.sidenav-title {
  font-size: 15px;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .sidenav-title {
    padding-left: 0;
  }
}
.collapsible-sidebar {
  flex: 1;
  max-height: 43px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\25BE';
  position: absolute;
  right: 10px;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}
.collapsible-sidebar-title::after {
  font-family: 'copenhagen-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.collapsible-sidebar-title.menu-title {
  border: solid 1px rgba(0, 81, 129, 1);
  padding: 10px 20px;
  margin-bottom: -1px;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\2212' !important;
}
.fa-spinner:before {
  content: '\f110';
}
.wl_glmeni li,
.wl_glmeni ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wl_glmeni a {
  text-decoration: none;
  color: #000000;
} /*Sidebar nav text colour changed from #787c7e to Myriota blue*/
.wl_glmeni a:hover {
  text-decoration: none;
  color: #0077c8;
} /*Sidebar nav hover text colour changed from 0476c8 to white*/
.wl_glmeni a:active {
  text-decoration: none;
  color: #0077c8;
} /*Sidebar nav active text colour changed from F89A3E to white*/
.wl_glmeni ul {
  list-style: none;
}
.wl_glmeni span {
  font-size: inherit;
  display: inline-block;
  color: inherit;
}
.wl_glmeni .wl_glmeni_item_icon,
.wl_glmeni .wl_glmeni_item_text {
  display: inline-block;
  float: left; /* color:#fff; */
}
.wl_glmeni .wl_glmeni_item_text {
  width: 90%;
}
.wl_glmeni .wl_glmeni_item_icon {
  width: 10%;
}
.wl_glmeni .wl_glmeni_item_icon > * {
  float: right;
  margin-top: 4px;
  text-align: right;
}
.wl_glmeni .wl_glmeni_item_icon_open {
  display: none;
}
.wl_glmeni .wl_glmeni_item_icon_closed {
  display: block;
}
.wl_glmeni .wl_glmeni_item_icon_loader {
  display: none;
}
.wl_glmeni a.wl_glmeni_list-link {
  display: inline-block;
  width: 100%;
  padding: 5px;
}
.wl_glmeni .wl_glmeni_submenu {
  display: none;
  width: 100%;
}
.wl_glmeni .wl_glmeni_submenu_category,
.wl_glmeni .wl_glmeni_submenu_section {
  padding-left: 15px;
}
/*! CSS Used keyframes */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

li.wl_glmeni_list-item.wl_glmeni_list-item_category.wl_glmeni_list-item_category-5442851624847.wl_glmeni_active {
  display: block;
}

li.wl_glmeni_list-item.wl_glmeni_list-item_category {
  display: none;
}

a.wl_glmeni_list-link.wl_glmeni_list-link_category {
  display: none;
}
.wl_glmeni_active > a > span.wl_glmeni_item_icon.wl_glmeni_item_icon_closed {
  display: none;
}

.wl_glmeni_active > a > span.wl_glmeni_item_icon.wl_glmeni_item_icon_open {
  display: block;
}

a.wl_glmeni_list-link.wl_glmeni_active {
  /* left hand nav active */
  color: #0077c8; /*added font colour myriota blue*/
  font-weight: bold;
  /*background: #0077c8; changed to myriota blue*/
  /* background: rgb(0, 119, 200); changed to myriota blue*/
  /* background: -moz-linear-gradient(90deg, rgba(4,118,200,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(4,118,200,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgb(4 118 200 / 15%) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0476c8",endColorstr="#ffffff",GradientType=1);*/ /*Commented out gradient*/
}

ol.breadcrumbs img {
  height: 16px;
  position: relative;
  top: -2px;
}

ol.breadcrumbs a,
ol.breadcrumbs li {
  text-decoration: none;
  color: #2F3941;
  /*font-weight: 600;*/
}

.breadcrumbs li + li::before {
  margin: 0 10px;
}

/* Show external link icon next to links that are not myriota.com domain, do not start with # or /, do not include api.test.myriota.com class=nesty-input required so that icon does not display in Topic selection in community post page */
a:not([href*='https://myriota.com']):not([href*='developer.myriota.com']):not(
    [href*='store.myriota.com']
  ):not([href*='devicemanager.myriota.com']):not([href*='support.myriota.com']):not(
    [href^='#']
  ):not([href^='/']):not([class='nesty-input']):not([aria-current='page']):before {
  content: '\f08e   ';
  font-family: 'FontAwesome';
}

/* new mobile menu */
@media (min-width: 1200px) {
  .my-mobile-header {
    display: none;
  }
}
/* new mobile menu */
@media (max-width: 1200px) {
  .my-mobile-header {
    /*! CSS Used from: https://myriota.com/app/themes/myriota/styles/frontend.css?ver=1688116916 ; media=all */
  }
  @media all {
    .my-mobile-header header,
    .my-mobile-header nav {
      display: block;
    }
    .my-mobile-header figure {
      display: block;
    }
    .my-mobile-header figure {
      margin: 1em 40px;
    }
    .my-mobile-header a {
      background-color: transparent;
      -webkit-text-decoration-skip: objects;
    }
    .my-mobile-header a:active,
    .my-mobile-header a:hover {
      outline-width: 0;
    }
    .my-mobile-header img {
      border-style: none;
    }
    .my-mobile-header svg:not(:root) {
      overflow: hidden;
    }
    .my-mobile-header button {
      font-family: sans-serif;
      font-size: 100%;
      line-height: 1.15;
      margin: 0;
    }
    .my-mobile-header button {
      overflow: visible;
    }
    .my-mobile-header button {
      text-transform: none;
    }
    .my-mobile-header button,
    .my-mobile-header html [type='button'] {
      -webkit-appearance: button;
    }
    .my-mobile-header *,
    .my-mobile-header *:before,
    .my-mobile-header *:after {
      box-sizing: border-box;
    }
    .my-mobile-header ::selection {
      background: #0077c8;
      color: #ffffff;
    }
    .my-mobile-header img {
      max-width: 100%;
      height: auto;
    }
    .my-mobile-header figure {
      margin-left: 0;
      margin-right: 0;
    }
    .my-mobile-header a {
      color: inherit;
    }
    .my-mobile-header .menu-overlay {
      --width-menu: 340px;
      --width-submenu: 430px;
      --menu-gutter: 40px;
      display: block;
      visibility: hidden;
      opacity: 0;
      color: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 20;
      width: 100vw;
      height: 100vh;
      transition: opacity 0.2s ease-in-out;
    }
    .my-mobile-header .menu-overlay::before {
      content: '';
      position: absolute;
    }
    .my-mobile-header .menu-overlay .sidebar {
      position: fixed;
      width: var(--width-menu);
      height: 100vh;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #ffffff;
      color: #000000;
      transition: left 0.5s;
      overflow-y: auto;
    }
    .my-mobile-header .menu-overlay .sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu {
      position: relative;
      padding-top: 160px;
      padding-bottom: 50px;
      font-size: 34px;
      font-weight: 600;
      color: #000000;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu .menu-title {
      display: none;
      /*margin: 0 var(--menu-gutter) 30px; commented out to left align the menu text with the link list*/
      font-size: 22px;
      font-weight: 600;
      font-family: 'GT Walsheim', arial, sans-serif;
      color: #0077c8;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item {
      display: block;
      text-decoration: none;
      text-underline-offset: 0.2em;
      text-decoration-thickness: 0.04em;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item a {
      display: block;
      text-decoration: none;
      padding: 6px var(--menu-gutter);
      font-weight: bold;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item h4 {
      font-weight: 500;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item .sub-menu-panel {
      display: none;
      position: fixed;
      top: 0;
      left: var(--width-menu);
      width: var(--width-submenu);
      height: 100vh;
      padding-top: 160px;
      padding-bottom: 50px;
      background-color: #e5f1f9;
      overflow-y: auto;
      z-index: 21;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item .sub-menu-panel .menu-close {
      border: none;
      background: none;
      outline: 0;
      cursor: pointer;
      border-radius: 0;
      padding: 0;
      position: absolute;
      line-height: 0;
      top: 44px;
      right: var(--menu-gutter);
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item
      .sub-menu-panel
      .menu-close::before {
      -webkit-mask: url('/hc/theming_assets/01KVF81EDC55SEJ9KC326XDDJQ') no-repeat 50% 50%;
      mask: url('/hc/theming_assets/01KVF81EDC55SEJ9KC326XDDJQ') no-repeat 50% 50%;
      -webkit-mask-size: 100%;
      mask-size: 100%;
      content: '';
      display: inline-block;
      background-color: #0077c8;
      width: 18px;
      height: 18px;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item .sub-menu-panel .menu-back {
      border: none;
      background: none;
      outline: 0;
      cursor: pointer;
      border-radius: 0;
      padding: 0;
      display: none;
      margin: 0 var(--menu-gutter) 30px;
      font-size: 22px;
      font-weight: 500;
      font-family: 'GT Walsheim', arial, sans-serif;
      color: #0077c8;
      cursor: pointer;
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item
      .sub-menu-panel
      .menu-back::before {
      content: '';
      -webkit-mask: url('/hc/theming_assets/01KVF81E7HX7WF3951KQEDFHHK') no-repeat 50% 50%;
      mask: url('/hc/theming_assets/01KVF81E7HX7WF3951KQEDFHHK') no-repeat 50% 50%;
      -webkit-mask-size: 100%;
      mask-size: 100%;
      display: inline-block;
      background-color: #0077c8;
      width: 8px;
      height: 14px;
      margin-right: 8px;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item .sub-menu-panel .parent-link {
      display: none;
      margin: 30px var(--menu-gutter) 14px;
      font-size: 15px;
      font-weight: 500;
      color: #231f20;
      text-transform: uppercase;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.menu-item-depth-1
      .sub-menu-panel {
      background-color: #ffffff;
      left: calc(var(--width-menu) + var(--width-submenu));
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--link {
      color: #000000;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--icon_link {
      padding: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--icon_link a {
      display: flex;
      align-items: center;
      grid-column-gap: 16px;
      -moz-column-gap: 16px;
      column-gap: 16px;
      padding: 15px 20px 15px var(--menu-gutter);
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--icon_link a figure {
      margin: 0;
      padding: 0;
      line-height: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--icon_link a figure img {
      width: 30px;
      height: 30px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--icon_link a h4 {
      margin: 0;
      color: #0077c8;
      font-weight: 500;
      flex: 1;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.menu-item-depth-1.type--link {
      color: #0077c8;
      padding: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.menu-item-depth-1.type--link > a {
      position: relative;
      padding: 16px 80px 16px var(--menu-gutter);
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.menu-item-depth-1.type--link.menu-item-has-children
      > a::after {
      content: '';
      position: absolute;
      right: 48px;
      top: 50%;
      transform: translateY(-50%);
      width: 23px;
      height: 17px;
      background-color: #0077c8;
      -webkit-mask: url('https://myriota.com/app/themes/myriota/images/icons/menu-right-arrow.svg')
        no-repeat 50% 50%;
      mask: url('https://myriota.com/app/themes/myriota/images/icons/menu-right-arrow.svg')
        no-repeat 50% 50%;
      -webkit-mask-size: 100%;
      mask-size: 100%;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--rich_link {
      padding: 0;
      color: #000000;
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.type--rich_link
      + .type--rich_link
      a
      > div {
      border-top: 1px solid #0077c8;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--rich_link a {
      padding: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--rich_link a > div {
      padding: 18px 0 16px;
      margin-left: var(--menu-gutter);
      margin-right: var(--menu-gutter);
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.type--rich_link
      a
      > div
      > *:first-child {
      margin-top: 0;
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.type--rich_link
      a
      > div
      > *:last-child {
      margin-bottom: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--rich_link h4 {
      font-size: 22px;
      color: #0077c8;
      margin: 0;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--rich_link p {
      margin-top: 5px;
      font-size: 20px;
      font-weight: 400;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn {
      display: inline-block;
      margin-left: var(--menu-gutter);
      margin-right: var(--menu-gutter);
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn a {
      background: #e35205;
      border-color: #e35205;
      color: #ffffff;
      border-width: 3px;
      border-style: solid;
      height: 55px;
      line-height: 50px;
      text-decoration: none;
      padding: 0 1.3rem;
      display: inline-block;
      border-radius: 29px;
      font-size: 20px;
      font-weight: 500;
      min-width: 7em;
      text-align: center;
      transition: all 0.2s;
      font-family: 'GT Walsheim', arial, sans-serif;
      cursor: pointer;
      display: flex;
      align-items: center;
      grid-column-gap: 8px;
      -moz-column-gap: 8px;
      column-gap: 8px;
      padding: 0 18px;
      justify-content: center;
      text-decoration: none;
      align-items: center;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn a:hover {
      border-radius: 29px;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn a:hover {
      background: #231f20;
      border-color: #231f20;
      color: #ffffff;
    }
  }
  @media only screen and (max-width: 1700px) {
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn a {
      height: 45px;
      line-height: 42px;
      font-size: 16px;
      min-width: 150px;
    }
  }
  @media all {
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn a:hover {
      text-decoration: none !important;
    }
  }
  @media all {
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn figure {
      margin: 0;
      line-height: 0;
    }
  }
  @media all {
    .my-mobile-header .menu-overlay .sidebar ul.sub-menu {
      font-size: 22px;
    }
  }
  @media all {
    .my-mobile-header .menu-overlay .sidebar ul.sub-menu .menu-item > a {
      padding: 0;
    }
  }
  @media all {
    .my-mobile-header .menu-overlay .close {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #0077c8;
      opacity: 0.65;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
    }
  }
  @media only screen and (max-width: 1200px) {
    .my-mobile-header .menu-overlay {
      --menu-gutter: 14px;
    }
    .my-mobile-header .menu-overlay .sidebar {
      width: 100%;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu {
      padding-top: 85px;
      padding-bottom: 50px;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu .menu-title {
      display: block;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.menu-item-has-children > a {
      position: relative;
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.menu-item-has-children
      > a::after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 19px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 23px;
      background-color: #c7c0b8;
      -webkit-mask: url('/hc/theming_assets/01KVF81DT0JEBTSMP8Q16BMBSK') no-repeat 50% 50%;
      mask: url('/hc/theming_assets/01KVF81DT0JEBTSMP8Q16BMBSK') no-repeat 50% 50%;
      -webkit-mask-size: 100%;
      mask-size: 100%;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item > .sub-menu-panel {
      display: block;
      left: 0 !important;
      width: 100%;
      padding-top: 85px;
      padding-bottom: 50px;
      transform: translateX(100%);
      background-color: #ffffff;
      transition: transform 0.2s ease-in-out;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item > .sub-menu-panel .menu-back,
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item > .sub-menu-panel .parent-link {
      display: block;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.menu-item-depth-1.type--link > a {
      padding-left: var(--menu-gutter);
      padding-right: var(--menu-gutter);
    }
    .my-mobile-header
      .menu-overlay
      .sidebar
      ul.menu
      li.menu-item.menu-item-depth-1.type--link.menu-item-has-children
      a::after {
      right: 19px;
      width: 12px;
      height: 23px;
      -webkit-mask: url('/hc/theming_assets/01KVF81DT0JEBTSMP8Q16BMBSK') no-repeat 50% 50%;
      mask: url('/hc/theming_assets/01KVF81DT0JEBTSMP8Q16BMBSK') no-repeat 50% 50%;
      -webkit-mask-size: 100%;
      mask-size: 100%;
    }
    .my-mobile-header .menu-overlay .sidebar ul.menu li.menu-item.type--cta_btn {
      margin-left: var(--menu-gutter);
      margin-right: var(--menu-gutter);
    }
    .my-mobile-header .menu-overlay .sidebar ul.sub-menu {
      font-size: 25px;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new {
      position: fixed;
      width: 100%;
      z-index: 100;
      color: #0077c8;
    }
  }
  @media only screen and (min-width: 1201px) {
    .my-mobile-header .block--site_header-new::before {
      content: '';
      height: 110px;
      background-color: #0077c8;
      display: block;
      width: 100%;
      transform: translateY(-110px);
      transition: transform 0.3s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .my-mobile-header .home .block--site_header-new {
      color: white !important;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar {
      display: none;
      position: fixed;
      justify-content: space-between;
      align-items: center;
      top: 0;
      left: 0;
      right: 0;
      height: 62px;
      padding: 0;
      background-color: #0077c8;
      z-index: 50;
      transition: all 0.2s ease-in-out;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar > div {
      line-height: 0;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .home {
      display: inline-block;
      padding-left: 9px;
      color: #ffffff;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .home svg {
      width: 190px;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .buttons {
      display: flex;
      height: 100%;
      padding-top: 0;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .buttons > a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 9px;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .buttons .toggle {
      border: none;
      background: none;
      outline: 0;
      cursor: pointer;
      border-radius: 0;
      padding: 0;
      color: #ffffff;
      background-color: #e35205;
      width: 62px;
      margin-left: 11px;
      padding-top: 3px;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .buttons .toggle svg:nth-child(1) {
      display: inline-block;
      width: 24px;
      height: 24px;
    }
  }
  @media all {
    .my-mobile-header .block--site_header-new nav.mobile-bar .buttons .toggle svg:nth-child(2) {
      display: none;
      width: 20px;
      height: 20px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .my-mobile-header .block--site_header-new nav.mobile-bar {
      display: flex;
    }
  }

  .my-header {
    display: none;
  }

  div#preview-bar-container {
    display: none;
  }

  .hp-html:not(.html-kb) main {
    margin-top: 60px;
  }
  html.html-kb.hp-html body > section#hphero {
    margin-top: 60px;
  }
  html:not(.html-kb) body > section#hphero {
    margin-top: 60px;
  }

  .nav-overlay--open .menu-overlay {
    visibility: visible;
    opacity: 1;
  }

  html:not(.scrolled--slightly) .block--site_header .buttons,
  .nav-overlay--open .block--site_header .buttons {
    transform: none;
    transition-delay: 0.3s;
  }

  .home:not(.scrolled--muchly) .block--site_header nav.bar,
  .template--landing:not(.scrolled--muchly) .block--site_header nav.bar,
  .nav-overlay--open .block--site_header nav.bar {
    color: #f2f0ee;
  }
  .home:not(.scrolled--muchly) .block--site_header nav.bar .home,
  .template--landing:not(.scrolled--muchly) .block--site_header nav.bar .home,
  .nav-overlay--open .block--site_header nav.bar .home {
    color: #f2f0ee;
  }
  .home:not(.scrolled--muchly) .block--site_header nav.bar .developers,
  .template--landing:not(.scrolled--muchly) .block--site_header nav.bar .developers,
  .nav-overlay--open .block--site_header nav.bar .developers {
    color: #f2f0ee;
  }
  .home:not(.scrolled--slightly) .block--site_header nav.bar .contact,
  .template--landing:not(.scrolled--slightly) .block--site_header nav.bar .contact,
  .nav-overlay--open .block--site_header nav.bar .contact {
    color: #f2f0ee;
  }

  .menu-overlay .sidebar ul.menu li.menu-item.is--hover {
    color: #0077c8;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.04em;
  }
  .menu-overlay .sidebar ul.menu li.menu-item.is--hover > .sub-menu-panel {
    display: block;
  }

  .nav-overlay--open .block--site_header-new nav.mobile-bar .buttons .toggle svg:nth-child(2) {
    display: inline-block;
  }
  .nav-overlay--open .block--site_header-new nav.mobile-bar .buttons .toggle svg:nth-child(1) {
    display: none;
  }
  .nav-overlay--open .block--site_header-new nav.mobile-bar .buttons .toggle {
    background-color: #f2f0ee;
  }
  .nav-overlay--open .block--site_header-new nav.mobile-bar {
    background-color: #ffffff;
  }

  ul.cat-list-1 a {
    color: #000;
  }
  .ext-link {
    display: none !important;
  }
  ul.cat-list-1 li {
    margin: 5px 0;
    font-size: 34px;
    font-weight: 400;
  }

  .nav-overlay--open .block--site_header-new nav.mobile-bar .home {
    color: #0077c8;
  }
  .nav-overlay--open .block--site_header-new nav.mobile-bar .buttons > a {
    display: none;
  }
  .nav-overlay--open .block--site_header-new nav.mobile-bar .buttons .toggle {
    background-color: #f2f0ee;
  }
  .my-mobile-header a:hover {
    text-decoration: underline;
    color: #0077c8;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .dev-hp.artpage {
    flex-direction: column;
  }

  .collapsible-sidebar-title.menu-title {
    margin-top: 0px;
    font-size: 19px;
    line-height: 1;
  }

  ul.MuiList-root.MuiList-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .collapsible-sidebar {
    max-height: 52px;
  }
  .wladan-multilevel-menu {
    padding-top: 20px;
  }
}

/*
 * ===================================================
 * Article Image Modal
 * ===================================================
 */
.article-body img.image-modal-trigger {
  height: auto;
  border-radius: 8px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  border: 1px solid #eee;
}

.article-body img.image-modal-trigger:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.image-modal.visible {
  display: flex;
}

.modal-content-wrapper {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
  text-align: center;
  animation-name: zoom;
  animation-duration: 0.4s;
  overflow: auto;
}

.modal-content {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.modal-content.zoomed {
  max-width: none;
  max-height: none;
  cursor: zoom-out;
}

.modal-caption {
  margin: 15px auto 0;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  font-size: 16px;
}

@keyframes zoom {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*
 * ===================================================================
 *  Responsive Iframe for Satellite Skyview Checker page
 * ===================================================================
 */
#satellite-finder-container {
  position: relative;
  min-height: 2000px;
}

@media (min-width: 1200px) {
  #satellite-finder-container {
    width: 60vw;
    min-height: 1200px;
  }
}

#satellite-finder-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * ============================================================
 *  Admonition
 * ============================================================
 */
/* --- Base Admonition Style --- */
.admonition {
  padding: 15px;
  margin: 15px 0;
  border-left-width: 5px;
  border-left-style: solid;
  border-radius: 5px;
  line-height: 1.6;
  overflow: hidden;
}

.admonition::before {
  content: '';
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  min-height: 18px;
}

.admonition > p:first-of-type {
  margin-top: 0;
}
.admonition > *:last-child {
  margin-bottom: 0;
}

/* Note */
.admonition-note {
  border-left-color: #4493f8;
  background-color: #ebf5fb;
}
.admonition-note::before {
  content: 'Note';
  color: #4493f8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234493f8'%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

/* Tip */
.admonition-tip {
  border-left-color: #3fb950;
  background-color: #e8f6ef;
}
.admonition-tip::before {
  content: 'Tip';
  color: #3fb950;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233fb950'%3E%3Cpath d='M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z'/%3E%3C/svg%3E");
}

/* Important */
.admonition-important {
  border-left-color: #ab7df8;
  background-color: #f3e8ff;
}
.admonition-important::before {
  content: 'Important';
  color: #ab7df8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ab7df8'%3E%3Cpath fill-rule='evenodd' d='M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E");
}

/* Warning */
.admonition-warning {
  border-left-color: #d29922;
  background-color: #fff8e1;
}
.admonition-warning::before {
  content: 'Warning';
  color: #d29922;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d29922'%3E%3Cpath d='M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E");
}

/* Caution */
.admonition-caution {
  border-left-color: #f85149;
  background-color: #f8d7da;
}
.admonition-caution::before {
  content: 'Caution';
  color: #f85149;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f85149'%3E%3Cpath fill-rule='evenodd' d='M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

/* --- Prominent Attachments Styling --- */

.prominent-attachments {
  margin: 20px 0 30px 0;
  padding: 20px;
  background-color: #f8f9fa; /* Light gray background to separate it from the article */
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.attachments-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}

.attachments-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.attachment-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #d8dcde;
  border-radius: 6px;
  padding: 12px 16px;
  transition: box-shadow 0.2s ease-in-out;
}

.attachment-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.attachment-details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.attachment-icon {
  color: #1f73b7; /* Change to match your brand color */
}

.attachment-text {
  display: flex;
  flex-direction: column;
}

.attachment-name {
  font-weight: 500;
  color: #1f73b7;
  text-decoration: none;
  font-size: 1em;
}

.attachment-name:hover {
  text-decoration: underline;
}

.attachment-size {
  font-size: 0.85em;
  color: #68737d;
  margin-top: 2px;
}

.attachment-download-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #1f73b7; /* Change to match your brand color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: 500;
  transition: background-color 0.2s;
}

.attachment-download-btn:hover,
.attachment-download-btn:focus {
  background-color: #145a91; /* Darker shade on hover */
  color: #ffffff;
  text-decoration: none;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .attachment-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .attachment-download-btn {
    width: 100%;
    text-align: center;
  }
}

.print-only-revision,
.print-only-contact,
.print-only-disclaimer,
.print-only-toc,
.print-only-overview-heading {
  display: none !important;
}

.print-rich-text > *:first-child {
  margin-top: 0;
}

.print-rich-text > *:last-child {
  margin-bottom: 0;
}

.article-print-button {
  display: none;
}

html.article-printable-pdf .article-print-button {
  display: block;
}

/* --- UNIFIED PRINT STYLES --- */
@media print {
  html:not(.article-printable-pdf) .print-only-cover,
  html:not(.article-printable-pdf) .print-only-contact,
  html:not(.article-printable-pdf) .print-only-disclaimer,
  html:not(.article-printable-pdf) .print-only-toc,
  html:not(.article-printable-pdf) .print-only-overview-heading {
    display: none !important;
  }

  html:not(.article-printable-pdf) .article-actions {
    display: none !important;
  }

  /* Set document margins to 2.54cm (1 inch) */
  @page {
    margin: 2.54cm;
  }

  /* Retain your existing MUI color adjustments */
  .MuiButtonBase-root,
  .my-header .MuiButtonBase-root,
  .jss35 .MuiButtonBase-root {
    -webkit-print-color-adjust: exact;
  }

  /* Force background graphics and colors to print */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* 1. Show the Cover Page and force a page break */
  html.article-printable-pdf .print-only-cover {
    display: block !important;
    position: relative;
    height: 98vh;
    /* Near full viewport height to act as a single page */
    page-break-after: always;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: white !important;
  }

  /* Base typography for the entire cover page */
  .print-only-cover,
  .print-only-cover * {
    font-family: 'Muli', Arial, sans-serif !important;
    line-height: 1.5 !important;
    color: #0077c8 !important;
  }

  /* Top Section (Logo) */
  .cover-top {
    position: absolute;
    top: 0;
    left: 4.5cm;
    text-align: left;
  }

  .cover-logo {
    max-width: 140px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(1450%) hue-rotate(184deg)
      brightness(96%) contrast(101%) !important;
  }

  /* Middle Section (Line, Title, Meta) */
  .cover-middle {
    position: absolute;
    top: 50%;
    left: 4.5cm;
    right: 0;
    /* Stretches to the right margin */
    text-align: left;
  }

  .cover-divider {
    border: none;
    border-top: 2px solid #0077c8;
    margin: 0 0 20pt 0;
    /* Space between line and title */
    width: 100%;
  }

  .cover-title {
    font-size: 36pt !important;
    font-weight: 800 !important;
    font-family: 'Muli', Arial, sans-serif !important;
    margin: 0 0 20pt 0;
  }

  .cover-meta,
  #print-doc-id,
  .cover-date {
    font-size: 18pt !important;
    margin: 0;
  }

  #print-doc-id {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10pt;
    /* Small gap between ID and Date */
  }

  /* Bottom Section (Copyright) */
  .cover-bottom {
    position: absolute;
    bottom: 0;
    left: 4.5cm;
    text-align: left;
  }

  .cover-copyright {
    font-size: 18pt !important;
    margin: 0;
  }

  /* Show print footer on subsequent pages */
  html.article-printable-pdf .print-footer {
    display: block !important;
    margin-top: 40px;
    text-align: center;
    color: #777;
  }

  /* 2. Hide ALL non-essential UI elements */
  .jss42, /* Left column (Search + Sidebar) */
  .sub-nav, /* Breadcrumbs */
  .article-actions, /* Print button */
  .print-hidden, /* Custom class we added to article footer, related, etc. */
  .article-header, /* Hide regular header since it's on the cover now */
  .my-header, /* Top Navigation */
  #hphero, /* Hide Homepage Hero Search Bar */
  #launcher, /* Zendesk chat widget */
  footer.footer, /* Global Zendesk Site Footer (footer.hbs) */
  .footer /* Fallback for global footer */ {
    display: none !important;
  }

  /* 3. Reset layout to full page width */
  .dev-hp.artpage,
  .content.bodycnntent {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 4. Typography and Page Break Management */
  body {
    background: white !important;
    color: black !important;
    font-family: 'Muli', Arial, sans-serif !important;
    font-size: 11pt !important;
    line-height: 1.45 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid;
    font-family: 'Muli', Arial, sans-serif !important;
    color: black !important;
  }

  .article-body h1 {
    font-size: 18pt !important;
    font-weight: 700 !important;
    margin: 24pt 0 10pt 0 !important;
  }

  .article-body h2 {
    font-size: 14pt !important;
    font-weight: 600 !important;
    margin: 20pt 0 8pt 0 !important;
  }

  .article-body h3 {
    font-size: 12pt !important;
    font-weight: 600 !important;
    margin: 16pt 0 7pt 0 !important;
  }

  .article-body h4,
  .article-body h5,
  .article-body h6 {
    font-size: 11pt !important;
    font-weight: 600 !important;
    margin: 12pt 0 5pt 0 !important;
  }

  p,
  a,
  li,
  blockquote,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  .article-body,
  .article-body p,
  .article-body li,
  .article-body td,
  .article-body th,
  .article-body strong,
  .article-body b,
  .article-attachments,
  .attachments-heading,
  .attachment-name,
  .attachment-size,
  .attachment-download-btn {
    font-family: 'Muli', Arial, sans-serif !important;
  }

  .article-body p,
  .article-body li,
  .article-body td,
  .article-body th {
    font-size: 11pt !important;
    color: black !important;
    line-height: 1.45 !important;
  }

  .article-body a,
  .article-body a:visited {
    color: #0077c8 !important;
    text-decoration: underline !important;
  }

  .article-body a::before,
  .article-body a::after,
  .print-only-contact a::before,
  .print-only-contact a::after,
  .print-only-disclaimer a::before,
  .print-only-disclaimer a::after,
  .print-only-toc a::before,
  .print-only-toc a::after,
  .print-only-introduction a::before,
  .print-only-introduction a::after {
    content: none !important;
  }

  /* 4b. Prevent horizontal scrollbars in printed code snippets */
  .article-body pre,
  .article-body pre code,
  .article-body code.language-auto {
    font-family: Consolas, 'Roboto Mono', monospace !important;
    white-space: pre-wrap !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    overflow-x: visible !important;
    max-width: 100% !important;
  }

  /* 5. Revision History Table (Page 5) */
  html.article-printable-pdf .print-only-revision {
    display: block !important;
    page-break-before: always;
    page-break-after: always;
    font-family: 'Muli', Arial, sans-serif !important;
    margin: 0;
    padding-top: 1cm;
  }

  .print-only-revision h2 {
    font-size: 26pt !important;
    color: black !important;
    font-weight: 700 !important;
    margin: 40pt 0 15pt 0;
  }

  .print-only-revision table {
    width: 100%;
    border-collapse: collapse;
  }

  .print-only-revision th,
  .print-only-revision td {
    border: 1px solid #0077c8;
    padding: 10pt;
    text-align: left;
    font-size: 12pt !important;
    color: black !important;
  }

  .print-only-revision th {
    background-color: #0077c8 !important;
    color: white !important;
    font-weight: bold;
  }

  .print-only-revision tr {
    page-break-inside: avoid;
  }

  /* 6. Move Attachments to the end of the article */
  .article-info {
    display: flex !important;
    flex-direction: column;
  }

  .article-content {
    order: 1;
  }

  html.article-printable-pdf .print-only-overview-heading {
    display: block !important;
    font-size: 18pt !important;
    color: black !important;
    font-weight: 700 !important;
    margin: 24pt 0 10pt 0 !important;
    page-break-after: avoid;
  }

  .article-attachments {
    order: 2;
    margin-top: 30pt;
    page-break-inside: avoid;
  }

  /* 6b. Print hardening for Zendesk WYSIWYG content flow
     Float-based wrappers can cause following headings to overlap/appear beside tables. */
  .article-body figure,
  .article-body .wysiwyg-table,
  .article-body .wysiwyg-image,
  .article-body .wysiwyg-table-align-left,
  .article-body .wysiwyg-image-resized {
    float: none !important;
    clear: both !important;
    display: block !important;
    max-width: 100% !important;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .article-body table {
    width: 100% !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .article-body table th {
    background-color: #0077c8 !important;
    color: white !important;
  }

  /* Ensure new major sections start below any prior float/table wrapper. */
  .article-body h1,
  .article-body h2,
  .article-body h3,
  .article-body h4,
  .article-attachments {
    clear: both;
  }

  /* 7. Print-Only Back Page (Contact & Related Docs - Page 2) */
  html.article-printable-pdf .print-only-contact {
    display: block !important;
    page-break-before: always;
    page-break-after: always;
    font-family: 'Muli', Arial, sans-serif !important;
    padding-top: 1cm;
  }

  .print-only-contact h2 {
    font-size: 26pt !important;
    color: black !important;
    font-weight: 600 !important;
    margin: 40pt 0 15pt 0;
  }

  .print-only-contact .hq-title {
    font-size: 13pt !important;
    color: black !important;
    font-weight: 600 !important;
    margin: 30pt 0 10pt 0;
  }

  .print-only-contact .normal-text,
  .print-only-contact .contact-table td,
  .print-only-contact .print-rich-text,
  .print-only-contact .print-rich-text p,
  .print-only-contact .print-rich-text li,
  .print-only-contact .print-rich-text td,
  .print-only-contact .print-rich-text th {
    font-size: 12pt !important;
    color: black !important;
    line-height: 1.5;
    margin: 0 0 20pt 0;
  }

  .print-only-contact .print-rich-text strong,
  .print-only-contact .print-rich-text b,
  .print-only-contact .print-rich-text p strong,
  .print-only-contact .print-rich-text p b,
  .print-only-contact .print-rich-text li strong,
  .print-only-contact .print-rich-text li b,
  .print-only-contact .normal-text strong,
  .print-only-contact .normal-text b {
    font-weight: 400 !important;
  }

  .print-only-contact a {
    color: #0077c8 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
  }

  .print-only-contact .contact-table a,
  .print-only-contact .contact-table a:visited,
  .print-only-contact .print-rich-text a,
  .print-only-contact .print-rich-text a:visited {
    color: #0077c8 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
  }

  .print-only-contact .contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30pt;
    table-layout: fixed;
  }

  .print-only-contact .contact-table th {
    font-size: 13pt !important;
    color: black !important;
    font-weight: 600 !important;
    text-align: left;
    padding: 0 0 10pt 0;
    border: none;
    background: transparent !important;
  }

  .print-only-contact .contact-table td {
    text-align: left;
    padding: 0 0 10pt 0;
    border: none;
    margin: 0;
  }

  /* 8. Print-Only Disclaimer (Page 3) */
  html.article-printable-pdf .print-only-disclaimer {
    display: block !important;
    page-break-before: always;
    page-break-after: always;
    font-family: 'Muli', Arial, sans-serif !important;
    padding-top: 1cm;
  }

  .print-only-disclaimer h2 {
    font-size: 26pt !important;
    color: black !important;
    font-weight: 600 !important;
    margin: 40pt 0 15pt 0;
  }

  .print-only-disclaimer p,
  .print-only-disclaimer .print-rich-text,
  .print-only-disclaimer .print-rich-text p,
  .print-only-disclaimer .print-rich-text li,
  .print-only-disclaimer ul,
  .print-only-disclaimer li {
    font-size: 12pt !important;
    color: black !important;
    line-height: 1.5;
    margin: 0 0 8pt 0;
  }

  .print-only-disclaimer strong,
  .print-only-disclaimer b,
  .print-only-disclaimer p strong,
  .print-only-disclaimer p b,
  .print-only-disclaimer li strong,
  .print-only-disclaimer li b,
  .print-only-disclaimer .print-rich-text strong,
  .print-only-disclaimer .print-rich-text b,
  .print-only-disclaimer .print-rich-text p strong,
  .print-only-disclaimer .print-rich-text p b,
  .print-only-disclaimer .print-rich-text li strong,
  .print-only-disclaimer .print-rich-text li b {
    font-weight: inherit !important;
  }

  .print-only-disclaimer a {
    color: #0077c8 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
  }

  /* Custom Em-Dash List Styling */
  .print-only-disclaimer ul,
  .print-only-disclaimer .print-rich-text ul {
    list-style-type: none; /* Hide default bullets */
    padding-left: 0;
    margin-top: 8pt;
    margin-bottom: 8pt;
  }

  .print-only-disclaimer li,
  .print-only-disclaimer .print-rich-text li {
    position: relative;
    padding-left: 25pt; /* Creates the hanging indent */
    margin-bottom: 8pt;
    font-size: 12pt !important;
    color: black !important;
    line-height: 1.5;
  }

  .print-only-disclaimer li::before,
  .print-only-disclaimer .print-rich-text li::before {
    content: '—'; /* Injects the em-dash */
    position: absolute;
    left: 0;
  }

  /* 9. Print-Only Table of Contents (Page 4) */
  html.article-printable-pdf .print-only-toc {
    display: block !important;
    page-break-before: always;
    page-break-after: always;
    font-family: 'Muli', Arial, sans-serif !important;
    padding-top: 1cm;
  }

  .print-only-toc h2 {
    font-size: 26pt !important;
    color: black !important;
    font-weight: 600 !important;
    margin: 40pt 0 20pt 0;
  }

  .print-only-toc,
  .print-only-toc * {
    color: black !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  /* Target the cloned Zendesk ToC structure */
  .print-only-toc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* Crucial: Allow page breaks INSIDE the ToC list to prevent massive empty gaps */
    page-break-inside: auto !important;
  }

  .print-only-toc li {
    /* Crucial: Allow nested lists to break across pages naturally */
    page-break-inside: auto !important;
    margin-bottom: 2pt;
  }

  /* Top-Level Items (Heading 1) */
  .print-only-toc > #print-toc-container > ul > li {
    margin-top: 6pt;
  }

  .print-only-toc > #print-toc-container > ul > li > a {
    font-size: 12pt !important;
    font-weight: 700 !important;
  }

  /* Make links look like standard, clickable links without the heavy underline */
  .print-only-toc a {
    color: black !important;
    text-decoration: none !important;
  }

  /* Nested Sub-Levels (Heading 2, Heading 3, etc.) */
  .print-only-toc ul ul {
    padding-left: 16pt; /* Indentation for sub-levels */
    margin-top: 1pt;
  }

  .print-only-toc ul ul li > a {
    font-weight: normal !important; /* Remove bold from sub-levels */
  }
}
