@charset "UTF-8";
.form-switch .form-check-input {
  width: 1em;
  border-radius: 0.2em;
}

.form-switch .form-check-input,
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: none;
}

.form-check-input[type=radio],
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: none;
}

/* 
    .row > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    } 
*/
.row > .row,
.row > table,
.row > .layout-builder__region {
  padding: unset !important;
}

.row > .row {
  width: 100%;
  margin: 0;
}

.row > table {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/*
.layout-builder__layout.row {
  margin: unset !important;
}
*/
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: #f5f5f599 !important;
}

.alert-wrapper {
  position: unset !important;
}

.region-highlighted .alert {
  margin-bottom: 1rem;
  border-left-width: 8px !important;
}
.region-highlighted .alert .btn-close {
  display: none;
}
.region-highlighted .alert .alert-heading {
  font-size: 1em;
  font-weight: bold;
}
.region-highlighted .alert hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
}
.region-highlighted .alert > svg {
  max-width: 2rem;
  max-height: 2rem;
  margin-right: 1.5rem;
}
.region-highlighted .alert > div {
  width: 100%;
}
.region-highlighted .alert + .alert {
  margin-top: 1rem;
}

.node__content {
  font-size: 1em;
}

.node--unpublished {
  padding: 0;
}

.node .field--type-image {
  float: none !important;
  margin: 0 0 1em 0;
}

.site-footer {
  font-family: unset;
}
.site-footer .block {
  margin: 0;
  padding: 0;
  border: none;
}

.site-footer__bottom {
  margin-top: 0;
  border-top: 0;
}

.site-footer__top + .site-footer__bottom {
  margin-top: 30px;
}

.site-footer__bottom .region {
  margin-top: 20px;
}

.site-footer__bottom .region:first-child {
  margin-top: 0;
}

/* Mitigate important inline styles not being applied due to CSP */
*[style*="display:none"],
*[style*="display: none"] {
  display: none;
}

/* Remove Chrome autofill highlight */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* reset background */
  -webkit-text-fill-color: #000 !important; /* reset text color */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* prevent flash */
}

/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  color: #323232;
}

.region-content a:link,
.region-content a:visited {
  color: #006bb3;
}

.region-content a:hover,
.region-content a:active {
  color: #006bb3;
}

.layout-main-wrapper {
  padding-top: 60px;
  padding-bottom: 160px;
}

.region-highlighted > div {
  margin-top: 2rem;
}

.region-featured-top > div {
  margin-top: 2rem;
}

a#main-content {
  display: none;
}

.form-check-input {
  border-color: #979797;
}

.form-check-input:checked {
  background-color: #0069b4;
  border-color: #0069b4;
}

.webform-submission-form .btn {
  color: #006bb3;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-weight: bold;
}

.webform-submission-form .btn:hover {
  color: #013a60;
  background-color: #ebebeb;
}

.layout-builder__layout {
  row-gap: 20px;
}

.views-element-container .view-header {
  margin-bottom: 2rem;
}
.views-element-container .views-exposed-form .flex-wrap {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.views-element-container .view-content table tr th, .views-element-container .view-content table tr th a, .views-element-container .view-content table tr th a:hover, .views-element-container .view-content table tr th a:focus {
  color: #323232;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-regular.woff") format("woff"), url("../fonts/material-icons-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-outlined.woff") format("woff"), url("../fonts/material-icons-outlined.woff2") format("woff2");
}
/* Webfont icon for toolbar or headline
   Can be scaled without affecting text line height

// Icon
// Icon container
.icon-text {
  @include mixins.icon-button--container;
  padding-left: 48px;
  // Icon symbol
  &:before {
    @include mixins.icon-button--icon;    
    @include mixins.material-icons;
    font-size: 1.5em;
    left: 16px;
  }
}

*/
/* Stretch link from Bootstrap

// Stretch link
.tile {
  @include mixins.stretched-link--container;
  a {
    @include mixins.stretched-link--link;
  }
}

*/
.header > .navbar.fixed-top {
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.2);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  .header > .navbar.fixed-top {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.header {
  min-height: 68px;
}

.header .navbar-brand {
  display: flex;
  align-items: center;
}
.header .navbar-brand img {
  max-height: 42px;
}

.header .navbar a {
  text-decoration: none;
}

.header a.site-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #323232;
}

.header a.site-logo:hover,
.header a.site-name:hover {
  opacity: 0.65;
}

.header .nav-link {
  color: #323232;
}

.header .nav-link:hover {
  opacity: 0.65;
}

.header .region-primary-menu {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991.98px) {
  .header .region-header {
    margin-left: 2rem;
  }
  .header .navbar-toggler {
    margin-right: 2rem;
  }
  .header > .navbar.fixed-top {
    padding-left: 0;
    padding-right: 0;
  }
  .header .region-primary-menu {
    flex-direction: column;
    margin-left: -1rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
  .header .region-primary-menu .nav {
    flex-direction: column;
  }
  .header .region-primary-menu .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .navbar-collapse:before {
    content: " ";
    display: block;
    box-shadow: 1px 6px 10px rgba(50, 50, 50, 0.1);
    margin-top: -16px;
  }
}
.header .navbar-toggler {
  border: 1px solid #0069b4;
}
.header .navbar-toggler:focus {
  box-shadow: 0 0 0 2px;
}
.header .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
  display: inline-block;
}
.header .navbar-toggler .navbar-toggler-icon:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  font-size: 1.5em;
  content: "\e5d2";
  color: #0069b4;
}

.header .menu--account a.nav-link {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  padding-left: 48px;
}
.header .menu--account a.nav-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  font-size: 1.5em;
  left: 16px;
}
.header .menu--account a.nav-link[data-drupal-link-system-path="user/login"]:before {
  content: "\e853";
}
.header .menu--account a.nav-link[data-drupal-link-system-path="user/logout"]:before {
  content: "\e9ba";
}

.header .block-ssc-login-button .btn-login {
  padding: 8px 16px;
  color: #323232;
}
.header .block-ssc-login-button .btn-login:hover {
  opacity: 0.65;
}
.header .block-ssc-login-button .btn-login {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  padding-left: 48px;
}
.header .block-ssc-login-button .btn-login:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  font-size: 1.5em;
  left: 16px;
}
.header .block-ssc-login-button .btn-login:before {
  content: "\e853";
}
.header .block-ssc-login-button .btn-login[href="/user/login"]:before {
  content: "\e853";
}
.header .block-ssc-login-button .btn-login[href="/user/logout"]:before {
  content: "\e9ba";
}

.header .language-switcher-language-url .dropdown-toggle {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  padding-left: 56px;
}
.header .language-switcher-language-url .dropdown-toggle:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e894";
  font-size: 1.5em;
  left: 16px;
  border-right: 1px solid #7f7f7f;
  padding-right: 6px;
}
.header .language-switcher-language-url .dropdown-toggle:after {
  display: none;
}
.header .language-switcher-language-url .nav-item.dropdown {
  cursor: pointer;
}
.header .language-switcher-language-url .dropdown-menu {
  margin-left: -80px;
  box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.2);
  border-radius: 0.375rem;
}
.header .language-switcher-language-url .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
}
.header .language-switcher-language-url .dropdown-menu li:last-child {
  border-bottom: 0;
}
.header .language-switcher-language-url .dropdown-menu li:first-child a {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.header .language-switcher-language-url .dropdown-menu li:last-child a {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.header .language-switcher-language-url .dropdown-menu a {
  padding: 12px 24px;
  color: #323232;
}
.header .language-switcher-language-url .dropdown-menu a:hover {
  background-color: #f5f5f5;
}
.header .language-switcher-language-url .dropdown-menu a.is-active {
  color: #0069b4;
  background-color: #f5f5f5;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header .language-switcher-language-url .dropdown-menu a.is-active:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5ca";
  font-size: 1em;
  left: auto;
  right: 1em;
}

@media (max-width: 991.98px) {
  .header .language-switcher-language-url .dropdown-menu {
    position: absolute;
    width: 100%;
    margin-left: 0;
    box-shadow: none;
  }
}
.node--type-hs-article .featured-top__inner.container {
  max-width: 100% !important;
}
.node--type-hs-article .hc-semantic-search-bar-form {
  max-width: 840px;
  margin-left: auto;
  margin-top: 40px;
}
.node--type-hs-article .layout-main-wrapper {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

/*
  Limit body text width in articles

  Desktop   (≥1024px)       Text body width: 640–720px
  Tablet    (768–1023px)    Text body width: 480–560px
  Mobile    (≤767px)        Text body width: 280–320px

  Note: Compensate 24px padding
*/
.node--type-hs-article .layout-main-wrapper {
  margin: 0 auto;
  max-width: 344px;
}

@media (min-width: 768px) {
  .node--type-hs-article .layout-main-wrapper {
    max-width: 584px;
  }
}
@media (min-width: 1024px) {
  .node--type-hs-article .layout-main-wrapper {
    max-width: 744px;
  }
}
.node--type-hs-article .title {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 3rem;
}
.node--type-hs-article .node__content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.node--type-hs-article .node__content h1, .node--type-hs-article .node__content h2, .node--type-hs-article .node__content h3, .node--type-hs-article .node__content h4, .node--type-hs-article .node__content h5, .node--type-hs-article .node__content h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.node--type-hs-article .node__content h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
}
.node--type-hs-article .node__content h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}
.node--type-hs-article .node__content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.node--type-hs-article .node__content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.node--type-hs-article .node__content h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.node--type-hs-article .node__content h6 {
  font-size: 16px;
  line-height: 24px;
  color: #7F7F7F;
  font-weight: 600;
}
.node--type-hs-article .node__content small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.node--type-hs-article .node__content label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.node--type-hs-article .node__content ul {
  list-style: none; /* remove default bullets */
  padding-left: 1.5rem; /* space for custom bullets */
}
.node--type-hs-article .node__content ul > li {
  position: relative;
  margin-bottom: 0.5em; /* optional spacing */
}
.node--type-hs-article .node__content ul > li::before {
  content: "•";
  position: absolute;
  left: -1.2rem;
  top: 0.16em; /* adjust vertically to align with first line */
  color: #323232;
  font-size: 1em;
  line-height: 1;
  width: 0.94rem;
  text-align: center;
}
.node--type-hs-article .node__content table {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  border-collapse: unset;
}
.node--type-hs-article .node__content table th, .node--type-hs-article .node__content table tr, .node--type-hs-article .node__content table td {
  background-color: transparent;
}
.node--type-hs-article .node__content table th, .node--type-hs-article .node__content table td {
  color: #323232;
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.node--type-hs-article .node__content table tr:last-child td {
  border-bottom: 0;
}
.node--type-hs-article .node__content ul.chip {
  margin-left: 0px !important;
  padding-left: 0px !important;
  list-style: none;
}
.node--type-hs-article .node__content ul.chip li {
  display: inline-block;
  border: 1px solid #7f7f7f;
  border-radius: 3rem;
  padding: 5px 12px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-style: normal;
  font-size: 0.85rem;
}
.node--type-hs-article .node__content ul.chip li:before {
  display: none !important;
}

.tmgmt-machinetranslated {
  color: #967000;
  background-color: rgba(255, 193, 7, 0.1);
  padding: 4px 12px;
  margin-bottom: 36px;
}

.node--type-hs-article .node__content hr {
  display: none;
}

.page-vocabulary-hs-categories .hero {
  min-height: 380px;
  padding-top: 68px;
  padding-bottom: 68px;
}
.page-vocabulary-hs-categories .hero .title {
  font-size: 30px;
  margin-bottom: 14px;
}
.page-vocabulary-hs-categories .hero .hc-semantic-search-bar-form {
  margin-top: 10px;
}
.page-vocabulary-hs-categories .views-field-nothing {
  padding-right: 44px;
}
.page-vocabulary-hs-categories .view-display-id-attachment_1 {
  margin-bottom: 140px;
}
.page-vocabulary-hs-categories .view-filters .flex-wrap {
  flex-direction: column;
}
.page-vocabulary-hs-categories .view-filters legend {
  margin-bottom: 24px;
}
.page-vocabulary-hs-categories .view-filters .form-check-input {
  margin-left: -2em;
}
.page-vocabulary-hs-categories .view-group {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 36px;
}
.page-vocabulary-hs-categories .view-group .view-group__title {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.page-vocabulary-hs-categories .view-group .view-group__items a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 12px;
}
.page-vocabulary-hs-categories .view-group .view-group__items a:hover {
  background-color: #f5f5f5;
}

.site-footer {
  background: #013a60;
  color: #fff;
  padding: 24px 0;
}
.site-footer a:link, .site-footer a:visited {
  color: #fff;
  font-weight: 600;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
  color: #fff;
}
.site-footer .region-footer-fifth {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .site-footer .region-footer-fifth {
    flex-direction: row;
  }
}
.site-footer #block-hc-copyright {
  color: #fff;
  text-align: left;
  padding: 0.5rem;
  margin-left: 8px;
}
.site-footer #block-hc-copyright .content {
  padding: 0;
  font-size: 1em;
}
.site-footer #block-hc-copyright p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer #block-hc-copyright {
    text-align: right;
  }
}

.site-footer > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.block-system-breadcrumb-block {
  margin-bottom: 3rem;
}
.block-system-breadcrumb-block .breadcrumb,
.block-system-breadcrumb-block .breadcrumb-item,
.block-system-breadcrumb-block .breadcrumb-item a,
.block-system-breadcrumb-block .breadcrumb-item a:hover {
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.block-system-breadcrumb-block .breadcrumb-item:last-child {
  font-weight: 600;
}
.block-system-breadcrumb-block .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5e1";
  font-size: 0.8em;
  margin-top: 0.3em;
}

.hero {
  background: linear-gradient(to right, #006bb3, #013a60);
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 0px;
  color: #fff;
  display: flex;
  top: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero .title {
  font-size: 48px;
  margin-bottom: 28px;
}
.hero .block-hc-semantic-search-bar-block {
  margin-top: 48px;
}
.hero .block-hc-semantic-search-bar-block form {
  max-width: 840px;
  margin: 0 auto;
}
.hero .breadcrumb,
.hero .breadcrumb-item,
.hero .breadcrumb-item a,
.hero .breadcrumb-item a:hover,
.hero .breadcrumb-item::before {
  color: #fff;
}

#main-wrapper {
  display: flex;
  transition: all 0.3s ease;
}

#main-sidebar {
  position: fixed;
  left: 0;
  width: 250px;
  height: calc(100vh - 68px);
  background-color: #fff;
  padding: 1rem;
  overflow-y: auto;
  transition: transform 0.3s ease;
  z-index: 500;
}

#main-sidebar-toggle {
  position: fixed;
  left: 250px;
  width: 30px;
  height: calc(100vh - 68px);
  background: transparent;
  z-index: 500;
  align-items: center;
  justify-content: center;
  transition: left 0.3s ease;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
}

#main-sidebar-toggle button {
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  margin-top: 30px;
  margin-left: 14px;
  width: 32px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

#main-sidebar-toggle button:hover {
  background-color: #e6e6e6;
}

#main-content {
  margin-left: 0; /* Sidebar + toggle width */
  padding: 0 40px;
  width: 100%;
  transition: margin-left 0.3s ease;
  background-color: #fff;
}

@media (min-width: 992px) {
  #main-content {
    margin-left: 280px; /* Sidebar + toggle width */
  }
}
.sidebar-collapsed #main-sidebar {
  transform: translateX(-100%);
}

.sidebar-collapsed #main-sidebar-toggle {
  left: 0;
}

.sidebar-collapsed #main-content {
  margin-left: 30px; /* Just the toggle width */
}

#main-sidebar {
  padding-bottom: 128px;
}

@media (min-width: 992px) {
  #main-sidebar {
    padding-bottom: 88px;
  }
}
.site-footer {
  z-index: 900;
  position: relative;
}

.taxonomy-tree-menu .leaf-count {
  display: none;
}
.taxonomy-tree-menu .tree-term.has-nodes,
.taxonomy-tree-menu .tree-term-title {
  border-bottom: 0 !important;
}

.taxonomy-tree-menu-OFF li {
  border-bottom: 1px solid #fff;
}
.taxonomy-tree-menu-OFF .tree-term {
  background-color: #eee;
}
.taxonomy-tree-menu-OFF .tree-node {
  background-color: #ddd;
}

.taxonomy-tree-menu {
  font-size: 14px;
}
.taxonomy-tree-menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.taxonomy-tree-menu a {
  padding: 8px 8px 8px 0;
}
.taxonomy-tree-menu a {
  color: #323232;
}
.taxonomy-tree-menu a:hover {
  color: #323232;
  background-color: #f5f5f5;
}
.taxonomy-tree-menu .active a {
  font-weight: bold;
  color: #323232;
  background-color: #e6e6e6;
}
.taxonomy-tree-menu .tree-term > a {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.4;
}
.taxonomy-tree-menu .tree-term > a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  font-size: 1.5em;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taxonomy-tree-menu .tree-term > a::before {
  content: "\e316";
}
.taxonomy-tree-menu .tree-term.collapsed > a::before {
  content: "\e313";
}
.taxonomy-tree-menu .tree-term > a::before {
  opacity: 0;
}
.taxonomy-tree-menu .tree-term.expandable > a::before {
  opacity: 1;
}
.taxonomy-tree-menu ul a {
  padding-left: 36px;
}
.taxonomy-tree-menu ul ul a {
  padding-left: 56px;
}
.taxonomy-tree-menu ul ul ul a {
  padding-left: 76px;
}
.taxonomy-tree-menu ul ul ul ul a {
  padding-left: 96px;
}
.taxonomy-tree-menu ul ul ul ul ul a {
  padding-left: 116px;
}
.taxonomy-tree-menu ul ul ul ul ul ul a {
  padding-left: 136px;
}
.taxonomy-tree-menu ul ul ul ul ul ul ul a {
  padding-left: 156px;
}
.taxonomy-tree-menu ul ul ul ul ul ul ul ul a {
  padding-left: 176px;
}
.taxonomy-tree-menu ul ul ul ul ul ul ul ul ul a {
  padding-left: 196px;
}
.taxonomy-tree-menu ul ul ul ul ul ul ul ul ul ul a {
  padding-left: 216px;
}
.taxonomy-tree-menu .tree-term > a::before {
  left: 8px;
}
.taxonomy-tree-menu .tree-term .tree-term > a::before {
  left: 28px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term > a::before {
  left: 48px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 68px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 88px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 108px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 128px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 148px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 168px;
}
.taxonomy-tree-menu .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term .tree-term > a::before {
  left: 188px;
}

.hc-semantic-search-page {
  /* Search table non striped */
}
.hc-semantic-search-page .layout-main-wrapper {
  padding-top: 0;
}
.hc-semantic-search-page .block-page-title-block {
  display: none;
}
.hc-semantic-search-page .hc-semantic-search-form .hc-search {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 58px !important;
}
.hc-semantic-search-page .hc-semantic-search-form .hc-search .fieldset-wrapper {
  margin-top: 58px;
  margin-bottom: 58px;
}
.hc-semantic-search-page .hc-semantic-search-form .hc-search:after {
  content: ".";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
}
.hc-semantic-search-page .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: none;
}

/* Layout: Table */
.hc-semantic-search-form tr {
  background-color: transparent !important;
}

.hc-semantic-search-form .table td {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

/* Layout: Rows */
.hc-semantic-search-form .table.row-layout thead {
  display: none;
}

.hc-semantic-search-form .table.row-layout tr {
  padding: 1.25rem 0;
}

.hc-semantic-search-form .table.row-layout tr:hover {
  background-color: transparent !important;
}

.hc-semantic-search-form .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: #fff !important;
}

.hc-semantic-search-form .table.row-layout td {
  padding: 0;
  border: 0;
}

.hc-semantic-search-form .table.row-layout td:nth-child(1) {
  order: 2;
}

.hc-semantic-search-form .table.row-layout td:nth-child(1) a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px !important;
  text-decoration: none;
}

.hc-semantic-search-form .table.row-layout td:nth-child(2) {
  order: 3;
  margin-bottom: 8px !important;
  font-size: 16px;
  color: #323232;
}

.hc-semantic-search-form .table.row-layout td:nth-child(3) {
  order: 1;
  font-size: 16px;
  color: #323232;
  margin-bottom: 8px !important;
}

.hc-semantic-search-form .table.row-layout td:nth-child(4) {
  order: 4;
}

.hc-semantic-search-form .table.row-layout td:nth-child(4) span {
  padding: 4px 10px;
  font-size: 12px;
  color: #323232;
  border: 1px solid #dedede;
  border-radius: 20px;
}

.hc-semantic-search-form .table.row-layout td:nth-child(5),
.hc-semantic-search-form .table.row-layout td:nth-child(6),
.hc-semantic-search-form .table.row-layout td:nth-child(7),
.hc-semantic-search-form .table.row-layout td:nth-child(8) {
  order: 5;
  display: none;
}

/* Flexbox layout */
.hc-semantic-search-form .table.row-layout {
  width: 100%;
  border-collapse: collapse;
}

.hc-semantic-search-form .table.row-layout tr {
  display: flex;
  flex-wrap: wrap; /* Allows first two <td> to break into full width */
  width: 100%;
}

.hc-semantic-search-form .table.row-layout td:nth-child(1),
.hc-semantic-search-form .table.row-layout td:nth-child(2) {
  flex: 1 1 100%; /* Forces full width */
}

.hc-semantic-search-form .table.row-layout td:nth-child(3),
.hc-semantic-search-form .table.row-layout td:nth-child(4) {
  flex: 0 0 auto; /* Stays inline */
  white-space: nowrap; /* Prevents wrapping */
}

.hc-semantic-search-page #block-hc-pleaselogin {
  display: none;
}
.hc-semantic-search-page .semantic-search-summary #block-hc-pleaselogin {
  display: block;
  margin-bottom: 36px;
}

.hc-search .hc-search-query,
.hc-search .hc-search-query:focus,
.hc-search .hc-search-categories,
.hc-search .hc-search-categories:focus {
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: none !important;
}

.hc-search > legend {
  display: none;
}

.hc-search .fieldset-wrapper {
  display: flex;
}

.hc-search .hc-search-query-wrapper {
  order: 1;
  flex: 1; /* Grow to fill remaining space */
  margin: 0 !important;
}

.hc-search .hc-search-categories-wrapper {
  order: 3;
  margin: 0 !important;
}

.hc-search .hc-search-categories {
  height: 100%;
}

.hc-search .hc-search-submit {
  order: 2;
  flex: 0 0 auto; /* Take width based on content */
}

.hc-search .fieldset-wrapper {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.hc-search .hc-search-query {
  padding: 20px;
}

.hc-search .hc-search-categories-wrapper {
  background-color: #f5f5f5;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  display: inline-block;
}
.hc-search .hc-search-categories-wrapper:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e313";
  font-size: 32px;
  color: #7f7f7f !important;
  left: unset;
  right: 8px;
}

.hc-search-submit {
  position: relative;
  display: inline-block;
  font-size: 0px;
}
.hc-search-submit:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e8b6";
  font-size: 32px;
  position: relative;
  transform: none;
  top: auto;
}

.hc-search-submit {
  border: 0;
}
.hc-search-submit:hover, .hc-search-submit:active {
  border: 0;
  background-color: transparent !important;
}
.hc-search-submit:before {
  color: #7f7f7f;
}
.hc-search-submit:hover:before {
  color: #323232;
}

* {
  outline: none !important;
}

*:target {
  outline: none !important;
}

#block-hc-webform {
  margin-top: 3rem;
}

.fieldset-legend {
  font-size: 1rem;
  font-weight: bold;
}

/* Container layout */
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios {
  /* Hide radio buttons */
  /* Base label styling to look like buttons */
  /* Icon styles (using font ligature code points) */
  /* Thumbs up icon for "Yes" */
  /* Thumbs down icon for "No" */
  /* Checked state */
  /* Hover state */
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios .fieldset-wrapper > div {
  display: flex;
  gap: 1.8rem;
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios input.form-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios .form-item-was-helpful {
  padding-left: 0;
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios .form-item-was-helpful label {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.3em 1em;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  font-weight: bold;
  color: #0071b8;
  background-color: #fff;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 2.6em; /* leave space for icon */
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios .form-item-was-helpful label:focus {
  outline: none;
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios .form-item-was-helpful label::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios label[for=edit-was-helpful-1]::before {
  content: "\e8dc"; /* thumb_up */
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios label[for=edit-was-helpful-0]::before {
  content: "\e8db"; /* thumb_down */
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios input:checked + label.form-check-label {
  border-color: #0071b8;
}
.webform-submission-hc-rating-form .webform-rating--was-helpful--radios .form-item-was-helpful label:hover {
  background-color: #dedede;
  border-color: #dedede;
}
.webform-submission-hc-rating-form .form-item-feedback-text label {
  display: none;
}
.webform-submission-hc-rating-form .form-item-feedback-text textarea {
  background-color: #f5f5f5;
  border: 0;
  border-bottom: 1px solid #bebebe;
  border-radius: 0;
}

.view-homepage-content {
  padding-top: 60px;
}

.view-homepage-content > .row > h3 {
  margin-bottom: 60px;
}

.view-homepage-content .views-view-grid > .row > div {
  margin-bottom: 60px;
}

.view-homepage-content .views-view-grid {
  margin-bottom: 60px;
}

.view-homepage-content .solutions-toggle-btn {
  margin-bottom: 60px;
}

.view-homepage-content .solutions-toggle-btn {
  margin-bottom: 60px;
}

.view-homepage-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #323232;
}
.view-homepage-content .tile {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 8px;
  color: #7F7F7F;
  background-color: #fff;
  padding: 32px;
  padding-bottom: 72px;
}
.view-homepage-content .tile:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.view-homepage-content .tile::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5c8";
  color: #323232;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.view-homepage-content .tile:hover::after {
  color: #0069b4;
}
.view-homepage-content .tile p:last-child {
  margin-bottom: 0;
}
.view-homepage-content .tile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column !important;
}
.view-homepage-content .tile .views-field-icon-title {
  display: flex;
  flex-direction: row !important;
  margin-bottom: 18px;
}
.view-homepage-content .tile .views-field-icon-title .webfont-icon {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  font-size: 32px;
  width: 52px;
  height: 52px;
  color: #0069b4;
  background-color: rgba(0, 107, 179, 0.0784313725);
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
}
.view-homepage-content .tile .views-field-icon-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}
.view-homepage-content .tile .views-field-icon-title h2 a {
  color: #323232;
  text-decoration: none;
}
.view-homepage-content .tile .views-field-description__value {
  flex-grow: 1 !important;
  overflow: auto !important;
}

/*
.view-homepage-content {
    .tile {
        .views-field-icon-title {background-color: #eee;}
        .views-field-description__value {background: #cfc;}
    }
}
*/
.block-entity-browser-blockcall-to-action {
  position: relative;
  height: 100% !important;
  padding: 36px;
  padding-bottom: 72px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(283.73deg, #006BB3 -5.88%, #002E4D 185.14%);
  cursor: pointer;
}
.block-entity-browser-blockcall-to-action:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
}
.block-entity-browser-blockcall-to-action a:link,
.block-entity-browser-blockcall-to-action a:visited,
.block-entity-browser-blockcall-to-action a:hover,
.block-entity-browser-blockcall-to-action a:active {
  text-decoration: none;
  color: #fff;
}
.block-entity-browser-blockcall-to-action .node__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.block-entity-browser-blockcall-to-action .field--type-link {
  position: absolute;
  bottom: 32px;
  right: 32px;
  font-size: 14px;
  text-align: right;
}
.block-entity-browser-blockcall-to-action .field--type-link a {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.block-entity-browser-blockcall-to-action .field--type-link a:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5c8";
  left: unset;
  right: 0;
  font-size: 16px;
}

.block-entity-browser-blockcall-to-action {
  position: relative;
}
.block-entity-browser-blockcall-to-action .node__title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.solutions-toggle-btn {
  color: #006bb3;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 8px 16px 8px 16px;
  display: inline-flex;
  align-items: center;
}
.solutions-toggle-btn:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5db";
  margin-left: 6px;
}

.solutions-toggle-btn.expanded::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5d8";
  margin-left: 6px;
}

.solutions-toggle-btn:hover {
  background-color: #006bb3;
  color: #fff;
}

#block-hc-pleaselogin {
  text-align: center;
}
#block-hc-pleaselogin .content {
  background-color: rgba(0, 107, 179, 0.1490196078);
  margin: 0 auto;
  padding: 16px;
  border-radius: 3px;
}
#block-hc-pleaselogin .content a {
  color: #323232 !important;
  font-weight: 600;
  margin-left: 18px;
}
#block-hc-pleaselogin .content p:last-child {
  margin-bottom: 0;
}
#block-hc-pleaselogin .content, #block-hc-pleaselogin .field, #block-hc-pleaselogin p {
  display: inline-block;
}
#block-hc-pleaselogin .content {
  position: relative;
  display: inline-block;
  padding-left: 64px;
}
#block-hc-pleaselogin .content:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e88e";
  color: #0069b4;
  font-size: 1.5em;
  left: 20px;
}

.page-user-login .block-system-breadcrumb-block,
.page-user-logout .block-system-breadcrumb-block {
  display: none;
}
.page-user-login .title,
.page-user-login .form-actions,
.page-user-logout .title,
.page-user-logout .form-actions {
  text-align: center;
}
.page-user-login #edit-actions,
.page-user-logout #edit-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.page-user-login #edit-cancel,
.page-user-logout #edit-cancel {
  padding: 6px 12px;
  border: 1px solid #323232;
  border-radius: 6px;
  text-decoration: none;
  color: #323232;
}
.page-user-login #edit-cancel:hover,
.page-user-logout #edit-cancel:hover {
  border-color: #000;
  color: #000;
}
.page-user-login #edit-openid-connect-client-keycloak-login,
.page-user-logout #edit-openid-connect-client-keycloak-login {
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1000;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 9999px;
  background: #e6e6e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.15s ease;
}

.back-to-top .material-icons {
  font-size: 22px;
  line-height: 1;
  color: transparent;
  position: relative;
  display: inline-block;
  position: static;
}
.back-to-top .material-icons:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e316";
  font-size: 2em;
  color: #7f7f7f;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #dee2e6;
  outline: none;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Optional: keep clear of very tall sticky footers */
@media (min-width: 768px) {
  .back-to-top {
    bottom: 104px;
    right: 1.25rem;
  }
}
/* Container to position the clear button */
.clearable-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* Let the input stretch naturally */
}

/* Ensure the input has right padding so the button doesn't overlap text */
.clearable-input > input {
  padding-right: 2rem; /* adjust to your theme */
}

/* The clear button */
.clearable-input__btn {
  position: absolute;
  right: 0.375rem; /* LTR default */
  inset-block: 0; /* top+bottom = 0, respects writing modes */
  margin: auto 0;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 9999px;
  line-height: 1;
  display: none; /* hidden by default; we toggle with .is-visible */
}

/* RTL support */
[dir=rtl] .clearable-input__btn {
  right: auto;
  left: 0.375rem;
}

/* Visual: show an × via a pseudo-element so no extra markup needed */
/*
.clearable-input__btn::before {
  content: "×";
  font-size: 1rem;
  display: block;
}
*/
.clearable-input__btn {
  position: relative;
  display: inline-block;
  display: none;
}
.clearable-input__btn:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cd";
  font-size: 1.5em;
  left: 0;
  right: 0;
  color: #7f7f7f;
}
.clearable-input__btn:after:hover {
  color: #323232;
}

/* Hover/focus affordances (inherit theme colors) */
.clearable-input__btn:hover,
.clearable-input__btn:focus {
  outline: none;
}

/* Visible state */
.clearable-input__btn.is-visible {
  display: block;
}

a.requires-login {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
a.requires-login:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  overflow: visible;
  pointer-events: none;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e897";
  font-size: 1em;
  left: 0;
  color: #7f7f7f;
}

.page-vocabulary-hs-categories a.requires-login {
  padding-left: calc(1.7em + 12px) !important;
}
.page-vocabulary-hs-categories a.requires-login:before {
  left: 12px;
}

.taxonomy-tree-menu a.requires-login {
  display: block;
}
.taxonomy-tree-menu a.requires-login:before {
  transform: none;
  top: 11px;
  left: 34px;
}