

      :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;}

/* Font for the.headers */
@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; 
}

/* Font for the body text */
@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'); 
}
/*Site wide - changing strong to normal font weight*/
strong {
font-weight: 400!important;
}

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

/* changing the entire LMS background to white */
.application{
  background-color: #ffffff;
}
/* making the website full width */
.container {
  max-width:100%;
  padding: 0 !important;
  
}
/* making the website full width */
.checkout .container, .home .container{
  max-width: 100%;
}

/* styling h2 text */
.h2 {
font-family: 'founders' !important;
font-size: 2rem;
color: #2b2b2b;
}

/* removal of video tags side bar on video courses */
.article-sidebar__custom-fields {display:none;
}

/* removal of social share buttons on courses page */
.share__container { 
  display: none; }

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

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

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

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

#i18n-1  {
    color: #000;
}

.company__school-name {
  display:none;
}
.company__school-name__divider{
  display:none;
}

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


/* Navigation header section styling */

/* logo sizing */
.header .company__beta-logo {
display: inline-block;
}
.header .company__beta-logo .company-logo__container img{
  max-width: 250px;
  max-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 black;
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: #fff;
}
.header li{
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.header li a {
  display: block;
  padding: 20px 20px;
  /* border-right: 1px solid #f4f4f4; */
  text-decoration: none;
  color:black;
}

.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;
  transition: max-height .2s ease-out;
  width: 100%;
}

/* 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: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

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

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

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

/* menu btn */

.header .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;
}

  .menu-container {
      width: 100% ;
      position: relative;
      padding-bottom: 10px;
    }

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

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

/* Nav styling to make logo on public pages & LMS pages align */
.header--microsite .header__inner .company__beta-logo{
  padding: 0 1rem;
}

/* Adding top padding to header section on Learner dashboard */
.header--dashboard {
  padding: 2rem 1rem 0!important;
} 
/* Positioning hero section higher to match rest of site on Learner dashboard */
.learn.dashboard .widget--hero-image  {
  margin-top: -30px;
}
/* Removing padding from avatar & name on Learner dashboard */
.dashboard-header-dropdown__link {
  padding-top: 0!important;
}

/* Adding space/margin underneath Avatar */
.dashboard-header__avatar {
  margin-bottom: 20px;
}

/* Making the avatar circle smaller */
.avatar {
  height: 38px;
  width:38px;
}

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

/* Hide Cart Button */
#cart-button { 
    display: none; }

/* Hide Cart Button - mobile */
.course-purchase__mobile-button {
  display: none;
}

/* Hide Cart Icon in Articles/Videos */
.article-sidebar__icon {
    display: none;}

/* Hiding Content Type in Access Widget */
.dashboard-access-list-item .medium-3 strong {
    display:none;
}



/* Altering the Footer */
footer__company__info {
width: 100%;
text-align: right;
font-size: 14px;
line-height: 20px;
}

.footer__powered-by {
display: none !important;
font-size: 14px;
padding-top: .5em;
}

.footer-right {
  text-align: right;
  font-family: "Founders";
}

.footer-right span {
  margin-left: 10px;
}

/* Removing the title 'article' from the article page */
.article.header__type {
    display: none;
}

/* Removing the star & rating from article template */
.text-center.article-sidebar__rating {
    display: none;
}




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

/* Alterning height of the hero section 
.hero-homepage .hero .hero__caption .hero__title {
   text-align: center!important;
   margin-bottom: 0!important;
}*/

.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;
  bottom: 0;
   height: 100%;
   position: absolute;
      background: none;

 }

/* Altering the Hero caption sizing & positioning - homepage only */

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


/* Altering the Hero (except homepage) caption sizing & positioning */
@media only screen and (min-width: 769px) {
   .hero .hero__caption {
    width: 100%;
  
    }

    /* Altering the Hero caption font */
 .hero .hero__caption .hero__title {
  color: #fff;
  font-family: Founders!important;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 0em;
  text-align: center;
  padding-right: 100px;
  padding-left: 100px;
  }

  


    /* Altering the Hero width Learner Dashboard */
    .learn.dashboard .widget--hero-image {
      padding: 1rem 0 !important;
    }
     /* Altering the Hero width my tickets */
    .layout__content .widget{
      margin-right: 0%;
      margin-left: 0;
    }
}

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

    .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 - 3 Tiles Title styling */
    .dashboard-title {
        font-family: 'Founders' !important;
        font-size: 36px;
        font-weight: 400!important;
        color: #2b2b2b;
        text-align: center;
        margin: 0;
        flex: 1 0 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

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

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

/*************** end of Homepage styling ***********/


/* Large Desktop CSS */

@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 CSS */
@media (min-width: 1024px) {
    .hero.hero__caption {
    width: 75%;
      
    }

   
}


/* Tablet CSS */

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

/* Tablet Hero title styling */
.hero__caption .hero__title{
font-size: 40px !important;
color: #fff!important;
font-family: Founders!important;  
padding-right: 50px !important;
padding-left: 50px !important;    
    }

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

 

/* Tablet - Homepage - 3 Tiles Title styling */
    .dashboard-title {
        font-size: 30px;
    }
/* Tablet - Homepage - 3 Tiles Subtitle styling */
    .dashboard-subtitle {
      font-size: 18px;
    }

    /*Tablet -  Widget title styling - left */
.widget--title .widget__title{
  text-align: left;
  margin-bottom: 0.5rem;
  font-family: Founders!important;
  font-size: 40px!important;
}
/* Tablet - Widget sub-title styling - left */
.widget--title .widget__subtitle{
  text-align: left;
  margin-left: 10px !important;
  margin-bottom: 0;
  font-family: Founders;
  font-size: 20px!important;
}

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

/* Learning path header styling - tablet */
.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;
}
/* Aligning learning path sub-title wording on Learning path - tablet */
.leading-normal {
margin-left: 50px;
color: black!important;
}

}


/* Mobile CSS */
@media (max-width: 768px) {

  .header__inner {
    flex-direction: column-reverse;
    height: 150px;
  }

  /* Manager access / sign in button border styling */
.nav.nav--top ul li:first-of-type a{
margin-bottom: 20px!important;
}

/* Logo positioning - Mobile */
.company-logo__container {
margin-top: 20px;
}
/* Hero text positioning - Mobile */
.hero__caption .hero__title{
font-size: 32px !important;
color: #fff!important;
font-family: Founders!important;  
padding-right: 0 !important;
padding-left: 0 !important;      
}

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

 .menu-container {
 width:auto;
 }

/* menu dropdown container & text positioning - Mobile */
 .header .menu {
top: 100px;
left: -84%;
text-align: center;
}


/* Widget title styling - left - Mobile */
.widget--title .widget__title{
  text-align: left;
  margin-bottom: 0.5rem;
  font-family: Founders!important;
  font-size: 36px!important;
}
/* Widget sub-title styling - left - mobile */
.widget--title .widget__subtitle{
  text-align: left;
  margin-left: 10px !important;
  margin-bottom: 0;
  font-family: Founders;
  font-size: 18px!important;
}
/* Course detail header styling - mobile */
.course__detail__header .h2 {
  font-family: Founders!important;
  color: #2b2b2b!important;
  font-size:40px!important;
  line-height: 1em!important;
}

/* Learning path header styling - mobile */
.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;
}

/* Aligning learning path sub-title wording on Learning path - mobile */
.leading-normal {
margin-left: 30px;
color: black!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 sub-title 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 Styling */
.dashboard-stats__container{
  box-shadow: none;
}

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

.dashboard-stats li {
  background: white;
}

.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 - available */
.dashboard-stat--available .dashboard-stat__value  {
  color: #00a9a4!important;
}

/* dashboard stats numbers styling - started */
.dashboard-stat--started .dashboard-stat__value {
  color: #5E8CE6!important;
}
/* dashboard stats numbers styling - completed */
dashboard-stat--completed .dashboard-stat__value {
  color: #B146EE!important;

/* dashboard stats numbers styling - collaborations */
}dashboard-stat--colaborations .dashboard-stat__value {
  color: #2b2b2b!important;
}

/*learner view - dynamic learning path section title styling*/
.featured-content-block-grid .catalog-grid-item__title {
  font-family: Founders;
  font-size: 28px;
  color: #2b2b2b!important;
  text-align: left;
  height: auto!important;
}


/*learner view - dynamic learning path section sub-title styling*/
.featured-content-block-grid .catalog-grid-item__description {
  font-family: Founders;
  color: #2b2b2b!important;
  font-size: 18px;
  text-align: left;
  height: auto!important;
}

/*learner view - dynamic learning path section styling the link to be a button*/
.featured-content-block-grid .btn--link{
  background-color: #00a9a4 !important;
color: white !important;
padding: 6px !important;
border: 1px solid #00a9a4!important;
}

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

/*learner view - dynamic learning path section positioning the button*/
.featured-content-block-grid .catalog-grid-item__cta-container{
  margin-right: 50px;
margin-top: 10px !important;
}


/*learner view - dynamic learning path section button styling*/
.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;
}

/*learner view - dynamic learning path section button text styling*/
.featured-content-block-grid .btn--link {
  font-size: 12px!important;
}

/*learner view - dynamic learning path section button link styling
.btn--link .btn--primary:hover {
background-color: #fff!important;
color: #00a9a4!important;
border: 1px solid #00a9a4!important;
}*/

/*learner view - dynamic learning path section removal of thin border around widget*/
.featured-content-default-grid .catalog-grid-item {
border: 0px!important;
}

/*learner view - dynamic learning path section removal of thin line below desciption */
.featured-content-default-grid .catalog-grid-item__hr, 
.widget--catalog_standard .catalog-grid-item__hr  {
  display: none !important;
}

/* learner view - dynamic section continue learning path button sizing */
.featured-content-block-grid .btn--link {
  padding: 10px !important;
font-size: 20px!important;
}
/* learner view - dynamic section continue learning path button - hover state */
.featured-content-block-grid .btn--link:hover {
  padding: 10px !important;
font-size: 20px!important;
}

/* In progress and achievements tabs styling */
.dashboard-access-tabs {
  background: none !important;
  
}
.dashboard-access-tabs li{
  border: 1px solid #999;
  border-left: none !important;
}
.dashboard-access-tabs li:first-of-type{
  border-left: 1px solid #999 !important;
  
}

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



 /* In progress and achievements removing entire table border */
.dashboard-access{
  border: none!important;
}
  
  /* In progress and achievements table border styling */
  .dashboard-access-list-item {
  border-left: 1px solid #999 !important;
  border-right: 1px solid #999 !important;
}

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

/* In progress and achievements 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;

}

/* Styling the active tab on the In progress tabs */


.dashboard-access-tab{
	border-bottom: 0 !important;
}


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


/* Styling the icon on the In progress tabs */
.icon-navigateright, .icon-navigatedown {
  font-size: 14px!important;
}

.dashboard-access-list-item{
  font-family: Founders;
  font-size: 18px!important;
  background-color: #ffffff!important;
}

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


/* Badges & leadership table border styling */
.dashboard-badges-container {
  box-shadow: none!important;
  border: 1px solid #999;
}

/* Badges section  styling */
li.dashboard-badge--unearned img{
  opacity: .4 !important;
}


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


/* Styling the numbers on the In progress tabs */
.dashboard-access-tab__count {
  font-family: Founders;
  font-size: 12px!important;
  font-weight: 400;
  background-color: #ffffff00;
  border: none;
  display: none!important;
}

/* Leadership rank & name styling */
.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;
  }
/* Leadership Avatar initials placement */
.avatar.avatar--initials.avatar--small{
  padding-left: 5px;
  padding-top: 2px;
}

/*************** end of Learner Dashboard styling ***********/


 /******** Learning path page styling ********/


/* Learning path hero styling */
.learning-content-hero{
     height: 240px;
}
/* Learning path hero  default template - no background image loaded - styling */
.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;
}

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

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

/* Aligning learning path wording on Learning path - top */
.learning-path-body.learning-path-body--primary{
  margin-left: 5.25%;
  margin-right: 0%;
}

/* Aligning learning path sub-title wording on Learning path - top */
.leading-normal {
margin-left: 77px;
color: black!important;
}

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

/* Aligning due date with certificate pending wording on learning path - top */
.text-right
{padding-left: 6%!important;
}
   


/* Aligning certificate pending wording on learning path - bottom */
.learning-path-certificate-status{
  text-align: center!important;
}

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


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

/* Learning path adding padding to the top section with title & certificate pending  */
.learning-path-body{
padding: 1em 3em;
}


/* Learning path styling of top section with title and certificate pending*/ 
.learning-path-body.learning-path-body--primary{
  margin-top:20px!important;
}

/* Learning path removal of thin line below Learning path and certification pending section */
.hr__accent {
  display: none;
}

/* Learning path top section divider styling 
.learning-path-body.learning-path-body--primary .hr__accent{
  display: none;
}*/

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

/* Learning Path Title & Sub-title styling */
h1.text-white, h4.text-white{
  color: #2b2b2b !important;
}

 /* Learning path - Earn badge title styling
    .earn-title {
        font-family: 'Founders' !important;
        font-size: 25px;
        font-weight: 400!important;
        color: #2b2b2b;
        text-align: center!important;
        margin-top: 20px;
    } */


/* 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;
}


/* Learning path changing the background of the milestones section to white */
.learning-path-timeline-milestone-items, .learning-path-timeline-milestone__header{
  background-color: white;
}

/* 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;
}

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

/* Learning path 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: .75em;
}

/* Learning path milestone sub-title styling */
.learning-path-timeline-milestone__description {
font-size: 18px;
font-weight: 400;
}

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

/* Learning path milestone (micro)course wording styling */
.learning-path-milestone-item__info {
  color:#999999;
  font-size: 16px!important;
}
.learning-path-milestone-item__info strong{
  font-weight: 400!important;
}

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

/* Learning path 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;
}

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


/* Leaner view - learning path back to dashboard text colour */
.learning-content__back-button span{
  color: #585858 !important;
  font-size: 12px;
  font-weight: 400;
}
/* Leaner view - learning path certificate status padding */
.learning-path-certificate-status.learning-path-certificate-status__progress {
  padding-top: 5px;
}



/* Learning path back to dash arrow icon styling */
.learning-content__back-button {
  margin-left:20px!important;
  color: #585858!important;
  font-size: 12px;
}

.text-right {
  font-size: 14px;
  text-align: left!important;
}

/*************** end of learning path styling ***********/



/* Recommended section styling */
/* Recommended header styling */
.recommend-header {
  padding-bottom: 0px!important;
}
.widget--recommended-content{
  padding: 1rem;
}

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

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


.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: rgba(255, 255, 255, 0)!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 p styling */
.editor-content {
  font-family: "Founders"!important;
  font-size: 18px!important;
}

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

/*.course__detail__header p{
font-family: "Founders"!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;
}


/******* End of Course detail page Styling *******/


/********** Catalog Widget styling ***********/

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

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

/* Catalog Title styling */
.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 sub-title 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 widget styling - border */
.widget--catalog_standard .catalog-item{
  border: 1px solid #999;
  border-radius: 20px;
}

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

/* Catalog widget styling - border */
.widget--catalog_standard .catalog-grid-item__cta-container{
  padding: 10px 0 5px;
  font-size: 18px;
  border-top: 1px solid #999;
  margin-top: 20px;
}
/* Catalog widget styling - adding an arrow to the link */
.widget--catalog_standard .catalog-grid-item__cta-container span:after {
  content: "→"; /* Arrow symbol */
  display: inline-block;
  margin-left: 10px; /* Adjust space between text and arrow */
  font-size: 18px; /* Matches the container's font size */
}


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


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

}

/* Change filter bg color */
.catalog-filters__selections, .catalog-filters{
  background-color: white;
  border: none;
}


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

.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{
  /* z-index: -1; */
  background: none !important;
}

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

}

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

/* Remove course filters from course catalog */
/* .catalog-search-bar + .row .medium-3 {
  display: none
}  */

/* Catalog widget styling - removing background from filter section */
.catalog-aggregation--expanded{
  background: none !important;
}

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

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

}

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

/* Catalog widget styling - filter content 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 Function 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 {
    border: none;
    border-bottom:  1px solid #9c9c9c ;
    background: none;
    height: 45px;
  }
}

/******* end of catalog widget Styling *******/


/******* 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;
  text-decoration: none!important;
  text-transform: capitalize!important;
  color: #2b2b2b!important;
  font-size: 18px!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 padding to be something */
.layout__content .widget{
  padding : 1rem 2rem !important
}

/* All Pages padding of hero to be 0 */
.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 - Landing page styling */

/* Curved corners of the featured image carousel in ERB Panorama */
.featured-content-multi-carousel-item {
  border-radius: 12px !important;
  border: 1px solid #2b2b2b;
  height: auto;               /* allow natural height */
  display: flex;              
  flex-direction: column;     /* stack content vertically */
  justify-content: flex-start;/* let content flow naturally */
  overflow: hidden;           /* keeps content inside rounded corners */
}



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

/* Description styling */
.featured-content-multi-carousel-item__description {
  font-size: 14px !important;
  min-height: 100px;          /* equal space for all descriptions */
  max-height: auto;
  width: 80%;                 /* make description narrower */
  margin: 0 auto;             /* center horizontally */
  text-align: center;         /* center text */
  display: block;             /* keep it block for ::after */
  overflow: hidden;           /* stop text spill */
  position: relative;
}

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


/*  Hover effect on the button */
.featured-content-multi-carousel-item__description:hover::after,
.featured-content-multi-carousel-item__description:focus-within::after {
  background-color: #fff;
  color: #00a9a4 !important;
  border-color: #00a9a4;
  
}
/* END OF Enterprise Retail - PANORAMA - Landing page styling */

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

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

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

.course-intro p {
  width: 90%;          /* reduce width */
  max-width: 90%;      /* keep it capped */
  margin: 0 auto;      /* center horizontally */
  text-align: center;  /* keep text centered */
}


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

/* Hover/Focus/Active (desktop + keyboard + touch) */
.nuorder-btn:hover,
.nuorder-btn:focus,
.nuorder-btn:active {
  background-color: #ffffff !important;
  color: #00a9a4 !important;
  border-color: #00a9a4 !important;
  outline: none !important;

}


/* Border wrapper: no inner gap, clip corners */
.course-image {
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: transparent;

  /* kill inline/baseline gap from inline content */
  line-height: 0;
  font-size: 0; /* optional: silences leftover inline spacing */
  box-sizing: border-box;
}

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

/* The image itself: block-level, no margins */
.course-image img {
  display: block;      /* removes baseline gap */
  width: 100%;
  height: auto !important;
  margin: 0;
  border: 0;
  vertical-align: middle;
}


.custom-bg-marketplace {
  background-color: #f6f6f6;      /* light grey background */
  padding: 40px 20px;             /* spacing inside */
  border-radius: 12px;            /* rounded corners */
  box-shadow: 0 4px 14px rgba(0,0,0,0.08); /* subtle lift */
  border: 1px solid #e0e0e0;      /* thin light border for definition */
  text-align: center;             /* center content */
  box-sizing: border-box;
  margin: 20px auto;              /* space around the block */
  max-width: 1000px;               /* optional: keep it from stretching too wide */
}

/* END OF Marketplace Learning - PANORAMA - Landing page styling */

/* Redempetion (registration code input form) page css */


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

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

 
/* Styling for the overlay of icons - desktop */
/* Full-width hero with background */
.nuorder-hero {
  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 text + icons to 1800px */
.nuorder-hero-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;        /* so the absolute icons are positioned inside this */
  padding: 90px 40px;        /* optional: inner spacing */
}

/* Your existing content styles */
.nuorder-hero-content {
  max-width: 640px;
  position: relative;
  z-index: 1;
}

/* Icon overlay */
.nuorder-hero-icons {
  position: absolute;
  top: 50%;
  right: 0;                  /* assuming you want them on the right */
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.nuorder-hero-icons-svg {
  width: 460px;
  height: auto;
}


/* Right-hand cluster (your original) */
.nuorder-hero-icons--right {
  right: 5%;
}

/* Mid cluster between text + right icons */
.nuorder-hero-icons--mid {
  right: 19%;        /* tweak this to slide it left/right */
}

/* Responsive tweaks */
@media (max-width: 1200px) {
  .nuorder-hero-icons-svg {
    width: 220px;
  }
  .nuorder-hero-icons--mid {
    right: 30%;
  }
}

@media (max-width: 900px) {
  .nuorder-hero-icons--mid {
    display: none;   /* hide mid cluster on smaller screens if needed */
  }
}

@media (max-width: 768px) {
  .nuorder-hero {
    padding: 56px 6% 64px;
  }
  .nuorder-hero-icons--right {
    display: none;   /* optional: hide all icons on mobile */
  }
}


  /* Responsive tweak for smaller screens */
  @media (max-width: 768px) {
    .nuorder-hero {
      padding: 50px 20px;
    }

    .nuorder-hero h1 {
      font-size: 2rem;
    }

    .nuorder-hero p {
      font-size: 1rem;
    }
  }

  .widget__subtitle{
  display: none;
}

  /* Reg 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;  /* change value to what you need */
}

.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;            /* bottom corners only */
  border: none;                            /* ✨ remove 1px border seam */
}


/* 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;                 /* align with form */
  padding: 44px 32px 16px;
  border-radius: 20px 20px 0 0;    /* top corners only */
  box-shadow: none;               /* no shadow here */
}


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

.register-strapline {
  font-family: 'founders' !important;
font-size: 1.5rem;
color: #2b2b2b;
text-align: center;
  line-height: 1.6;
}

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

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

/* =========================================================
   Retail Growth & Activation 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;
}

/* =========================================================
   Responsive behaviour
   ========================================================= */

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

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

@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-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: 2rem;
  }

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

  /* Optional: hide icons on mobile */
  .hero-retail-growth-icons {
    display: none;
  }
}

/* end of hero css */

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

/* Registration (sign in) page css */

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

/* Main SSO button */
.btn-login {
  display: inline-flex;                 /* changed from inline-block */
  align-items: center;                  /* vertically centre text + icon */
  gap: 8px;                             /* space between "Log In" and arrow */
  padding: 10px 62px;                   /* slightly reduced to allow for icon */
  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;                 /* teal link like screenshot */
}

.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; }



/* =========================================
   BUTTONS + TERMS ROW (desktop / tablet / mobile)
   - Keep button text from compressing
   - Desktop: spacing for Validate
   - Tablet: mid-step sizing
   - Mobile: 65% width + centered buttons
   - TERMS: checkbox + “I agree…” ALWAYS side-by-side with a small gap
========================================= */

/* Buttons should not compress narrower than their content */
button.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
}

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

/* TABLET: mid-step sizing so it doesn't jump from desktop -> mobile */
@media (min-width: 768px) and (max-width: 1023px) {
  button.btn--submit {
    margin-left: 10px;
  }

  .btn--expand,
  button.btn--submit {
    font-size: 14px;
    padding: 10px 16px;
    min-width: 140px;
  }
}

/* MOBILE: make BOTH buttons 65% width and centered */
@media (max-width: 767px) {
  .btn--expand,
  button.btn--submit {
    width: 65%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  button.btn--submit {
    margin-top: 12px;
  }
}

/* MOBILE ONLY: center the whole terms SECTION (wrapper), without changing the internal layout */
@media (max-width: 767px) {
  .terms__checkbox__wrapper {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* MOBILE: force the Register button to center (it’s in a .text-right column) */
@media (max-width: 767px) {
  .text-right {
    text-align: center !important;   /* centers inline/inline-flex buttons */
  }

  /* belt + braces in case the button is floated */
  .text-right .btn--expand {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex;            /* keep pill sizing */
  }
}

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

}

/* 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 h2 {
  color: #000;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  margin-bottom: 20px;
}

#learner h3 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  margin-bottom: 20px;
}

#learner p {
  color: #000;
  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;
}


/* =========================================================
   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: 18px !important;
  overflow: hidden !important;
  padding-bottom: 6px !important;
  margin-bottom: 50px !important;
}

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

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

.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;
}


/* =========================================================
   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;
  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: 18px;
  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;
}

/* 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;                 /* smaller gap so tick doesn't get clipped */
}

/* 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;         /* your “wide text” rule */
  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;
}

/* =========================================================
   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);
}

.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;
}


/* =========================================================
   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;
}

/* Remove stray decorative arc (top-left) */
.topic__container__video::before,
.topic__container__video::after,
.topic__container__video .topic__content::before,
.topic__container__video .topic__content::after,
.topic__container__video .topic__content--full-width::before,
.topic__container__video .topic__content--full-width::after {
  content: none !important;
  display: none !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
========================================================= */

.video-container{
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  aspect-ratio: var(--demo-ratio, 2.1068032187) !important;
}

.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;
}

/* Neutralise Supademo wrapper div when present */
.video-container > div{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.video-container > div > iframe{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !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) EMBED MODULE BUTTONS — SCOPED ONLY
   Prevents dashboard/global button overrides
========================================================= */

.content-wrapper button,
.activity-container button,
.ti-sortable button{
  padding: 8px 20px 6px 20px !important;
  border-radius: 50px !important;
  border: none !important;
  background: #00a9a4 !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: founders !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.content-wrapper button:hover,
.activity-container button:hover,
.ti-sortable button:hover{
  background: #005452 !important;
}