.globe-2-column-wrapper .tutorial__portlet-layout .tutorial__title {
  line-height: 1;
  color: var(--gold-title-color);
  font-weight: 400;
}
.globe-2-column-wrapper .tutorial__portlet-layout .tutorial__mobile-navigation-menu .tutorial__mobile-navigation-wrapper {
  background-color: transparent;
  border-radius: 12px;
  border: 2px solid #bebebe;
  max-width: 450px;
  padding: 1rem 0.3rem 0.5rem 1rem;
}
.globe-2-column-wrapper .tutorial__portlet-layout .tutorial__mobile-navigation-menu .tutorial__category-name {
  margin-bottom: 1rem;
  font-weight: 500;
}
.globe-2-column-wrapper .tutorial__portlet-layout .tutorial__mobile-navigation-menu .tutorial__list-mobile {
  width: 100%;
  height: 40px;
  background-color: transparent;
  display: block;
  font-size: 1.2rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
  appearance: none;
  background-position: right 0.75rem top 0px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-right: 2rem;
  cursor: pointer;
  border-width: 0;
  outline-offset: 0;
  outline: 0;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 0 -2px;
  color: var(--a-link-color);
}

@media (min-width: 768px) {
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__return-to-nav-menu .tutorial__title {
    line-height: 1;
    color: var(--gold-title-color);
    font-weight: 400;
    padding-left: 0.8rem;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__category-name {
    margin-bottom: 1rem;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item {
    position: relative;
    background-color: unset;
    max-width: 24rem;
    text-align: start;
    display: flex;
    align-items: center;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    color: #707070;
    z-index: 1;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link:hover,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link.hover,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link:focus {
    text-decoration: none !important;
    color: #f4f0eb;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link.tutorial__link--active {
    text-decoration: none !important;
    color: #000000;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item .tutorial__svg {
    display: none;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item .tutorial__svg.tutorial__svg--active,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link:focus + .tutorial__svg,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link:hover + .tutorial__svg,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link.hover + .tutorial__svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link:focus + .tutorial__svg .tutorial__svg--tan,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link:hover + .tutorial__svg .tutorial__svg--tan,
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link.hover + .tutorial__svg .tutorial__svg--tan {
    fill: #707070;
  }
  .globe-2-column-wrapper .tutorial__portlet-layout .tutorial__desktop-navigation-menu .tutorial__list .tutorial__list-item a.tutorial__link.tutorial__link--active + .tutorial__svg .tutorial__svg--tan {
    fill: #f4f0eb;
  }
}