

      :root {
        --font: Chronicle;
        --alt-font: Founders;
        --accent-color: #2b2b2b;
        --secondary-color: #28728a;
        --link-color: #00a39e;
        --accent-highlight-color: #2b2b2b;
        --accent-highlight-background-color: #eaeaea;
        --accent-tinted-color-70: #bfbfbf;
        --accent-tinted-color-80: #d5d5d5;
        --accent-tinted-color-90: #eaeaea;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #454545;
        --secondary-hover-color: #3393b2;
        --secondary-contrast-color: #fff;
        --link-hover-color: #0afff7;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1499701412/zazd71fdlwwp9ucucoac.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/ce72323a-9799-4555-96ca-750bef3f3e22/w9trg7crzw4b-NuO-learning-support-logo.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}

/* =========================
   Fonts
   ========================= */
@font-face {
  font-family: 'Founders';
  src:
    url('https://dev-nuorder-website.pantheonsite.io/wp-content/uploads/2020/09/FoundersGrotesk-Regular.woff2') format('woff2'),
    url('https://dev-nuorder-website.pantheonsite.io/wp-content/uploads/2020/09/FoundersGrotesk-Regular.woff') format('woff'),
    url('https://dev-nuorder-website.pantheonsite.io/wp-content/uploads/2020/09/FoundersGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* =========================
   Global typography
   ========================= */

/* Site-wide - change strong to normal font weight */
strong {
  font-weight: 400 !important;
}

/* Site-wide - widget font to Founders */
.widget {
  font-family: 'Founders' !important;
}

/* Styling h2 class */
.h2 {
  font-family: 'Founders' !important;
  font-size: 2rem;
  color: #2b2b2b;
}

/* =========================
   Layout
   ========================= */

/* Change the entire LMS background to white */
.application {
  background-color: #ffffff;
}

/* Make the website full width */
.container {
  max-width: 100%;
  padding: 0 !important;
}

.checkout .container,
.home .container {
  max-width: 100%;
}

/* =========================
   Buttons
   ========================= */

/* Site-wide button styling - primary buttons */
.btn--primary {
  background-color: #00a9a4 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 20px !important;
}

.btn--primary:hover {
  background-color: #ffffff !important;
  color: #00a9a4 !important;
  border: 1px solid #00a9a4 !important;
}

.btn--link {
  background-color: transparent !important;
  color: #00a9a4 !important;
  border: 1px solid transparent !important;
}

.btn--link:hover {
  background-color: transparent !important;
  color: #949494 !important;
  border: 1px solid transparent !important;
}

/* =========================
   Hidden elements
   ========================= */

/* Removal of video tags sidebar on video courses */
.article-sidebar__custom-fields {
  display: none;
}

/* Removal of social share buttons on course pages */
.share__container {
  display: none;
}

.company__school-name {
  display: none;
}

.company__school-name__divider {
  display: none;
}

/* =========================
   Misc
   ========================= */
#i18n-1 {
  color: #000000;
}

.company-logo__container {
  margin-top: 0 !important;
}

/* =========================
   Navigation / Header
   ========================= */

/* Logo sizing */
.header .company__beta-logo {
  display: inline-block;
}

.header .company__beta-logo .company-logo__container img {
  max-width: 250px;
  height: auto;
}

/* Manager access / sign in button styling */
.nav--top {
  white-space: nowrap;
  margin-top: -10px !important;
}

/* Manager access / sign in button border styling */
.nav.nav--top ul li:first-of-type a {
  border: 1px solid #000000;
  border-radius: 80px;
  padding-bottom: 8px !important;
}

/* Top menu styling */
.header {
  font-family: 'Founders';
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #ffffff;
}

.header li {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.header li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000000;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #00a9a4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* Menu */
.header .menu {
  clear: both;
  max-height: 0;
  width: 100%;
  transition: max-height 0.2s ease-out;
}

/* Menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333333;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
  transition: background 0.2s ease-out;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.2s ease-out;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* Menu button */
.header .menu-container .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* Header menu layout */
.header .menu-container {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}

.header .menu li {
  font-size: 18px;
}

/* Align logo on public pages and LMS pages */
.header__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.header--microsite .header__inner .company__beta-logo {
  padding: 0 1rem;
}

/* Learner dashboard header spacing */
.header--dashboard {
  padding: 2rem 1rem 0 !important;
}

.learn.dashboard .widget--hero-image {
  margin-top: 0;
}

.dashboard-header-dropdown__link {
  padding-top: 0 !important;
}

.dashboard-header__avatar {
  margin-bottom: 20px;
}

.avatar {
  width: 38px;
  height: 38px;
}

.header--article {
  padding: 1rem;
}

/* =========================
   Header / Article utility hides
   ========================= */

#cart-button {
  display: none;
}

.course-purchase__mobile-button {
  display: none;
}

.article-sidebar__icon {
  display: none;
}

/* =========================
   Footer
   ========================= */

.footer__company__info {
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}

.footer__powered-by {
  display: none !important;

}

.footer-right {
  display:none;
}


/* =========================
   Article page
   ========================= */

.article.header__type {
  display: none;
}

.text-center.article-sidebar__rating {
  display: none;
}



/* =========================
   Homepage Styling
   ========================= */

/* Hero */
.hero {
  height: 240px;
  text-align: center;
  background-color: #2b2b2b !important;
}

.hero img {
  height: 240px;
}

.hero .hero__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  height: 100%;
  background: none;
}

.hero-dashboard .hero__title {
  color: #ffffff !important;
}

/* Large hero caption width */
@media only screen and (min-width: 1440px) {
  .hero .hero__caption {
    width: 100% !important;
  }
}

/* Hero caption / title styling for tablet and above */
@media only screen and (min-width: 769px) {
  .hero .hero__caption {
    width: 100%;
  }

  .hero .hero__caption .hero__title {
    color: #ffffff;
    font-family: 'Founders' !important;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
  }

  /* Learner dashboard hero */
  .learn.dashboard .widget--hero-image {
    padding: 1rem 0 !important;
  }

  /* My tickets / layout widgets */
  .layout__content .widget {
    margin-right: 0;
    margin-left: 0;
  }
}

/* =========================
   Homepage Tiles
   ========================= */

.custom-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 310px;
  margin: 8px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.learner-dashboard-tile {
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/ce72323a-9799-4555-96ca-750bef3f3e22/zgqg7nnewt5n-Rectangle1.png');
}

.my-tickets-tile {
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/ce72323a-9799-4555-96ca-750bef3f3e22/7vkzyc8xt9kp-Rectangle6.png');
}

.knowledge-base-tile {
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/ce72323a-9799-4555-96ca-750bef3f3e22/dx3wpi40j3yy-Rectangle7.png');
}

/* Homepage tile title */
.dashboard-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 30%;
  margin: 0;
  font-family: 'Founders' !important;
  font-size: 36px;
  font-weight: 400 !important;
  color: #2b2b2b;
  text-align: center;
}

/* Homepage tile subtitle */
.dashboard-subtitle {
  flex: 1 0 30%;
  margin: 10px 0;
  font-family: 'Founders' !important;
  font-size: 20px;
  font-weight: 200 !important;
  color: #2b2b2b;
  text-align: center;
}

/* Sign in button */
.sign-in-btn {
  display: block;
  width: 150px;
  max-height: 40px;
  margin: 0 auto;
  padding: 10px 5px;
  flex: 1 0 30%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #2b2b2b;
  border-radius: 20px;
}

.sign-in-btn:hover {
  background-color: #2b2b2b;
}

/* =========================
   Large Desktop
   ========================= */

@media (min-width: 1201px) {
  .hero .hero__caption {
    width: 100%;
  }

  .header li {
    float: inline-end;
  }

  .header li a {
    padding: 10px 30px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none !important;
  }
}

/* =========================
   Small Desktop
   ========================= */

@media (min-width: 1024px) {
  .hero .hero__caption {
    width: 75%;
  }
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 1200px) {
  .header .menu {
    position: absolute;
    top: 60px;
    left: 60%;
    width: 200px;
    z-index: 100000;
  }

  .hero__caption .hero__title {
    font-family: 'Founders' !important;
    font-size: 40px !important;
    color: #ffffff !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .nav.nav--top ul li:first-of-type a {
    border: 1px solid #000000;
    border-radius: 80px;
    padding-top: 8px !important;
    padding-bottom: 4px !important;
  }

  .dashboard-title {
    font-size: 30px;
  }

  .dashboard-subtitle {
    font-size: 18px;
  }

  .widget--title .widget__title {
    text-align: left;
    margin-bottom: 0.5rem;
    font-family: 'Founders' !important;
    font-size: 40px !important;
  }

  .widget--title .widget__subtitle {
    text-align: left;
    margin-left: 10px !important;
    margin-bottom: 0;
    font-family: 'Founders';
    font-size: 20px !important;
  }

  .course__detail__header .h2 {
    font-family: 'Founders' !important;
    color: #2b2b2b !important;
    font-size: 50px !important;
    line-height: 1em !important;
  }

  .widget--learning-path-content-hero h1.text-white {
    font-family: 'Founders' !important;
    font-size: 50px !important;
    margin-left: 5.25% !important;
    line-height: 1em !important;
  }
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 768px) {
  .header__inner {
    flex-direction: column-reverse;
    height: 150px;
  }

  .nav.nav--top ul li:first-of-type a {
    margin-bottom: 20px !important;
  }

  .company-logo__container {
    margin-top: 20px;
  }

  .hero__caption .hero__title {
    font-family: 'Founders' !important;
    font-size: 32px !important;
    color: #ffffff !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .hero,
  .learning-content-hero {
    height: 240px;
  }

  .header .menu-container {
    width: auto;
  }

  .header .menu {
    top: 100px;
    left: -84%;
    text-align: center;
  }

  .widget--title .widget__title {
    text-align: left;
    margin-bottom: 0.5rem;
    font-family: 'Founders' !important;
    font-size: 36px !important;
  }

  .widget--title .widget__subtitle {
    text-align: left;
    margin-left: 10px !important;
    margin-bottom: 0;
    font-family: 'Founders';
    font-size: 18px !important;
  }

  .course__detail__header .h2 {
    font-family: 'Founders' !important;
    color: #2b2b2b !important;
    font-size: 40px !important;
    line-height: 1em !important;
  }

  .widget--learning-path-content-hero h1.text-white {
    font-family: 'Founders' !important;
    font-size: 40px !important;
    margin-left: 5.25% !important;
    line-height: 1em !important;
  }
}

/* =========================
   Learner Dashboard Styling
   ========================= */

/* All widget title styling - left */
.widget--title .widget__title {
  text-align: left;
  margin-bottom: 0.5rem;
  font-family: 'Founders' !important;
  font-size: 48px;
}

/* Widget title styling - centered - Course catalog on homepage */
.widget__title-center {
  text-align: center !important;
  margin-top: 1.5em;
  margin-bottom: 0.5rem;
  font-family: 'Founders' !important;
  font-size: 48px;
}

/* All widget subtitle styling - left */
.widget--title .widget__subtitle {
  text-align: left;
  margin-left: 10px !important;
  margin-bottom: 0;
  font-family: 'Founders';
  font-size: 20px;
}

.widget__subtitle {
  font-size: 20px !important;
}

.custom-bg-grey {
  background-color: #f6f6f6;
}

/* =========================
   Dashboard stats
   ========================= */

.dashboard-stats__container {
  box-shadow: none;
}

.dashboard-stat {
  height: 100px !important;
}

.dashboard-stats li {
  background: #ffffff;
}

.dashboard-stat__value {
  font-size: 60px;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

/* Remove icon from dashboard stats widget */
.dashboard-stat__icon {
  display: none !important;
}

/* Dashboard stats labels styling */
.dashboard-stat__label {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

/* Dashboard stats numbers styling */
.dashboard-stat--available .dashboard-stat__value {
  color: #00a9a4 !important;
}

.dashboard-stat--started .dashboard-stat__value {
  color: #5e8ce6 !important;
}

.dashboard-stat--completed .dashboard-stat__value {
  color: #b146ee !important;
}

.dashboard-stat--collaborations .dashboard-stat__value {
  color: #2b2b2b !important;
}

/* =========================
   Featured / dynamic learning path section
   ========================= */

/* Title styling */
.featured-content-block-grid .catalog-grid-item__title {
  font-family: 'Founders';
  font-size: 28px !important;
  color: #2b2b2b !important;
  text-align: left;
  padding-top: 10px !important;
  height: auto !important;
}

/* Subtitle styling */
.featured-content-block-grid .catalog-grid-item__description {
  font-family: 'Founders';
  color: #2b2b2b !important;
  font-size: 18px;
  text-align: left;
  height: auto !important;
}

/* Button styling */
.featured-content-block-grid .btn--link {
  background-color: #00a9a4 !important;
  color: #ffffff !important;
  border: 1px solid #00a9a4 !important;
  padding: 10px !important;
  font-size: 20px !important;
}

.featured-content-block-grid .btn--link:hover {
  background-color: #ffffff !important;
  color: #00a9a4 !important;
  border: 1px solid #00a9a4 !important;
  padding: 10px !important;
  font-size: 20px !important;
}

/* Button positioning */
.featured-content-block-grid .catalog-grid-item__cta-container {
  margin-right: 50px;
  margin-top: 10px !important;
}

/* If button has both classes on same element */
.featured-content-block-grid .btn--link.btn--primary {
  background-color: #00a9a4 !important;
  font-size: 12pt !important;
  color: #ffffff !important;
  border: 1px solid #00a9a4 !important;
  padding: 5px !important;
}

/* Remove thin border around widget */
.featured-content-default-grid .catalog-grid-item {
  border: 0 !important;
}

/* Remove thin line below description */
.featured-content-default-grid .catalog-grid-item__hr,
.widget--catalog_standard .catalog-grid-item__hr {
  display: none !important;
}

/* =========================
   In Progress / Achievements tabs
   ========================= */

.dashboard-access-tabs {
  background: none !important;
}

.dashboard-access-tabs li {
  border: 1px solid #999999;
  border-left: none !important;
}

.dashboard-access-tabs li:first-of-type {
  border-left: 1px solid #999999 !important;
}

.dashboard-access-tab__label {
  color: #999999 !important;
  font-size: 16px;
}

/* Remove entire table border */
.dashboard-access {
  border: none !important;
}

/* Table border styling */
.dashboard-access-list-item {
  border-left: 1px solid #999999 !important;
  border-right: 1px solid #999999 !important;
  font-family: 'Founders';
  font-size: 18px !important;
  background-color: #ffffff !important;
}

.dashboard-access-list-item:last-of-type {
  border-bottom: 1px solid #999999 !important;
}

.dashboard-access-list-item__description {
  font-size: 18px !important;
}

/* View details button */
.dashboard-access .btn--alt {
  background-color: #00a9a4 !important;
  font-size: 9pt !important;
  color: #ffffff !important;
  border: 1px solid #00a9a4 !important;
  padding: 5px !important;
  border-radius: 20px !important;
}

.dashboard-access .btn--alt:hover {
  background-color: #ffffff !important;
  color: #00a9a4 !important;
  border: 1px solid #00a9a4 !important;
}

/* Active tab styling */
.dashboard-access-tab {
  border-bottom: 0 !important;
}

.dashboard-access-tab--active:after {
  border: 1px solid #00a9a4 !important;
}

.dashboard-access-tab.dashboard-access-tab--current.dashboard-access-tab--active {
  border-top: 5px solid #00a9a4 !important;
}

/* Icon styling */
.icon-navigateright,
.icon-navigatedown {
  font-size: 14px !important;
}

/* Hide tab counts */
.dashboard-access-tab__count {
  font-family: 'Founders';
  font-size: 12px !important;
  font-weight: 400;
  background-color: transparent;
  border: none;
  display: none !important;
}

/* =========================
   Badges / Leaderboard
   ========================= */

.dashboard-badges-container {
  box-shadow: none !important;
  border: 1px solid #999999;
}

li.dashboard-badge--unearned img {
  opacity: 0.4 !important;
}

.award-leaderboard-leader__rank,
.award-leaderboard-leader__name {
  font-family: 'Founders' !important;
  font-size: 12px !important;
  color: #00a9a4 !important;
}

/* Leadership avatar styling */
.avatar {
  background: #00a9a4 !important;
  color: #ffffff !important;
}

.avatar.avatar--initials.avatar--small {
  padding-left: 5px;
  padding-top: 2px;
}


 /* =========================
   Learning Path Page Styling
   ========================= */

/* Learning path hero styling */
.learning-content-hero {
  height: 240px;
}

/* Learning path hero default template - no background image loaded */
.learning-content-hero--no-asset {
  background-color: #cceeed !important;
}

.learning-content-hero__overlay {
  display: none;
}

.widget--learning-path-content-hero_small-banner {
  height: 240px !important;
}

.learning-content-hero img {
  height: 240px !important;
}

/* Learning path hero title styling */
.widget--learning-path-content-hero h1.text-white {
  font-family: 'Founders' !important;
  font-size: 60px;
  margin-left: 5.25% !important;
}

/* Remove subtitles */
.widget--learning-path-content-hero h4 {
  display: none !important;
}

/* Keep learning path hero text dark only in this widget */
.widget--learning-path-content-hero h1.text-white,
.widget--learning-path-content-hero h4.text-white {
  color: #2b2b2b !important;
}

.learning-path-timeline-milestone__header-criterion {
  flex-grow: 1;
}

.learning-path-body .catalog-header {
  font-family: 'Founders' !important;
  font-size: 28px !important;
}

/* Align learning path wording at top */
.learning-path-body.learning-path-body--primary {
  margin-top: 20px !important;
  margin-left: 5.25%;
  margin-right: 0;
}

/* Add padding to learning path top section */
.learning-path-body {
  padding: 1em 3em;
}

/* Align certificate pending wording */
.learning-path-body--primary .learning-path-certificate-status .text-right {
  text-align: right !important;
}

/* Align due date / certificate wording safely within learning path */
.learning-path-body--primary .text-right {
  padding-left: 6% !important;
  font-size: 14px;
  text-align: left !important;
}

/* Bottom certificate wording */
.learning-path-certificate-status {
  text-align: center !important;
}

.learning-path-timeline-milestone--current {
  margin-bottom: 0 !important;
}

h3.learning-path-timeline-milestone__title {
  margin-top: 10px;
  margin-bottom: 0 !important;
  text-transform: none;
}

/* Remove thin line below learning path / certification pending section */
.hr__accent {
  display: none;
}

/* Hide milestone numbers & cup icon section */
.learning-path-body.learning-path-body--primary .medium-9.medium-centered.columns {
  display: none;
}

/* Learning path course required count styling */
.learning-path-criterion__value-container {
  margin-top: 0;
  line-height: 16px;
  font-size: 24px;
}

/* Learning path course completed count & slash styling */
.learning-path-criterion__slash,
.learning-path-criterion__value--pending {
  color: #2b2b2b;
}

/* Learning path course flag icon styling */
.learning-path-criterion__threshold,
.icon-flag {
  color: #00a9a4;
}

/* Milestones section background */
.learning-path-timeline-milestone-items,
.learning-path-timeline-milestone__header {
  background-color: #ffffff;
}

/* Learning path page title positioning */
.learning-path-timeline-milestone__header {
  padding-left: 8.25% !important;
  padding-right: 8.25% !important;
}

.learning-path-timeline-milestone__header-criterion {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.learning-path-criterion {
  margin-left: auto;
}

/* Required courses font styling */
.learning-path-criterion__label {
  padding-top: 5px;
  font-family: 'Founders';
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999999;
  text-transform: none;
}

/* Milestone title styling */
.learning-path-timeline-milestone-item__content-container .learning-path-milestone-item__title {
  color: #2b2b2b;
  font-family: 'Founders' !important;
  font-size: 26px !important;
  font-weight: 500;
  padding-right: 0.75em;
}

/* Milestone subtitle styling */
.learning-path-timeline-milestone__description {
  font-size: 18px;
  font-weight: 400;
}

/* Required badge styling */
.learning-path-milestone__badge--required {
  background: #5e8ce6;
  border-radius: 12px;
  font-family: 'Founders';
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 4px;
  padding-bottom: 0;
}

/* Milestone microcourse wording */
.learning-path-milestone-item__info {
  color: #999999;
  font-size: 16px !important;
}

.learning-path-milestone-item__info strong {
  font-weight: 400 !important;
}

/* Course description styling */
.learning-path-milestone-item__description {
  font-size: 18px !important;
}

/* Milestone circle styling */
.learning-path-timeline-milestone-item-circle--completed,
.learning-path-timeline-milestone-item-circle--current,
.learning-path-timeline-milestone-item-circle__asset,
.learning-path-timeline-milestone-item-circle__asset--right {
  background-color: #00a9a4 !important;
}

/* Current milestone circle styling */
.learning-path-timeline-milestone-item-circle--current {
  box-shadow:
    0 0 0 11px #ffffff,
    0 0 0 12px #00a9a4,
    0 0 0 17px #ffffff,
    0 0 0 18px #00a9a4;
}

/* Back to dashboard text */
.learning-content__back-button span {
  color: #585858 !important;
  font-size: 12px;
  font-weight: 400;
}

.learning-content__back-button {
  margin-left: 20px !important;
  color: #585858 !important;
  font-size: 12px;
}

/* Certificate status padding */
.learning-path-certificate-status.learning-path-certificate-status__progress {
  padding-top: 5px;
}

/* =========================
   Recommended Section
   ========================= */

.recommend-header {
  padding-bottom: 0 !important;
}

.widget--recommended-content {
  padding: 1rem;
}

.widget--recommended-content .hero__title {
  color: #000000 !important;
  font-size: 48px !important;
  margin-bottom: 15px !important;
}

.widget--recommended-content .hero__caption .h4 {
  display: block;
  font-family: 'Founders' !important;
  font-size: 18px !important;
}

.widget--recommended-content .hero__caption .btn--primary {
  margin-top: 15px !important;
}

.widget--recommended-content_standard .hero__caption {
  display: block !important;
}

.widget--recommended-content_standard .btn--right {
  margin-right: 1rem !important;
}


/* =========================
   Course Detail Page Styling
   ========================= */

/* Course detail page logo padding */
.header--student .header__right {
  padding-top: 1em !important;
}

/* Course detail header styling */
.course__detail__header .h2 {
  font-family: 'Founders' !important;
  color: #2b2b2b !important;
  font-size: 60px;
  line-height: 1em !important;
}

/* Course detail "About this course" heading styling & positioning */
.tabs .tab-title.active > a,
.tabs .tab-title > a.active {
  background-color: transparent !important;
  font-family: 'Founders' !important;
  color: #2b2b2b !important;
  font-size: 36px !important;
  border: none !important;
  margin-left: -1em !important;
  margin-bottom: -0.5em !important;
}

/* Course detail content typography */
.editor-content,
.editor-content span {
  font-family: 'Founders' !important;
  font-size: 18px !important;
}

/* Course detail sidebar styling */
.course__detail__container .course__detail__sidebar {
  margin-top: 50px;
}

/* Hide Purchase or Gift option on course detail page */
.widget--course-purchase .btn--secondary {
  display: none;
}

.course__detail__asset img {
  margin: 0.5rem !important;
}

.course__detail__sidebar .btn--huge {
  font-size: 14px !important;
  padding: 7px !important;
}

/* =========================
   Catalog Widget Styling
   ========================= */

/* Catalog - remove the word browse */
.widget--catalog.widget--catalog_standard .catalog-header {
  display: none !important;
}

.widget--catalog.widget--catalog_standard {
  padding: 0 1rem;
}

/* Catalog widget title spacing */
.widget--catalog .widget__title {
  margin: 0.2em;
}

/* Catalog title styling */
.catalog-grid-item__title {
  font-family: 'Founders';
  font-size: 20px;
  color: #2b2b2b !important;
  text-align: left;
}

/* Catalog subtitle styling */
.catalog-grid-item__description {
  font-family: 'Founders';
  color: #2b2b2b !important;
  font-size: 16px;
  text-align: left;
}

/* Catalog source styling */
.catalog-grid-item__source {
  font-family: 'Founders';
  color: #999999 !important;
  font-size: 16px;
  text-align: left;
}

.catalog-grid-item__source strong {
  font-weight: 400 !important;
}

.catalog-grid-item {
  border: none !important;
}

/* Catalog card border */
.widget--catalog_standard .catalog-item {
  border: 1px solid #999999;
  border-radius: 20px;
}

/* Catalog image corners */
.widget--catalog_standard .catalog-item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Catalog CTA container */
.widget--catalog_standard .catalog-grid-item__cta-container {
  padding: 10px 0 5px;
  margin-top: 20px;
  font-size: 18px;
  border-top: 1px solid #999999;
}

/* Add arrow to catalog link */
.widget--catalog_standard .catalog-grid-item__cta-container span:after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}

.catalog-grid-item__completed-container {
  background: none !important;
}

/* Remove sort button */
.catalog-filters__sort {
  display: none;
}

/* Filter background */
.catalog-filters__selections,
.catalog-filters {
  background-color: #ffffff;
  border: none;
}

/* Catalog search & filter styling */
.catalog-filters__search {
  width: 20%;
  padding: 7px !important;
  border: 1px solid #9c9c9c;
  border-radius: 40px;
}

.catalog-search {
  font-size: 1rem;
  font-family: 'Founders' !important;
  font-style: normal !important;
}

.catalog-search__button i {
  font-size: 1rem;
  font-style: normal !important;
}

.catalog-search__button {
  background: none !important;
}

.catalog-filters__selections {
  height: 46px !important;
}

.catalog-filters__selections select {
  min-width: 200px;
  border-bottom: 1px solid #9c9c9c;
}

/* Remove filter section background */
.catalog-aggregation--expanded {
  background: none !important;
}

.catalog-aggregation__header {
  color: #2b2b2b !important;
}

/* Filter title styling */
.catalog-aggregation--expanded .catalog-aggregation__header--label {
  font-family: 'Founders';
  color: #2b2b2b !important;
  font-weight: 600;
  font-size: 16px !important;
  text-transform: capitalize;
}

.catalog-aggregation__header--label:hover {
  color: #00a9a4 !important;
}

/* Filter option styling */
.catalog-aggregation__value {
  font-family: 'Founders';
  color: #2b2b2b !important;
  font-weight: 400;
  font-size: 16px !important;
}

.catalog-aggregation__value:hover {
  color: #00a9a4 !important;
}

/* Mobile - Catalog Search & Filter Styling */
@media (max-width: 768px) {
  .catalog-filters__search {
    width: 50%;
  }

  .catalog-filters__search input {
    height: 100% !important;
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
  }

  .catalog-filters__selections select {
    height: 45px;
    background: none;
    border: none;
    border-bottom: 1px solid #9c9c9c;
  }
}

/* =========================
   Pages Styling
   ========================= */

/* Tickets page */
.layout__content .hero {
  padding: 0;
}

.navigation-bar .top-bar-section ul li > a {
  font-family: 'Founders' !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  color: #2b2b2b !important;
}

.navigation-bar .top-bar-section ul li > a:hover {
  color: #00a9a4 !important;
}

.top-bar-section ul li {
  box-shadow: none !important;
}

/* Pages */
.home__content {
  padding: 0;
}

/* All pages widget padding */
.layout__content .widget {
  padding: 1rem 2rem !important;
}

/* All pages hero widget padding */
.layout__content .widget--hero-image {
  padding: 0 !important;
}

.learning-path .company__beta-logo {
  pointer-events: none;
}

.no-details-button .dashboard-access-list-view-detail-page {
  display: none !important;
}

/* =========================
   Enterprise Retail - PANORAMA
   ========================= */

/* Curved corners of featured image carousel */
.featured-content-multi-carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  overflow: hidden;
  border: 1px solid #2b2b2b;
  border-radius: 12px !important;
}

/* Title styling */
.featured-content-multi-carousel-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 12px;
  font-size: 20px !important;
  text-align: center;
}

/* Description styling */
.featured-content-multi-carousel-item__description {
  display: block;
  position: relative;
  width: 80%;
  min-height: 100px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px !important;
  text-align: center;
}

/* Pseudo button */
.featured-content-multi-carousel-item__description::after {
  content: "Get started";
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  padding: 4px 30px !important;
  background-color: #00a9a4;
  color: #ffffff;
  border: 1px solid #00a9a4;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

/* Hover effect */
.featured-content-multi-carousel-item__description:hover::after,
.featured-content-multi-carousel-item__description:focus-within::after {
  background-color: #ffffff;
  color: #00a9a4 !important;
  border-color: #00a9a4;
}

/* =========================
   Marketplace Learning - PANORAMA - Landing page styling
   ========================= */

/* Course title */
.course-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.course-intro .course-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px !important;
  color: #2b2b2b;
}

.course-intro p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* Button style */
.nuorder-btn {
  display: inline-block;
  margin-top: 30px !important;
  padding: 8px 18px 4px 18px;
  background-color: #00a9a4 !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #00a9a4 !important;
  border-radius: 6px;
}

.nuorder-btn:hover,
.nuorder-btn:focus,
.nuorder-btn:active {
  background-color: #ffffff !important;
  color: #00a9a4 !important;
  border-color: #00a9a4 !important;
  outline: none !important;
}

/* Course image wrapper */
.course-image {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  font-size: 0;
  background: transparent;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
}

/* If image is wrapped */
.course-image a,
.course-image picture,
.course-image span {
  display: block;
  line-height: 0;
  font-size: 0;
}

/* Image itself */
.course-image img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.custom-bg-marketplace {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 20px auto;
  padding: 40px 20px;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* =========================
   REDEMPTION: Terms + Register layout
   ========================= */
/* =========================================
   REDEMPTION: Terms + Register row alignment (no overlap)
   - Desktop/Tablet: checkbox left, Register right (aligned cleanly)
   - Mobile: stacks, centered, no overlap
========================================= */

/* Keep the checkbox + text inline (all sizes) */
.widget--redemption-form .terms__checkbox__wrapper label.ember-view.row.collapse{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

/* Kill grid floats inside the label */
.widget--redemption-form .terms__checkbox__wrapper label.ember-view.row.collapse > .columns{
  float: none !important;
  width: auto !important;
}

/* Remove default <p> spacing */
.widget--redemption-form .terms__checkbox__wrapper p{
  margin: 0 !important;
}

/* Make the Terms text 14px */
.widget--redemption-form .terms__checkbox__wrapper,
.widget--redemption-form .terms__checkbox__wrapper *{
  font-size: 14px !important;
}

/* DESKTOP/TABLET: fix the 10px “nudge” by removing column gutters in that row */
@media (min-width: 768px){
  .widget--redemption-form .terms__checkbox__wrapper{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  /* Register column: stop right-gutter pushing it over */
  .widget--redemption-form .text-right{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* MOBILE: force the two columns to stack and center (prevents overlap) */
@media (max-width: 767px){
  .widget--redemption-form .terms__checkbox__wrapper{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto 14px auto !important;
  }

  .widget--redemption-form .text-right{
    text-align: center !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* REDEMPTION: make both buttons identical width at each breakpoint */
@media (min-width: 768px){
  .widget--redemption-form button.btn.btn--primary{
    width: 160px;   /* both Validate + Register match exactly */
  }
}

@media (max-width: 767px){
  .widget--redemption-form button.btn.btn--primary{
    width: 65%;
  }
}

/* REDEMPTION: remove gutters on the Terms + Register row so Register aligns with Validate */
.widget--redemption-form .row:has(.terms__checkbox__wrapper) > .columns{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* MOBILE ONLY: center the whole terms SECTION (wrapper), without changing the internal layout */
@media (max-width: 767px) {
  .terms__checkbox__wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}



/* ======================================================================
   REGISTRATION PAGE: Registration widget spacing - Only affects elements that  have BOTH classes
   ======================================================================= */
  
.widget--registration-form.widget--registration-form_standard {
  margin-top:40px!important;
  padding-top: 40px;
  padding-bottom: 40px;  
}

.widget--redemption-form.widget--redemption-form_standard {
  width: 50% !important;
  margin: 0px auto 100px!important;                /* remove the -1px hack */
  background-color: rgba(215, 245, 220, 0.45);
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.12); /* shadow only below */
  border-radius: 0 0 20px 20px;        
  border: none;               
}


/* Centre the "Already a Member? Sign In" line ONLY inside the redemption form widget */
.widget--redemption-form_standard p.already-member,
.widget--redemption-form_standard .already-member {
  text-align: center !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Centre the "Already a Member? Sign In" line ONLY inside the redemption form widget */
.widget--redemption-form_standard p.already-member,
.widget--redemption-form_standard .already-member {
  text-align: center !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Centre ONLY the H3 title in the Featured Content Multi Carousel widget */
.widget--featured-content_multi-carousel h3.h2.widget__title {
  text-align: center !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.register-panel {
  margin-top:40px!important;
  background-color: rgba(215, 245, 220, 0.45);
  width: 50%;
  margin: 0 auto;                 
  padding: 44px 32px 16px;
  border-radius: 20px 20px 0 0;   
  box-shadow: none;               
}


#learner .register-panel h2.register-title {
  font-family: 'Founders' !important;
font-size: 2rem!important;
color: #2b2b2b!important;
text-align: center!important;
  margin-bottom: 20px!important;
}

#learner .register-panel p.register-strapline {
  font-family: 'Founders' !important;
font-size: 1.2rem!important;
color: #2b2b2b;
text-align: center!important;
  line-height: 1.6!important;
}

.strapline-forgot-password {
  font-size: 1.5rem;
  text-align: center!important;
  font-weight: 700!important;
  /* whatever styling you want */
}


/* END OF Redempetion (registration code input form) page */

/* =========================================================
   Retail Brand Partners Activation Center -  Hero x 2 panoramas NI & OI
   ========================================================= */

.hero-retail-growth {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url('https://media.thoughtindustries.com/course-uploads/ce72323a-9799-4555-96ca-750bef3f3e22/wg9c05wl7af1-Hero_LMS_Gradient_BG_1.png'); /* replace with your image URL */
}

/* Constrain layout and add deliberate spacing between text + icons */
.hero-retail-growth-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px;
  gap: 48px; /* key: prevents text crowding */
}

/* Content block */
.hero-retail-growth-content {
  max-width: 640px;
  position: relative;
  z-index: 2;
  padding-right: 40px; /* extra buffer from icons */
}

.hero-retail-growth-content h1 {
  margin: 0 0 12px 0;
  font-size: 50px;
  font-weight: 600;
  font-family: Founders !important;
  color: #2b2b2b;
}

.hero-retail-growth-content p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-family: Founders !important;
  color: #2b2b2b;
}

/* Icon rail (fixed width so it never overlaps text) */
.hero-retail-growth-icons {
  position: relative;
  flex: 0 0 460px;   /* hard boundary for icons */
  width: 460px;
  pointer-events: none;
  z-index: 1;
}

/* Optional subtle divider glow between text and icons */
.hero-retail-growth-icons::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0),
    rgba(0,0,0,0.08),
    rgba(0,0,0,0)
  );
}

.hero-retail-growth-icons-svg {
  width: 460px;
  height: auto;
  display: block;
}


/* Page Specific - Only apply on the retail-brand-partners-oi page - Video size */
body:has([href*="retail-brand-partners-oi"]) .video-wrap{
  width:70%;
  margin:40px auto;
  background:#e0f3dc;
  padding:60px;
  border-radius:20px;
}

 /* Page specific - video background  */
body:has([href*="retail-brand-partners-oi"]) .video-wrap img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
}

  /* Page-specific wrapper for 3 x buttons (keeps row at 80% width, centred) */
  .btn-row-wrap {
    width: 80%;
    margin: 20px auto 0;
  }

  /* Row with 3 x buttons styling */
  .btn-row-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-bottom: 60px!important;
  }

  .nuorder-link-btn_dark {
    flex: 1;
    position: relative; /* required for custom tooltip */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px 14px;
    background-color: #0B3954;
    color: #ffffff !important;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 8px;
    text-align: center;
    transition: background 0.2s;
  }

  .nuorder-link-btn_dark:hover {
    background-color: rgba(11, 57, 84, 0.8)!important;
  }

  /* Custom tooltip for th ebutton descriptions (uses data-tip) */
  .nuorder-link-btn_dark::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    width: max-content;
    max-width: 260px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 9999;
  }

  .nuorder-link-btn_dark::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4px);
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0,0,0,0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 9999;
  }

  .nuorder-link-btn_dark:hover::after,
  .nuorder-link-btn_dark:hover::before {
    opacity: 1;
  }

  
  .nuorder-link-btn {
    flex: 1;
    position: relative; /* required for custom tooltip */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px 14px;
    background-color: #008c82;
    color: #ffffff !important;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 8px;
    text-align: center;
    transition: background 0.2s;
  }

  .nuorder-link-btn:hover {
    background-color: rgba(0, 140, 130, 0.8);
  }

  /* Custom tooltip for th ebutton descriptions (uses data-tip) */
  .nuorder-link-btn::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    width: max-content;
    max-width: 260px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 9999;
  }

  .nuorder-link-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4px);
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0,0,0,0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 9999;
  }

  .nuorder-link-btn:hover::after,
  .nuorder-link-btn:hover::before {
    opacity: 1;
  }

/* =========================================================
   Responsive behaviour for the Retail Brand Partners landing Page
   ========================================================= */

@media (max-width: 1200px) {
  .hero-retail-growth-icons {
    flex: 0 0 360px!important;
    width: 360px!important;
  }

  .hero-retail-growth-icons-svg {
    width: 360px!important;
  }

  .hero-retail-growth-content h1 {
    font-size: 40px!important;
  }
}

@media (max-width: 900px) {
  .hero-retail-growth-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 40px;
  }

  .hero-retail-growth-content {
    max-width: 100%;
    padding-right: 0;
  }

  .hero-retail-growth-content h1 {
    font-size: 40px!important;
  }

  .hero-retail-growth-icons {
    width: 100%;
    margin-top: 40px;
  }

  .hero-retail-growth-icons::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-retail-growth {
    padding: 50px 20px;
  }

  .hero-retail-growth-content h1 {
    font-size: 1.5rem;
  }

  .hero-retail-growth-content p {
    font-size: 1rem;
  }

  /* Optional: hide icons on mobile */
  .hero-retail-growth-icons {
    display: none;
  }
}
/* Responsive: Video size on mobile */
@media (max-width:768px){
  body:has([href*="retail-brand-partners-oi"]) .video-wrap{
    width:95%;
    padding:16px;
  }
}

/* Responsive: 3 x buttons stack on mobile */
  @media (max-width: 600px) {
    .btn-row-wrap { width: 95%; }
    .btn-row-container { flex-direction: column; }
    .nuorder-link-btn { height: 56px; }
  }



/* END OF Retail  Brand Partners - Growth & Activation Hero x 2 panoramas NI & OI */


/* Dark title override for specific pages */
body:has([href*="retail-brand-partners-oi"]) .hero .hero__caption .hero__title {
  color: #2b2b2b !important;
}

/* Registration (sign in) page css */

.login-extra {
  text-align: center;
  margin-top: 16px;
}

/* Main SSO button */
.btn-login {
  display: inline-flex;                 
  align-items: center;                 
  gap: 8px;                             
  padding: 10px 62px;                  
  margin: 10px auto 8px;
  background-color: #00a9a4 !important;
  color: #ffffff !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  /* padding: 24px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  
}

.btn-login:hover {
  background-color: #ffffff!important;
  color: #00a9a4!important;
  border: 1px solid #00a9a4!important;
  
}


.btn-login .icon-arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}


/* Forgot password + signup text */
.text-forgot-password,
.text-signup {
  margin: 8px 0;
  font-size: 1rem!important;
  color: #555555;
}

.text-forgot-password a,
.text-signup a {
  color: #555555;
  text-decoration: none;
}

.text-signup a {
  color: #2bb3b1;              
}

.text-forgot-password a:hover,
.text-signup a:hover {
  text-decoration: underline;
}

.logo-img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 200px!important;
}


.widget--registration-form.widget--registration-form_standard {
  width:50%!important;
  background-color: rgba(215, 245, 220, 0.45);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin-bottom: 300px;
}

.logo-strip {
  display: block;      /* prevents small inline spacing issues */
  margin: 0px auto;   /* top & bottom = 10px, centered horizontally */
}

.audience-heading {
  font-size: 24px;    /* increase or decrease as needed */
  font-weight: 700;   /* bold */
  margin-top: 40px;   /* optional spacing */
  text-align: center!important;
}


/* Desktop (default) */
.feature-line {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: nowrap;        /* <-- prevents wrapping */
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Large Tablet (≤ 1200px) */
@media (max-width: 1200px) {
  .feature-line {
    font-size: 24px;
    gap: 50px;
  }
}

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
  .feature-line {
    font-size: 20px;
    gap: 35px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .feature-line {
    font-size: 16px;
    gap: 25px;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .feature-line {
    font-size: 14px;
    gap: 15px;
  }
}

/* Strapline text on Register module */
.register-strapline strong { font-weight: 800; }



/* Sizing for courses section on Redemption landing page */
.featured-content-multi-carousel {
  width: 80%!important;
  max-width: 1300px!important;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   REDEMPTION PAGE: Buttons (Validate + Register)
   - Scoped to .widget--redemption-form (no global leakage)
   - Validate + Register identical sizing
   - Desktop: spacing between input + Validate
   - Tablet: mid-step sizing
   - Mobile: 65% width + centred buttons
========================================= */

/* Base: keep button text from compressing */
.widget--redemption-form button.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
   
}

/* Base: make BOTH primary buttons identical */
.widget--redemption-form button.btn.btn--primary{
  font-size: 15px;
  padding: 14px 18px;
  min-height: 48px;
  line-height: 1;
 
}
/* DESKTOP (1201px+): keep Validate + Register same width */
@media (min-width: 1201px){
  .widget--redemption-form button.btn.btn--primary{
    min-width: 170px;   /* same as your mid-desktop */
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
  }
}

/* DESKTOP: spacing between Enter Code input + Validate button */
@media (min-width: 1024px){
  .widget--redemption-form button.btn--submit{
    margin-left: 12px;
  }
}

/* Mid desktop: stop pills turning into “round squares” */
@media (min-width: 1024px) and (max-width: 1200px){
  .widget--redemption-form button.btn.btn--primary{
    width: 160px;   /* both Validate + Register match exactly */
  }

  .widget--redemption-form button.btn.btn--primary{
    min-width: 160px;     /* key: prevents circles */
    padding: 0 22px;      /* keeps length consistent */
    height: 44px;         /* keep the same height */
    line-height: 44px;
  }
  .widget--redemption-form .text-right{
  text-align: center;
}
}

@media (min-width: 767px) and (max-width: 1023px){
  .widget--redemption-form button.btn.btn--primary{
    width: 150px;   /* both Validate + Register match exactly */
  }

  .widget--redemption-form button.btn.btn--primary{
    min-width: 160px;     /* key: prevents circles */
    padding: 0 22px;      /* keeps length consistent */
    height: 44px;         /* keep the same height */
    line-height: 44px;
  }
  .widget--redemption-form .text-right{
  text-align: center;
}

}

/* TABLET: mid-step sizing so it doesn't jump */
@media (min-width: 768px) and (max-width: 1023px){

  .widget--redemption-form button.btn.btn--primary {
    width: 150px;   /* both Validate + Register match exactly */
  }

  .widget--redemption-form button.btn--submit{
    margin-left: 10px;
  }

  .widget--redemption-form button.btn.btn--primary{
    font-size: 14px;
    min-width: 170px!important;   
    padding: 0 22px;
    height: 44px;
    line-height: 44px;
  }

  .widget--redemption-form .text-right{
  text-align: center;
}


}



/* MOBILE: make BOTH buttons 65% width and centered */
@media (max-width: 767px){

  .widget--redemption-form button.btn.btn--primary{
    width: 160px;   /* both Validate + Register match exactly */
  }

  .widget--redemption-form button.btn--submit{
    margin-left: 10px;
  }
  .widget--redemption-form button.btn.btn--primary{
    width: 65%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    min-width: 0;            /* remove the tablet min-width on mobile */
  }

  .widget--redemption-form button.btn--submit{
    margin-left: auto;       /* override desktop/tablet */
    margin-top: 12px;
  }

}



/* END OF Registration (sign in) page css */



/***** ARTICLES PAGES STYLING****/

.layout-panel.layout-panel--article {
background: radial-gradient(
circle at top left,
rgba(255, 255, 255, 0.5), 
transparent 600px
),
radial-gradient(
circle at top right,
rgba(30, 137, 187, 0.2), 
transparent 300px
),
radial-gradient(
at 200px bottom,
rgba(176, 254, 118, 0.2),
transparent 400px
),
radial-gradient(
at 900px bottom,
rgba(153, 221, 219, 0.4), 
transparent 800px
)!important;
}

.article-content {
  background-color: #fff!important;
}

h1.article-content__header {
  font-family: Founders !important;
  color: #2b2b2b !important;
  font-size: 50px !important;
  font-weight:600 !important;
  line-height: 1em !important;
  margin-top:20px !important;
}

#learner .article-content h2 {
  font-family: Founders !important;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500!important;
  color: #2b2b2b;
  margin-top: 12px;
}

#learner .article-content h3 {
  font-family: Founders !important;
  font-size: 34px !important;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #2b2b2b;
  margin-top: 12px;
}

.wrap .card .media {
  background-color: #00a9a4;
  padding: 30px 30px 20px 30px;
  border-radius: 20px;
}

.article-content__body img {
  display: block;
  padding: 20px 20px 20px 20px;
  background-color: #00a9a4;
  border-radius: 20px;
  margin-top:50px!important;
  margin-bottom: 50px!important;
}

/***** END OF ARTICLES PAGES STYLING****/

/***** GOLD STANDARD COURSE STYLING****/

/* =========================================================
   THOUGHT INDUSTRIES — COURSE THEME CSS
========================================================= */


/* =========================================================
   1) HEADER / GLOBAL WRAPPERS
========================================================= */

.header--student {
  background: #fff;
}

.header--student .header__left__icon {
  background: #2b2b2b;
  color: white;
}



/* =========================================================
   2) COURSE BACKGROUND
========================================================= */

.course__container {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.5),
      transparent 600px
    ),
    radial-gradient(
      circle at top right,
      rgba(30, 137, 187, 0.2),
      transparent 300px
    ),
    radial-gradient(
      at 200px bottom,
      rgba(176, 254, 118, 0.2),
      transparent 400px
    ),
    radial-gradient(
      at 900px bottom,
      rgba(153, 221, 219, 0.4),
      transparent 800px
    );
}


/* =========================================================
   3) TYPOGRAPHY (MAIN CONTENT)
========================================================= */
#learner {
  font-family: Founders !important;
}

#learner h2 {
  color: #2b2b2b;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  margin-bottom: 20px;
}

#learner h3 {
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 600;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 20px;
}

#learner p {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

h3.heading {
  font-size: 34px;
}

/* "Avoid" word styling */
.list-roll__content .heading.heading--primary {
  font-size: 34px !important;
}

/* Expandable topic titles/descriptions */
.topic__list__title {
  font-family: Founders;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.topic__list__description {
  font-size: 18px !important;
  color: #000 !important;
}

.course-body-text{
  margin:0;
  font-size:20px;
  line-height:1.5;
}


/* =========================================================
   4) SLIDES / HIGHLIGHT ZONE
========================================================= */

.slide__index {
  font-family: Founders;
  color: #fff;
  font-size: 8px;
  font-weight: medium;
  padding: 5px;
}

.slide-show__count {
  font-family: Founders;
}

.highlight-zone__quiz__clue-title {
  font-weight: 400;
  font-size: 16px;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .highlight-zone__quiz__clue-title {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .highlight-zone__quiz__clue-title {
    font-size: 14px;
  }
}


/* =========================================================
   5) LAYOUT PANELS / TEMPLATE BASE
========================================================= */

.topic__container {
  background: transparent !important;
}

.layout-panel {
  background: #ffffff !important;
  border-radius:0px !important;
  overflow: hidden !important;
  padding-bottom: 6px !important;
  margin-bottom: 50px !important;
}

.learner__sidebar .layout-panel {
  background: transparent;
}

.learner__content .layout-panel {
  border-radius: 0px;
}

.directional__nav__button {
  border-radius: 18px;
}

.image-container {
  background: transparent !important;
}

.video__caption {
  display: none;
}

a:hover {
  color: #999999;
}

/* Reduce bottom margin on content pages */
.topic__content.topic__content--full-width {
  margin-bottom: 15px !important;
}

/* make bookmark position properly */
.bookmark-dropdown__button.bookmark-plus {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
}

/* =========================================================
   6) SIDEBAR — GENERAL (TOPIC LIST / SEARCH / ITEMS)
========================================================= */

/* Sidebar expandable text */
.learner__sidebar__expandables {
  font-family: Founders!important;
  font-size: 16px;
  font-weight: 400;
}

.learner__sidebar__expandables span {
  font-family: Founders!important;
  font-size: 16px;
  font-weight: 400;
}

/* Check marks */
.learner__sidebar__expandables .icon-check {
  color: green;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Sidebar expandable tabs (Progress / Resources headers) */
.expandable-sidebar__toggle {
  background: #585858;
  font-family: Founders;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 16px 18px 10px 18px !important;
  margin: 7px auto !important;
}

.expandable-sidebar--toggled .expandable-sidebar__toggle {
  color: #fff;
  background: #00a9a4;
}

/* Sidebar cards */
.layout-panel .learner__sidebar__expandables .expandable-sidebar {
  background: #f2f2f2 !important;
  border-radius: 0px;
  margin-bottom: 5px;
}

/* Add white gap above Progress tab */
.layout-panel .learner__sidebar__expandables .expandable-sidebar {
  margin: 10px 0 !important;
}

/* Sidebar list base */
.learner__sidebar-list {
  background: #f2f2f2;
}

.learner__sidebar-list > li {
  font-family: Founders;
  border-bottom: 1px solid #000;
}

/* Search */
.learner__container .learner__sidebar__search .small-8 {
  float: right;
  width: 100%;
}

.learner__container .learner__sidebar__search .small-8 .form-control {
  border-radius: 10px;
  text-align: right;
  background: #f2f2f2;
}

.learner__container .learner__sidebar__search .learner__sidebar__search-icon {
  display: none;
}

.learner__container .learner__sidebar__search .small-4 {
  display: block;
  width: 100%;
  text-align: right;
}

.learner__container .learner__sidebar__search .small-4 .btn--primary {
  display: inline-block;
  color: #fff;
}

/* Sidebar inner list / lessons */
.learner__sidebar-inner-list span.syllabus__section-title {
  font-family: Founders;
  color: #000;
  font-weight: 400;
  margin-bottom: 1em;
}

.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title {
  font-family: Founders;
  color: #000;
  font-weight: 400;
}

.syllabus__lesson .syllabus__lesson--title .syllabus__lesson--title-text {
  font-family: Founders;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title.active {
  font-family: Founders;
  font-size: 16px;
  color: #005452;
  font-weight: 400;
}

/* Non-expandable topic styling */
.li.syllabus__topic--non-expandable:before {
  display: none;
}

.syllabus__topic.syllabus__topic--active.syllabus__topic--non-expandable {
  background-color: transparent;
}

.syllabus__topic--active .syllabus__topic--non-expandable-title-text {
  font-family: Founders;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.syllabus__topic--non-expandable .syllabus__topic--non-expandable-title-text {
  font-family: Founders;
  margin-top: 2px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* Spacing */
.syllabus__topic {
  margin-bottom: 20px;
}

.learner__sidebar-inner-list li {
  margin-top: 3px;
  margin-bottom: 3px;
}


/* =========================================================
   7) SIDEBAR — LESSON ROWS + TITLE WIDTH + CHECKMARK ALIGNMENT
   Single source of truth (replace your whole Section 7 with this)
========================================================= */

/* A) Row padding (active vs normal) */
.learner__sidebar__expandables .bg-accent-100{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
 
}

.learner__sidebar__expandables .container.bg-accent-100 > a{
  padding-top: 8px !important;
  padding-bottom: 8px !important;

}

.learner__sidebar__expandables .container:not(.bg-accent-100) > a{
  padding-top: 16px !important;
  padding-bottom: 16px !important;

}

/* Slight optical baseline tweak for non-active rows */
.learner__sidebar__expandables .container:not(.bg-accent-100) > a span{
  position: relative;
  top: 1px;
}

/* B) Divider lines for section blocks */
.learner__sidebar__expandables .container.hover_bg-accent-200{
  border-top: 1px solid rgba(0, 169, 164, 0.2) !important;
  border-bottom: 1px solid rgba(0, 169, 164, 0.2) !important;
}

/* Sidebar row hover background */
.learner__sidebar__expandables .container.hover_bg-accent-200:hover{
  background-color: rgba(0, 169, 164, 0.12) !important;

}

/* Active/current row background */
.learner__sidebar__expandables .container.bg-accent-100{
  background-color: rgba(0, 169, 164, 0.12) !important;
}

/* C) Core layout — inner row controls title + tick */
.learner__sidebar__expandables .container > a > div.flex.justify-between{
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 8px !important;                 
}

/* Title span — keep it wide and allow wrapping */
.learner__sidebar__expandables .container > a > div.flex.justify-between > span:first-child,
.learner__sidebar__expandables .container > a > div.flex.justify-between > span.text-base{
  flex: 1 1 auto !important;
  min-width: 220px !important;        
  white-space: normal !important;
}

/* Tick wrapper — keep it visible, right aligned, and not pushed off-screen */
.learner__sidebar__expandables .container > a > div.flex.justify-between > span.inline-flex.items-center{
  flex: 0 0 auto !important;
  width: auto !important;
  margin-left: 6px !important;
  justify-content: flex-end !important;
  white-space: nowrap !important;
}

/* Tick icon — stable sizing */
.learner__sidebar__expandables .container > a > div.flex.justify-between .icon-check{
  width: 14px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}


/* =========================================================
   SIDEBAR MENU — REMOVE ROUNDED CORNERS
   Forces the left menu panels to be square
========================================================= */
.learner__sidebar .layout-panel,
.learner__sidebar .layout-panel .expandable-sidebar,
.learner__sidebar .layout-panel .learner__sidebar-list,
.learner__sidebar .layout-panel .learner__sidebar__expandables{
  border-radius: 0 !important;
}

/* =========================================================
   8) OVERRIDE LMS SIDEBAR FLEX SPACING
   Stops platform forcing space-between on inner rows
========================================================= */

.learner__sidebar__expandables .flex.justify-between{
  justify-content: flex-start !important;
}

/* push checkmark to the right manually */
.learner__sidebar__expandables .flex.justify-between 
span.inline-flex.items-center{
  margin-left: auto !important;
 
}




/* =========================================================
   9) SIDEBAR — PROGRESS TAB
========================================================= */

.course-progress__overall .highlight {
  font-family: Founders;
}

.course-progress .description {
  font-family: Founders;
}

/* Show/Hide Details button styling */
.course-progress .btn.btn--link.btn--primary.btn--right {
  padding: 9px 10px 5px 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Add spacing between "Show/Hide" and "Details" text */
.course-progress button {
  display: inline-flex !important;
  gap: 4px !important;
}

/* Progress tab wrapper spacing */
.progress.round {
  margin: 15px !important;
}

/* Tighten Show/Hide details section */
.course-progress .clearfix {
  margin: 0 !important;
  padding: 0 !important;
}

.course-progress .btn.btn--link.btn--primary.btn--right {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Progress avatar — lower initials inside circle */
.avatar--initials {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.avatar--initials span {
  position: relative;
  top: 2px;
}

/* Progress + Resources — match pill width */
.learner__sidebar__expandables button.expandable-sidebar__link .expandable-sidebar__toggle {
  width: 240px !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Progress + Resources — movement of arrow & icon */
.expandable-sidebar__toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  line-height: 1 !important;
  padding-right: 10px !important;
}

.expandable-sidebar__toggle i {
  margin-left: auto !important;
  position: relative;
  top: -4px;
}

.expandable-sidebar__toggle span {
  position: relative;
  top: -4px;
}


/* =========================================================
   10) SIDEBAR — RESOURCES TAB (BADGE + ROW)
========================================================= */

.sidebar__resources > li {
  background-color: transparent !important;
}

.resources__category__label,
.resources__count__container {
  color: #000;
}

.resources__count {
  background-color: #2b2b2b;
}

/* Prevent badge clipping */
.learner__sidebar__expandables .resources__count__container,
.learner__sidebar__expandables .row {
  overflow: visible !important;
}

/* Badge container */
.learner__sidebar__expandables .resources__count__container {
  position: relative !important;
}

/* Badge circle */
.learner__sidebar__expandables .resources__count {
  position: absolute !important;
  right: .5em !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Badge number optical alignment */
.resources__count {
  font-size: 12px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 2px !important;
}

/* Space under Resources header */
#sidebar-resources-content,
button[aria-controls="sidebar-resources-content"] .expandable-sidebar__toggle {
  margin-bottom: 10px !important;
}

/* Ensure each resource row is tall enough */
.sidebar__resources .row {
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
}

/* Reduce space below Resources pill only */
button[aria-controls="sidebar-resources-content"] .expandable-sidebar__toggle {
  margin-bottom: 6px !important;
}


/* =========================================================
   11) SIDEBAR — NOTES BUTTON
========================================================= */

/* Target only the Notes button */
a.expandable-sidebar__link[href*="/notes"] {
  display: block !important;
  width: 100% !important;
  margin-top: 12px !important;
}

/* Style the grey pill */
a.expandable-sidebar__link[href*="/notes"] .expandable-sidebar__toggle {
  background: #585858 !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 10px 18px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-family: Founders !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

/* Notes icon */
a.expandable-sidebar__link[href*="/notes"] .icon-compose {
  color: #ffffff !important;
  font-size: 16px !important;
}

/* Notes wrapper background */
a.expandable-sidebar__link[href*="/notes"] .expandable-sidebar {
  background: transparent !important;
  box-shadow: none !important;
}


/* =========================================================
   12) SIDEBAR — ICONS (FORCE WHITE IN SIDEBAR ONLY)
========================================================= */

.learner__sidebar__expandables .expandable-sidebar__icon--left,
.learner__sidebar__expandables .icon-flag,
.learner__sidebar__expandables .icon-inbox {
  color: #ffffff !important;
  fill: #ffffff !important;
}


/* =========================================================
   13) NAVIGATION BUTTONS
========================================================= */

.directional__nav__button {
  background-color: #00a9a4;
  height: 25px;
  width: 25px;
  line-height: 1.1em;
}

.directional__nav__label {
  font-family: Founders;
  color: black;
}

.directional__nav__button i {
  font-size: 1rem;
}

.icon-navigateleft,
.icon-navigateright {
  color: #fff;
}


/* =========================================================
   14) TOGGLES / BUTTONS (HIDE SIDEBAR / SIGN OUT / DOWNLOAD)
========================================================= */

.learner__container__toggle {
  margin-bottom: 10px;
}

.learner__container__toggle.text-right {
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  padding: 5px;
}

.learner__container__toggle.text-right .btn--primary {
  background: #00a9a4;
  border: 0px;
  color: black;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.learner__container__toggle.text-right .btn--primary:hover {
  background-color: #005452 !important;
  color: #ffffff !important;
  border: 1px solid #005452 !important;
}

/* Toggle button styling */
.learner__container .learner__container__toggle .btn--primary {
  padding: 10px 5px;
  background: #e6e6e2;
  color: black;
  border: 0px;
  border-radius: 9px;
  width: 86px;
}

.learner__container .learner__container__toggle .btn--primary:hover {
  background-color: #005452 !important;
  color: #ffffff !important;
  border: 0px solid #005452 !important;
}

.learner .next-section .btn--primary:hover {
  background-color: #005452 !important;
  color: #ffffff !important;
  border: 0px solid #005452 !important;
}

/* Hide sidebar button */
.learner__container__toggle .hide-sidebar {
  background-color: #00a9a4 !important;
  color: #fff !important;
  border: 0px !important;
}

.learner__container__toggle .hide-sidebar:hover {
  background-color: #005452 !important;
  color: #ffffff !important;
  border: 0px !important;
}

.learner__container__toggle--small .btn {
  height: 32px;
}

/* Sign out button */
.learner__sidebar .expandable-sidebar__buttons {
  background-color: #585858;
  color: #fff;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Founders;
  border: 1px solid #585858;
  margin-top: 10px !important;
}

/* Hide Sign Out button in sidebar */
.learner__sidebar .expandable-sidebar__buttons{
  display: none !important;
}


.learner__sidebar .expandable-sidebar__buttons:hover {
  background-color: #ffffff !important;
  color: #585858;
  border: 1px solid #585858 !important;
}

.expandable-sidebar__buttons:hover a {
  color: #000 !important;
}

.learner__sidebar .expandable-sidebar__buttons a {
  color: white;
}

.expandable-sidebar__buttons a {
  color: #fff !important;
}

/* Card button hover */
.card__label__button:hover {
  color: #fff !important;
  background: #000 !important;
}

/* Download button */
.download-button {
  background-color: #00a9a4;
  padding: 10px 15px;
}

.download-button:hover {
  background-color: #006562;
  color: #fff;
}


/* =========================================================
   15) ICONS / AVATAR / COMPLETED
========================================================= */

.btn--bare-icon i {
  color: #585858;
}

.completed__indicator i {
  color: #00a9a4;
}

.avatar {
  font-family: Founders;
}


/* =========================================================
   16) COURSE DETAILS LAYOUT
========================================================= */

.course-details-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}

.course-details-image {
  flex: 1;
  margin-right: 20px;
}

.course-image-left {
  max-width: 354px;
}

.course-details-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.course-details-text {
  flex: 2;
  max-width: 800px;
  margin: auto;
  font-size:18px!important;
}


/* =========================================================
   17) TOOLTIP / QUIZ / QUESTIONS
========================================================= */

.next-topic-tooltip {
  font-family: Founders;
}

.choice,
.choices__list {
  font-family: Founders;
}

.question__body.question__body--strong {
  font-weight: 500;
}


/* =========================================================
   18) QUIZ STYLING
========================================================= */

body div.ember-view.quiz-start__content.relative[style*="z-index"] {
  border-radius: 20px !important;
  overflow: hidden !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
}

body .topic__container__quiz div.quiz-start__text {
  border-radius: 20px !important;
  overflow: hidden !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
}

body .quiz-start__text img {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.quiz-start {
  border-radius: 20px !important;
}


/* =========================================================
   19) VIDEOS — ROUNDED CORNERS (WISTIA + TI VIDEO BLOCKS)
========================================================= */

/* Thought Industries video topic wrappers */
.topic__container__video .video__container,
.topic__container__video .video__frame,
.topic__container__video .wistia_embed_initialized,
.topic__container__video [id^="v_"] {
  border: none !important; 
  border-radius: 20px !important;
  border-color: #ffffff !important;
  border-style: none !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
}

/* Video wrapper — masks any stray overlays */
.topic__container__video .video__container,
.topic__container__video .video__frame {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

/* Video tag itself */
.topic__container__video video {
  border-radius: 18px !important;
}

/* Safety: some players paint inside an iframe */
.topic__container__video iframe {
  border-radius: 18px !important;
  overflow: hidden !important;
}


/* =========================================================
   VIDEO MODULE (YOUTUBE/VIMEO) — FORCE ROUNDED CORNERS
   Catches TI video module embeds that don't use .topic__container__video wrappers
========================================================= */

/* 1) Make common TI video wrappers clip their contents */
.topic__content.topic__content--full-width,
.topic__content.topic__content--text,
.topic__container__video,
.video__container,
.video__frame{
  overflow: hidden !important;
  border-radius: 20px !important;
}

/* 2) Specifically target embedded iframes (YouTube/Vimeo/etc.) */
.topic__content iframe,
.topic__container iframe,
.video__container iframe,
.video__frame iframe{
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* 3) Extra safety: only for YouTube/Vimeo (in case other iframes shouldn't be rounded) */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"],
iframe[src*="player.vimeo.com"]{
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* =========================================================
   TI VIDEO MODULE — ALIGN WITH CONTENT GUTTER
   Matches Supademo / info-box inner width
========================================================= */

/* Only apply gutter when the video topic is full-width */
.topic__container__video.topic__content--full-width{
  margin-left: 18px !important;
  margin-right: 18px !important;
}

/* =========================================================
   20) POP-OUT RIGHT SIDEBAR
========================================================= */

.sidebar--open--right .sidebar__container.sidebar__container--right {
  background-color: #f2f2f2;
  width: 25%;
}


/* =========================================================
   21) DEBUG / TEMP RULES
========================================================= */


/* Hide learner section title */
.learner-section__title {
  display: none;
}

/* =========================================================
   22) EMBED MODULES — SINGLE WIDTH SYSTEM (18px GUTTER)
   Blue box + Supademo + Grey download + Related panel
========================================================= */

/* One wrapper to rule them all (use on EVERY embed module) */
.content-wrapper{
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}



/* =========================================================
   23) BLUE INFO BOX
   Primary intro panel used above videos and activities
========================================================= */

.info-box{
  font-family: Founders !important;
  padding: 30px 20px 20px 20px !important;
  border-radius: 18px !important;
  margin: 8px 0 18px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.info-box--blue{
  background-color: #f3f8ff !important;
  border-left: 5px solid #80bfff !important;
}

.info-box h3{
  margin: 0 0 10px 0 !important;
  text-transform: capitalize !important;
}

.info-box p{
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}



/* =========================================================
   24) SUPADEMO VIDEO CONTAINER
   Universal embed sizing + ratio control
========================================================= */

.content-wrapper .video-container{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  aspect-ratio: 2.11 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  clear: both !important;
}

.content-wrapper .video-container > iframe{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border: 0 !important;
  border-radius: 18px !important;
}

#demo-frame h2,
#demo-frame h2 *,
#demo-frame p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  margin: 0 !important;
  text-align: inherit !important;
  color: inherit !important;
}

.nuorder-info-text{
  font-family: 'Founders', Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #2b2b2b !important;
  margin: 0 !important;
}

.content-wrapper .info-box p{
  font-family: Founders !important;

}



/* =========================================================
   25) GREY DOWNLOAD BOX
   Standard document / template CTA panel
========================================================= */

.download-box{
  font-family: Founders !important;
  background-color: #f2f2f2 !important;
  border-left: 5px solid #999999 !important;
  padding: 30px 20px 20px 20px !important;
  border-radius: 18px !important;
  margin: 0 0 18px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.download-box h3{
  margin: 0 0 10px 0 !important;
  text-transform: none !important;
}

.download-box p{
  margin: 0 0 15px 0 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}

.download-box a{
  display: inline-block !important;
  border-radius: 50px !important;
  padding: 8px 20px 6px 20px !important;
  font-family: Founders !important;
  font-size: 14px !important;
  background: #00a9a4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none !important;
}

.download-box a:hover{
  background: #005452 !important;
}



/* =========================================================
   26) RELATED CONTENT PANEL
   Articles, help links, and next-step prompts
========================================================= */

.related-content{
  width: 100% !important;
  background: rgba(0, 169, 164, 0.12) !important;
  border: 2px solid #00a9a4 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  margin-top: 18px !important;
  box-sizing: border-box !important;
}

.related-content h4{
  margin: 0 0 12px 0 !important;
  font-size: 26px !important;
  font-family: Founders !important;
}

.related-content .related-links{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.related-content .related-links a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 14px 8px 14px !important;
  border-radius: 10px !important;
  border: 1px solid #00a9a4 !important;
  background: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  color: #005452 !important;
  font-size: 14px !important;
  width: fit-content !important;
}

.related-content .related-links a:hover{
  background: #00a9a4 !important;
  color: #ffffff !important;
}

.related-content .next-step{
  margin-top: 12px !important;
  font-family: Founders !important;
  font-size: 18px !important;
  color: #2b2b2b !important;
}



/* =========================================================
   27) ACTIVITY CONTAINER (DRAG / SORT MODULE)
========================================================= */

.activity-container{
  width: calc(100% - 36px) !important;
  margin: 20px 18px !important;
  box-sizing: border-box !important;
}



/* =========================================================
   28) SORTABLE STEPS — TILE LAYOUT + DRAG STATES
========================================================= */

#sortable{
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}

#sortable li{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin: 0 !important;
  border: 2px solid #c7d9f5;
  border-radius: 10px;
  background: #ffffff;
  cursor: grab;
  user-select: none;
  white-space: normal !important;
  box-sizing: border-box;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
  width: 100% !important;
}

#sortable li:active{
  cursor: grabbing;
}

.step-num{
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #80bfff;
  background: #f3f8ff;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}

.handle{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #dbe7fb;
  background: #f8fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: 0 0 auto;
  opacity: 0.7;
}

.step-text{
  font-size: 16px;
  line-height: 1.25;
  flex: 1 1 auto;
  font-family: Founders !important;
}

.sortable-chosen{
  border-color: #2f80ed;
  box-shadow: 0 10px 20px rgba(47,128,237,0.18);
  transform: scale(1.01);
}

.sortable-ghost{
  opacity: 0.6;
  background: #f3f8ff;
  border-style: dashed;
}

.sortable-drag{
  box-shadow: 0 14px 26px rgba(0,0,0,0.18);
}

#orderResult{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c7d9f5;
  background: #fff;
  font-family: Founders !important;
  font-size: 16px;
}


/* =========================================================
   29) MINI FLIP CARDS — COMPACT
========================================================= */

/* =========================================================
   MINI CARDS — FIT LMS FLIP CARD
========================================================= */

.mini-card{
  width:100% !important;
  height:100% !important;
  padding:4px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
}

/* inner faded panel */

.mini-card__panel{
  width:92% !important;
  height:320px !important;
  border-radius:20px !important;
  background: rgba(255,255,255,0.30) !important; /* 30% opacity */
  padding:18px 16px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  box-sizing:border-box !important;
}

/* title */

.mini-card__title{
  font-family:Founders !important;
  font-size:22px !important;
  font-weight:600 !important;
  line-height:1.15 !important;
  margin:2px 0 2px 0 !important;
  text-align:center!important;
}

/* image area */

.mini-card__image-wrap{
  flex:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}


/* images */

.mini-card__image{
  max-width:90% !important;
  max-height:160px !important;
  object-fit:contain !important;
}

/* image sizes */

.mini-card__image--sm{ max-height:120px !important; }
.mini-card__image--md{ max-height:140px !important; }
.mini-card__image--lg{ max-height:170px !important; }
.mini-card__image--xl{ max-height:150px !important; }

/* reverse side */

.mini-card__panel--text-only{
  justify-content:center !important;
}

.mini-card__text{
  font-family:Founders !important;
  font-size:24px !important;
  line-height:1.25 !important;
  text-align:center !important;
  margin:0 !important;
}

/* multi-line reverse */

.mini-card__text-block{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}

/* =========================================================
   NEXT SECTIONS BUTTONS
========================================================= */
.next-section .btn--primary{
  background:#00a9a4 !important;
  color:#fff !important;
  font-size: 16px; font-weight: 
  500; padding: 14px 20px 14px 20px; 
  border: 0px solid #00a9a4 !important; 
  border-radius: 6px;
}

.next-section .btn--primary:hover{
  background:#005452 !important;
  color:#fff !important;
   border: 0px solid #00a9a4 !important; 
  
}



/* =========================================================
   NUORDER BADGE - eg skill refresher 
========================================================= */

.nuorder-badge{
  display:inline-block;
  background:#00a9a4;
  color:#ffffff;
  font-family:Founders, Arial, sans-serif;
  font-size:13px;
  font-weight:500;
  line-height:1;
  padding:12px 14px 6px 14px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:0.05em;

}

/* spacing helper */
.nuorder-badge-wrap{
  margin:10px 0 12px 0;
}



/* =========================================================
   NUORDER BADGE — SUBTLE PULSE
========================================================= */

@keyframes nuorder-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 169, 164, 0.25);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(0, 169, 164, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 169, 164, 0);
  }
}

.nuorder-badge--pulse{
  animation: nuorder-pulse 2.8s ease-out infinite;
}

/* =========================================================
   NUORDER BADGE — SMALL (PRIMARY CLASS)
========================================================= */

.nuorder-badge-sm{
  display:inline-block;
  background:#00a9a4;
  color:#ffffff;
  font-family:Founders, Arial, sans-serif;
  font-size:8px!important;
  font-weight:500!important;
  line-height:1;
  padding:10px 12px 5px 12px;   /* tighter */
  border-radius:999px;

  text-transform:uppercase;
  letter-spacing:0.04em;
}

/* spacing helper (keep same) */
.nuorder-badge-wrap{
  margin:10px 0 12px 0;
}

/* =========================================================
   FORCE BADGE FONT SIZE (OVERRIDE LMS)
========================================================= */

.editor-content .nuorder-badge,
.editor-content .nuorder-badge-sm{
  font-size: 13px !important;
}

/* =========================================================
   COURSE SIDE BAR CSS
========================================================= */

.report-card {
  background:#f2f2f2;
  padding:20px;
  margin-top:9px!important;
  border-radius:12px;
  box-shadow:0 0 10px rgba(0,0,0,.08);
  font-family:founders,'Founders Grotesk',Arial,Helvetica,sans-serif;
}

.report-title {
  font-weight:800;
  font-size:20px;
  line-height:1.25;
  color:#2b2b2b;
  margin:0 0 14px 0;
}

.course-details-text {
  margin-bottom:18px;
  color:#2b2b2b;
}

.text-bold {
  font-weight:900; /* force bold */
}

.download-btn {
  display:inline-block;
  font-weight:600;
  font-size:16px;
  text-decoration:none;
  padding:8px 18px;
  border-radius:999px;
  background:#14a39a;
  color:#fff;
  margin-bottom:18px;
}

.download-btn:hover,
.download-btn:focus {
  background:#0f7f79;
  color:#fff;
  text-decoration:none;
  outline:none;
}

/* =========================================================
   NAMING CONVENTIONS MODULE
========================================================= */

.naming-conventions-module{
  font-family: Founders !important;
  color: #111;
  width: 100%;
}

.naming-conventions-module .table-wrap{
  overflow-x: auto;
  margin: 18px 0 18px;
}

.naming-conventions-module .conventions-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 2px solid #5c5c5c;
  background: #ffffff;
}

.naming-conventions-module .conventions-table th,
.naming-conventions-module .conventions-table td{
  border: 2px solid #5c5c5c;
  padding: 16px 14px;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.45;
  text-align: left;
  font-family: Founders !important;
}

.naming-conventions-module .conventions-table thead th{
  background: #f2f2f2;
  font-size: 24px!important;
  font-weight: 700;
  color: #2b2b2b !important;
}

.naming-conventions-module .conventions-table tbody th[scope="row"]{
  width: 18%;
  font-size: 22px;
  font-weight: 700;
}

.naming-conventions-module .conventions-table thead th:nth-child(2){
  width: 46%;
}

.naming-conventions-module .conventions-table thead th:nth-child(3){
  width: 36%;
}

.naming-conventions-module .conventions-table td p{
  margin: 0 0 16px;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit !important;
}

.naming-conventions-module .conventions-table td p:last-child{
  margin-bottom: 0;
}

.naming-conventions-note{
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-top: 10px !important;
  padding: 10px 14px !important;
  background: #f8f8f8;
  border-left: 4px solid #cccccc;
}

/* =========================================================
   UNLOCK YOUR COMPLIMENTARY UPGRADE MODULE
========================================================= */

#nu-cta{display:flex;justify-content:center;padding:32px 16px;background:#f0eeff;position:relative;overflow:hidden;}
#nu-cta::before,#nu-cta::after{content:'';position:absolute;border-radius:50%;filter:blur(70px);opacity:.35;pointer-events:none;animation:nu-drift 8s ease-in-out infinite alternate}
#nu-cta::before{width:300px;height:300px;background:#a8b8e8;top:-80px;left:-80px}
#nu-cta::after{width:260px;height:260px;background:#a8c8e8;bottom:-60px;right:-60px;animation-delay:-4s}
@keyframes nu-drift{from{transform:translate(0,0)}to{transform:translate(30px,20px)}}

#nu-card{position:relative;z-index:1;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.95);border-radius:20px;padding:52px 52px 40px;width:100%;max-width:600px;text-align:center;backdrop-filter:blur(20px);box-shadow:0 16px 48px rgba(109,40,217,.1)}

#nu-badge{display:inline-block !important;background:rgba(109,40,217,.07);border:1px solid rgba(109,40,217,.22);color:#5b21b6 !important;font-size:10px !important;font-weight:700 !important;letter-spacing:.1em;text-transform:uppercase;padding:12px 12px 8px 12px;border-radius:100px;margin-bottom:20px;line-height:1 !important;white-space:nowrap !important;}
#nu-badge-txt{font-size:10px !important;font-weight:700 !important;line-height:1 !important;color:#5b21b6 !important;letter-spacing:.1em;text-transform:uppercase;display:inline !important; }
#nu-dot{width:6px !important;height:6px !important;min-width:6px !important;min-height:6px !important;border-radius:50% !important;background:#6d28d9 !important;display:inline-block !important;vertical-align:middle !important;margin-right:5px !important;overflow:hidden !important;font-size:0 !important;line-height:0 !important;animation:nu-blink 1.5s ease-in-out infinite;}
@keyframes nu-blink{0%,100%{opacity:1}50%{opacity:.3}}

/* Heading - fights #learner h2/h3 overrides */
#nu-heading{color:#0a195a !important;font-size:26px !important;font-weight:700 !important;line-height:1.35 !important;margin:0 0 12px !important;letter-spacing:-.01em !important;background:none !important;-webkit-text-fill-color:unset !important}
#nu-grad{background:linear-gradient(90deg,#6d28d9,#059669) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent !important;background-clip:text !important;font-size:26px !important;font-weight:700 !important;}

/* Sub text - fights #learner p { font-size:18px } */
#nu-sub{color:#6b7280 !important;font-size:17px !important;line-height:1.6 !important;margin:0 0 24px !important;text-align:center !important}

#nu-perks{list-style:none !important;margin:0 auto 28px !important;padding:0 !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:10px !important;width:fit-content}
#nu-perks li{display:flex !important;align-items:center !important;gap:10px !important;color:#374151 !important;font-size:14px !important;line-height:1 !important;margin:0 !important;padding:0 !important;border:none !important;background:none !important;}

/* CSS-only checkmark - avoids emoji conversion by the LMS */
.nu-check{width:20px !important;height:20px !important;min-width:20px !important;border-radius:50% !important;background:rgba(5,150,105,.1) !important;border:1.5px solid rgba(5,150,105,.4) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important;position:relative !important;font-size:0 !important;}
.nu-check::after{content:'' !important;width:5px !important;height:9px !important;border-right:2px solid #059669 !important;border-bottom:2px solid #059669 !important;transform:rotate(45deg) translate(-1px,-2px) !important;display:block !important;}

#nu-btn-wrap{position:relative;width:100%;margin-bottom:14px;box-sizing:border-box;overflow:hidden;border-radius:12px}
#nu-glow{position:absolute;inset:-3px;border-radius:14px;background:linear-gradient(135deg,#0d9488,#059669,#0d9488);background-size:200% 200%;animation:nu-spin 3s linear infinite;filter:blur(7px);opacity:.35}
@keyframes nu-spin{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
#nu-btn{position:relative !important;z-index:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:100% !important;padding:16px 24px !important;background:linear-gradient(135deg,#0d9488,#0f766e 50%,#059669) !important;background-size:200% 200%;animation:nu-shift 4s ease-in-out infinite alternate;border-radius:12px !important;color:#fff !important;font-size:17px !important;font-weight:700 !important;text-decoration:none !important;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 18px rgba(13,148,136,.3);box-sizing:border-box;line-height:1.2 !important;}
@keyframes nu-shift{from{background-position:0% 50%}to{background-position:100% 50%}}
#nu-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px rgba(109,40,217,.4);color:#fff !important;}
#nu-btn:active{transform:scale(.99)}
#nu-arrow{transition:transform .2s;font-size:16px !important;display:inline-block;line-height:1;position:relative;top:0 !important;}
#nu-btn:hover #nu-arrow{transform:translateX(4px)}

/* Urgency line - fights #learner p */
#nu-urgency{font-size:11px !important;color:#9ca3af !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:6px !important;margin:0 0 20px !important;line-height:1.4 !important;}
#nu-udot{width:5px;height:5px;border-radius:50%;background:#f97316;display:inline-block !important;animation:nu-blink 1.2s ease-in-out infinite;flex-shrink:0}

#nu-hr{border:none !important;border-top:1px solid rgba(0,0,0,.07) !important;margin:0 0 18px !important}

#nu-proof{display:flex !important;align-items:center !important;justify-content:center !important;gap:10px !important;font-size:12px !important;color:#9ca3af !important;flex-wrap:wrap !important;}
#nu-avatars{display:flex !important;align-items:center !important;}
.nu-av{width:28px !important;height:28px !important;min-width:28px !important;border-radius:50% !important;border:2px solid #fff !important;margin-left:-6px !important;font-weight:700 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;flex-shrink:0 !important;line-height:1 !important;}
.nu-av:first-child{margin-left:0 !important}
/* High-specificity rule to beat LMS span overrides on avatar letters */
#nu-avatars span.nu-av{font-size:11px !important; padding-top:2px!important;}
#nu-stars{color:#f59e0b !important;font-size:13px !important;letter-spacing:2px !important;line-height:1 !important;}
#nu-proof-txt{white-space:nowrap !important;font-size:12px !important;color:#9ca3af !important;}
 