/* =========================================================
   Mirren Direct Help Scout Custom Theme
   ========================================================= */

:root {
  --mirren-navy: #004b78;
  --mirren-text: #102033;
  --mirren-card-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}

html.hs-mirren-kb,
html.hs-mirren-kb body {
  background: #fff;
}

html.hs-mirren-kb,
html.hs-mirren-kb body,
html.hs-mirren-kb button,
html.hs-mirren-kb input,
html.hs-mirren-kb select,
html.hs-mirren-kb textarea {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

html.hs-mirren-kb body {
  color: var(--mirren-text);
  font-size: 14px;
  padding: 0;
}

html.hs-mirren-kb.hs-kb-js-working:not(.hs-kb-js-complete) body {
  opacity: 0;
  pointer-events: none;
}

html.hs-mirren-kb.hs-kb-js-complete body {
  opacity: 1;
}

/* Header / Nav */
html.hs-mirren-kb .navbar {
  background: #ffffff;
  margin: 0;
  position: relative;
  z-index: 100;
}

html.hs-mirren-kb .navbar .navbar-inner {
  background: #ffffff !important;
  border: 0;
  box-shadow: none;
  min-height: 86px;
  padding: 0 30px;
}

html.hs-mirren-kb .navbar .navbar-inner .container-fluid {
  align-items: center;
  display: flex;
  max-width: 1200px;
  min-height: 86px;
  padding: 0;
}

html.hs-mirren-kb .navbar .brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}

html.hs-mirren-kb .navbar .brand img {
  display: block;
  height: auto;
  max-width: 205px;
  width: 205px;
}

html.hs-mirren-kb .mirren-main-site-link {
  color: #000000;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 44px;
  text-decoration: none;
}

html.hs-mirren-kb .mirren-main-site-link:hover,
html.hs-mirren-kb .mirren-main-site-link:focus {
  color: #000000;
  text-decoration: underline;
}

html.hs-mirren-kb .nav-collapse {
  flex: 1 1 auto;
}

html.hs-mirren-kb .navbar .nav {
  align-items: center;
  bottom: auto;
  display: flex;
  float: none;
  gap: 44px;
  justify-content: flex-end;
  margin: 0;
  position: static;
  right: auto;
}

html.hs-mirren-kb .navbar .nav > li {
  display: inline-flex;
  float: none;
  padding: 20px 0;
}

html.hs-mirren-kb .navbar .nav > li > a {
  background: transparent !important;
  box-shadow: none !important;
  color: #000000 !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
}

html.hs-mirren-kb .navbar .nav > li > a:hover,
html.hs-mirren-kb .navbar .nav > li > a:focus {
  color: #000000 !important;
  text-decoration: underline;
}

html.hs-mirren-kb .navbar .nav > li.active > a {
  color: #000000 !important;
  font-weight: 400;
  text-decoration: underline;
}

html.hs-mirren-kb .navbar .nav .caret {
  display: none !important;
}

/* Topics Dropdown */
html.hs-mirren-kb .mirren-topics-menu {
  position: relative;
}

html.hs-mirren-kb .mirren-topics-toggle::after {
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 9px;
  position: relative;
  top: 3px;
  transform: rotate(45deg);
  width: 6px;
}

html.hs-mirren-kb .mirren-topics-menu.is-open .mirren-topics-toggle::after,
html.hs-mirren-kb .mirren-topics-menu:hover .mirren-topics-toggle::after,
html.hs-mirren-kb
  .mirren-topics-menu:focus-within
  .mirren-topics-toggle::after {
  top: 7px;
  transform: rotate(-135deg);
}

html.hs-mirren-kb .mirren-topics-dropdown {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  display: none;
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 230px;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 14px);
  transform: translateX(-50%);
  z-index: 50;
}

html.hs-mirren-kb .mirren-topics-dropdown::before {
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: -16px;
}

html.hs-mirren-kb .mirren-topics-dropdown li {
  display: block;
  float: none;
  padding: 0;
}

html.hs-mirren-kb .navbar .nav .mirren-topics-dropdown a {
  background: transparent !important;
  box-shadow: none !important;
  color: #000000 !important;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 10px 18px;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

html.hs-mirren-kb .navbar .nav .mirren-topics-dropdown a:hover,
html.hs-mirren-kb .navbar .nav .mirren-topics-dropdown a:focus {
  background: #f2f8fc !important;
  color: var(--mirren-navy) !important;
  text-decoration: none;
}

html.hs-mirren-kb .navbar .nav > li#mirren-topics.active > a {
  color: #000000 !important;
  text-decoration: underline;
}

html.hs-mirren-kb .navbar .nav .mirren-topics-dropdown li.active a {
  background: #f2f8fc !important;
  color: var(--mirren-navy) !important;
}

html.hs-mirren-kb .mirren-topics-menu:hover .mirren-topics-dropdown,
html.hs-mirren-kb .mirren-topics-menu:focus-within .mirren-topics-dropdown,
html.hs-mirren-kb .mirren-topics-menu.is-open .mirren-topics-dropdown {
  display: block;
}

/* Homepage Hero Search Area */
html.hs-mirren-kb #docsSearch {
  background-image: url("https://direct.mirren.com/wp-content/uploads/2026/06/faq-hero.avif");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  margin: 0;
  min-height: 370px;
  padding: 0;
  position: relative;
  z-index: 9;
}

html.hs-mirren-kb #docsSearch h1 {
  color: #ffffff;
  font-size: clamp(30px, 4.1vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  padding: 95px 20px 0;
  text-align: center;
}

html.hs-mirren-kb #searchBar {
  box-sizing: border-box;
  display: flex;
  margin: 55px auto 0;
  max-width: 620px;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}

html.hs-mirren-kb #searchBar .search-query {
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 8px 0 0 8px;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #ffffff;
  flex: 1 1 auto;
  font-size: 16px;
  height: 58px;
  line-height: 58px;
  margin: 0;
  padding: 0 30px;
  width: auto;
}

html.hs-mirren-kb #searchBar .search-query::placeholder {
  color: rgba(255, 255, 255, 0.95);
}

html.hs-mirren-kb #searchBar button {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
  color: #000000;
  flex: 0 0 125px;
  font-size: 16px;
  height: 58px;
  line-height: 1;
  padding: 0;
  position: static;
  text-shadow: none;
}

html.hs-mirren-kb #searchBar button:hover,
html.hs-mirren-kb #searchBar button:focus {
  background: #f3f7ff;
}

html.hs-mirren-kb #searchBar button .icon-search {
  display: none !important;
}

html.hs-mirren-kb #serp-dd {
  left: 0;
  top: 58px;
  width: calc(100% - 125px);
}

/* Homepage Content Area */
html.hs-mirren-kb body.hs-kb-home #contentArea {
  background:
    url("https://direct.mirren.com/wp-content/uploads/2026/06/faq-bg-lines.webp")
      0% 90% / 248px auto no-repeat,
    linear-gradient(180deg, #def3fe 0%, #fff 100%);
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  min-height: calc(100vh - 460px);
  overflow: hidden;
  padding: 0 30px 55px;
  position: relative;
}

/* JS-built homepage collection cards */
html.hs-mirren-kb .hs-home-card-grid {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1095px;
  padding: 65px 0;
  position: relative;
  z-index: 2;
}

html.hs-mirren-kb .hs-home-card {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  box-shadow: var(--mirren-card-shadow);
  box-sizing: border-box;
  color: #000000;
  display: grid;
  grid-template-columns: 1fr 78px;
  min-height: 112px;
  padding: 24px 28px;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

html.hs-mirren-kb .hs-home-card:hover,
html.hs-mirren-kb .hs-home-card:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-3px);
}

html.hs-mirren-kb .hs-home-card__title {
  color: var(--mirren-navy);
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  max-width: 220px;
  text-transform: uppercase;
}

html.hs-mirren-kb .hs-home-card__count {
  color: #222;
  display: block;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 20px;
}

html.hs-mirren-kb .hs-home-card__icon {
  align-self: end;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

html.hs-mirren-kb .hs-home-card__icon img {
  display: block;
  height: auto;
  max-height: 52px;
  max-width: 58px;
  width: auto;
}

html.hs-mirren-kb body.hs-kb-home .collection-category {
  display: none;
}

/* Collection Pages */
html.hs-mirren-kb body.hs-kb-collection {
  background: #eaf9ff;
}

html.hs-mirren-kb .mirren-collection-hero {
  background-image: url("https://direct.mirren.com/wp-content/uploads/2026/06/faq-hero.avif");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 234px;
  margin: 0;
  position: relative;
  z-index: 1;
}

html.hs-mirren-kb .mirren-collection-hero__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1260px;
  padding: 34px 30px 0;
  position: relative;
  z-index: 2;
}

html.hs-mirren-kb .mirren-hero-breadcrumbs {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
}

html.hs-mirren-kb .mirren-hero-breadcrumbs__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

html.hs-mirren-kb .mirren-hero-breadcrumbs__item {
  align-items: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

html.hs-mirren-kb
  .mirren-hero-breadcrumbs__item
  + .mirren-hero-breadcrumbs__item::before {
  color: rgba(255, 255, 255, 0.85);
  content: ">";
  display: inline-block;
  margin-right: 8px;
}

html.hs-mirren-kb .mirren-hero-breadcrumbs a,
html.hs-mirren-kb .mirren-hero-breadcrumbs__current {
  color: #ffffff;
  text-decoration: none;
}

html.hs-mirren-kb .mirren-hero-breadcrumbs a:hover,
html.hs-mirren-kb .mirren-hero-breadcrumbs a:focus {
  text-decoration: underline;
}

html.hs-mirren-kb .mirren-hero-breadcrumbs__current {
  font-weight: 700;
}

html.hs-mirren-kb body.hs-kb-collection #contentArea {
  background:
    url("https://direct.mirren.com/wp-content/uploads/2026/06/faq-bg-lines.webp")
      0% 90% / 248px auto no-repeat,
    linear-gradient(180deg, #def3fe 0%, #ffffff 100%);
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  min-height: calc(100vh - 325px);
  padding: 0 30px 55px;
  position: relative;
}

html.hs-mirren-kb body.hs-kb-collection #contentArea > .row-fluid {
  display: grid;
  grid-template-columns: minmax(385px, 0.4fr) minmax(0, 1fr);
  align-items: flex-start;
  gap: 36px;
  margin: -96px auto 0;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar {
  background: #ffffff;
  border-radius: 7px;
  box-shadow: var(--mirren-card-shadow);
  box-sizing: border-box;
  flex: 0 0 385px;
  float: none;
  margin: 0;
  order: 1;
  padding: 32px;
  width: auto;
}

html.hs-mirren-kb body.hs-kb-collection #main-content {
  background: transparent;
  flex: 1 1 auto;
  float: none;
  margin: 0;
  order: 2;
  padding: 0;
  width: auto;
}

html.hs-mirren-kb body.hs-kb-collection .contentWrapper {
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  box-shadow: var(--mirren-card-shadow);
  box-sizing: border-box;
  min-height: 450px;
  padding: 42px 47px;
}

html.hs-mirren-kb body.hs-kb-collection .contentWrapper h1 {
  color: var(--mirren-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 35px;
  text-transform: uppercase;
}

html.hs-mirren-kb body.hs-kb-collection #categoryHead {
  position: relative;
}

html.hs-mirren-kb body.hs-kb-collection #categoryHead h1 {
  color: var(--mirren-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 190px 42px 0;
  text-transform: uppercase;
}

html.hs-mirren-kb body.hs-kb-collection #categoryHead .sort {
  position: absolute;
  right: 0;
  top: 0;
}

html.hs-mirren-kb body.hs-kb-collection #categoryHead .sort select {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #555555;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  width: 150px;
}

html.hs-mirren-kb body.hs-kb-collection .articleList {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.hs-mirren-kb body.hs-kb-collection .articleList li {
  margin: 0 0 24px;
  padding-left: 26px;
}

html.hs-mirren-kb body.hs-kb-collection .articleList li:last-child {
  margin-bottom: 0;
}

html.hs-mirren-kb body.hs-kb-collection .articleList a {
  color: var(--mirren-navy);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  margin-left: -26px;
  text-decoration: none;
}

html.hs-mirren-kb body.hs-kb-collection .articleList a:hover,
html.hs-mirren-kb body.hs-kb-collection .articleList a:focus {
  color: var(--mirren-navy);
  text-decoration: underline;
}

html.hs-mirren-kb body.hs-kb-collection .articleList .icon-article-doc {
  color: #b9c2ca;
  font-size: 15px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

/* Collection sidebar search */
html.hs-mirren-kb body.hs-kb-collection #sidebar #searchBar.sm {
  display: block;
  margin: 0 0 34px;
  max-width: none;
  padding: 0;
  position: relative;
  width: 100%;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar #searchBar.sm .search-query {
  background: #ffffff;
  border: 3px solid var(--mirren-navy);
  border-radius: 7px;
  box-shadow: none !important;
  box-sizing: border-box;
  color: var(--mirren-navy);
  display: block;
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  margin: 0;
  padding: 0 22px;
  width: 100%;
}

html.hs-mirren-kb
  body.hs-kb-collection
  #sidebar
  #searchBar.sm
  .search-query::placeholder {
  color: var(--mirren-navy);
  opacity: 1;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar #searchBar.sm button {
  display: none;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar #serp-dd.sb {
  border-radius: 0 0 5px 5px;
  top: 58px;
  width: 100%;
}

/* Collection sidebar category list - keep original Help Scout subcategories */
html.hs-mirren-kb body.hs-kb-collection #sidebar h3 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px;
  text-transform: uppercase;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list {
  margin: 0;
  padding: 0;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list li {
  margin: 0 0 16px;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list li:last-child {
  margin-bottom: 0;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list a {
  background: transparent;
  color: rgba(3, 73, 114, 0.6);
  display: inline;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

html.hs-mirren-kb
  body.hs-kb-collection
  #sidebar
  .nav-list
  .mirren-sidebar-nowrap {
  display: inline-block;
  white-space: nowrap;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list a:hover,
html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list a:focus,
html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list .active a {
  background: transparent;
  color: var(--mirren-navy);
  text-decoration: none;
  text-shadow: none;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list .icon-arrow {
  color: currentColor;
  display: inline-block !important;
  font-size: 20px;
  margin-left: 2px;
  opacity: 0;
  position: relative;
  top: -2px;
  transform: translateX(-4px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list .icon-arrow:before {
  color: currentColor;
}

html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list a:hover .icon-arrow,
html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list a:focus .icon-arrow,
html.hs-mirren-kb
  body.hs-kb-collection
  #sidebar
  .nav-list
  .active
  a
  .icon-arrow {
  opacity: 1;
  transform: translateX(0);
}

html.hs-mirren-kb body.hs-kb-collection footer {
  margin: 34px auto 0;
  max-width: 1200px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

html.hs-mirren-kb body.hs-kb-collection footer p {
  color: #9b9b9b;
  font-size: 11px;
  margin: 0;
  text-align: center;
}

html.hs-mirren-kb body.hs-kb-collection footer a {
  color: #9b9b9b;
}

/* Fallback for other non-home pages not yet custom-skinned */
html.hs-mirren-kb body:not(.hs-kb-home):not(.hs-kb-collection) #contentArea {
  background: #ffffff;
}

/* Homepage Footer */
html.hs-mirren-kb footer.center {
  bottom: 0;
  left: 50%;
  max-width: 1095px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

html.hs-mirren-kb footer.center p {
  color: #9b9b9b;
  font-size: 11px;
  text-align: center;
}

html.hs-mirren-kb footer.center a {
  color: #9b9b9b;
}

/* Full Article */

html.hs-mirren-kb body.hs-kb-collection .contentWrapper #fullArticle h1 {
  color: var(--mirren-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 35px;
  text-transform: uppercase;
}

html.hs-mirren-kb #fullArticle p,
html.hs-mirren-kb #fullArticle li,
html.hs-mirren-kb #fullArticle dd,
html.hs-mirren-kb #fullArticle blockquote,
html.hs-mirren-kb #fullArticle div,
html.hs-mirren-kb #fullArticle table,
html.hs-mirren-kb #fullArticle ul {
  font-size: 18px;
}

/* Mobile */
@media (max-width: 768px) {
  html.hs-mirren-kb body {
    padding: 0;
  }

  html.hs-mirren-kb .navbar {
    margin: 0;
  }

  html.hs-mirren-kb .navbar .navbar-inner {
    min-height: 70px;
    padding: 0 20px;
  }

  html.hs-mirren-kb .navbar .navbar-inner .container-fluid {
    display: block;
    min-height: 70px;
    padding: 0;
  }

  html.hs-mirren-kb .navbar .brand {
    min-height: 70px;
  }

  html.hs-mirren-kb .navbar .brand img {
    max-width: 180px;
    width: 180px;
  }

  html.hs-mirren-kb .mirren-main-site-link {
    display: none;
  }

  html.hs-mirren-kb .navbar .btn-navbar {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    height: 34px;
    margin: 0;
    padding: 6px;
    right: 14px;
    top: 18px;
    width: 40px;
  }

  html.hs-mirren-kb .navbar .btn-navbar .icon-bar {
    background: var(--mirren-navy);
    box-shadow: none;
  }

  html.hs-mirren-kb .navbar .nav {
    align-items: stretch;
    display: block;
    gap: 0;
    padding: 0 0 18px;
    text-align: left;
  }

  html.hs-mirren-kb .navbar .nav > li {
    display: block;
    padding: 0;
  }

  html.hs-mirren-kb .navbar .nav > li > a {
    display: block;
    padding: 10px 0;
  }

  html.hs-mirren-kb .mirren-topics-toggle::after {
    top: -4px;
  }

  html.hs-mirren-kb .mirren-topics-menu.is-open .mirren-topics-toggle::after,
  html.hs-mirren-kb .mirren-topics-menu:hover .mirren-topics-toggle::after,
  html.hs-mirren-kb
    .mirren-topics-menu:focus-within
    .mirren-topics-toggle::after {
    top: 0;
  }

  html.hs-mirren-kb .mirren-topics-dropdown {
    box-shadow: none;
    left: auto;
    min-width: 0;
    padding: 4px 0 8px 16px;
    position: static;
    transform: none;
  }

  html.hs-mirren-kb .mirren-topics-dropdown::before {
    display: none;
  }

  html.hs-mirren-kb .navbar .nav .mirren-topics-dropdown a {
    padding: 8px 0;
    white-space: normal;
  }

  html.hs-mirren-kb #docsSearch::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  html.hs-mirren-kb #docsSearch {
    background-position: center right;
    min-height: 270px;
  }

  html.hs-mirren-kb #docsSearch h1 {
    font-size: 31px;
    padding-top: 62px;
  }

  html.hs-mirren-kb #searchBar {
    margin-top: 28px;
  }

  html.hs-mirren-kb .hs-home-card-grid {
    gap: 20px;
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  html.hs-mirren-kb body.hs-kb-home #contentArea {
    background-size:
      190px auto,
      auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }

  html.hs-mirren-kb .mirren-collection-hero {
    height: auto;
    min-height: 140px;
  }

  html.hs-mirren-kb .mirren-collection-hero__inner {
    padding: 24px 20px 80px;
  }

  html.hs-mirren-kb .mirren-hero-breadcrumbs {
    font-size: 14px;
  }

  html.hs-mirren-kb body.hs-kb-collection #contentArea {
    padding: 0 20px 90px;
  }

  html.hs-mirren-kb body.hs-kb-collection #contentArea > .row-fluid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: -100px auto 0;
    max-width: 520px;
  }

  html.hs-mirren-kb body.hs-kb-collection #sidebar {
    flex: none;
    margin: 0;
    order: 2;
    padding: 28px 24px;
    width: 100%;
  }

  html.hs-mirren-kb body.hs-kb-collection #main-content {
    margin: 0;
    order: 2;
    width: 100%;
  }

  html.hs-mirren-kb body.hs-kb-collection .contentWrapper {
    min-height: 0;
    padding: 34px 26px;
  }

  html.hs-mirren-kb body.hs-kb-collection .contentWrapper h1,
  html.hs-mirren-kb body.hs-kb-collection #categoryHead h1 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  html.hs-mirren-kb body.hs-kb-collection #categoryHead h1 {
    margin-right: 0;
  }

  html.hs-mirren-kb body.hs-kb-collection #categoryHead .sort {
    margin-bottom: 28px;
    position: static;
  }

  html.hs-mirren-kb body.hs-kb-collection .articleList a {
    font-size: 16px;
  }

  html.hs-mirren-kb body.hs-kb-collection #sidebar .nav-list a {
    font-size: 16px;
  }

  html.hs-mirren-kb body.hs-kb-collection footer p {
    text-align: center;
  }
}

@media (max-width: 480px) {
  html.hs-mirren-kb #searchBar {
    display: grid;
    grid-template-columns: 1fr 88px;
    width: calc(100% - 34px);
  }

  html.hs-mirren-kb #searchBar .search-query {
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
  }

  html.hs-mirren-kb #searchBar button {
    border-left: 0;
    border-radius: 0 8px 8px 0;
    flex-basis: auto;
    font-size: 14px;
    height: 52px;
    padding: 0;
  }

  html.hs-mirren-kb #searchBar button span {
    font-size: 14px;
    text-indent: 0;
    width: auto;
  }

  html.hs-mirren-kb #serp-dd {
    top: 52px;
    width: 100%;
  }

  html.hs-mirren-kb .hs-home-card {
    grid-template-columns: 1fr 58px;
    min-height: 104px;
    padding: 22px;
  }

  html.hs-mirren-kb .hs-home-card__title {
    font-size: 18px;
  }

  html.hs-mirren-kb .hs-home-card__icon img {
    max-height: 46px;
    max-width: 50px;
  }

  html.hs-mirren-kb body.hs-kb-collection #sidebar #searchBar.sm .search-query {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
  }
}

/* =========================================================
   Mirren Direct logged-in shell for Help Scout
   ========================================================= */

html.hs-mirren-kb body.hs-kb-has-shell {
  padding-top: 80px;
}

html.hs-mirren-kb body.hs-kb-has-shell > .navbar {
  display: none !important;
}

/* Shared content offset so the fixed sidebar does not overlap Help Scout content. */
html.hs-mirren-kb body.hs-kb-has-shell #docsSearch,
html.hs-mirren-kb body.hs-kb-has-shell .mirren-collection-hero,
html.hs-mirren-kb body.hs-kb-has-shell #contentArea {
  margin-left: 60px;
}

html.hs-mirren-kb body.hs-kb-has-shell.hs-kb-shell-ready #docsSearch,
html.hs-mirren-kb
  body.hs-kb-has-shell.hs-kb-shell-ready
  .mirren-collection-hero,
html.hs-mirren-kb body.hs-kb-has-shell.hs-kb-shell-ready #contentArea {
  transition: margin-left 150ms linear;
}

html.hs-mirren-kb body.hs-kb-has-shell.sidebar-open #docsSearch,
html.hs-mirren-kb body.hs-kb-has-shell.sidebar-open .mirren-collection-hero,
html.hs-mirren-kb body.hs-kb-has-shell.sidebar-open #contentArea {
  margin-left: 200px;
}

/* Masthead */
html.hs-mirren-kb #classroom-header.mirren-kb-header {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  height: 80px;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 150ms linear;
  width: calc(100% - 60px);
  z-index: 1000;
}

html.hs-mirren-kb body.sidebar-open #classroom-header.mirren-kb-header {
  width: calc(100% - 200px);
}

html.hs-mirren-kb #classroom-header #masthead {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 79px;
  justify-content: space-between;
  margin: 0;
  max-width: none;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 100;
}

html.hs-mirren-kb #classroom-header .mirren-masthead-left {
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  min-width: 0;
}

html.hs-mirren-kb #classroom-header.mirren-kb-header {
  transition: none;
}

html.hs-mirren-kb body.hs-kb-shell-ready #classroom-header.mirren-kb-header {
  transition: width 150ms linear;
}

html.hs-mirren-kb .mirren-kb-sidebar.sidebar-navigation {
  transition: none;
}

html.hs-mirren-kb body.hs-kb-shell-ready .mirren-kb-sidebar.sidebar-navigation {
  transition: width 150ms linear;
}

html.hs-mirren-kb #classroom-header .mirren-masthead-search {
  display: block;
  margin: 0;
}

html.hs-mirren-kb #classroom-header #search-field {
  position: relative;
}

html.hs-mirren-kb #classroom-header .mirren-search-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 20px;
}

html.hs-mirren-kb #classroom-header .mirren-search-icon svg {
  display: block;
  fill: #16213f;
  height: 19px;
  width: 19px;
}

html.hs-mirren-kb #classroom-header .mirren-masthead-search input {
  background: #f5f6f9;
  border: 0;
  border-radius: 50px;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #222222;
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  min-width: 300px;
  padding: 0 22px 0 50px !important;
  transition: min-width 300ms ease;
}

html.hs-mirren-kb #classroom-header .mirren-masthead-search input:focus {
  background: #f5f6f9;
  box-shadow: none !important;
  min-width: 400px;
  outline: none;
}

html.hs-mirren-kb #classroom-header .mirren-masthead-search input::placeholder {
  color: #555555;
  opacity: 1;
}

/* Masthead Account Menu */
html.hs-mirren-kb #classroom-header #site-navigation {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  z-index: 1200;
}

html.hs-mirren-kb #classroom-header .dropdown {
  display: inline-block;
  position: relative;
}

html.hs-mirren-kb #classroom-header .dropbtn.account-menu {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 7px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  gap: 10px;
  height: 58px;
  line-height: 1;
  margin: 0;
  padding: 5px 8px;
  text-shadow: none;
}

/* html.hs-mirren-kb #classroom-header .dropbtn.account-menu:hover,
html.hs-mirren-kb #classroom-header .dropbtn.account-menu:focus,
html.hs-mirren-kb #classroom-header .dropbtn.account-menu.open {
  background: #f5f6f9;
  outline: none;
} */

html.hs-mirren-kb #classroom-header .account-menu .avatar {
  display: block;
  flex: 0 0 40px;
  height: 40px;
  pointer-events: none;
  width: 40px;
  position: relative;
}

html.hs-mirren-kb #classroom-header .account-menu .avatar img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

html.hs-mirren-kb #classroom-header .account-menu .avatar .status {
  display: inline-block;
  width: 15px;
  right: -1px;
  bottom: -1px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  background: #49c7bb;
  z-index: 10;
  position: absolute;
}

html.hs-mirren-kb #classroom-header .mirren-account-menu-label {
  color: #222222;
  font-weight: 400;
  pointer-events: none;
  white-space: nowrap;
}

html.hs-mirren-kb #classroom-header .mirren-account-chevron {
  align-items: center;
  display: inline-flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  pointer-events: none;
  transition: transform 300ms ease;
  width: 20px;
}

html.hs-mirren-kb #classroom-header .mirren-account-chevron svg {
  display: block;
  fill: #222222;
  height: 20px;
  width: 20px;
}

html.hs-mirren-kb
  #classroom-header
  .dropbtn.account-menu.open
  .mirren-account-chevron {
  transform: rotate(180deg);
}

html.hs-mirren-kb #classroom-header .dropdown-content {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  display: none;
  min-width: 175px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 1300;
}

html.hs-mirren-kb #classroom-header .dropdown-content.open,
html.hs-mirren-kb #classroom-header .dropdown-content.show {
  display: block;
}

html.hs-mirren-kb #classroom-header ul#account-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 8px;
  -webkit-box-shadow: 0px 10px 11px rgba(56, 57, 80, 0.0784313725);
  box-shadow: 0px 10px 11px rgba(56, 57, 80, 0.0784313725);
}

html.hs-mirren-kb #classroom-header ul#account-menu li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

html.hs-mirren-kb #classroom-header ul#account-menu li a {
  align-items: center;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: rgba(34, 34, 34, 0.512);
  display: flex;
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  min-height: 48px;
  padding: 6px 14px;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  border-radius: 4px;
}

html.hs-mirren-kb #classroom-header ul#account-menu li a:hover,
html.hs-mirren-kb #classroom-header ul#account-menu li a:focus {
  background: #f7f7f7;
  outline: none;
  text-decoration: none;
}

html.hs-mirren-kb #classroom-header ul#account-menu .icon-container {
  align-items: center;
  display: flex;
  flex: 0 0 30px;
  justify-content: flex-start;
}

html.hs-mirren-kb #classroom-header ul#account-menu .icon-container .menu-img {
  display: block;
  height: 20px;
  width: 20px;
  opacity: 0.48;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg {
  align-items: center;
  color: rgba(34, 34, 34, 0.412);
  display: flex;
  height: 20px;
  justify-content: center;
  transition: color 180ms ease;
  width: 20px;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg {
  display: block;
  fill: currentColor !important;
  height: 20px;
  width: 20px;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg path,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg g,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg circle,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg rect,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg polygon {
  fill: currentColor !important;
  stroke: none;
}

html.hs-mirren-kb
  .mirren-kb-sidebar
  #training-menu
  .menu-svg
  svg
  path.stroke-path {
  fill: none !important;
  stroke: rgba(34, 34, 34, 0.412) !important;
}
html.hs-mirren-kb
  .mirren-kb-sidebar
  #training-menu
  li
  a:hover
  .menu-svg
  svg
  path.stroke-path,
html.hs-mirren-kb
  .mirren-kb-sidebar
  #training-menu
  li
  a:focus
  .menu-svg
  svg
  path.stroke-path {
  stroke: currentColor !important;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a:hover .menu-svg,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a:focus .menu-svg {
  color: #2fb2f3;
}

html.hs-mirren-kb #classroom-header ul#account-menu .title {
  display: inline-block;
  white-space: nowrap;
}

html.hs-mirren-kb #classroom-header #mobile-class-branding {
  display: none;
}

html.hs-mirren-kb #classroom-header #mobile-class-branding img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 174px;
  width: 174px;
}

html.hs-mirren-kb #classroom-header #mobile-menu-toggle {
  background: #ffffff;
  border: 0;
  border-radius: 50px;
  box-shadow: none;
  color: #333333;
  display: none;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  width: 50px;
}

html.hs-mirren-kb #classroom-header #mobile-menu-toggle:hover,
html.hs-mirren-kb #classroom-header #mobile-menu-toggle:focus {
  /* background: #f5f6f9; */
  outline: none;
}

html.hs-mirren-kb #classroom-header .mirren-mobile-grid,
html.hs-mirren-kb #classroom-header .mirren-mobile-grid::before,
html.hs-mirren-kb #classroom-header .mirren-mobile-grid::after {
  background: #333333;
  border-radius: 2px;
  content: "";
  display: block;
  height: 8px;
  left: 17px;
  position: absolute;
  width: 8px;
}

html.hs-mirren-kb #classroom-header .mirren-mobile-grid {
  box-shadow:
    9px 0 0 #333,
    0 9px 0 #333,
    9px 9px 0 #333;
  top: 18px;
}

html.hs-mirren-kb #classroom-header .mirren-mobile-grid::before,
html.hs-mirren-kb #classroom-header .mirren-mobile-grid::after {
  display: none;
}

html.hs-mirren-kb #classroom-header .mirren-mobile-close {
  border: solid #333333;
  border-width: 0 3px 3px 0;
  display: none;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 22px;
  transform: rotate(-135deg);
  width: 8px;
}

html.hs-mirren-kb
  #classroom-header
  #mobile-menu-toggle.active
  .mirren-mobile-grid {
  display: none;
}

html.hs-mirren-kb
  #classroom-header
  #mobile-menu-toggle.active
  .mirren-mobile-close {
  display: block;
}

/* Left sidebar */
html.hs-mirren-kb .mirren-kb-sidebar.sidebar-navigation {
  background: #ffffff;
  border-right: 1px solid #f7f7f7;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  transition: width 150ms linear;
  width: 60px;
  z-index: 1100;
}

html.hs-mirren-kb .mirren-kb-sidebar.sidebar-navigation.open {
  overflow: hidden;
  width: 200px;
}

html.hs-mirren-kb .mirren-kb-sidebar #class-branding {
  align-items: center;
  display: flex;
  height: 79px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #f7f7f7;
}

html.hs-mirren-kb .mirren-kb-sidebar #class-branding img {
  display: block;
  height: auto;
  margin: 0;
}

html.hs-mirren-kb .mirren-kb-sidebar #class-branding #logo {
  max-width: 39px;
  width: 100%;
}

html.hs-mirren-kb .mirren-kb-sidebar #class-branding #logo-full {
  display: none;
  max-width: 172px;
  width: 100%;
}

html.hs-mirren-kb .mirren-kb-sidebar.open #class-branding {
  justify-content: flex-start;
  padding: 0 25px;
}

html.hs-mirren-kb .mirren-kb-sidebar.open #class-branding #logo {
  display: none;
}

html.hs-mirren-kb .mirren-kb-sidebar.open #class-branding #logo-full {
  display: block;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li {
  border-left: 4px solid transparent;
  box-sizing: border-box;
  height: 46px;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li.current-menu-item {
  border-left-color: #2fb2f3;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a {
  align-items: center;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: rgba(34, 34, 34, 0.62);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 46px;
  line-height: 1.2;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a:hover,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a:focus {
  color: #2fb2f3;
  outline: none;
  text-decoration: none;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li.current-menu-item a {
  color: #2fb2f3;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu .icon-container {
  align-items: center;
  display: flex;
  flex: 0 0 52px;
  height: 46px;
  justify-content: center;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-img {
  display: block;
  height: 20px;
  margin: 0;
  transition: opacity 180ms ease;
  width: 20px;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a:hover .menu-img,
html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a:focus .menu-img {
  opacity: 1;
}

html.hs-mirren-kb .mirren-kb-sidebar #training-menu .title {
  display: none;
  opacity: 0;
  transition: opacity 200ms ease;
  visibility: hidden;
  white-space: nowrap;
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
}

html.hs-mirren-kb .mirren-kb-sidebar.open #training-menu .title {
  display: block;
  min-width: 160px;
  opacity: 1;
  visibility: visible;
}

html.hs-mirren-kb .mirren-kb-sidebar.open #training-menu .tooltiptext {
  display: none !important;
}

html.hs-mirren-kb
  .mirren-kb-sidebar:not(.open)
  #training-menu
  li
  a
  .tooltiptext {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #333333;
  font-size: 12px;
  left: 65px;
  opacity: 0;
  padding: 4px 15px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  transition: 200ms ease all;
  visibility: hidden;
  white-space: nowrap;
  z-index: 100;
}

html.hs-mirren-kb
  .mirren-kb-sidebar:not(.open)
  #training-menu
  li
  a:hover
  .tooltiptext,
html.hs-mirren-kb
  .mirren-kb-sidebar:not(.open)
  #training-menu
  li
  a:focus
  .tooltiptext {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  visibility: visible;
}

html.hs-mirren-kb .mirren-kb-sidebar .collapse-menu {
  align-items: center;
  background: rgba(230, 230, 230, 0.32);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 31px;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0 0 3px;
  /* position: absolute;
  left: 5px;
  bottom: 18px; */
  margin: 5px;
  text-shadow: none;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  width: 50px;
}

html.hs-mirren-kb .mirren-kb-sidebar .collapse-menu svg {
  width: 19px;
  height: 19px;
}

html.hs-mirren-kb .mirren-kb-sidebar .collapse-menu:hover,
html.hs-mirren-kb .mirren-kb-sidebar .collapse-menu:focus {
  background: #f7f7f7;
  outline: none;
}

html.hs-mirren-kb .mirren-kb-sidebar.open .collapse-menu {
  transform: rotate(0deg);
}

/* Keep older Help Scout page layouts in the visible app area. */
html.hs-mirren-kb
  body.hs-kb-has-shell:not(.hs-kb-home):not(.hs-kb-collection)
  #contentArea {
  margin-left: 60px;
}

html.hs-mirren-kb
  body.hs-kb-has-shell.sidebar-open:not(.hs-kb-home):not(.hs-kb-collection)
  #contentArea {
  margin-left: 200px;
}

@media (max-width: 991px) {
  html.hs-mirren-kb body.hs-kb-has-shell {
    padding-top: 80px;
  }

  html.hs-mirren-kb body.hs-kb-has-shell #docsSearch,
  html.hs-mirren-kb body.hs-kb-has-shell .mirren-collection-hero,
  html.hs-mirren-kb body.hs-kb-has-shell #contentArea,
  html.hs-mirren-kb body.hs-kb-has-shell.sidebar-open #docsSearch,
  html.hs-mirren-kb body.hs-kb-has-shell.sidebar-open .mirren-collection-hero,
  html.hs-mirren-kb body.hs-kb-has-shell.sidebar-open #contentArea,
  html.hs-mirren-kb
    body.hs-kb-has-shell:not(.hs-kb-home):not(.hs-kb-collection)
    #contentArea,
  html.hs-mirren-kb
    body.hs-kb-has-shell.sidebar-open:not(.hs-kb-home):not(.hs-kb-collection)
    #contentArea {
    margin-left: 0;
  }

  html.hs-mirren-kb #classroom-header.mirren-kb-header,
  html.hs-mirren-kb body.sidebar-open #classroom-header.mirren-kb-header {
    width: 100%;
  }

  html.hs-mirren-kb #classroom-header #masthead {
    padding: 0 15px;
  }

  html.hs-mirren-kb #classroom-header #mobile-menu-toggle {
    display: inline-flex;
  }

  html.hs-mirren-kb #classroom-header .mirren-masthead-search {
    display: none;
  }

  html.hs-mirren-kb #classroom-header .mirren-masthead-left {
    flex: 0 0 auto;
  }

  html.hs-mirren-kb #classroom-header #site-navigation {
    margin-left: auto;
  }

  html.hs-mirren-kb #classroom-header .dropbtn.account-menu {
    height: 50px;
    padding: 2px 4px;
  }

  html.hs-mirren-kb #classroom-header .account-menu .avatar {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }

  html.hs-mirren-kb #classroom-header .mirren-account-menu-label {
    display: none;
  }

  html.hs-mirren-kb #classroom-header .mirren-account-chevron {
    display: none;
  }

  html.hs-mirren-kb #classroom-header .dropdown-content {
    right: 0;
    top: calc(100% + 12px);
  }

  html.hs-mirren-kb #classroom-header #mobile-class-branding {
    display: inline-block;
  }

  html.hs-mirren-kb .mirren-kb-sidebar.sidebar-navigation,
  html.hs-mirren-kb .mirren-kb-sidebar.sidebar-navigation.open {
    border-bottom: 1px solid #eeeeee;
    border-right: 0;
    height: auto;
    left: 0;
    max-height: calc(100vh - 80px);
    overflow-x: auto;
    overflow-y: scroll;
    top: 80px;
    transform: translateY(-120%);
    transition:
      transform 300ms ease,
      visibility 300ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 999;
  }

  html.hs-mirren-kb .mirren-kb-sidebar.sidebar-navigation.mobile-open {
    transform: translateY(0);
    visibility: visible;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #class-branding {
    display: none;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-around;
    margin: 0;
    padding: 22px 20px 30px;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu li {
    border: 0 !important;
    height: auto;
    width: calc(50% - 8px);
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    flex-direction: column;
    height: 118px;
    justify-content: center;
    padding: 15px;
    text-align: center;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu li.current-menu-item a {
    background: #2fb2f3;
    color: #ffffff;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu .icon-container {
    flex: 0 0 auto;
    height: auto;
    margin-bottom: 14px;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg,
  html.hs-mirren-kb .mirren-kb-sidebar #training-menu .menu-svg svg {
    height: 30px;
    width: 30px;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu .title,
  html.hs-mirren-kb .mirren-kb-sidebar.open #training-menu .title {
    display: inline-block;
    min-width: 0;
    opacity: 1;
    text-align: center;
    visibility: visible;
    white-space: normal;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu .tooltiptext {
    display: none !important;
  }

  html.hs-mirren-kb .mirren-kb-sidebar .collapse-menu {
    display: none;
  }

  html.hs-mirren-kb body.hs-kb-has-shell #docsSearch {
    min-height: 235px;
  }

  html.hs-mirren-kb body.hs-kb-has-shell #docsSearch h1 {
    padding-top: 62px;
  }
}

@media (max-width: 480px) {
  html.hs-mirren-kb .mirren-kb-sidebar #training-menu {
    gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu li {
    width: calc(50% - 5px);
  }

  html.hs-mirren-kb .mirren-kb-sidebar #training-menu li a {
    font-size: 11px;
    min-height: 104px;
  }
}
