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

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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 {
  padding: 0;
  border-style: none;
}

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 {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

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"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

h6 {
  margin-top: 0;
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 120%;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 115%;
}

h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 115%;
}

a {
  text-decoration: none;
  color: #005AFF;
}

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

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

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

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

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

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

select {
  width: 100%;
  padding: 8px 30px 8px 10px;
  color: #666666;
  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 #F3F3F3;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  border: 1px solid #005AFF;
}

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

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

textarea:focus {
  border: 1px solid #005AFF;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 2%;
}

@media (min-width: 768px) {
  .container {
    padding: 20px 5%;
  }
}

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

.gray-back {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  background-color: #f9f9f9;
}

.home-breadcrumbs {
  margin: 0 auto;
  padding: 5px 5% 0 5%;
}

@media (min-width: 1160px) {
  .home-breadcrumbs {
    margin: 0 auto;
    padding: 5px 0 0 0;
  }
}

.home-breadcrumbs > nav {
  width: 90%;
  min-height: 30px !important;
  margin: 0 auto;
  padding: 0;
}

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

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

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

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

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

/***** 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 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 20px 0 20px;
  font-size: 18px;
  line-height: 2.34;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #005AFF;
  border: 1px solid #005AFF;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  -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 {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0049B4;
  border-color: #0049B4;
}

.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 {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0049B4;
  border-color: #0049B4;
}

.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"] {
  width: 100%;
  min-width: 190px;
  padding: 5px 1.9286em 0 1.9286em;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.72;
  color: #FFFFFF;
  background-color: #005AFF;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

@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: #0049B4;
}

.button-large[disabled], input[type="submit"][disabled] {
  color: #666666;
  background-color: #F3F3F3;
  border: 2px solid #666666;
}

.button-secondary {
  color: #005AFF;
  background-color: transparent;
  border: 2px solid #005AFF;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #0049B4 !important;
  background-color: transparent;
  border: 2px solid #0049B4;
}

.button-secondary-footer {
  width: auto !important;
  padding: 15px 1.9286em;
  font-weight: 600;
  line-height: 18px;
  text-wrap: nowrap;
  color: #005AFF !important;
  background-color: transparent;
  border: 1px solid #005AFF;
}

.button-secondary-footer:hover, .button-secondary-footer:focus, .button-secondary-footer:active {
  color: #0049B4 !important;
  background-color: transparent;
  border: 1px solid #0049B4;
}

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

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

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

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

.split-button button:not(:only-child):last-child {
  display: flex;
  align-items: center;
  justify-content: 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%;
  margin-bottom: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

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

.table th, .table th a {
  font-size: 16px;
  font-weight: Bold;
  text-align: left;
  background-color: #CCCCCC;
}

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

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

@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 {
    height: 60px;
    padding: 10px 20px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
}

.form-title {
  font-size: 28px;
}

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

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

.form-field input {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.form-field input:focus {
  border: 1px solid #005AFF;
}

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

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

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

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

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

.nesty-input:after {
  position: absolute;
  top: 35%;
  right: 10px;
  line-height: 1.2em;
  color: #666;
  content: "▾";
}

.nesty-panel {
  position: absolute !important;
  z-index: 999;
  min-width: 100px;
  height: auto;
  max-height: 250px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
}

.nesty-panel li {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 27px;
  margin: 0 !important;
  padding: 8px !important;
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  background: #fff;
  border: 0;
  cursor: pointer;
}

#request_organization_id_hint {
  padding: 6px;
  font-size: 16px;
}

.request_cc_emails ul {
  overflow-y: scroll;
  height: 70px;
  padding: 8px;
  font-size: 16px;
  line-height: 70px;
  vertical-align: middle;
  border-radius: 4px;
  outline: none;
}

.request_cc_emails ul > li {
  height: 50px;
  font-size: 16px !important;
  line-height: 50px;
  vertical-align: middle;
}

.request_cc_emails ul[data-hc-pills-container] li[data-hc-pill=true]>span:not([aria-label=close]) {
  overflow: hidden;
  max-width: 400px;
  margin-left: 7.5px;
  padding: 4px;
  font-size: 16px;
  text-overflow: ellipsis;
}

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

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

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

.form-field .optional {
  /* todo */
  margin-left: 4px;
  color: #666666;
}

.form-field p {
  margin: 5px 0;
  /* todo */
  padding: 6px;
  font-size: 16px;
  color: #757575;
}

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

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

.form .suggestion-list {
  margin-top: 20px;
  padding: 5px;
  font-size: 16px;
}

.form .suggestion-list h2 {
  font-size: 18px;
}

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

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

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

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

input[type='checkbox'] {
  float: left;
  width: auto;
  margin-top: 5px;
  margin-right: 10px;
}

.checkboxLabel {
  display: inline-block !important;
}

.checkboxDiv {
  margin-top: 15px !important;
}

.checkboxHelp {
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 23px !important;
  font-size: 16px;
  color: #757575;
}

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

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

div.logo {
  height: 80px;
  padding: 24px 48px 24px 0;
}

.logo img {
  max-height: 32px;
  margin: auto 12px;
}

.logo-text {
  width: auto;
  min-width: 120px;
  margin: auto 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  line-height: 15px;
  vertical-align: middle;
  color: #005AFF;
}

div.logo a {
  height: 32px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 1200px) {
  .logo-text {
    max-width: 1000px;
    font-size: 18px;
  }
}

/* needed? */
.logo span {
  margin: 0 10px;
  color: #005AFF;
}

.logo a {
  display: inline-block;
}

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

/* end needed? */
.user-nav {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

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

.user-nav[aria-expanded="true"] {
  top: 71px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border: solid 1px #F3F3F3;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

@media (min-width: 1180px) {
  .nav-wrapper-desktop {
    display: inline-block;
    white-space: nowrap;
  }
}

.nav-wrapper-desktop a {
  display: none;
  width: auto;
  padding: 0 15px 0 0;
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #005AFF;
  border: 0;
}

.nav-wrapper-desktop .submit-a-request {
  margin: 0;
  padding: 30px 15px 30px 15px;
  line-height: 16px;
  vertical-align: middle;
}

.nav-wrapper-desktop .submit-a-request::before {
  display: block;
  overflow: hidden;
  height: 0;
  font-weight: 700;
  content: attr(title);
  visibility: hidden;
}

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

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

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  font-weight: 700;
  text-decoration: none;
}

.nav-wrapper-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005AFF;
  gap: 8px;
}

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

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

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  display: inline-flex;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  color: #005AFF;
  transition: display 0.2s ease-in;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  display: none;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="false"] .icon-close {
  display: none;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-close {
  display: inline-flex;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
  border-top: solid 1px #F3F3F3;
  border-bottom: solid 1px #F3F3F3;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

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

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

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

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  padding: 0;
  border-bottom: 0.1px solid #F3F3F3;
}

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

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

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

.nav-wrapper-mobile .menu-list-mobile-items li.item {
  margin: 0 24px;
}

.nav-wrapper-mobile .menu-list-mobile-items li.item.sign-out-item {
  margin: 16px 24px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li.item.sign-out-item .sign-out-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 10px;
  font-family: "Nokia Pure Headline Bold";
  font-size: 14px;
  font-weight: normal;
  line-height: 135%;
  letter-spacing: 0.3px;
  color: #ffffff;
  background: #005AFF;
  border-radius: 8px;
}

.nav-wrapper-mobile .menu-list-mobile-items li.item.user-avatar-item {
  margin: 0px;
}

.nav-wrapper-mobile .menu-list-mobile-items a, .nav-wrapper-mobile .menu-list-mobile-items .mobile-menu-dropdown-item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 135%;
  letter-spacing: 0.3px;
  color: var(--PRIMARY-BLUE);
  border-top: 1px solid var(--PRIMARY-BLUE);
}

.nav-wrapper-mobile .menu-list-mobile-items .item:not(:first-child) a {
  border-top: 1px solid var(--PRIMARY-BLUE);
}

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

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 135%;
  letter-spacing: 0.3px;
  color: var(--WEB-DARK-GREY);
  background-color: #E4F0FF;
  border: none;
  gap: 8px;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #005AFF;
}

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

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

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

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

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

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

/* fixed dropdown menu */
.fixed-dropdown {
  position: relative;
  display: inline-block;
  height: 80px;
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #005AFF;
  background-color: transparent;
  border: 0;
}

.hover-menu-button {
  height: 80px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: white;
  background-color: transparent;
  border: 0;
}

.hover-menu-button a {
  padding: 0;
  font-weight: inherit;
}

.hover-menu-button a::before {
  display: block;
  overflow: hidden;
  height: 0;
  font-weight: 700;
  content: attr(title);
  visibility: hidden;
}

.hover-menu-button .dropdown-chevron-icon {
  color: #005AFF;
}

.dropdown-content {
  position: absolute;
  z-index: 100;
  display: none;
  min-width: 160px;
  background-color: #005AFF;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.dropdown-content a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: white;
}

.dropdown-content a::before {
  display: block;
  overflow: hidden;
  height: 0;
  font-weight: 700;
  content: attr(title);
  visibility: hidden;
}

.hover-menu-button:hover .dropdown-chevron-icon {
  transform: rotate(180deg);
}

.hover-menu-button:hover {
  font-weight: 700;
  text-decoration: none;
}

.fixed-dropdown:hover .dropdown-content {
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  font-weight: 700;
  text-decoration: none;
  background-color: #005AFF;
}

/* maintain focus on parent */
.fixed-dropdown:has(div:hover) > button > a {
  font-weight: 700;
}

.fixed-dropdown:has(div:hover) > button > svg {
  transform: rotate(180deg);
}

/* header nav language selection styles */
.language-selector {
  display: inline-block;
  height: 80px;
  max-height: 80px !important;
  margin: 0 5px 0 0 !important;
  padding: 0;
  vertical-align: middle;
}

.language-selector > button {
  min-width: 0;
  height: 80px;
  margin: auto 5px auto 0 !important;
  font-family: "Nokia Pure Headline";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
  vertical-align: middle;
  color: #005AFF !important;
  border: 0;
}

.language-selector > button::before {
  display: block;
  overflow: hidden;
  height: 0;
  font-weight: 700;
  content: attr(title);
  visibility: hidden;
}

.language-selector > button:hover {
  text-decoration: none;
  color: #005AFF !important;
  text-shadow: -0.25px -0.25px 0 var(--PRIMARY-BLUE), .25px .23px var(--PRIMARY-BLUE);
}

.mobile-language-option {
  font-size: 16px !important;
}

@media (min-width: 1024px) {
  .language-selector {
    display: inline-block;
    margin: 0 10px 0 0 !important;
    padding: 0;
  }

  .language-selector > button {
    min-width: 0;
    margin: 0 10px 0 0;
    padding: 0;
    font-family: "Nokia Pure Headline";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    white-space: nowrap;
    color: #000000;
    border: 0;
  }

  .mobile-language-option {
    font-size: 18px !important;
  }

  .language-selector > button::before {
    display: block;
    overflow: hidden;
    height: 0;
    font-weight: 700;
    content: attr(title);
    visibility: hidden;
  }
}

/***** User info in header *****/
.user-info {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}

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

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

.user-info > button {
  min-width: 0;
  height: 78px;
  padding: 5px 0 0 0;
  white-space: nowrap;
  color: #005AFF;
  border: 0;
}

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

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

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

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

#username:hover {
  text-decoration: none !important;
}

.user-info > button:hover .user_name {
  font-weight: 700;
  text-decoration: none !important;
  color: #005AFF;
  background-color: transparent;
}

#user_name > span::before {
  display: block;
  overflow: hidden;
  height: 0;
  font-weight: 700;
  content: attr(title);
  visibility: hidden;
}

#user_name {
  display: none !important;
  font-size: 16px;
}

@media (min-width: 1280px) {
  #user_name {
    display: inline-block !important;
  }
}

/***** User avatar *****/
.user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

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

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

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

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

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

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

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

/***** Footer *****/
.footer {
  /* margin-top: 60px; */
  padding: 30px 0;
  color: #6e6e6e;
  background-color: #F9F9F9;
  border-top: 1px solid #F9F9F9;
}

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

.inner-grow {
  flex: 0 1 58.3333333333%;
}

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

  .footer-inner-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }

  .inner-grow {
    flex: 0 1 58.3333333333%;
  }
}

@media (min-width: 1024px) {
  .footer-inner-social {
    flex-direction: row;
    width: 100%;
    padding: 0 0 10px 0;
  }
}

.footer-inner-wide {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

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

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

/* nokia footer styles */
.footer-logo {
  width: auto;
  height: 33px;
}

.footer-inner-wrapper-logo {
  display: block;
  flex-basis: 100%;
  width: 100%;
  padding: 48px 0;
}

.footer-divider {
  margin: 0;
  border-top: 1px solid #6e6e6e;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.footer hr {
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 36px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: rgba(0,0,0,.2);
  border: none;
}

.footer-menu-global {
  display: flex;
  flex: 0 1 33.3333333333%;
  flex-direction: column;
  margin-bottom: 30px;
}

.footer-inner-wide h6 {
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-wrap: nowrap;
}

.external-link-with-icon svg {
  margin-right: 10px;
  margin-bottom: 0;
}

.external-link-with-icon a {
  font-size: 14px;
  font-weight: 700;
  text-wrap: nowrap;
  color: #000;
}

.nc-7 {
  flex-grow: 1;
  flex-direction: row;
  padding: 0;
}

@media (min-width: 768px) {
  .nc-7 {
    flex-grow: 1;
    flex-direction: row;
    padding: 0 16px;
  }
}

.nc-7 ul {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nc-7 ul li {
  flex: 0 33%;
  padding-right: 30px;
  padding-left: 0;
}

.nc-7 ul li a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-wrap: nowrap;
  color: #000;
}

@media (min-width: 1160px) {
  .nc-7 ul li {
    flex: 33%;
    padding-right: 0;
    padding-left: 0;
  }
}

.nokia-footer__menu-contact {
  margin: 20px 0;
}

.nokia-footer__menu-contact a {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
  text-wrap: nowrap;
  color: #005aff !important;
}

.footer a {
  color: #000;
}

.footer a[href]:hover {
  text-decoration: none;
  color: #000;
}

.footer-social--icons {
  display: flex;
  margin-right: 22px;
}

[dir='rtl'] .footer-social--icons {
  margin-right: 0;
  margin-left: 20px;
}

.footer-social {
  display: flex;
  flex-direction: flex-start;
  flex-wrap: nowrap;
}

.footer-social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer-social li {
  margin: 0 17px 0 3px;
}

[dir='rtl'] .footer-social li {
  margin-right: 0;
  margin-left: 20px;
}

.footer-social a svg {
  width: 24px;
  height: 24px;
  text-align: center;
}

.nokia-footer__menu-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

[dir='rtl'] .footer-social [href*='glassdoor'] svg {
  margin: 3px 3px 0 0;
}

.footer-social path {
  fill: #666666;
}

.footer-social hr {
  margin: 32px 0 38px;
}

.footer-social-more {
  position: relative;
  top: -16px;
  display: inline-block;
  font-size: 13px;
  opacity: .75;
}

.footer-social-contact {
  margin: 0 0 40px 0;
}

.footer-social-contact p {
  font-size: 13px;
  opacity: .75;
}

@media (max-width: 1099px) {
  .footer-social-contact p {
    margin-bottom: 42px;
  }
}

.footer-subscribe {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 20px 30px 0;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .footer-subscribe .btn-transparent-white {
    height: 50px;
    margin-left: 48px;
  }

  .footer-subscribe .btn-transparent-white:hover {
    color: #FFFFFF;
    background-color: #666666;
  }
}

@media (min-width: 1024px) {
  .footer-social li {
    margin: 12px auto 0 15px;
  }

  [dir='rtl'] .footer-social li {
    margin-right: 0;
    margin-left: 10px;
  }

  .footer-social a svg {
    width: 16px;
    height: 16px;
    text-align: center;
  }

  .nokia-footer__menu-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .footer-subscribe {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0 20px 30px 20px;
  }
}

.footer-subscribe p {
  color: #666666;
}

.no-gutters .nr {
  margin-right: 0;
  margin-left: 0;
}

[class*='nc-'] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 720px) {
  [class*='nc-'] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nr {
    display: flex;
    flex-wrap: nowrap;
  }

  .nr.full-width {
    margin-right: -30px;
    margin-left: -30px;
  }

  .fluid .nr {
    margin-right: 0;
    margin-left: 0;
  }

  .nc-1 {
    flex: 0 1 8.3333333333%;
  }
}

@media (min-width: 1100px) {
  .footer-subscribe {
    display: flex;
  }

  .footer-subscribe .btn-transparent-white {
    height: 50px;
    margin-left: 48px;
  }

  .footer-subscribe .btn-transparent-white:hover {
    color: #F3F3F3 !important;
    background-color: #666666;
  }
}

.footer-subscribe p {
  color: #666666;
}

.btn,.mkto-form-inline form.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton {
  display: inline-block;
  min-width: 186px;
  padding: 16px 20px 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-transparent-white {
  color: #fff;
  background-color: transparent;
  border: solid 1px #666666;
}

.btn-transparent-blue {
  color: #005AFF;
  background-color: transparent;
  border: solid 1px #005AFF;
}

.btn.btn-white.on-image,.mkto-form-inline form.mktoForm .mktoButtonWrap.mktoPurpleCandy .btn-white.on-image.mktoButton {
  border: solid 0;
}

.btn.btn-white,.mkto-form-inline form.mktoForm .mktoButtonWrap.mktoPurpleCandy .btn-white.mktoButton {
  color: #005AFF;
  background-color: #fff;
  border: solid 1px #005AFF;
}

@media (min-width: 1100px) {
  .visible-desktop {
    display: block;
  }
}

.footer-menu-global {
  width: 100%;
}

@media (max-width: 1099px) {
  .footer-menu-global,.footer-menu-specific {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu-global [class*='nc-'],.footer-menu-specific [class*='nc-'] {
    flex: 0 1 50%;
  }
}

.footer-menu-global ul,.footer-menu-specific ul {
  margin-bottom: 18px;
  opacity: .75;
}

.footer-menu-global li,.footer-menu-specific li {
  margin-bottom: 14px;
}

.footer-menu-global a,.footer-menu-specific a {
  font-size: 14px;
}

.footer-menu-specific {
  margin-bottom: 45px;
}

.footer-menu-specific h5 {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .footer-menu-specific h5 {
    margin-bottom: 0;
  }
}

.footer-menu-specific ul {
  margin-top: 30px;
}

.footer-menu-global h5 {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-bottom: 1.5667rem;
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #666666;
}

@media (min-width: 720px) {
  .footer-menu-global .nc-4 ul {
    float: left;
    width: 50%;
  }

  .footer-menu-global .nc-4 ul+ul {
    width: 40%;
    margin-left: 15px;
  }
}

@media (min-width: 720px) {
  .nc-2 {
    flex: 0 1 16.6666666667%;
  }
}

@media all and (min-width: 720px) and (-ms-high-contrast:none),(min-width:720px) and (-ms-high-contrast:active) {
  .nc-2 {
    max-width: 16.6666666667%;
  }
}

@media (min-width: 720px) {
  .nc-4 {
    flex: 0 1 33.3333333333%;
  }
}

@media all and (min-width: 720px) and (-ms-high-contrast:none),(min-width:720px) and (-ms-high-contrast:active) {
  .nc-4 {
    max-width: 33.3333333333%;
  }
}

.footer-global-legal {
  width: 100%;
  opacity: .5;
}

.footer-global-legal ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 720px) {
  .footer-global-legal ul {
    justify-content: flex-end;
  }
}

.footer-global-legal li {
  margin-left: 24px;
  font-size: 10px;
  list-style: none;
}

.nc-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nc-12 ul {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  align-items: flex-start;
}

.nc-12 ul li {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.nc-12 ul li a {
  text-decoration: none;
  color: #666666;
}

@media (min-width: 768px) {
  .nc-12 ul {
    display: flex;
    flex: 0 1 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .nc-12 ul li {
    padding: 0 32px 0 0;
  }

  .nc-12 {
    flex: 0 1 100%;
  }
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
}

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

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

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

.breadcrumbs li a:visited {
  color: #005AFF;
}

.breadcrumbs li a:hover {
  color: #0049B4;
}

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

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

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

.search input[type="search"]:focus {
  color: #666666;
  border: 1px solid #005AFF;
}

.search-full input[type="search"] {
  height: 50px;
  margin: 0;
  padding-left: 50px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.search-icon-full {
  position: relative;
  /* transform: translateY(-20%); */
  position: absolute;
  bottom: 56px;
  left: 35px;
  z-index: 1;
  width: 25px;
  height: 25px;
  color: #005AFF;
}

@media (min-width: 768px) {
  .search-icon-full {
    position: relative;
    position: absolute;
    bottom: 46px;
    left: 15px;
    z-index: 1;
    width: 25px;
    height: 25px;
    color: #005AFF;
  }

  .hero-new-request .search-icon-full {
    position: relative;
    position: absolute;
    bottom: 46px;
    left: 21%;
    z-index: 1;
    width: 25px;
    height: 25px;
    color: #005AFF;
  }
}

.search-icon {
  position: relative;
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #005AFF;
  transform: translateY(-50%);
}

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

.search-container {
  position: relative;
}

/* quick search styles */
zd-autocomplete-multibrand {
  display: block;
  overflow: hidden;
  padding: 15px;
  font-size: 14px;
  white-space: nowrap;
  color: #333333;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
}

zd-autocomplete-multibrand:hover {
  background-color: #f3f3f3;
}

zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  padding-bottom: 4px;
  font-size: 16px;
  color: #005AFF;
}

zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand {
  display: block;
  font-size: 14px;
  color: #333333;
}

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

.hero-new-request, .hero-new-request .hero-inner {
  display: none;
}

.hero-inner {
  position: relative;
  top: 25%;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10px;
  transform: translateY(-75%);
}

.hero-welcome-title {
  margin: 0;
  padding: 5px 5px 0 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: white;
}

.hero-welcome-text {
  margin: 0;
  padding: 15px 5px 20px 5px;
  font-size: 18px;
  line-height: 1;
  color: white;
}

.hero-search-links {
  height: 35px;
  margin: 0;
  padding: 15px 5px 20px 5px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: white;
}

.hero-search-link {
  margin: 0;
  padding: 15px 5px 20px 5px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  text-decoration: underline;
  color: white;
}

@media (min-width: 768px) {
  .hero {
    width: 100%;
    height: 340px;
    padding: 0;
    text-align: center;
    background-size: stretch;
    background-repeat: no-repeat;
    background-image: url(/hc/theming_assets/01JG98ZDX0XMYTXF43G84ZZR6T);
    background-position: center;
  }

  .hero-new-request {
    display: block;
    width: 100%;
    height: 340px;
    padding: 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/hc/theming_assets/01J4GQ24TCPG24CDKBSE4J5857);
    background-position: center;
  }

  .hero-new-request .hero-inner {
    display: block;
  }

  .hero-inner {
    top: 50%;
    width: 80%;
    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.0);
    transform: translateY(-50%);
  }

  .hero-new-request .hero-inner {
    top: 50%;
    width: 80%;
    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.0);
    transform: translateY(-50%);
  }

  .hero-new-request .hero-inner > form {
    width: 60%;
    margin: 0 auto;
  }

  .hero-inner > form {
    width: 45%;
  }

  .hero-welcome-title {
    font-size: 36px;
  }

  .hero-new-request .hero-welcome-title {
    padding-bottom: 20px;
    font-size: 36px;
  }
}

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

@media (min-width: 768px) {
  .page-header {
    flex-direction: row;
    align-items: baseline;
    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: 15px;
  font-size: 36px;
  font-weight: 300;
}

.page-header-description {
  flex-basis: 100%;
  margin: 0 0 30px 0;
  font-weight: 300;
  word-break: break-word;
}

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

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

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

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

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

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

/*** Home page welcome ****/
.homepage_welcome_title {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
}

.homepage_welcome_text {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

/*** Category hero ***/
.category-hero {
  width: 100%;
  height: 340px;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}

/***** Blocks *****/
/* Home page upper blocks list */
.upper-blocks h2 {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  text-align: left;
}

.upper-blocks p {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.upper-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.upper-blocks-item {
  display: flex;
  flex: 1 0 348px;
  box-sizing: border-box;
  min-width: 348px;
  max-width: 90%;
  margin: 15px 15px 15px 15px;
  padding: 24px;
  text-align: left;
  color: #FFFFFF;
  background-color: #f3f3f3;
  border: none;
  border-radius: 10px;
}

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

  .upper-blocks-item {
    max-width: 20%;
    margin: 10px 10px 10px 10px;
    padding: 24px;
  }
}

.upper-blocks-item:hover, .upper-blocks-item:focus, .upper-blocks-item:active {
  background-color: #ebebeb;
}

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

.upper-blocks-item-link {
  width: 100%;
  height: 100%;
}

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

.upper-blocks-item-link:focus {
  text-decoration: none;
}

.upper-blocks-item-image {
  display: block;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
}

.upper-blocks-item-title {
  display: inline-block;
  margin-bottom: 0;
  padding: 24px 5px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #005AFF;
}

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

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

/* Home page middle blocks list */
.section-middle-blocks {
  width: 90%;
  margin: 20px auto 20px auto !important;
}

.section-middle-blocks h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
}

.section-middle-blocks p {
  width: 90%;
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.middle-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.middle-blocks-item {
  display: flex;
  flex: 1 0 348px;
  box-sizing: border-box;
  min-width: 348px;
  max-width: 348px;
  max-width: 80%;
  margin: 15px;
  padding: 24px;
  text-align: center !important;
  color: #FFFFFF;
  background-color: #005AFF;
  border: none;
  border-radius: 8px;
}

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

  .middle-blocks-item {
    max-width: 348px;
    margin: 15px;
  }
}

.middle-blocks-item:hover, .middle-blocks-item:focus, .middle-blocks-item:active {
  background-color: #0049B4;
}

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

.middle-blocks-item-link {
  width: 100%;
  height: 100%;
}

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

.middle-blocks-item-link:focus {
  text-decoration: none;
}

.middle-blocks-item-image {
  display: block;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
}

.middle-blocks-item-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* border:lightgray 2px solid; */
  /* background-color: white; */
  text-align: left;
  color: white;
  border-radius: 8px;
}

.middle-blocks-item-description {
  margin: 0 !important;
  padding: 0;
  font-size: 18px !important;
  text-align: left;
  color: white;
}

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

/* Home page lower blocks list */
.section-lower-blocks {
  width: 90%;
  margin: 20px auto 20px auto !important;
}

.lower-blocks {
  margin: 0 !important;
  padding: 10px 0;
  text-align: center;
}

.section-lower-blocks h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
}

.section-lower-blocks p {
  width: 90%;
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

/* Home page bottom blocks list */
.section-bottom-blocks {
  width: 90%;
  margin: 20px auto 20px auto !important;
}

.section-bottom-blocks h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
}

.section-bottom-blocks p {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.bottom-blocks {
  width: 100%;
  margin: 20px auto 20px auto !important;
}

.bottom-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.bottom-blocks-item {
  display: flex;
  flex: 1 0 340px;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 348px;
  max-width: 80%;
  margin: 15px 15px 15px 15px;
  text-align: center;
  color: #000000;
  background-color: #f3f3f3;
  border: none;
  border-radius: 8px;
}

.bottom-blocks-item-link > div {
  height: 150px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}

.bottom-blocks-item-link:hover > div {
  background-size: 110%;
}

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

  .bottom-blocks-item {
    max-width: 20%;
    margin: 10px 10px 10px 10px;
  }
}

/* addition by Tiwary / Nokia */
.bottom-blocks-item-link > div {
  height: 150px;
  padding: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.bottom-blocks-item:hover, .bottom-blocks-item:focus, .bottom-blocks-item:active {
  background-color: #ebebeb;
}

.bottom-blocks-item:hover .read-more-button {
  color: white;
  background-color: #005AFF;
}

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

.bottom-blocks-item-link {
  width: 100%;
  height: 100%;
}

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

.bottom-blocks-item-link:focus {
  text-decoration: none;
}

.bottom-blocks-item-image {
  display: block;
  width: 98%;
  min-width: 98%;
  height: auto;
  margin: auto;
  padding: 2%;
}

.bottom-blocks-item-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  /* border:lightgray 2px solid; */
  /* background-color: white; */
  text-align: left;
  color: #005AFF;
  border-radius: 8px;
}

.bottom-blocks-item-title i {
  margin-left: 10px;
}

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

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

/*******************************/
/* New reqest page blocks list */
/*******************************/
.form-blocks h2 {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  text-align: left;
}

.form_selection_tip {
  padding: 0 16px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #000000;
  border: 1px solid #0049B4;
  border-radius: 18px;
}

.form_selection_tip .fa-circle-info {
  padding: 4px 5px 2px 4px;
  font-size: 16px;
  color: #0049B4;
}

.form_selection_tip .tip_text {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
}

.other-forms-tip {
  width: 90% !important;
  max-width: 596px;
  height: auto !important;
  margin: 30px auto !important;
  padding: 10px 12px 8px 12px !important;
  font-size: 16px !important;
  line-height: 1;
  background-color: #EBEBEB !important;
  border: 0 !important;
  border-radius: 8px !important;
}

@media (min-width: 675px) {
  .other-forms-tip {
    width: 90% !important;
    max-width: 616px;
    font-size: 15px !important;
  }
}

.other-forms-tip a {
  text-wrap: nowrap;
}

@media (min-width: 1070px) {
  .other-forms-tip {
    width: 100% !important;
    max-width: 930px;
    font-size: 15px !important;
  }
}

@media (min-width: 1420px) {
  .other-forms-tip {
    width: 100% !important;
    max-width: 1250px;
  }
}

.other-forms-tip svg {
  margin-bottom: -2px;
  padding: 0;
}

.other-forms-tip img {
  width: auto;
  height: 20px;
  margin-right: 8px;
  margin-bottom: -4px;
}

.form-blocks p {
  display: block;
  width: calc(100% + 4px);
  height: 77px;
  margin: 0 -2px -2px -2px;
  padding: 10px 5px 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #666666;
  background: #BADAFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 2px solid #BADAFF;
  border-bottom: 2px solid #BADAFF;
  border-left: 2px solid #BADAFF;
}

.form-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.form-blocks-item {
  border: 0;
  display: flex;
  flex: 1 0 240px;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 240px;
  max-width: 90%;
  height: 160px;
  margin: 8px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  border-radius: 8px;
}

.active-block {
  text-decoration: none;
  border: solid 2px #005AFF !important;
}

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

  .form-blocks-item {
    max-width: 20%;
    margin: 8px;
    padding: 0;
  }
}

.form-blocks-item-link:hover, .form-blocks-item-link:focus, .form-blocks-item-link:active {
  text-decoration: none !important;
  filter: brightness(97%);
}

.form-blocks-item-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 2px solid #ebebeb;
  border-radius: 8px;
}

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

.form-sub-blocks-item-link:hover, .form-sub-blocks-item-link:active {
  text-decoration: none !important;
}

.form-blocks-item-link:focus {
  text-decoration: none;
}

.form-sub-blocks-item-link:focus {
  text-decoration: none;
}

.form-blocks-item-top-row {
  display: flex;
  flex-direction: row;
  height: 80px;
  padding-bottom: 15px;
}

.form-blocks-item-image {
  display: inline-block;
  width: auto;
  height: 44px;
  margin: 12px 0 0 12px;
}

.form-blocks-item-title {
  display: inline-block;
  margin: auto 12px;
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

.form-blocks-sub-item-title {
  display: inline-block;
  margin: auto 0;
  padding: 0 5px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  color: #005AFF;
}

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

/*.form-blocks-item-description:not(:empty) {
  margin-top: 10px;
}*/
/* section still-need-support */
.still-need-support {
  width: 90%;
  margin: 10px auto 20px auto !important;
  /*border-top: 1px solid #ddd;*/
  background-image: url(/hc/theming_assets/01J7ZPYBPBQ8SMFKSZ070KKGZJ) !important;
  border-radius: 8px;
}

.div-still-need-support {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.div-still-need-support > h2 {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 30px 0 30px 50px;
  font-size: 24px;
  font-weight: 300;
  font-weight: 300;
  text-align: left;
  color: white;
}

@media (min-width: 768px) {
  .div-still-need-support > h2 {
    width: 70%;
    font-size: 32px;
  }
}

.div-still-need-support > div {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-content: end;
  margin: auto 0;
  padding: 0;
}

.need-support-button {
  margin: auto 20px auto auto;
  padding: 15px 30px 10px 30px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: #005AFF;
  background-color: white;
  border-radius: 8px;
}

.need-support-button:hover {
  text-decoration: none;
  color: white;
  background-color: #005AFF;
}

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

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

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

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #005AFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nokiaBlocks-item {
  display: flex;
  flex: 1 0 340px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 30px;
  text-align: center;
  color: #005AFF;
  border: none;
  border-radius: 2px;
}

.nokiaBlocks-item img {
  width: auto;
  max-height: 100px;
}

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

@media (min-width: 808px) {
  .nokiaBlocks-item {
    max-width: 50%;
  }
}

@media (min-width: 1217px) {
  .nokiaBlocks-item {
    max-width: 30%;
  }
}

.nokiaBlocks-item:hover, .nokiaBlocks-item:focus, .nokiaBlocks-item:active {
  border: 2px solid #dddddd;
}

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

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

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

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

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

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

.nokiaBlocks-item-link:focus {
  text-decoration: none;
  box-shadow: 0 0 0 3px #005AFF;
  outline: 0;
}

.nokiaBlocks-item-title {
  margin-bottom: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #005AFF;
}

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

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

.category_image {
  max-width: 100%;
  height: auto;
}

/********************* home page tabs ***************/
/* Style the tab */
.nokiaHomeTab {
  overflow: hidden;
  margin: 0 3px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666666;
}

/* Style the buttons that are used to open the tab content */
.nokiaHomeTab button {
  float: left;
  margin: 2px 2px 0 2px;
  padding: 20px 20px 10px 20px !important;
  font-size: 24px;
  color: #666666;
  background-color: #f9f9f9;
  border-top: 1px solid #666666;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 1px solid #666666;
  border-bottom: none;
  border-left: 1px solid #666666;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.nokiaHomeTab button:hover {
  background-color: #F3F3F3;
}

/* Create an active/current tablink class */
.nokiaHomeTab button.active {
  color: black;
  background-color: white;
}

/* Style the tab content */
.nokiaHomeTabContent {
  display: none;
  padding: 20px 12px 10px 20px;
  background-color: white;
  border: 1px solid #666666;
  border-top: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.nokiaHomeTabContent > h3 {
  font-size: 24px;
}

.nokiaHomeTabContent > p {
  font-size: 18px !important;
}

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

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

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

.knowledge-base {
  width: 90%;
  margin: 20px auto 20px auto;
  padding: 10px 0 20px 0;
}

.knowledge-base h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
}

.knowledge-base p {
  font-size: 24px;
  font-weight: 300;
}

/*** Nokia accordions ***/
/* Style the buttons that are used to open and close the accordion panel */
.nokiaAccordion {
  width: 100%;
  margin-top: 8px;
  padding: 25px;
  text-align: left;
  color: #666666;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.nokiaAccordion:hover {
  background-color: #f9f9f9;
}

/* Style the accordion panel. Note: hidden by default */
.nokiaAccordionPanel {
  display: none;
  overflow: hidden;
  padding: 18px 18px;
  background-color: white;
  border: 1px solid #f9f9f9;
}

/*** Accordions ***/
.accordion-2-title {
  margin-top: 30px;
}

.home-page-accordion {
  margin: 1rem 0 25px 0;
  padding: 0;
  list-style: none;
}

.home-page-accordion-item {
  margin: 15px;
  padding: 0;
  background-color: white;
  border: #005AFF 1px solid;
  border-radius: 10px;
}

/* Thumb */
.home-page-accordion-thumb {
  margin: 0;
  padding: 20px 20px 20px 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #005AFF;
  cursor: pointer;
}

h3.home-page-accordion-thumb {
  width: 95%;
  /*padding-right: 50px !important;*/
  text-align: left;
}

h3.home-page-accordion-thumb:hover {
  color: #0049B4;
}

.ui-accordion-content-active {
  border-top: #cccccc 1px solid;
}

.home-page-accordion-thumb::after {
  display: inline-block;
  float: right;
  width: 7px;
  height: 7px;
  margin-right: -5%;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: transform .3s ease-out;
  transform: rotate(45deg);
  content: '';
}

.ui-accordion-header-active::after {
  display: inline-block;
  float: right;
  width: 7px;
  height: 7px;
  margin-right: -5%;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: transform .3s ease-out;
  transform: rotate(-135deg);
  content: '';
}

/* Panel */
.home-page-accordion-panel {
  display: none;
  margin: 0;
  padding: 15px 25px 0 25px;
}

.home-page-accordion-panel p {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  font-size: 17px;
  border-bottom: #cccccc 1px solid;
}

.home-page-accordion-panel .section-list-title {
  margin: 10px 0 10px 0;
  font-size: 20px;
  text-decoration: none;
  color: #005AFF;
}

.home-page-accordion-panel .section-list-title a {
  margin: 0 0 10px 0;
  font-size: 20px;
  text-decoration: none;
  color: #005AFF;
}

.home-page-accordion-panel .section-list-title a:hover {
  text-decoration: underline;
}

.section-article-list {
  padding: 10px 0 5px 0;
  background-color: #FFFFFF;
  border-bottom: #cccccc 1px solid;
}

.section-article-list:last-child {
  padding: 10px 0 5px 0;
  border: none;
}

.section-article-list > li:nth-of-type(n+6) {
  display: none;
}

.section-article-list-item {
  display: inline-block;
  width: 95%;
  margin: 10px 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  color: #005AFF;
  cursor: pointer;
}

.section-article-list-item-last {
  display: inline-block;
  width: 95%;
  margin: 10px 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  color: #005AFF;
  cursor: pointer;
}

@media (min-width: 768px) {
  .section-article-list-item {
    display: inline-block;
    width: 38%;
    margin: 10px 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
    color: #005AFF;
    cursor: pointer;
  }

  .section-article-list-item-last {
    display: inline-block;
    float: right;
    width: 10%;
    margin: 10px 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    color: #005AFF;
    cursor: pointer;
  }
}

.section-article-list-item a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #005AFF;
  cursor: pointer;
}

.section-article-list-item-last a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #005AFF;
  cursor: pointer;
}

.section-article-list-item a:hover, .section-article-list-item-last a:hover {
  text-decoration: underline;
  color: #0049B4;
}

/*** home page accordion - all applications */
.section-article-list-fixed {
  margin-bottom: 10px;
  padding: 10px 0 5px 0;
  border-bottom: #f3f3f3 1px solid;
}

.section-article-list-fixed {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 300px;
}

/**** article tabs ****/
.article-tabs {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
}

.ui-tabs-nav {
  position: relative;
  float: left;
  overflow: auto;
  width: 100%;
  margin: 0 0 -2px 0 !important;
  padding: 0 !important;
  border: none;
  list-style: none;
}

.ui-tabs-nav li {
  display: block;
  float: left;
  margin-right: 2px;
  font-size: 24px;
  color: #191919;
  border: 1px solid #d5d5de;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  list-style: none;
}

.ui-tabs-nav li:hover, .ui-tabs-nav li:active {
  margin-right: 2px;
  border: 1px solid #d5d5de;
  border-bottom: 1px solid white;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  list-style: none;
}

.ui-tabs-nav li.ui-tabs-active {
  margin-right: 2px;
  border: 1px solid #d5d5de;
  border-bottom: 2px solid white;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  list-style: none;
}

.ui-tabs-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px 10px 20px;
  text-decoration: none;
}

.ui-tabs-panel {
  display: inline-block;
  min-width: 60%;
  margin-top: 1px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 0 5px 5px 5px;
}

.ui-state-default a, .ui-state-default a:link {
  color: #595959 !important;
}

.ui-state-active a, .ui-tabs-active a {
  color: #191919 !important;
}

/**** article accordions ****/
.article-accordion {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.article-accordion .ui-accordion-header.ui-state-default {
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 20px;
  border: lightgray 1px solid;
  border-radius: 5px;
}

.article-accordion .ui-accordion-header.ui-state-active {
  display: block;
  margin-bottom: 0;
  padding: 15px;
  border: lightgray 1px solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.article-accordion .ui-accordion-content {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  border: lightgray 1px solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.article-accordion .ui-accordion-content > p {
  margin: 0;
  padding: 15px 10px 10px 10px;
}

.article-accordion .ui-accordion-content > ul {
  margin-top: 0;
  padding-top: 20px;
  padding-right: 20px;
}

.article-accordion .ui-accordion-header-active::after {
  display: inline-block;
  float: right;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 0.8rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: transform .3s ease-out;
  transform: rotate(-135deg);
  content: '';
}

.article-accordion .ui-accordion-header-collapsed::after {
  display: inline-block;
  float: right;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 0.8rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: transform .3s ease-out;
  transform: rotate(45deg);
  content: '';
}

/***** Promoted articles *****/
.articles-promoted {
  width: 90%;
  max-width: 1280px;
  margin: 20px auto 20px auto;
  padding: 10px 0 10px 0;
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
}

.promoted-articles-header {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
}

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

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

@media (min-width: 1024px) {
  .promoted-articles-item {
    /* Three columns on desktop */
    flex: 0 0 auto;
    align-self: flex-end;
    width: 49%;
    padding-right: 10%;
  }

  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

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

.promoted-articles-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  color: #005AFF;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
}

.promoted-articles-item a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}

.promoted-articles-item h3 {
  margin: 5px 0;
  padding: 5px 0;
  font-size: 24px;
}

.promoted-articles-item p {
  margin: 5px 0;
  padding: 5px 0;
  color: #191919;
}

.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 {
  max-width: 100%;
  min-height: 300px;
  margin-top: 32px;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01J4GQ2B8YW6CRXKV7F5XWTA6Q);
  background-position: center;
}

.community, .activity {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  text-align: left !important;
}

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

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

.recent-activity-item > h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.recent-activity-item-parent {
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
}

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

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

.recent-activity-item-link {
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

/***** Category pages *****/
.category-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
  padding: 0 0 0 30px;
}

.category-container .article-sidebar {
  width: 80%;
  margin: 30px auto;
}

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

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

  .category-container .article-sidebar {
    max-width: 25%;
  }
}

.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 {
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    flex: 0 0 45%;
  }
}

.section-tree-title {
  /*#005AFF*/
  margin-bottom: 2px;
  padding: 12px 5px 5px 2px;
  font-size: 26px;
  font-weight: 500;
  background-color: #001135;
}

.section-tree-title a {
  color: white;
}

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

.article-list {
  padding: 2px 2px 2px 5px;
  background-color: #F9F9F9;
  /*#E4F0FF*/
  border: #001135;
  /*border-style: none none solid none;
  border-width: 1px;*/
}

/*
.section-tree-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
}

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

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}
*/
.article-list-item {
  padding: 10px 0;
  font-size: 16px;
}

.article-list-item a {
  font-size: 18px;
  color: $brand-color;
}

.article-list-item p {
  margin: 0;
  padding: 0;
  color: #000000;
}

.icon-star {
  font-size: 18px;
  color: #005AFF;
}

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

.section-content {
  flex: 1;
  padding: 0 0 0 30px;
}

.section-content .article-sidebar {
  width: 80%;
  margin: 30px auto;
}

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

  .section-content {
    flex: 0 0 75%;
  }

  .section-container .article-sidebar {
    width: 25%;
  }
}

.section-list {
  margin: 40px 0;
  /*background-color: #F9F9F9;
    border: #001135;*/
  border-width: 1px;
  border-style: none none solid none;
}

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

/*.section-list-item:first-child {
  border-top: 1px solid #ddd;
} */
.section-list-item:last-child {
  border-bottom: 1px solid #001135;
}

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

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

.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
  * 22%     | 75%     | 3%
  */
  flex: 1 0 auto;
}

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

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

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

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

@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 {
    /* Take entire row */
    flex-basis: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.article-footer:not(:has(div,a)) {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

/* article sensisitivity */
.sensitivity_statement {
  margin: 10px 0 0 0;
  padding: 0;
  border-top: 1px solid #dcdcdc;
}

.sensitivity_statement p {
  padding: 10px 0 0 0;
  font-size: 14px;
  text-align: center;
}

/* article votes */
.article-votes {
  padding: 30px 0;
  text-align: left;
  border-top: 1px solid #dcdcdc;
}

.article-vote {
  width: auto;
  min-width: 90px;
  margin: 10px 5px;
  color: #333333;
  background-color: #EBEBEB;
  border: none;
}

.article-votes-question {
  font-size: 24px;
  font-weight: 300;
}

.article-more-questions {
  margin: 0 0 20px 0;
  padding: 20px 0 5px 0;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.article-vote-label {
  padding-left: 5px;
}

.article-more-questions .still-need-support {
  width: 100% !important;
}

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

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

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

.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 {
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

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

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

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

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  position: relative;
  margin-bottom: 10px;
  /*margin-top: 60px;*/
  padding: 5px 0 0 25px;
  padding-left: 20px;
  color: #6e6e6e;
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
}

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

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

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

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

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

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

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

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

.share a {
  color: #333;
}

.share a:hover {
  text-decoration: none;
  color: #005AFF;
}

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

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

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

.recent-articles-title, .related-articles-title {
  margin: 5px 0 15px 0;
  font-size: 24px;
  font-weight: 300;
}

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

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

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

.comment-callout a {
  color: #005AFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-labels {
  flex-basis: 100%;
  margin-left: 10px;
}

@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-right: 15px;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

.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 {
  display: block;
  margin: 3px 0;
  color: #333;
}

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

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

.vote-up:hover, .vote-down:hover {
  color: #005AFF;
}

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

.vote-voted {
  color: #005AFF;
}

.vote-voted:hover {
  color: #003699;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .community-follow {
    width: auto;
    margin-bottom: 0;
  }
}

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

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

.community-follow button:hover {
  background-color: #005AFF;
}

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

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

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

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

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

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

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

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

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

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

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

.striped-list-title {
  margin-right: 5px;
  margin-bottom: 10px;
  color: #005AFF;
}

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

.striped-list-title:visited {
  color: #0049B4;
}

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

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

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

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

@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 {
    display: block;
    font-weight: 400;
    color: #000000;
  }
}

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #005AFF;
}

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

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

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

.status-label-not-planned, .status-label-closed {
  color: #333;
  background-color: #e9ebed;
}

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

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

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

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

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

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

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

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

@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 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

.post-content {
  font-family: 'NokiaPureHeadline', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

[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-right: 10px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  [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 {
  display: inline-flex;
  margin: 0 2px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #04444d;
  border-radius: 4px;
}

.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 {
  position: relative;
  flex-direction: column;
  font-size: 14px;
}

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

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

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

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

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

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

.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 {
  border: 1px solid #005AFF;
  outline: none;
}

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

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

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

@media (min-width: 768px) {
  .collapsible-nav-list li {
    margin-right: 30px;
    line-height: normal;
  }

  [dir="rtl"] .collapsible-nav-list li {
    margin-right: 0;
    margin-left: 30px;
  }

  .collapsible-nav-list li a {
    padding: 15px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li a {
  display: block;
  color: #000000;
}

@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 {
  position: relative;
  order: 0;
}

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

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

.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 {
  position: relative;
  flex: 1;
  overflow: hidden;
  max-height: 45px;
  padding: 10px 0;
}

@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);
  right: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

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

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

.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 {
  border: 1px solid #005AFF;
  outline: none;
}

.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 {
  margin-bottom: 20px;
  background-color: #f2f2f2;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .my-activities-table th:first-child, .my-activities-table td:first-child {
    width: 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;
  }
}

/* My Requests */
.requests-tip {
  width: 60%;
  margin: 0 0 20px 0 !important;
  padding: 10px 20px 5px 20px;
  line-height: 1.5 !important;
  text-align: left !important;
  background-color: #FFF7D3;
  border-radius: 10px;
}

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

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

@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 {
  margin-top: 30px;
  font-size: 13px;
}

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

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

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

@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 {
  max-height: 40px;
  padding: 0 20px;
  line-height: 40px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  margin: 0;
  content: "";
}

.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;
    width: auto;
    vertical-align: middle;
  }
}

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

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  bottom: 0;
  left: calc(100% + 3px);
  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 {
  font-size: 13px;
  font-weight: 300;
  color: #333;
}

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

.no-activities {
  color: #333;
}

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

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

.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 {
  width: 100%;
  padding: 8px 25px;
  text-align: inherit;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.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 #005AFF;
}

.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 {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #005AFF;
}

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

.request-title {
  width: 100%;
}

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

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

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

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

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

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

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

.request-details dt, .request-details dd {
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: 13px;
  vertical-align: top;
}

.request-details dd {
  width: 60%;
  padding: 0 10px;
}

.request-details dd::after {
  white-space: pre;
  content: "\A";
}

.request-details dt {
  width: 40%;
  font-weight: 300;
  color: #333;
}

.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: 5px 15px 0 15px;
}

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

.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 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

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

/* 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 {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  min-width: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-header .options {
    flex-basis: auto;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: 10px;
  }

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

  .profile-header .options > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }

  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
  }
}

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

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

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

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

.profile-stats .stat-label {
  flex: 0 0 100px;
  margin-right: 10px;
  font-weight: 300;
  color: #333;
}

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

.profile-stats-activity {
  margin-top: 15px;
  border-top: solid 1px #ddd;
}

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

@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-right: 0;
    margin-left: 40px;
  }
}

@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;
    margin-left: 40px;
    border-bottom: 0;
  }

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

@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%;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
  color: #005AFF;
  border: solid 1px #005AFF;
  border-radius: 4px;
}

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

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

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

.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%;
  overflow: hidden;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
}

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

.profile-section-sorter {
  flex-basis: 100%;
  font-size: 13px;
  border-top: solid 1px #eee;
}

.profile-section-sorter .dropdown-toggle {
  width: 100%;
  padding: 10px 0;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  right: initial;
  left: 0;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    margin-left: 20px;
    padding-top: 0;
    border-top: 0;
  }

  [dir="rtl"] .profile-section-sorter {
    margin-right: 20px;
    margin-left: 0;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.profile-contribution-title {
  display: inline;
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 21px;
  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 {
  position: absolute;
  left: 0;
  line-height: 25px;
  color: #ccc;
}

[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-right: 1px solid #ddd;
    border-left: 0;
  }
}

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

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

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }

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

.profile-activity-header .user-avatar {
  align-self: flex-start;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

.profile-activity-description {
  width: 100%;
  min-width: 0;
  margin: 0;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.profile-activity-description span:first-child {
  display: inline;
  font-weight: 600;
}

.profile-activity-contribution {
  margin-top: 10px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }

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

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #ccc;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  border-radius: 50%;
}

[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%;
  width: 1em;
  height: 1em;
  margin: auto;
  transform: translateY(-50%);
}

/***** 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 70%;
    max-width: 70%;
  }
}

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

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

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

.sr-categories-sidebar .sidenav-item.current, .sr-categories-sidebar .sidenav-item:hover {
  text-decoration: none;
  color: black;
  background-color: #DCDCDC;
}

.search-results-sidebar .sidenav-subitem {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  unicode-bidi: embed;
}

.search-results-sidebar .sidenav-item {
  margin: 4px 0;
  padding: 8px;
  font-size: 16px;
  line-height: 1;
  color: white;
  unicode-bidi: embed;
}

.multibrand-filter-list .sidenav-item input[type="radio"] {
  color: #005AFF;
  border: 0.15em solid #005AFF !important;
  outline-color: #005AFF !important;
  accent-color: #005AFF !important;
}

.sr-categories-sidebar .sidenav-item input[type="radio"] {
  color: #757575;
  border: 0.15em solid #757575 !important;
  outline-color: #757575 !important;
  accent-color: #757575 !important;
}

.sr-categories-sidebar .sidenav-item {
  margin: 4px 0;
  padding: 6px;
  font-size: 16px;
  line-height: 1;
  color: black;
  unicode-bidi: embed;
}

.search-results-sidebar .sidenav-item input[type="radio"] {
  /* Add if not using autoprefixer 
  -webkit-appearance: none;
  appearance: none; */
  width: 1em;
  height: 1em;
  /* Not removed via appearance */
  margin: 0 6px 0 0;
  font: inherit;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(0.075em);
  accent-color: currentColor;
}

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

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

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

.search-results-sidebar .see-all-filters {
  display: block;
  padding: 10px;
  color: #005AFF;
  background: none;
  border: none;
  cursor: pointer;
}

.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 {
  font-weight: bold;
  content: ' \2304';
}

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

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

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

.search-results-list > li:first-child {
  padding: 30px 0  10px 0;
  border-top: 1px solid #dcdcdc;
}

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

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  font-weight: 300;
  color: black;
}

@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: 4px;
  word-break: break-word;
}

.search-result-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  position: relative;
  display: inline-block;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: 300;
  color: #333;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  color: #005AFF;
}

[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;
  font-size: 15px;
}

@media (min-width: 1600px) {
  .search-result-breadcrumbs {
    display: table-row;
    font-size: 15px;
  }

  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  font-size: 15px;
  color: #000000;
}

.search-result-breadcrumbs li a {
  margin-bottom: 5px;
  font-size: 15px;
  text-wrap: nowrap;
  color: #000000;
}

.sr-date {
  margin: 20px auto 5px 0;
  font-size: 15px;
  font-weight: 400;
  text-wrap: nowrap;
  color: #000000;
}

@media (min-width: 1200px) {
  .sr-date {
    width: auto;
    margin: 10px auto 5px 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    text-wrap: nowrap;
    color: #000000;
  }
}

.sr-sub-nav {
  align-items: flex-end;
}

.sr-sub-nav .breadcrumbs {
  flex-grow: 1;
}

.sr-sub-nav .sr-exact-button .button svg {
  float: right;
  margin: 0 0 0 5px;
  padding: 3px 0 0 0;
}

.sr-sub-nav .sr-exact-button, .sr-sub-nav .sr-fuzzy-button {
  margin: 10px 0 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .sr-sub-nav .sr-exact-button, .sr-sub-nav .sr-fuzzy-button {
    margin-left: 5px;
  }
}

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

.search-results-description {
  font-style: normal;
  font-weight: 300 !important;
}

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

.search-result-list-item-result-locations {
  margin: 10px 0 15px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.sr-brands-sidebar {
  margin: 0 8px 0 0;
  padding: 14px;
  color: white !important;
  background-color: #4092FF;
  border-radius: 8px;
}

.sr-categories-sidebar {
  margin: 0 8px 0 0;
  padding: 14px;
  color: black !important;
  background-color: #F3F3F3;
  border-radius: 8px;
}

.sr-brand {
  margin: 0 8px 0 0;
  padding: 8px 8px 0 8px;
  color: white !important;
  background-color: #4092FF;
  border-radius: 4px;
}

.sr-category {
  margin: 0 8px 0 0;
  padding: 8px 8px 0 8px;
  color: #000000 !important;
  background-color: #F3F3F3;
  border-radius: 4px;
}

.sr-section {
  margin: 0 8px 0 0;
  padding: 8px 8px 0 8px;
  color: #000000 !important;
  background-color: white;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
}

.search-results-sidebar .sidenav-title {
  font-size: 18px;
}

.sr-hr {
  width: 100%;
  height: 0;
  margin: 20px auto 10px auto;
  border: 0;
  border-top: solid 1px #CCCCCC;
}

.sr-exact-button a, .sr-fuzzy-button a {
  height: 40px;
  margin: 0;
  font-size: 15px;
  stroke: #ffffff;
}

.sr-exact-button a.disabled, .sr-exact-button a.disabled svg {
  color: #999999;
  background-color: #DCDCDC;
  border-color: #DCDCDC;
  stroke: #999999;
}

.sr-exact-button:hover, .sr-exact-button a.disabled:hover {
  color: #999999;
  background-color: #DCDCDC;
  border-color: #DCDCDC;
}

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

.notification a {
  color: #158ec2;
}

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

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

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

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

/* Error */
.notification-error {
  background: #fdc8c5;
  border-color: #e23B3B;
}

.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 {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-size: cover;
  content: "";
}

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

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

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

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

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

.notification-inline.notification-error::before {
  margin: -4px 5px 0 0;
  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");
}

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

.notification-inline.notification-error {
  color: #e23B3B;
  background-color: #fdc8c5;
  border: 1px solid #e23B3B;
  border-color: #e23B3B;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  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");
  content: "";
}

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

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

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

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

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

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

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

.dropdown-menu .desktop-menu-dropdown-item {
  padding: 8px 40px 8px 20px;
}

/* Diziana menu customization */
a.dz_mlmenu_list-link {
  margin: 0 !important;
  padding: 5px 0 5px 10px !important;
  color: #191919;
}

.dz_mlmenu_item_text {
  margin: 0 !important;
  padding: 0 !important;
  color: #191919;
}

ul.dz_mlmenu {
  padding: 15px 0 5px 0 !important;
  line-height: 1.15 !important;
}

.dz_mlmenu_list-item_category .dz_mlmenu_item_text {
  font-weight: 400;
  color: #005AFF !important;
}

.dz_mlmenu_list-item_section .dz_mlmenu_item_text {
  font-weight: 300 !important;
  color: #191919 !important;
}

.dz_mlmenu_list-item_article .dz_mlmenu_item_text {
  font-weight: 300 !important;
  color: #191919 !important;
}

.dz_mlmenu_list-item_category a.dz_mlmenu_list-link.dz_mlmenu_active {
  font-weight: 400 !important;
  color: #005AFF !important;
  background-color: rgb(244, 247, 253) !important;
  border-left: 3px solid #0065ed;
}

.dz_mlmenu_list-item_section a.dz_mlmenu_list-link.dz_mlmenu_active {
  font-weight: 400 !important;
  color: #191919 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.dz_mlmenu_list-item_section a.dz_mlmenu_list-link.dz_mlmenu_active .dz_mlmenu_item_text {
  font-weight: 400 !important;
  color: #191919 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.dz_mlmenu_list-item_article a.dz_mlmenu_list-link.dz_mlmenu_active {
  font-weight: 300 !important;
  color: #005AFF !important;
  background-color: rgb(244, 247, 253) !important;
  border: 0 !important;
}

.dz_mlmenu_list-item_article a.dz_mlmenu_list-link.dz_mlmenu_active .dz_mlmenu_item_text {
  font-weight: 300 !important;
  color: #005AFF !important;
  border: 0 !important;
}

ul.dz_mlmenu_submenu {
  width: 95% !important;
  margin-left: 5% !important;
  padding-left: 0 !important;
}

.dz_mlmenu_item_icon {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #191919;
}

/* Diziana menu - sticking to view */
.diziana-multilevel-menu {
  position: sticky;
  top: 4%;
  font-size: 16px;
  line-height: 1.15;
}

.dz_mlmenu_vertical {
  margin-left: 0;
}

/* Smaller article links */
.dz_menu_small {
  padding-left: 14px !important;
  font-size: 16px !important;
}

.dz_menu_small:hover {
  text-decoration: underline;
}

/* section articles */
.section-description-container {
  width: 90%;
}

/* section meta-buttons */
.section-meta-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section-meta-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}

/* section print button */
.article-meta-buttons {
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
  white-space: nowrap;
}

.section-print {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}

.section-print-button {
  position: relative;
  margin: 0 10px;
  padding: 6.5px 10px 0 10px;
  font-size: 16px;
  color: #005AFF;
  background-color: #E4F0FF;
  border: none;
  border-radius: 4px;
}

.section-print-button:hover {
  text-decoration: none;
  color: white;
  background-color: #0049B4;
}

#print-nokia-title {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 300px;
  margin-bottom: 10px;
  margin-left: 200px;
  padding-left: 40px;
  font-size: 40px;
  color: gray;
}

#print-section-title {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 100px;
  margin-left: 200px;
  padding-left: 40px;
  font-size: 40px;
}

#printed-date {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 350px;
  margin-left: 200px;
  padding-left: 40px;
  font-size: 15px;
}

.print-article-meta {
  margin: -10px 0 15px 0;
  font-size: 14px;
}

.print-header {
  display: block;
  width: 90%;
  height: 70px;
  margin: 10px auto;
  padding: 0 10px;
}

.article-container-print .article-accordion {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.article-container-print .article-accordion h3 {
  display: block;
  margin-bottom: 0;
  padding: 15px;
  border: lightgray 1px solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.article-container-print .article-accordion div {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  border: lightgray 1px solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.article-container-print .article-accordion p {
  margin: 0;
  padding: 15px 10px 10px 10px;
}

.article-container-print .ui-tabs-nav {
  padding-bottom: 10px !important;
}

/*.article-container-print .ui-tabs .ui-tabs-hide { display: block !important; }*/
.article-container-print .ui-tabs .ui-tabs-panel {
  display: block !important;
  margin-top: -1px;
}

.first-page-print-footer {
  align-items: center !important;
  max-width: 880px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 20px;
  page-break-after: always;
}

.print-footer {
  align-items: center !important;
  max-width: 880px;
  margin-top: 40px;
  padding-top: 20px;
}

.print-copyright-gray {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  color: gray;
  -webkit-print-color-adjust: exact;
}

.print-copyright {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  -webkit-print-color-adjust: exact;
}

/* Print style definitions */
@media screen {
  .print-footer {
    display: none;
  }
}

@media print {
  .header, .footer, .sub-nav, .powered-by-zendesk, .article-more-questions, .article-comments, .article-relatives, .article-sidebar, .article-subscribe, .article-votes, .article-footer, .container-divider, .article-return-to-top, .button, .category-hero, .article-meta-buttons {
    display: none;
  }

  .print-footer {
    display: block;
  }

  img, p, footer.print-footer {
    /* or 'auto' */
    page-break-before: auto !important;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto !important;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid !important;
  }

  .article-body, .article-content, .article, .article-container {
    display: block;
  }

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

  #print-nokia-title {
    color: gray;
    -webkit-print-color-adjust: exact;
  }

  .article-container-print .ui-tabs-nav {
    padding-bottom: 10px !important;
  }

  /*.article-container-print .ui-tabs .ui-tabs-hide { display: block !important; }*/
  .article-container-print .ui-tabs .ui-tabs-panel {
    display: block !important;
    margin-top: -1px;
  }
}

/* mobile menu - customer fixed menu */
.fixed-mobile-dropdown {
  display: block;
  width: 100%;
}

.fixed-mobile-dropdown li:not(:first-of-type) {
  border-top: 1px lightgray solid;
}

.fixed-mobile-dropdown li {
  /* min-height: 60px; */
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
}

.menu-item-has-children {
  padding: 0 !important;
}

/* .menu-item-has-children a, */
.mobile-current-language {
  display: block;
  float: left;
  width: 85% !important;
  height: 100% !important;
  min-height: 60px;
  padding: 17px 0 0 24px !important;
  vertical-align: middle;
  color: rgba(0, 0, 10, 0.77);
}

.mobile-current-language {
  color: #888888 !important;
}

.dropdown-plus-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.dropdown-plus-icon.mbdn-active {
  transform: rotate(45deg);
}

.fixed-mobile-dropdown-open:not(:first-of-type) {
  border-top: 1px lightgray solid;
}

.fixed-mobile-dropdown-sub-menu {
  display: none;
  width: 100%;
  transition: display 0.2s ease;
}

.fixed-mobile-dropdown-sub-menu li {
  padding-left: 24px;
  border: 0 !important;
}

.menu-list-mobile-items .submit-a-request::before {
  display: block;
  overflow: hidden;
  height: 0;
  font-weight: 700;
  content: attr(title);
  visibility: hidden;
}

.fixed-mobile-dropdown li.parent-item .parent-item-wrapper {
  display: flex;
  align-items: center;
  margin: 0 24px;
  padding: 16px 0;
}

.fixed-mobile-dropdown li.parent-item .parent-item-wrapper .parent-item-label {
  flex: 1;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 135%;
  letter-spacing: 0.3px;
  color: var(--PRIMARY-BLUE);
}

.fixed-mobile-dropdown li.parent-item.is-open .parent-item-wrapper .parent-item-label {
  text-shadow: -0.25px -0.25px 0 var(--PRIMARY-BLUE), .25px .23px var(--PRIMARY-BLUE);
}

.fixed-mobile-dropdown li.parent-item .parent-item-wrapper .dropdown-chevron-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.fixed-mobile-dropdown li.parent-item.is-open .parent-item-wrapper .dropdown-chevron-icon {
  transform: rotate(-180deg);
}

.fixed-mobile-dropdown li.parent-item.is-open .fixed-mobile-dropdown-sub-menu {
  padding: 0 24px 52px;
  color: white;
  background-color: var(--DIGITAL-BLUE);
}

.fixed-mobile-dropdown .fixed-mobile-dropdown-sub-menu .first-child-mobile-dropdown .first-child-wrapper {
  display: flex;
  align-items: center;
}

.fixed-mobile-dropdown .fixed-mobile-dropdown-sub-menu .first-child-mobile-dropdown:not(:first-child) {
  border-top: 1px white solid !important;
}

.fixed-mobile-dropdown .fixed-mobile-dropdown-sub-menu .first-child-mobile-dropdown:last-child {
  border-bottom: 1px white solid !important;
}

.fixed-mobile-dropdown .fixed-mobile-dropdown-sub-menu .first-child-mobile-dropdown a {
  color: white;
}

.fixed-mobile-dropdown .fixed-mobile-dropdown-sub-menu .first-child-sub-menu li {
  padding: 0 10px;
  border-top: 1px solid #ffffff !important;
}

.fixed-mobile-dropdown .fixed-mobile-dropdown-sub-menu .first-child-sub-menu li a {
  color: white;
}

.fixed-mobile-dropdown li.parent-item.is-open .fixed-mobile-dropdown-sub-menu.first-child-sub-menu {
  padding: 0;
}

/*Abhishek's customizations*/
/* image zoom */
img[data-fancybox] {
  cursor: pointer;
}

/*image break*/
.image:after {
  white-space: pre;
  content: "\a";
}

/*fig caption*/
.figcap {
  display: block;
  font-weight: bold;
}

/*Scrolling article in section*/
@media (min-width: 768px) {
  .long-article-list {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 2220px;
  }
}
 
/*related and parent links*/
.related-links {
  display: table;
  width: auto;
  margin-bottom: 1em;
  padding: 20px;
  font-size: 95%;
  background: #F3F3F3 none repeat scroll 0 0;
  border: 1px solid #F3F3F3;
}

.parentlink {
  font-weight: 700;
  text-align: center;
}

.ullinks:before {
  font-weight: 700;
  content: "Contents";
}

.related-links li, .related-links ul, .related-links ul li {
  list-style: outside lower-alpha none !important;
}

/*Various notes*/
.note {
  /*  line-height: 18px; */
  margin-bottom: 18px;
  margin-left: 18px;
  padding: 5px;
  background-color: #E4F0FF;
  border-left: 5px solid #005AFF;
}

.note> p {
  margin-left: 30px;
}

/*Note titles*/
.notetitle, .noticetitle, .attentiontitle, .importanttitle, .fastpathtitle, .remembertitle, .restrictiontitle, .tiptitle, .troubletitle, .warningtitle {
  font-weight: 700;
  color: #000000;
}

.tip {
  background-color: #E4FFEC;
  border-left: 5px solid #37CC73;
}

.warning, .restriction {
  background-color: #FFF1E4;
  border-left: 5px solid #F47F31;
}

.caution {
  background-color: #FFF7D3;
  border-left: 5px solid #F7B737;
}

.caution:before {
  float: left;
  margin: 2px 5px 0 0;
  content: none;
}

.cautiontitle {
  margin-left: 18px;
  padding: 5px;
  font-weight: 700;
  background-color: #FFF7D3;
  border-left: 5px solid #F7B737;
}

.danger {
  /*border-radius: 0 0 5px 0;*/
  background-color: #FDC8C5;
  border-left: 5px solid #E23B3B;
}

.danger:before {
  float: left;
  margin: 2px 5px 0 0;
  content: none;
}

.dangertitle {
  margin-left: 18px;
  padding: 5px;
  font-weight: 700;
  background-color: #FDC8C5;
  border-left: 5px solid #E23B3B;
}

/* Special tags */
.example {
  margin-bottom: 18px;
  padding: 5px;
  font-size: 100%;
  background-color: #E4FBFF;
  border-top: 5px solid #23ABB6;
  border-radius: 5px 0 5px 0;
}

.example:before {
  font-size: 110%;
  font-weight: 550;
  color: #0893A8;
  content: "Example:";
}

.example> .sectiontitle {
  padding-top: 5px;
  font-size: 105%;
  font-weight: 400;
  line-height: 100%;
}

.shortdesc {
  font-style: italic;
}

.dl {
  font-style: italic;
}

.dt {
  font-weight: 700;
}

.cmdname {
  font-weight: 700;
}

.filepath {
  font-family: "Lucida Console", "Courier New", monospace;
}

.option {
  font-family: "Lucida Console", "Courier New", monospace;
  font-style: italic;
  font-weight: 700;
}

.uicontrol {
  font-weight: 700;
}

/*Task label*/
.tasklabel {
  font-size: 105%;
  font-weight: bold;
}

.stepxmp {
  margin-bottom: 18px;
  margin-left: 18px;
  padding: 5px;
  padding-bottom: 0;
  font-size: 100%;
  background-color: #E4FBFF;
  border-top: 5px solid #23ABB6;
  border-radius: 5px 0 5px 0;
}

.stepxmp:before {
  font-size: 110%;
  font-weight: 550;
  color: #0893A8;
  content: "Step example:";
}

.substep {
  margin-left: 18px;
}

.stepresult {
  margin-left: 18px;
}

.stepresult:before {
  padding: 5px;
  font-size: 105%;
  font-weight: bold;
  content: "Result:";
}

.tasktroubleshooting {
  margin-bottom: 18px;
  padding: 5px;
  font-size: 100%;
  background-color: #F9F9F9;
  border-left: 5px solid #CCCCCC;
  border-radius: 5px 0 5px 0;
}

.tasktroubleshooting:before {
  display: block;
  font-size: 110%;
  font-weight: 550;
  content: "Troubleshooting";
}

/* legaltext */
.legaltext {
  display: block;
  margin: 0 0.5in;
  margin-top: 1in;
  margin-right: 20pt;
  margin-left: 1in;
  text-align: justify;
  page-break-after: always;
}

.legaltext hr {
  margin-right: 25%;
  margin-left: 25%;
  color: #124191;
}

hr {
  display: block;
  overflow: hidden;
  margin: 1em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  border-top: 1px solid #98a2ae;
  border-width: 1px;
  border-style: inset;
  unicode-bidi: isolate;
}

/*Ul to OL in TOC article - class:map styles inside class:article-body*/
.map {
  list-style-type: decimal;
}

.map ul {
  /* Indent nested lists */
  padding-left: 2em;
  list-style-type: decimal;
}

.map ul, .map {
  counter-reset: item;
}

.map li {
  display: block;
}

.map li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

/* fonts */
@font-face {
  /* IE9 Compat Modes */
  font-family: 'NokiaPureHeadline';
  font-style: normal;
  font-weight: normal;
  src: local ("NokiaPureHeadlineRegular");
  src: url('/hc/theming_assets/01J4GQ25AWFYBW5WS1R870HEBZ');
  src: url('/hc/theming_assets/01J4GQ243Y1CTFVP4ZAZT4BA7V') format('woff2'),
  /* Super Modern Browsers */
  url('/hc/theming_assets/01J4GQ28DHBAA2417H45NXKSW3') format('woff'),
  /* Pretty Modern Browsers */
  url('/hc/theming_assets/01J4GQ2868GYGR7XCY8TKJGG85') format('truetype');
  /* Safari, Android, iOS */
}

@font-face {
  /* IE9 Compat Modes */
  font-family: 'NokiaPureHeadline';
  font-style: normal;
  font-weight: 300;
  src: local ("NokiaPureHeadlineLight");
  src: url('$assets-nokiapureheadline_light-eof');
  src: url('/hc/theming_assets/01J4GQ23QGRAT0CRW853HQ0ZXS') format('woff2'),
  /* Super Modern Browsers */
  url('/hc/theming_assets/01J4GQ28JDMFMAQX29V5790NRT') format('woff'),
  /* Pretty Modern Browsers */
  url('/hc/theming_assets/01J4GQ27VCMDXHZPH10ERYMM8P') format('truetype');
  /* Safari, Android, iOS */
}

@font-face {
  /* IE9 Compat Modes */
  font-family: 'NokiaPureHeadline';
  font-style: normal;
  font-weight: 700;
  src: local ("NokiaPureHeadlineBold");
  src: url('$assets-nokiapureheadline_bold-eof');
  src: url('/hc/theming_assets/01J4GQ241S4N12YRJJMP6WMQTB') format('woff2'),
  /* Super Modern Browsers */
  url('/hc/theming_assets/01J4GQ28377HWNQXPXZK50DRD3') format('woff'),
  /* Pretty Modern Browsers */
  url('/hc/theming_assets/01J4GQ27Y451MSGATM4K70DSW8') format('truetype');
  /* Safari, Android, iOS */
}

/* Bottom block Video button customization */
.vd_decoration {
  position: absolute;
  width: 48px;
  height: 48px;
  margin-top: -8px;
  margin-left: 75px;
  background-repeat: no-repeat;
  background-image: url('$assets-video-svg');
  cursor: pointer;
}

/*Hero custom signout page */
.herosignout {
  width: 100%;
  height: 800px;
  padding: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01J7ZPQS5RVSPMAJM3RDMKQ01X);
  background-position: center;
}

@media (min-width: 768px) {
  .herosignout {
    width: 100%;
    height: 340px;
    padding: 0;
    text-align: center;
    background-size: stretch;
    background-repeat: no-repeat;
    background-image: url(/hc/theming_assets/01J7ZPR64K23BJ4666EYG260YC);
    background-position: center;
  }
}

/*mobile */
@media (min-width: 480px) {
  .herosignout {
    width: 100%;
    height: 340px;
    padding: 0;
    text-align: center;
    background-size: stretch;
    background-repeat: no-repeat;
    background-image: url(/hc/theming_assets/01J7ZPRHC3HTYXQFZDDN0YMAHT);
    background-position: center;
  }
}

/*tablet landscape*/
@media (min-width: 1024px) {
  .herosignout {
    background-image: url(/hc/theming_assets/01J7ZPR64K23BJ4666EYG260YC);
  }
}

/*larger desktops*/
@media (min-width: 1280px) {
  .herosignout {
    background-image: url(/hc/theming_assets/01J7ZPQS5RVSPMAJM3RDMKQ01X);
  }
}

.hero-inner-signout {
  position: relative;
  top: 25%;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  /* left: -15%; */
  text-align: left;
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10px;
  transform: translateY(-75%);
}

.hero-inner-signout {
  top: 50%;
  width: 80%;
  max-width: 1160px;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.0);
  transform: translateY(-50%);
}

.hero-inner-signout > form {
  width: 45%;
}

.hero-welcome-title-signout {
  margin: 0;
  padding: 5px 5px 0 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: white;
}

.hero-welcome-title-signout {
  font-size: 36px;
}

.hero-welcome-text-signout {
  margin: 0;
  padding: 15px 5px 20px 5px;
  font-size: 18px;
  line-height: 1;
  color: white;
}

/* Home page upper blocks list signout */
.upper-blocks-signout h2 {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 40px;
  text-align: left;
}

.upper-blocks-item-link-signout p {
  display: block;
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.upper-blocks-list-signout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

/*Upper block item signout1*/
.upper-blocks-item-signout1 {
  display: flex;
  flex: 1 0 348px;
  box-sizing: border-box;
  min-width: 348px;
  max-width: 90%;
  margin: 15px 15px 15px 15px;
  padding: 24px;
  text-align: left;
  color: #FFFFFF;
  background-color: #DFE7F7;
  border: #5792FD;
  border-style: solid solid solid solid;
  border-radius: 10px 10px 10px 10px;
}

@media (min-width: 768px) {
  .upper-blocks-item-signout1 {
    max-width: 20%;
    margin: 10px 0 10px 10px;
    padding: 24px;
    border-style: solid none solid solid;
    border-radius: 10px 0 0 10px;
  }
}

.upper-blocks-item-signout1:hover, .upper-blocks-item-signout1:focus, .upper-blocks-item-signout1:active {
  background-color: #ebebeb;
}

.upper-blocks-item-signout1:hover *, .upper-blocks-item-signout1:focus *, .upper-blocks-item-signout1:active * {
  text-decoration: none;
}

/*Upper block item signout2*/
.upper-blocks-item-signout2 {
  display: flex;
  flex: 1 0 348px;
  box-sizing: border-box;
  min-width: 348px;
  max-width: 90%;
  margin: 15px 15px 15px 15px;
  padding: 24px;
  text-align: left;
  color: #FFFFFF;
  background-color: none;
  border: #5792FD;
  border-style: solid solid solid solid;
  border-radius: 10px 10px 10px 10px;
}

@media (min-width: 768px) {
  .upper-blocks-item-signout2 {
    max-width: 20%;
    margin: 10px 10px 10px 0;
    padding: 24px;
    border-style: solid solid solid none;
    border-radius: 0 10px 10px 0;
  }
}

.upper-blocks-item-signout2:hover, .upper-blocks-item-signout2:focus, .upper-blocks-item-signout2:active {
  background-color: #ebebeb;
}

.upper-blocks-item-signout2:hover *, .upper-blocks-item-signout2:focus *, .upper-blocks-item-signout2:active * {
  text-decoration: none;
}

/*upper block list*/
.upper-blocks-list-signout {
  margin: 0;
}

.upper-blocks-item-link-signout {
  width: 100%;
  height: 100%;
}

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

.upper-blocks-item-link-signout:focus {
  text-decoration: none;
}

.upper-blocks-item-image-signout {
  display: block;
  width: auto;
  height: auto;
  margin: auto auto auto auto;
  padding: 0;
}

.upper-blocks-item-title-signout {
  display: block;
  margin-bottom: 0;
  padding: 24px 5px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* color: #005AFF; */
  text-align: center;
  color: black;
}

.upper-blocks-item-text-signout {
  display: block;
  /* margin-bottom: 0;*/
  margin: 15px auto auto auto;
  padding: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  /* color: #005AFF; */
  text-align: center;
  color: black;
}

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

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

.need-support-button-signout {
  margin: 15px auto auto auto;
  padding: 15px 30px 10px 30px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: white;
  background-color: #005AFF;
  /* border: 2px solid #005AFF;*/
  border: none;
  border-radius: 0;
}

.need-support-button-signout:hover {
  font-weight: 700;
  text-decoration: none;
  color: white;
  background-color: #005AFF;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  color: white;
  background-color: #ebebeb;
  border-color: inherit;
}

.fancybox__image {
  background-color: rgb(300, 300, 300);
}

/* Collapsible styles not included, probably not needed, only in testing brand? */
/* article page floating content menu */
#floater {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 0 10px 10px;
  padding: 0;
}

@media (min-width: 1024px) {
  #floater {
    position: absolute;
    top: 180px;
    right: 10px;
    bottom: auto;
    left: auto;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}

@media (min-width: 1450px) {
  #floater {
    position: absolute;
    right: 2%;
  }
}

@media (min-width: 1600px) {
  #floater {
    position: absolute;
    right: 4%;
  }
}

@media (min-width: 1700px) {
  #floater {
    position: absolute;
    right: 6%;
  }
}

@media (min-width: 1800px) {
  #floater {
    position: absolute;
    right: 8%;
  }
}

.floating-content-menu {
  overflow: scroll;
  overflow-x: hidden;
  width: 94vw;
  min-width: 94vw;
  max-width: 94vw;
  height: 92vh;
  min-height: 92vh;
  max-height: 92vh;
  margin: 0;
  padding: 10px;
  background: white;
  border: 1px solid;
  border-radius: 10px;
}

.floating-content-menu-button {
  width: 240px;
  height: 60px;
  margin: 0;
  padding: 0;
  color: white;
  background-color: #0049b4;
  border: none;
  border-radius: 30px;
}

@media (min-width: 800px) {
  .floating-content-menu {
    width: 96vw;
    min-width: 96vw;
    max-width: 96vw;
    height: 94vh;
    min-height: 94vh;
    max-height: 94vh;
  }
}

@media (min-width: 1024px) {
  .floating-content-menu {
    overflow: scroll;
    overflow-x: hidden;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    padding: 10px;
    background: white;
    border: solid 2px #DCDCDC;
    border-radius: 10px;
  }
}

.floating-content-menu-button:hover {
  background-color: #005AFF;
  cursor: pointer;
}

.floating-content-menu-button svg {
  display: inline-block;
  float: left;
  max-height: 40px;
}

.floating-content-menu-button span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 20px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: text-top;
  color: white;
  background: transparent;
}

.fmb-title {
  display: inline-block !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle !important;
}

.fcm-toggle {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 3px;
  background-color: #0049b4;
  border: none;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .fcm-toggle {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 3px;
    border: none;
    border-radius: 50%;
  }
}

.fcm-toggle:hover {
  background-color: #005AFF;
}

.fcm-toggle a, .fcm-toggle a:hover, .fcm-toggle a:visited, .fcm-toggle a:active,.fcm-toggle a:focus {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: white;
  background: transparent;
}

.fcm-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.fcm-item {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: 300;
  color: $color_3;
  border-radius: 4px;
}

.fcm-item.current-article, .fcm-item:hover {
  text-decoration: none;
  background-color: #EBEBEB;
}

/*Ul to OL in TOC article - class:map styles inside class:article-body*/
.floating-content-menu .map {
  font-size: 16px;
  list-style-type: decimal;
}

.floating-content-menu .map ul {
  padding-left: 12px;
  list-style-type: decimal;
}

.floating-content-menu .map ul, .floating-content-menu .map {
  counter-reset: item;
}

.floating-content-menu .map li {
  display: block;
  padding: 2px 0;
}

.floating-content-menu .map li:before {
  padding-right: 4px;
  content: counters(item, ".") " ";
  counter-increment: item;
}

.floating-content-menu-button .st0 {
  fill: none;
}

.floating-content-menu-button .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st2 {
  fill: #FFFFFF;
}

.floating-content-menu-button .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-content-menu-button .st5 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st8 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st9 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st10 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st11 {
  fill: #262626;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st12 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st13 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st14 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st15 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-content-menu-button .st16 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
}

.floating-content-menu-button .st17 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st18 {
  fill: #262626;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st19 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st20 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.st0 {
  fill: none;
}

.floating-content-menu-button .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st2 {
  fill: #FFFFFF;
}

.floating-content-menu-button .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-content-menu-button .st5 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st8 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st9 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st10 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st11 {
  fill: #262626;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st12 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st13 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
}

.floating-content-menu-button .st14 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st15 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-content-menu-button .st16 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
}

.floating-content-menu-button .st17 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st18 {
  fill: #262626;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st19 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.floating-content-menu-button .st20 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1.33425;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*Next_Previous buttons*/
.article-navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.article-navigation .previous-article {
  position: relative;
  left: 0;
  width: 105px;
  height: 44px;
  padding: 3px 15px;
  font-size: 18px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #005AFF;
  border: none;
  border-radius: 5px;
}

.article-navigation .next-article {
  position: relative;
  right: 0;
  width: 105px;
  height: 44px;
  padding: 3px 15px;
  font-size: 18px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #005AFF;
  border: none;
  border-radius: 5px;
}

.article-navigation .previous-article:hover, .article-navigation .next-article:hover {
  color: white;
  background-color: #0049B4;
}

.article-subscribe button {
  color: #005AFF;
  background-color: #E4F0FF;
  border: none;
}

.article-subscribe button[aria-pressed="false"]::before {
  content: "+ ";
}

.section-subscribe button {
  color: #005AFF;
  background-color: #E4F0FF;
  border: none;
}

.section-subscribe button[data-selected="false"]::before {
  content: "+ ";
}

/*hide related contents links in print section display*/
.article-container-print .related-links {
  display: none !important;
}

.glossAcronym {
  font-size: 18px;
  font-weight: bold;
}

/*section_alert_banner_admincenter deprecation*/
.section-alert-banner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 16px;
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
}

.section-alert-banner .banner-icon {
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 12px;
  fill: #ffc107;
}

.section-alert-banner .banner-message {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

/* Optional: Change color based on different banner types */
.section-alert-banner.critical {
  background-color: #f8d7da;
  border-left-color: #dc3545;
}

.section-alert-banner.critical .banner-icon {
  fill: #dc3545;
}

.section-alert-banner.critical .banner-message {
  color: #721c24;
}

/*Glossary term*/
.glossary-term {
  text-decoration: underline;
  color: #001135;
  border-bottom: none;
  cursor: help;
  text-decoration-style: dotted;
  text-decoration-color: #444;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.glossary-term:hover {
  /*color: #0056b3;  Change color on hover */
  text-shadow: 0 0 0.5px #0056b3, 0 0 0.5px #0056b3;
  text-decoration-style: solid;
}

.glossary-tooltip {
  position: absolute;
  z-index: 9999;
  display: none;
  max-width: 300px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  overflow-wrap: break-word;
  /* Standard property */
  word-wrap: break-word;
}

.glossary-tooltip .tooltip-content p {
  margin: 0 0 8px;
}

.glossary-tooltip img {
  max-width: 100%;
  height: auto;
  margin-top: 8px;
  border-radius: 4px;
}

.glossary-tooltip figcaption {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

/* Handle tables inside the tooltip */
.glossary-tooltip table {
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border-collapse: collapse;
}

.glossary-tooltip th, .glossary-tooltip td {
  padding: 4px 8px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

/* Remove glossary underline & color on print */
@media print {
  /* Remove glossary underline & color */
  .glossary-term {
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
    cursor: default !important;
  }

  /* Completely hide tooltip container in print */
  .glossary-tooltip {
    display: none !important;
  }
}

/* ==================================================== */
/* DYNAMIC VARIABLES FROM HTML CONTENT                  */
/* ==================================================== */

/* Dynamically captures the main section title from your HBS template cover */
#print-section-title {
  string-set: doc-title content();
}

/* Dynamically captures the current article title as it appears on each page */
h1.article-title {
  string-set: section-title content();
}

@media print {
  /* Force background colors and gradients to render in print */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* Page boundaries, continuous hairline rules, and content padding */
  @page {
    size: A4 portrait;
    margin-top: 3.2cm;      /* Space for the header */
    margin-bottom: 2.8cm;   /* Space for the footer */
    margin-left: 1cm;
    margin-right: 1cm;

    /* Draw continuous 1px hairline rules across the exact width of the printable content area */
    border-top: 1px solid #005aff;
    border-bottom: 1px solid #005aff;

    /* Create a protective buffer zone so body content never touches the borders */
    padding-top: 15px;
    padding-bottom: 15px;

    /* DYNAMIC RUNNING HEADER CONFIGURATION */
    @top-left {
      content: string(doc-title); /* Dynamically grabs the section title (e.g. Nokia DAC software support) */
      font-family: Arial, sans-serif;
      font-size: 8.5pt;
      font-weight: bold;
      color: #000;
      vertical-align: bottom;
      padding-bottom: 8px; /* Spacing between header text and the blue line */
    }

    @top-center {
      content: "\a0"; /* Non-breaking space keeps container active */
      vertical-align: bottom;
      padding-bottom: 8px;
    }

    @top-right {
      content: string(section-title) "\a0"; /* Dynamically grabs active article titles */
      font-family: Arial, sans-serif;
      font-size: 8.5pt;
      font-weight: bold;
      color: #000;
      text-align: right;
      vertical-align: bottom;
      padding-bottom: 8px;
    }

    /* RUNNING FOOTER CONFIGURATION */
    @bottom-left {
      content: "Nokia Digital Automation Cloud\A Release 26R1";
      font-family: Arial, sans-serif;
      font-size: 7.5pt;
      line-height: 1.4;
      color: #000;
      white-space: pre-wrap; 
      vertical-align: top;
      padding-top: 8px; /* Spacing between footer text and the blue line */
    }

    @bottom-center {
      content: /*DN1000077082\A\00a9 */ "2026 Nokia. Nokia Confidential Information\A Use subject to agreed restrictions on disclosure and use.";
      font-family: Arial, sans-serif;
      font-size: 7.5pt;
      line-height: 1.4;
      text-align: center;
      color: #000;
      white-space: pre-wrap; 
      vertical-align: top;
      padding-top: 8px;
    }

    @bottom-right {
      content: counter(page); 
      font-family: Arial, sans-serif;
      font-size: 9pt;
      font-weight: bold;
      color: #000;
      text-align: right;
      vertical-align: top;
      padding-top: 8px;
    }
  }

  /* PREVENT HEADERS, FOOTERS, AND HAIRLINES ON THE FIRST (COVER) PAGE */
  @page :first {
    border-top: none !important;
    border-bottom: none !important;
    @top-left { content: none !important; }
    @top-center { content: none !important; }
    @top-right { content: none !important; }
    @bottom-left { content: none !important; }
    @bottom-center { content: none !important; }
    @bottom-right { content: none !important; }
  }

  /* Specific reset for content tags to avoid breaking the page-level border styling */
  body, main, div, p, span, ul, ol, li, table, tr, td, th, h1, h2, h3, h4, h5, h6 {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 11pt;
    line-height: 1.4;
    background-color: #fff !important;
  }

  /* Hide Unnecessary Web UI Elements & Navbars */
  #navbar-container,
  [data-test-id="knowledge-navigation"],
  [data-test-id="knowledge-navigation-header"],
  [data-garden-id="navigation.header"],
  .header,
  .footer,
  .search,
  .search-full,
  .hero,
  .hero-new-request,
  .user-nav,
  .nav-wrapper-desktop,
  .nav-wrapper-mobile,
  .breadcrumbs,
  .button,
  .button-large,
  .section-subscribe,
  .sub-nav,
  .form,
  .lower-blocks,
  .bottom-blocks,
  .upper-blocks,
  .nokiaHomeTab,
  .fixed-dropdown,
  .footer-subscribe,
  .footer-social,
  .skip-navigation {
    display: none !important;
  }

  /* Format Content Areas for the Page */
  main, .container, .article-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Force each article title to start on a brand new page */
  h1.article-title {
    page-break-before: always !important;
    break-before: page !important;
    margin-top: 0 !important; 
  }

  /* Prevent awkward page breaks */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    margin-top: 20pt;
    font-weight: 500;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  /* Clean up Links */
  a {
    text-decoration: none !important;
    color: #000 !important;
  }

  /* Target ONLY table-related containers to prevent height collapse */
  .table-responsive,
  [class*="table-wrapper"],
  .article-body div[class*="table"] {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
  }

  /* Force tables to fit page width and stack correctly */
  table, .table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important; 
    border-collapse: collapse !important;
    height: auto !important;
    max-height: none !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    page-break-inside: avoid !important;
  }

  /* Strip hardcoded column widths that force the table off the page */
  table col,
  table colgroup {
    width: auto !important;
  }

  /* Ensure rows and cells preserve static positioning */
  tr {
    page-break-inside: avoid !important;
    page-break-after: auto !important;
    position: static !important;
  }

  /* Format table cells, wrap long URLs/text, and scale them down cleanly */
  table td, table th,
  .table td, .table th {
    position: static !important;
    height: auto !important;
    border: 1px solid #000 !important;
    padding: 8px !important;
    color: #000 !important;
    word-break: break-word !important; 
    overflow-wrap: break-word !important;
    white-space: normal !important; 
  }

  /* Header styling for table print readability */
  table th, .table th {
    font-weight: bold !important;
    background-color: #f2f2f2 !important; 
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* Reset positioning for text blocks below/above tables to keep them stacked vertically */
  .article-body h1, .article-body h2, .article-body h3, 
  .article-body h4, .article-body h5, .article-body h6, 
  .article-body p, .article-body ul, .article-body ol, .article-body li {
    position: static !important;
    float: none !important;
    clear: both !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  /* Ensure elements immediately following a table are pushed down to prevent overlap */
  table + *,
  .table + *,
  .table-responsive + * {
    margin-top: 35px !important;
    clear: both !important;
  }
}

/* Font Family */
@font-face {
  font-family: 'Nokia Pure Headline Regular';
  font-weight: normal;
  font-style: normal;
  src: url(/hc/theming_assets/01KZBZGYTKR2EK70C080SWYD9P) format('woff2'),
  url(/hc/theming_assets/01KZBZH1E8B5D8J25SB3RX0757) format('woff');
}

/* Font Family */
@font-face {
  font-family: 'Nokia Pure Headline Bold';
  font-weight: bold;
  font-style: normal; 
  src: url(/hc/theming_assets/01KZBZGYTENJMR72BN16M85YD4) format('woff2'),
  url(/hc/theming_assets/01KZBZH186H2PH6K5ENCS10T60) format('woff');
}

/* Font Family */
@font-face {
  font-family: 'Nokia Pure Headline Light';
  font-weight: normal;
  font-style: normal; 
  src: url(/hc/theming_assets/01KZBZGYDRDH5B9CRADRB9KDNZ) format('woff2'),
  url(/hc/theming_assets/01KZBZH163SZ12X1E66HTM2AP8) format('woff');
}

/* New Color Variables */
:root {
  --DIGITAL-BLUE: #004BD6;
  --WEB-DARK-GREY: #343A40;
  --PRIMARY-BLUE: #005AFF;
  --BLACK: #000000;
  --WHITE: #FFFFFF;
}

/* Base container, row, columns */
.new-container {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  --bs-gutter-x: 1.5rem;
}

.new-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  --bs-gutter-x: 1.5rem;
}

.new-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-x: 1.5rem;
}

.new-row > * {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.new-col {
  flex: 1 0 0;
}

.new-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.new-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.new-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.new-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.new-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.new-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.new-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.new-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.new-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.new-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.new-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.new-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .new-container {
    padding: 0 1rem;
  }

  .new-row {
    margin: 0 -1rem;
  }

  .new-col {
    padding: 0 1rem;
  }

  .new-col-md-1 {
    flex: 0 0 calc(8.333% - 2rem);
  }

  .new-col-md-2 {
    flex: 0 0 calc(16.666% - 2rem);
  }

  .new-col-md-3 {
    flex: 0 0 calc(25% - 2rem);
  }

  .new-col-md-4 {
    flex: 0 0 calc(33.333% - 2rem);
  }

  .new-col-md-6 {
    flex: 0 0 calc(50% - 2rem);
  }

  .new-col-md-8 {
    flex: 0 0 calc(66.666% - 2rem);
  }

  .new-col-md-9 {
    flex: 0 0 calc(75% - 2rem);
  }

  .new-col-md-12 {
    flex: 0 0 calc(100% - 2rem);
  }
}

@media (max-width: 576px) {
  .new-container {
    padding: 0 1rem;
  }

  .new-row {
    margin: 0 -1rem;
  }

  .new-col {
    flex: 0 0 100% !important;
    padding: 0 1rem;
  }
}

/* Header Rewamp Section */
.main-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 50px;
  background-color: var(--WHITE);
  border-bottom: 1px solid #EBEBEB;
}

.main-header .logo-container {
  display: inline-flex;
  align-items: center;
}

.main-header .logo-container .logo {
  display: inline-flex;
  height: auto;
  padding: 0;
}

.main-header .logo-container .logo img {
  height: 30px;
  max-height: 30px;
  margin: 0;
}

.main-header .logo-container .logo_text {
  display: inline-flex;
  padding-left: 40px;
}

.main-header .logo-container .logo_text a {
  margin: 0;
  font-family: "Nokia Pure Headline Bold";
  font-size: 20px;
  line-height: normal;
  color: var(--DIGITAL-BLUE);
}

.main-header .logo-container .logo_text a:hover {
  text-decoration: none;
}

.main-header .user-info-container {
  display: flex;
  height: 100%;
  min-height: 80px;
}

.main-header .user-info-container .user-info button.dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  line-height: 150%;
  color: var(--PRIMARY-BLUE);
  background: none;
  border: 0;
  cursor: pointer;
  gap: 10px;
}

.main-header .user-info-container .user-info button .dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.main-header .user-info-container .user-info.dropdown:has(> .dropdown-menu[aria-expanded="true"]) > button .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 170px;
  padding: 10px 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

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

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

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

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

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

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  text-decoration: none;
  color: var(--PRIMARY-BLUE);
  background-color: transparent;
}

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  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");
  content: "";
}

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

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

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

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

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

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

.main-header .main-navigation-desktop, .main-header .main-nav, .main-header .main-nav-list, .main-header .mega-menu-dropdown {
  position: static;
}

.main-header .mega-menu-dropdown {
  margin: 0;
}

.main-header .mega-menu-dropdown:hover .dropdown-content {
  display: none;
}

.main-header .mega-menu-dropdown.is-open .dropdown-content {
  display: block;
}

.main-header .mega-menu-dropdown.is-open > .hover-menu-button {
  font-weight: 700;
}

.main-header .mega-menu-dropdown.is-open > .hover-menu-button .dropdown-chevron-icon {
  transform: rotate(180deg);
}

.main-header .mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  width: 100%;
  min-width: 100%;
  height: 500px;
  padding: 42px 38px;
  background-color: var(--DIGITAL-BLUE);
  border-radius: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.main-header .mega-menu-panel .new-row:first-child .new-col-12 {
  display: flex;
  justify-content: flex-end;
}

.main-header .mega-menu-close {
  position: absolute;
  top: 16px;
  right: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.main-header .mega-menu-close:hover {
  background: transparent;
}

.main-header .mega-menu-panel .mega-menu-list .mega-menu-list-header {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px !important;
  padding: 10px 15px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: #fff;
  border: 4px solid var(--PRIMARY-BLUE);
  border-radius: 30px;
  cursor: pointer;
  gap: 10px;
}

.main-header .mega-menu-panel .mega-menu-list .mega-menu-list-header::before {
  display: none;
}

.main-header .mega-menu-panel .mega-menu-list .mega-menu-list-header:hover {
  border-color: #4092FF;
}

.main-header .mega-menu-panel .mega-menu-list a {
  padding: 8px 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.main-header .mega-menu-panel .mega-menu-list a:not(:last-child) {
  margin-bottom: 12px;
}

.main-header .mega-menu-panel .mega-menu-list a:hover {
  background-color: transparent;
  text-shadow: -0.25px -0.25px 0 var(--WHITE), 0.25px 0.25px 0 var(--WHITE);
}

.main-header .main-navigation-desktop .main-nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-header .main-navigation-desktop .main-nav-list .main-nav-item {
  display: inline-flex;
}

.main-header .main-navigation-desktop .main-nav-list .main-nav-item a {
  padding: 10px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  color: var(--PRIMARY-BLUE);
  cursor: pointer;
}

.main-header .main-navigation-desktop .main-nav-list .main-nav-item a:hover {
  text-decoration: none;
  text-shadow: -0.25px -0.25px 0 var(--PRIMARY-BLUE), .25px .23px var(--PRIMARY-BLUE);
}

.main-header .main-navigation-desktop .main-nav-list .mega-menu-dropdown .mega-menu-button {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 16px;
  line-height: 150%;
  color: var(--PRIMARY-BLUE);
  background: none;
  border: 0;
  cursor: pointer;
  gap: 10px;
}

.main-header .main-navigation-desktop .main-nav-list .mega-menu-dropdown .mega-menu-button:hover, .main-header .main-navigation-desktop .main-nav-list .mega-menu-dropdown.is-open .mega-menu-button {
  text-decoration: none;
  text-shadow: -0.25px -0.25px 0 var(--PRIMARY-BLUE), .25px .23px var(--PRIMARY-BLUE);
}

.main-header .main-navigation-desktop .main-nav-list .mega-menu-dropdown .mega-menu-button .dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.main-header .main-navigation-desktop .main-nav-list .mega-menu-dropdown.is-open .mega-menu-button .dropdown-icon {
  transform: rotate(180deg);
}

/* Main Header Mobile Navigation */
@media (min-width: 1180px) {
  .main-header.mobile-header {
    display: none;
  }
}

@media (max-width: 1179px) {
  .main-header.desktop-header {
    display: none;
  }

  .main-header.mobile-header {
    height: 52px;
    min-height: 52px;
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .main-header.mobile-header {
    height: 52px;
    min-height: 52px;
    padding: 0 24px;
  }

  .main-header.mobile-header .logo-container .logo a {
    display: inline-flex;
    height: 100%;
  }

  .main-header.mobile-header .logo-container .logo img {
    height: 15px;
    max-height: 15px;
  }

  .main-header.mobile-header .logo-container .logo_text {
    padding-left: 12px;
  }

  .main-header.mobile-header .logo-container .logo_text a {
    font-size: 16px;
    line-height: 150%;
  }
}

/* New search section  */
.search-section {
  position: relative;
  background: linear-gradient(37deg, #0893A8 33.79%, #A3BD83 63.94%, #F7B737 79.87%);
}

.search-section .hero-infographic {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  content: '';
}

.search-section .search_contentsection {
  position: relative;
  padding: 65px 0;
}

.search-section .search-welcome-title {
  margin: 0 0 16px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 40px;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: #FFF;
}

.search-section .search-welcome-text {
  margin: 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: #FFF;
}

.search-section .searchbar-wrapper {
  position: relative;
  margin: 40px 0 0;
}

.search-section .searchbar-wrapper .search-icon-full {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 25px;
  height: 25px;
  color: var(--PRIMARY-BLUE);
}

.search-section .searchbar-wrapper .search-full {
  width: min-content;
}

.search-section .searchbar-wrapper .search-full input[type="search"] {
  width: 800px;
  height: 55px;
  margin: 0;
  padding-left: 50px;
  font-size: 18px;
  line-height: 125%;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
}

/* Support section */
.support-section {
  position: relative;
  padding: 12px 0;
  background-color: #B9EAF2;
}

.support-section .support-section-wrapper {
  display: flex;
  align-items: center;
}

.support-section .support-section-wrapper .support-infographic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.support-section .support-section-wrapper .support-section-content {
  display: inline-flex;
  flex-direction: column;
  padding-left: 130px;
}

.support-section .support-section-wrapper .support-section-content h3 {
  margin: 0 0 32px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--BLACK);
}

.support-section .support-section-wrapper .support-section-content .request-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  padding: 10px 30px;
  font-family: "Nokia Pure Headline Bold";
  font-size: 20px;
  line-height: normal;
  color: var(--WHITE);
  background-color: var(--PRIMARY-BLUE);
  border-radius: 4px;
}

.support-section .support-section-wrapper .support-section-content .request-support-button:hover {
  text-decoration: none;
  background-color: #0049B4;
}

/* Recent Activity Section */
.recent-activity-section {
  position: relative;
  padding: 64px 0;
}

.recent-activity-section .section {
  margin-bottom: 0;
}

.recent-activity-section .recent-activity .recent-activity-header {
  margin: 0 0 32px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--BLACK);
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item > h3 {
  margin: 0 0 10px;
  line-height: 135%;
  letter-spacing: 0.3px;
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-parent {
  padding: 0;
  font-family: "Nokia Pure Headline Bold";
  font-size: 16px;
  line-height: 150%;
  color: var(--DIGITAL-BLUE);
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-parent:hover {
  text-decoration: none;
  color: var(--WEB-DARK-GREY);
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-link {
  padding: 0;
  font-family: "Nokia Pure Headline Regular";
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--DIGITAL-BLUE);
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-link:hover {
  text-decoration: none;
  color: var(--WEB-DARK-GREY);
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-time, .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-comment {
  padding: 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--WEB-DARK-GREY);
}

.recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-comment {
  padding-left: 10px;
}

.recent-activity-section .recent-activity .recent-activity-controls {
  display: flex;
  padding-top: 0;
}

.recent-activity-section .recent-activity .recent-activity-controls a {
  padding: 10px;
  font-family: "Nokia Pure Headline Bold";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--DIGITAL-BLUE);
}

.recent-activity-section .recent-activity .recent-activity-controls a:hover {
  text-decoration: none;
  color: var(--WEB-DARK-GREY);
}

/* Tabs Section */
.tabs-section {
  position: relative;
  height: 100%;
  min-height: 450px;
  padding: 64px 0;
  background-color: #FFE6E4;
}

.tabs-section .tabs-wrapper .tabs-header {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.tabs-section .tabs-wrapper .tabs-header .tab-button {
  padding: 10px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--WEB-DARK-GREY);
  background: transparent;
  border: none;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}

.tabs-section .tabs-wrapper .tabs-header .tab-button.active {
  color: var(--DIGITAL-BLUE);
  border-bottom-color: var(--DIGITAL-BLUE);
}

.tabs-section .tabs-wrapper .tabs-header .tab-button:focus-visible {
  outline: 2px solid var(--DIGITAL-BLUE);
}

.tabs-section .tabs-wrapper .tabs-panels-container.tabs-panels-container--enhanced {
  position: relative;
}

.tabs-section .tabs-wrapper .tabs-panels-container .tab-panel {
  display: none;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  will-change: opacity;
}

.tabs-section .tabs-wrapper .tabs-panels-container .tab-panel.is-visible {
  display: block;
}

.tabs-section .tabs-wrapper .tab-panel.is-fading-in, .tabs-section .tabs-wrapper .tab-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.tabs-section .tabs-wrapper .tab-panel.is-fading-out {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

/* Promoted Articles Section */
.promoted-articles-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 24px 32px;
}

.promoted-articles-list .promoted-articles-item {
  flex: 0 0 calc((100% - 2 * 32px) / 3);
  align-self: center;
  width: 100%;
  padding-right: 0;
}

.promoted-articles-list .promoted-articles-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 44px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: var(--DIGITAL-BLUE);
  border-bottom: 0;
  border-radius: 0;
}

.promoted-articles-list .promoted-articles-item a:before {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 17.2465L8 7.05395C8 5.49746 9.87964 4.7155 10.9836 5.81271L15.8165 10.6159L15.8178 10.6173C16.2426 11.0363 16.5 11.5695 16.5 12.1502C16.5 12.731 16.2425 13.2642 15.8178 13.6832L15.8165 13.6845L10.9836 18.4877C9.87963 19.5849 8 18.8029 8 17.2465Z' fill='%23005AFF'/%3E%3C/svg%3E%0A");
  content: '';
}

.promoted-articles-list .promoted-articles-item a:hover {
  text-decoration: none;
  color: var(--WEB-DARK-GREY);
  background: none;
}

@media (prefers-reduced-motion: reduce) {
  .tabs-section .tabs-wrapper .tab-panel {
    transition: none;
  }
}

/* Popular Documents Section */
.popular-documents-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 24px 32px;
}

.popular-documents-list .lower-blocks-item {
  flex: 0 0 calc((100% - 2 * 32px) / 3);
  width: 100%;
  padding-right: 0;
}

.popular-documents-list .lower-blocks-item .lower-blocks-item-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.popular-documents-list .lower-blocks-item .lower-blocks-item-link:hover {
  text-decoration: none;
  color: var(--WEB-DARK-GREY);
  background: none;
}

.popular-documents-list .lower-blocks-item .lower-blocks-item-link:hover .lower-blocks-item-description {
  color: var(--WEB-DARK-GREY);
}

.popular-documents-list .lower-blocks-item .lower-blocks-item-title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 34px;
  font-family: "Nokia Pure Headline Bold";
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: var(--WEB-DARK-GREY);
}

.popular-documents-list .lower-blocks-item .lower-blocks-item-title::before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25 11.9404C1.25 6.00294 6.06323 1.1897 12.0007 1.1897C17.9381 1.1897 22.7513 6.00294 22.7513 11.9404C22.7513 17.8778 17.9381 22.6911 12.0007 22.6911C6.06323 22.6911 1.25 17.8778 1.25 11.9404ZM11.7633 6.65965C11.8906 6.396 12.0997 6.396 12.227 6.65965L13.4725 9.17801C13.5998 9.44166 13.9362 9.68713 14.2271 9.7235L17 10.1235C17.2909 10.169 17.3546 10.369 17.1455 10.569L15.1362 12.5237C14.9271 12.7237 14.7999 13.1237 14.8453 13.4056L15.3181 16.1694C15.3635 16.4512 15.1999 16.5785 14.9453 16.4421L12.4633 15.133C12.2088 14.9966 11.7906 14.9966 11.536 15.133L9.05403 16.4421C8.79947 16.5785 8.62673 16.4512 8.68128 16.1694L9.15403 13.4056C9.19949 13.1237 9.07221 12.7237 8.86311 12.5237L6.85388 10.569C6.64478 10.369 6.70842 10.169 6.99935 10.1235L9.77225 9.7235C10.0632 9.67804 10.3996 9.43257 10.5268 9.17801L11.7633 6.65965Z' fill='%23005AFF'/%3E%3C/svg%3E");
  content: '';
}

.popular-documents-list .lower-blocks-item .lower-blocks-item-description {
  margin: 10px 0 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: var(--DIGITAL-BLUE);
}

@media (max-width: 767px) {
  .tabs-section {
    padding: 24px 8px;
  }

  .tabs-section .tabs-wrapper .tabs-header {
    gap: 16px;
  }

  .tabs-section .tabs-wrapper .tabs-header .tab-button {
    width: calc(50% - 8px);
    font-size: 16px;
    line-height: 150%;
  }

  .popular-documents-list, .promoted-articles-list {
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }

  .popular-documents-list .lower-blocks-item {
    flex: 0 0 100%;
  }

  .popular-documents-list .lower-blocks-item .lower-blocks-item-title {
    font-size: 14px;
    line-height: 150%;
  }

  .popular-documents-list .lower-blocks-item .lower-blocks-item-description {
    font-size: 16px;
    line-height: 150%;
  }

  .promoted-articles-list .promoted-articles-item a {
    font-size: 16px;
    line-height: 150%;
  }
}

/* Main Blocks Section */
.card-blocks-section {
  position: relative;
  padding: 32px 0;
  background-color: #F3F3F3;
}

.main-cards-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

.main-card-item {
  flex: 0 0 calc((100% - 2 * 32px) / 3);
  width: 100%;
  height: stretch;
}

.card-blocks-section .main-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px 20px;
  text-align: center;
  text-decoration: none;
  background-color: #EBEBEB;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.card-blocks-section .main-cards:hover, .card-blocks-section .main-cards.active {
  text-decoration: none;
  background-color: var(--WHITE);
}

.card-blocks-section .main-cards .main-cards_title {
  margin: 16px 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--BLACK);
}

.card-blocks-section .main-cards .main-cards_description {
  margin: 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--WEB-DARK-GREY);
}

@media (max-width: 767px) {
  .card-blocks-section {
    padding: 24px 8px;
  }

  .main-cards-list {
    flex-direction: column;
    gap: 16px;
  }

  .card-blocks-section .main-cards {
    padding: 18px;
    background-color: var(--WHITE);
  }

  .card-blocks-section .main-cards img {
    width: auto;
    height: 36px;
  }

  .card-blocks-section .main-cards .main-cards_title {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .card-blocks-section .main-cards .main-cards_description {
    font-size: 16px;
    line-height: 150%;
  }
}

/* Categories Section */
.categories-section {
  position: relative;
  padding: 24px 0;
}

/* Shared type rhythm for home categories and carousel */
.categories-section .upper-blocks-controls .total-count, .upper-blocks-item.grid-item .content-block .upper-blocks-item-description, .categories-list-pagination, .categories-table.list-view-table .table-cell, .hc-carousel-slide-text {
  font-family: "Nokia Pure Headline Regular";
  line-height: 135%;
  letter-spacing: 0.3px;
}

/* Shared button/control primitive */
.control-rightsection .sort-options .sort-btn, .control-rightsection .view-toggle .view-btn, .categories-list-pagination button, .hc-carousel-arrow, .hc-carousel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.categories-section .upper-blocks-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.categories-section .upper-blocks-controls .total-count-value {
  font-family: "Nokia Pure Headline Bold";
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--BLACK);
}

.categories-section .upper-blocks-controls .total-count {
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  color: var(--BLACK);
}

.categories-section .upper-blocks-controls.mobile-view {
  display: none;
}

.control-rightsection {
  display: flex;
  align-items: center;
  gap: 40px;
}

.control-rightsection .sort-options .sort-btn {
  padding: 4px;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.control-rightsection .sort-options .sort-btn .desc-icon {
  display: none;
}

.control-rightsection .sort-options .sort-btn.is-desc .desc-icon {
  display: block;
}

.control-rightsection .sort-options .sort-btn.is-desc .asc-icon {
  display: none;
}

.control-rightsection .view-toggle {
  display: flex;
  align-items: center;
  gap: 24px;
}

.control-rightsection .view-toggle .view-btn {
  padding: 4px;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.control-rightsection .view-toggle .view-btn.active {
  background-color: var(--PRIMARY-BLUE);
}

.control-rightsection .view-toggle .view-btn .active-icon {
  display: none;
}

.control-rightsection .view-toggle .view-btn.active .default-icon {
  display: none;
}

.control-rightsection .view-toggle .view-btn.active .active-icon {
  display: block;
}

.categories-section .categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}

.categories-section .categories-list.grid {
  flex-direction: row;
}

.categories-section .categories-list.grid .upper-blocks-item {
  flex: 0 0 calc((100% - 2 * 32px) / 3);
  min-width: 0;
  max-width: calc((100% - 2 * 32px) / 3);
  height: stretch;
  margin: 0;
  padding: 20px;
  background: var(--WHITE);
  border-left: 4px solid #90DCE5;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 #00000040;
  transition: 0.2s ease;
}

.categories-section .categories-list.grid .upper-blocks-item:hover {
  background: #E4FBFF;
  border-left: 4px solid transparent;
}

.categories-section .categories-list.list {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.categories-section .categories-list.list .upper-blocks-item {
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.categories-section .categories-list.list .upper-blocks-item-link {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ===== Grid and List View Structures ===== */
/* Grid View Item Structure */
.upper-blocks-item.grid-item .upper-blocks-item-link {
  display: inline-flex;
  cursor: pointer;
}

.upper-blocks-item.grid-item .content-block {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.upper-blocks-item.grid-item .content-block .upper-blocks-item-title {
  margin: 0;
  padding: 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 22px;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--BLACK);
}

.upper-blocks-item.grid-item .content-block .upper-blocks-item-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--WEB-DARK-GREY);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.upper-blocks-item.grid-item .image-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0;
}

.upper-blocks-item.grid-item .search-icon-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #23ABB6;
  border-radius: 50%;
}

.upper-blocks-item.grid-item .search-icon-block::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hc/theming_assets/01KW939FE9CVJYTEQ7HP6C6WJF);
  content: '';
}

.samewindow-icon, .newtab-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.samewindow-icon::after, .newtab-icon::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.samewindow-icon::after {
  background-image: url(/hc/theming_assets/01KW939FKZT6WS8DSBH384TKAQ);
}

.newtab-icon::after {
  background-image: url(/hc/theming_assets/01KW939FTWY4CEE8DR55NFMKAF);
}

.categories-list-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  gap: 8px;
}

.categories-list-pagination button {
  padding: 0;
  background-color: transparent;
  cursor: default;
  transition: opacity 0.2s ease;
}

.categories-list-pagination button:disabled img {
  filter: invert(64%) sepia(3%) saturate(0%) hue-rotate(149deg) brightness(97%) contrast(88%);
}

.categories-list-pagination .page-info {
  min-width: 100px;
}

@media (max-width: 1024px) {
  .categories-section .categories-list.grid .upper-blocks-item {
    flex: 0 0 calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
  }
}

@media (max-width: 767px) {
  .categories-section .categories-list {
    gap: 16px;
  }

  .categories-section .categories-list.grid .upper-blocks-item, .categories-section .categories-list.list .upper-blocks-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .categories-section .categories-list.list .upper-blocks-item-link {
    align-items: flex-start;
  }

  .upper-blocks-item.grid-item .content-block .upper-blocks-item-title {
    font-family: "Nokia Pure Headline Bold";
    font-size: 16px;
    line-height: 150%;
  }

  .upper-blocks-item.grid-item .content-block .upper-blocks-item-description {
    margin-top: 4px;
    font-size: 16px;
    line-height: 150%;
  }

  .categories-section .upper-blocks-controls {
    display: none;
  }

  .categories-section .upper-blocks-controls.mobile-view {
    display: flex;
    margin-bottom: 16px;
  }

  .categories-section .upper-blocks-controls.mobile-view .control-leftsection p {
    margin: 0;
    font-family: "Nokia Pure Headline Regular";
    font-size: 18px;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0.3px;
  }

  .categories-section .upper-blocks-controls.mobile-view .total-count {
    font-size: 16px;
    line-height: 150%;
  }

  .categories-section .upper-blocks-controls.mobile-view .total-count-value {
    font-size: 16px;
    line-height: 150%;
  }

  .upper-blocks-item.grid-item .search-icon-block {
    width: 36px;
    height: 36px;
  }

  .upper-blocks-item.grid-item .search-icon-block::after {
    width: 20px;
    height: 20px;
  }

  .upper-blocks-item.grid-item .image-block .samewindow-icon, .upper-blocks-item.grid-item .image-block .newtab-icon {
    width: 18px;
    height: 18px;
  }

  .upper-blocks-item.grid-item .image-block .samewindow-icon::after, .upper-blocks-item.grid-item .image-block .newtab-icon::after {
    width: 18px;
    height: 18px;
  }

  .categories-list-pagination button img {
    width: 18px;
    height: 18px;
  }

  .categories-list-pagination .page-info {
    min-width: 80px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  /* New search section  */
  .search-section .search_contentsection {
    padding: 44px 0;
  }

  .search-section .hero-infographic {
    display: none;
  }

  .search-section .searchbar-wrapper {
    margin: 24px 0 0;
  }

  .search-section .searchbar-wrapper .search-icon-full {
    top: 6px;
    left: 8px;
    width: 20px;
    height: 20px;
  }

  .search-section .searchbar-wrapper .search-full {
    width: 60%;
  }

  .search-section .searchbar-wrapper .search-full input[type="search"] {
    height: 32px;
    margin: 0;
    padding-left: 32px;
    font-size: 14px;
    line-height: 150%;
  }

  /* Support section */
  .support-section {
    padding: 24px 0;
  }

  .support-section .support-section-wrapper .support-infographic img {
    width: 115px;
    height: auto;
  }

  .support-section .support-section-wrapper .support-section-content {
    padding-left: 64px;
  }

  .support-section .support-section-wrapper .support-section-content h3 {
    margin: 0 0 24px;
    font-size: 24px;
    font-family: "Nokia Pure Headline Regular";
    font-weight: normal;
    line-height: 125%;
  }

  .support-section .support-section-wrapper .support-section-content .request-support-button {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 150%;
  }

  /* Recent Activity Section */
  .recent-activity-section {
    padding: 48px 0;
  }

  .recent-activity-section .recent-activity .recent-activity-header {
    margin: 0 0 24px;
    font-family: "Nokia Pure Headline Regular";
    font-size: 24px;
    font-weight: normal;
    line-height: 125%;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item {
    margin-bottom: 16px;
    padding: 0;
    border: none;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item > h3 {
    margin: 0 0 8px;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-parent {
    color: var(--WEB-DARK-GREY);
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-link {
    font-size: 16px;
    line-height: 150%;
  }

  .recent-activity-item-meta {
    margin: 8px 0 0;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-time, .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-comment {
    font-size: 16px;
    line-height: 150%;
  }

  .recent-activity-section .recent-activity .recent-activity-controls a {
    padding: 10px 0;
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 767px) {
  /* New search section  */
  .search-section .search_contentsection {
    padding: 24px 8px;
  }

  .search-section .search-welcome-title {
    font-size: 18px;
    font-family: "Nokia Pure Headline Regular";
    font-weight: normal;
    line-height: 125%;
  }

  .search-section .search-welcome-text {
    font-size: 14px;
    line-height: 150%;
  }

  .search-section .searchbar-wrapper {
    margin: 16px 0 0;
  }

  .search-section .searchbar-wrapper .search-full {
    width: 100%;
  }

  /* Support section */
  .support-section .support-section-wrapper {
    padding: 0 16px;
  }

  .support-section .support-section-wrapper .support-infographic img {
    width: 115px;
    height: auto;
  }

  .support-section .support-section-wrapper .support-section-content {
    padding-left: 12px;
  }

  .support-section .support-section-wrapper .support-section-content h3 {
    margin: 0 0 16px;
    font-family: "Nokia Pure Headline Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
  }

  .support-section .support-section-wrapper .support-section-content .request-support-button {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 150%;
  }

  /* Recent Activity Section */
  .recent-activity-section {
    padding: 24px 8px;
  }

  .recent-activity-section .recent-activity .recent-activity-header {
    margin: 0 0 16px;
    font-family: "Nokia Pure Headline Regular";
    font-size: 18px;
    font-weight: normal;
    line-height: 150%;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item {
    margin-bottom: 16px;
    padding: 0;
    border: none;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item > h3 {
    margin: 0 0 8px;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-parent {
    font-size: 12px;
    line-height: 150%;
    color: var(--WEB-DARK-GREY);
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-link {
    display: flex;
    font-size: 14px;
    line-height: 150%;
  }

  .recent-activity-item-meta {
    margin: 8px 0 0;
  }

  .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-time, .recent-activity-section .recent-activity .recent-activity-list .recent-activity-item .recent-activity-item-meta .recent-activity-item-comment {
    font-size: 14px;
    line-height: 150%;
  }

  .recent-activity-section .recent-activity .recent-activity-controls a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 150%;
  }
}

/* ===== Alerts and announcements carousel (Home Page) ===== */
.hc-carousel-section {
  position: relative;
  background-color: #B9EAF2;
}

.hc-carousel {
  position: relative;
  overflow: hidden;
}

.hc-carousel-navigation {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.hc-carousel-track {
  position: relative;
  z-index: 10;
  display: flex;
  width: 90%;
  margin: 0 auto;
  transition: transform 0.35s ease;
  will-change: transform;
}

.hc-carousel-slide {
  display: none;
  box-sizing: border-box;
  min-width: 100%;
  padding: 24px 24px;
}

.hc-carousel-slide.active {
  display: block;
}

.hc-carousel-slide-title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-family: "Nokia Pure Headline Bold";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  color: var(--DIGITAL-BLUE);
  gap: 10px;
}

.hc-carousel-slide-text {
  margin: 0;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  color: var(--WEB-DARK-GREY);
}

.hc-carousel-controls {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 24px;
  gap: 16px;
}

.hc-carousel-arrow {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #23ABB6;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}

.hc-carousel-bullets {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hc-carousel-bullet {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #757575;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}

.hc-carousel-bullet.active {
  background: var(--PRIMARY-BLUE);
}

.hc-carousel-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}

.hc-carousel-close:hover {
  background: none;
}

@media (max-width: 767px) {
  .hc-carousel-close {
    width: 24px;
    height: 24px;
  }

  .hc-carousel-close img {
    height: 100%;
  }

  .hc-carousel-track {
    width: 100%;
    margin: 0 auto;
  }

  .hc-carousel-navigation {
    display: none;
  }

  .hc-carousel-slide {
    padding: 24px 8px;
  }

  .hc-carousel-slide-title {
    font-size: 14px;
    line-height: 150%;
  }

  .hc-carousel-slide-title img {
    width: 18px;
    height: 18px;
  }

  .hc-carousel-slide-text {
    font-size: 14px;
    line-height: 150%;
  }

  .hc-carousel-controls {
    padding: 4px 0 24px;
  }

  .hc-carousel-bullets {
    gap: 8px;
  }

  .hc-carousel-bullet {
    width: 12px;
    height: 12px;
  }
}

/* ===== End Alerts and announcements carousel (Home Page) ===== */
/* List View Table Structure */
.categories-table.list-view-table {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
}

.categories-table.list-view-table .table-header {
  background-color: #E4FBFF;
}

.categories-table.list-view-table .table-header th {
  padding: 16px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 22px;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: 0.3px;
  text-align: left;
  color: var(--BLACK);
}

.categories-table.list-view-table .table-header th:last-child {
  border-right: none;
}

.categories-table.list-view-table .table-header-title {
  width: 30%;
  min-width: 200px;
}

.categories-table.list-view-table .table-header-description {
  width: 70%;
  min-width: 300px;
}

.categories-table.list-view-table .table-body tr {
  background-color: #F9F9F9;
  transition: background-color 0.2s ease;
}

.categories-table.list-view-table .table-body tr:nth-child(even) {
  background-color: #EBEBEB;
}

.categories-table.list-view-table .table-body tr:last-child {
  border-bottom: none;
}

.categories-table.list-view-table .table-cell {
  padding: 16px;
  font-family: "Nokia Pure Headline Regular";
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.3px;
  vertical-align: top;
}

.categories-table.list-view-table .table-cell:last-child {
  border-right: none;
}

.categories-table.list-view-table .table-cell-title {
  width: 30%;
  min-width: 200px;
  font-weight: 500;
}

.categories-table.list-view-table .table-cell-description {
  overflow: hidden;
  width: 70%;
  min-width: 300px;
  white-space: nowrap;
  color: var(--WEB-DARK-GREY);
  text-overflow: ellipsis;
}

.categories-table.list-view-table .table-link {
  text-decoration: none;
  color: var(--DIGITAL-BLUE);
  transition: color 0.2s ease;
}

.categories-table.list-view-table .table-link:hover {
  text-decoration: none;
  color: var(--DIGITAL-BLUE);
}

.categories-table.list-view-table .table-link:active {
  color: #003d7a;
}

/* Responsive adjustments for table */
@media (max-width: 1024px) {
  .categories-table.list-view-table .table-header-title, .categories-table.list-view-table .table-cell-title {
    width: 35%;
    min-width: 150px;
  }

  .categories-table.list-view-table .table-header-description, .categories-table.list-view-table .table-cell-description {
    width: 65%;
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .categories-table.list-view-table {
    font-size: 12px;
    line-height: 150%;
    border-radius: 5px;
  }

  .categories-table.list-view-table .table-header th, .categories-table.list-view-table .table-cell {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 150%;
  }

  .categories-table.list-view-table .table-header-title, .categories-table.list-view-table .table-cell-title {
    width: 40%;
    min-width: 100px;
  }

  .categories-table.list-view-table .table-header-description, .categories-table.list-view-table .table-cell-description {
    width: 60%;
    min-width: 150px;
  }

  .categories-table.list-view-table .table-cell-description {
    font-size: 11px;
    line-height: 150%;
  }
}

/* ===== End Grid and List View Structures ===== */
.border-none {
  border: none !important;
}
