@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

      :root {
        --font: Roboto;
        --alt-font: Roboto;
        --accent-color: #051938;
        --secondary-color: #2c3a56;
        --link-color: #c45500;
        --accent-highlight-color: #051938;
        --accent-highlight-background-color: #d9e7fc;
        --accent-tinted-color-70: #b4bac3;
        --accent-tinted-color-80: #cdd1d7;
        --accent-tinted-color-90: #e6e8eb;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #092e67;
        --secondary-hover-color: #3d5178;
        --secondary-contrast-color: #fff;
        --link-hover-color: #ff872b;
      }
      
body { background: url('https://d3i9g4671ronu3.cloudfront.net/thoughtindustries-eu/image/upload/v1/course-uploads/b2804c73-b921-4567-ac5d-3f8183f0b069/5tkbr1cyzggx-backgrounde.learning.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d3i9g4671ronu3.cloudfront.net/thoughtindustries-eu/image/upload/a_exif,c_fit,t_ti_company_logo_v4/v1/course-uploads/b2804c73-b921-4567-ac5d-3f8183f0b069/joe2yjhf6ja8-Greyhorizontal.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
@import url('https://rsms.me/inter/inter.css');

body, p, h1, h2, h3, h4, h5, h6,
input, textarea, select, button, label, span, div {
  font-family: 'Inter', sans-serif !important;
}

body{
  background: #fff;
  }

div#learner .container {
  width: 100% !important;
  max-width: 1280px;
  padding: 0 !important;
  margin-top: 0 !important;
}

div#learner .course__container{
  max-width:1280px;
  width:100%;
  padding: 0 16px;
  justify-self: center;
}

div#learner div#main-content.layout-panel {
  max-width: 1280px;
  width: 100%;
  justify-self: center;
}

div#learner div#main-content.learner__content{
  padding: 0;
  width: 65%;
}

div#learner .learner__container{
  padding: 0;
}

  div.application:not(.application--admin) div.container {
    box-shadow: none;
  }
  
  div.application:not(.application--admin) div.container div[role='main'] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
.panel  {
  margin-bottom: 0px;
}

div#learner .header--student {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none !important;
}

.header--article {
  display: none;
}

.header--microsite {
  display: none;
}

.header__inner{
  width: 100%;
}

.header--student {
  background-color: white;
}

  @media (min-width: 1720px) {
    .header--student .header__left {
    padding-left: calc((100vw - 1720px) / 2);
    padding-right: calc((100vw - 1720px) / 2);
    right: 0;
    width: 100%;
    justify-self: center;
    }
    .header--student .header__left:has(.header__left__copy) {
      padding: 0;
    }
    .header--student .header__left__icon {
      padding: 0 auto !important;
      height: 100px;
    }
   .course__container > .ember-view div[role="banner"]{
      margin-left: calc(-1*(100vw - 1720px));
      margin-right: calc(-1*(100vw - 1720px));
    }
 }

 @media (min-width: 1820px) {
    .header--student .header__left {
    padding-left: calc((100vw - 1820px) / 2);
    padding-right: calc((100vw - 1820px) / 2);;
    }
    .header--student .header__left:has(.header__left__copy) {
      padding: 0;
    }
    .header--student .header__left__icon {
      padding: 0 auto !important;
      height: 100px;
    }
     .course__container > .ember-view div[role="banner"]{
      margin-left: calc(-1*(100vw - 1820px));
      margin-right: calc(-1*(100vw - 1820px));
    }
 }

.header__left > a {
  width: 24px !important;
  height: 24px !important;
  color: black !important;
  margin-left: 200px;
  background-color: #E8EDF3 !important;
}

 .header__right > a {
  display: none !important;
} 

.header__left_copy {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

  /* Hide dashboard header */
  .header.header--dashboard,
  .header--microsite .nav--top {
    display: none;
  }  
  
  /* .company-logo__container img {
    display: none;
  } */

  .re-header-actions {
    margin-left: 8px;
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #000;
  }

  .re-header-actions a {
    color: black;
    padding: 0.5rem;
    text-align: center;
    font-size: 16px;
  }

  .re-header-actions a:hover,
  .re-header-actions a:focus {
    background-color: white;
    cursor: pointer;
    transition: box-shadow .05s ease, background-color .05s ease;
    box-shadow: none;
  }

    .header .re-menu-icon{
     display: none;
     align-self: center;
   } 

   .header .re-menu-toggle {
     display: none;
   }
  /* Hide support&signout on module page*/
 .ember-view .expandable-sidebar__buttons {
   display: none;
 }

.ember-view .completed__indicator i {
  color: black !important;
}

.directional__nav__button {
  border-radius: 10px;
  background-color:#051938
}

.section-progress-bar > div > span { 
  border-radius: 20px;
  background-color:#051938
}
.section-progress-bar > div { 
  border-radius: 20px;
}
.directional__nav .directional__nav__label {
  visibility: visible;
}

.icon-circle.icon-circle--full {
   background-color: #051938;
   background: #051938;
}

.icon-circle.icon-circle--full span {
   background: #051938;
}

  @media (max-width: 768px) {
    .re-menu-toggle:not(:checked) ~ .re-header-actions {
      display: none;
    } 

    .re-menu-toggle:checked  ~ .re-header-actions {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      position: fixed;
      top:90px;
      left: 0;
      background-color: white;
      width: 100%;
      height: 100%;
      padding: 1rem;
      z-index: 2;
      align-items: flex-start;
    }

     .header .re-menu-icon {
     display: block;
    } 

    .re-menu-toggle:not(:checked) + .re-menu-icon svg.open-icon {
        display: block;
    }

    .re-menu-toggle:not(:checked) + .re-menu-icon svg.close-icon {
        display: none;
    }

     .re-menu-toggle:checked + .re-menu-icon svg.open-icon {
      display: none;
    }

    .re-menu-toggle:checked + .re-menu-icon svg.close-icon {
      display: block;
    }
  }

@media (min-width: 768px) and (max-width: 1200px) {
 .re-header-actions a {
      font-size: 14px;
    }
  }

  @media (max-width: 1200px){
    .re-header-actions {
      gap:0;
    }
    .company-logo {
      max-width: 200px;
    }
  }


  
  /* Strech left bar vertically on courses */
 div#learner .learner__sidebar {
    padding: 6px;
    width: 35%;
  }

div#learner .learner__sidebar > .layout-panel {
  max-height: 70vh;
  overflow: auto;
}

  .learner__sidebar__search {
   margin-right: 2px;
   width: 100%;
   display: flex;
  }

  .learner__sidebar__search input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; /* removes focus ring */
  background-color: white !important;
  padding-left: 35px;
  }

  .learner__sidebar__search input::placeholder {
    font-style: normal;
    color: black;
  }

.small-4.columns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.learner__content {
  padding-top: 0 !important;
}

.learner__content .learner__container__toggle button {
 margin-left: 32px !important;
}



 .learner__container__toggle button {
   background-color: white !important;
   color: black !important;
   padding: 2px !important;
   margin-bottom: 2px !important;
   margin-right: 0 !important;
   border-radius: 5px !important;
   width: 80px;
   flex-shrink: 0;
   font-size: 14px !important;
   align-items: center;
   overflow: hidden;
 }

.learner__container--toggled .learner__content .learner__container__toggle .btn {
  display: none;
}

button.btn--expand.hide-sidebar > i.icon-delete {
  display: none;
}
 
button.btn--expand.hide-sidebar::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'><rect width='20' height='20' fill='%23D9D9D9'/></mask><g mask='url(%23mask0)'><path d='M13.4173 11.082L12.209 9.8737C12.334 9.22092 12.1465 8.60981 11.6465 8.04036C11.1465 7.47092 10.5007 7.2487 9.70899 7.3737L8.50065 6.16536C8.73676 6.05425 8.97635 5.97092 9.2194 5.91536C9.46246 5.85981 9.72287 5.83203 10.0007 5.83203C11.0423 5.83203 11.9277 6.19661 12.6569 6.92578C13.3861 7.65495 13.7507 8.54036 13.7507 9.58203C13.7507 9.85981 13.7229 10.1202 13.6673 10.3633C13.6118 10.6063 13.5284 10.8459 13.4173 11.082ZM16.084 13.707L14.8757 12.5404C15.4034 12.1376 15.8722 11.6966 16.2819 11.2174C16.6916 10.7383 17.0423 10.1931 17.334 9.58203C16.6395 8.17925 15.643 7.06467 14.3444 6.23828C13.0458 5.41189 11.5979 4.9987 10.0007 4.9987C9.59787 4.9987 9.20204 5.02648 8.81315 5.08203C8.42426 5.13759 8.04232 5.22092 7.66732 5.33203L6.37565 4.04036C6.9451 3.80425 7.52843 3.62717 8.12565 3.50911C8.72287 3.39106 9.34787 3.33203 10.0007 3.33203C12.0979 3.33203 13.9659 3.91189 15.6048 5.07161C17.2437 6.23134 18.4312 7.73481 19.1673 9.58203C18.8479 10.4015 18.4277 11.1619 17.9069 11.8633C17.3861 12.5647 16.7784 13.1793 16.084 13.707ZM16.5007 18.832L13.0007 15.3737C12.5145 15.5265 12.025 15.6411 11.5319 15.7174C11.0388 15.7938 10.5284 15.832 10.0007 15.832C7.90343 15.832 6.03537 15.2522 4.39648 14.0924C2.7576 12.9327 1.5701 11.4293 0.833984 9.58203C1.12565 8.84592 1.49371 8.16189 1.93815 7.52995C2.3826 6.898 2.88954 6.33203 3.45898 5.83203L1.16732 3.4987L2.33398 2.33203L17.6673 17.6654L16.5007 18.832ZM4.62565 6.9987C4.22287 7.35981 3.85482 7.75564 3.52148 8.1862C3.18815 8.61675 2.90343 9.08203 2.66732 9.58203C3.36176 10.9848 4.35829 12.0994 5.6569 12.9258C6.95551 13.7522 8.40343 14.1654 10.0007 14.1654C10.2784 14.1654 10.5493 14.148 10.8132 14.1133C11.077 14.0786 11.3479 14.0404 11.6257 13.9987L10.8757 13.207C10.7229 13.2487 10.577 13.2799 10.4382 13.3008C10.2993 13.3216 10.1534 13.332 10.0007 13.332C8.95898 13.332 8.07357 12.9674 7.3444 12.2383C6.61523 11.5091 6.25065 10.6237 6.25065 9.58203C6.25065 9.42925 6.26107 9.28342 6.2819 9.14453C6.30273 9.00564 6.33398 8.85981 6.37565 8.70703L4.62565 6.9987Z' fill='black'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.expandable-sidebar__toggle {
  background-color: white !important;
  color: black !important;
}
  .learner__sidebar-list {
    overflow-y: auto;
    max-height: unset;
  }
  .learner__sidebar-list ul.syllabus__section-list {
    display: grid;
    gap: 8px;
  }
  .learner__sidebar-list .syllabus__section-title {
    font-size: 1rem;
  }
  .learner__sidebar-list .syllabus__lesson--title .syllabus__lesson--title-text {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .learner__sidebar-list .learner__sidebar-inner-list li {
    font-size: 0.875rem;
  }
  
  .expandable-sidebar__content {
    padding: 6px;
  }
  
  /* Hide notes on courses */
  a[href$='notes'] {
    display: none;
  }

  /* Hide Star/Rating & Tags */
  .article-sidebar {
    display: none;
  }
  
  .featured-content-multi-carousel .featured-content-multi-carousel-item {
    box-shadow: 0 0 8px 2px #00000020;
    border-radius: 10px;
    margin: 10px;
    box-sizing: border-box;
  }
  .featured-content-multi-carousel .featured-content-multi-carousel-item:hover {
    box-shadow: 0 0 5px 5px #606060d9;
  }
  
  .featured-content-multi-carousel
    .featured-content-multi-carousel-item
    .catalog-grid-item__asset-container {
    text-align: center;
  }
  
  .featured-content-multi-carousel
    .featured-content-multi-carousel-item
    .catalog-grid-item__asset-container
    img {
    width: auto;
    height: 12rem !important;
  }
  
  .featured-content-multi-carousel
    .featured-content-multi-carousel-item
    .featured-content-multi-carousel-item__description {
    text-align: center;
  }
  
  /* Landing page changes for feature items */
  .featured-content-image-overlay-item {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  select.select {
    background-size: 3.5rem;
  }
  
  .featured-content-image-overlay-item__title {
    font-size: 2rem !important;
  }
  .featured-content-image-overlay-item__description {
    font-size: 1rem !important;
  }
  
  .featured-content-multi-carousel-item {
    height: 300px;
  }
  .featured-content-multi-carousel-item img {
    height: 200px;
  }
  
  .dashboard-access {
    border: unset;
    box-shadow: 0 0 8px 2px #00000020;
    margin: 0 -2rem;
  }
  
  .widget--searchbar.widget--searchbar_standard {
    /* position: absolute;
    width: 25%;
    right: 11%;
    top: 1rem; */
  }
  
  .search-bar-widget input {
    font-size: 1.125rem;
    height: 50px;
    margin: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    border: unset;
    box-shadow: 0 0 8px 2px #00000020;
  }
  
  .search-bar-widget input:focus {
    box-shadow: 0 0 8px 10px #00000020;
  }
  
  .search-bar-widget button.btn {
    height: 50px;
    border-radius: 0 5px 5px 0 !important;
  }
  .search-bar-widget button.btn > span {
    display: none;
  }

  .re-hide-btn {
    margin: 6px;
    background-color: blue;
  }
  
  .catalog-grid-item {
    border: unset;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 8px 2px #00000020;
    padding: 8px;
  }
  
  .catalog-grid-item .catalog-grid-item__asset {
    border-radius: 8px 8px 0 0px !important;
  }
  
  .catalog-grid-item
    .catalog-grid-item__completed-container
    .catalog-grid-item__completed {
    background: #ffffff9c;
    top: 0;
    transform: unset;
  }



div#learner .catalog-grid-item__completed i {
  background: #4FA45C;
  color:  #fff;
  border: none;
}

div#learner .catalog-grid-item__completed p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 0;
}

div#learner .catalog-grid-item__completed-container {
 background: hsla(0, 0%, 100%, .6);
}

div#learner .learning-path_custom-layout {
  color: #000;
  max-width: 65ch;
  align-self: center;
} 

@media (max-width: 1400px){
  div#learner .learning-path_custom-layout {
    padding: 0 16px;
  }
}

div#learner .widget--back-to-dashboard {
  margin-left: 0;
  position: relative; 
  padding:0 !important;
  margin-bottom: 50px;
}.widget__subtitle, .widget__title {
    text-align: left;
    color: #000 !important;
    padding: 0;
}.widget__subtitle {
  margin: 0;
}

div#learner .learning-content__back-button::after {
  content: "";
  position: absolute;
  top: 50px;
  left:0;
  width: calc(100vw - 60px); 
  height: 1px;
  background: #000; 
}

div#learner .learning-content__back-button{
  color: black;
  font-size: 20px;
  margin: 0;
  padding-left: 0;
}

@media (min-width: 1280px) {
  div#learner .widget--back-to-dashboard {
    margin-left: calc(-1*(100vw - 1280px) / 2 + 30px);
  }
  div#learner .learning-content__back-button::after {
    width: calc(100vw - 120px); 
  }
}

@media (min-width: 1920px) {
  div#learner .widget--back-to-dashboard {
    margin-left: calc(-1*(100vw - 1280px) / 2 + 90px);
  }
  div#learner .learning-content__back-button::after {
    width: calc(100vw - 180px); 
  }
}

div#learner .layout-panel.layout-panel--article {
  padding-left: 0;
  padding-right: 0;
}

.learning-path_custom-layout .widget--one-column{
  padding: 0;
  margin-bottom: 1.5rem;
}

div#learner .editor-content ol {
  padding: 0;
}

.learning-path_custom-layout .widget--title{
  padding: 0;
}

div#learner .learning-path-body.learning-path-body--secondary {
  background-color: white;
  padding: 0;
  border-radius: 10px;
  border:none;
}.learning-path-milestone__content{ 
  background-color: #EFEFEF;
  border-radius: 0 0 10px 10px;
}.learning-path-milestone::before {
  display: none;
} 


div#learner .learning-path-milestone__header{
  background-color: white;
}

div#learner .learning-path-milestone--completed  .learning-path-milestone__header {
  background-color: #C8E2CC;
 }

div#learner .learning-path-milestone--expandable {
  border: 1px solid black;
  border-radius: 10px;
}

 div#learner .learning-path-milestone__badge, .learning-path-criterion-badge
 {
   background-color: transparent;
   font-size: 18px;
   color: black;
 }

div#learner .learning-path-milestone--completed .learning-path-milestone__criteria::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='14.8118' cy='15.0228' r='12.429' fill='%23006D11'/%3E%3Cmask id='mask0_2205_4146' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='30' height='30'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2205_4146)'%3E%3Cpath d='M12.9687 20.751L21.7812 11.9385L20.0312 10.1885L12.9687 17.251L9.40625 13.6885L7.65625 15.4385L12.9687 20.751ZM14.7187 27.501C12.9896 27.501 11.3646 27.1728 9.84375 26.5166C8.32292 25.8603 7 24.9697 5.875 23.8447C4.75 22.7197 3.85937 21.3968 3.20312 19.876C2.54687 18.3551 2.21875 16.7301 2.21875 15.001C2.21875 13.2718 2.54687 11.6468 3.20312 10.126C3.85937 8.60514 4.75 7.28223 5.875 6.15723C7 5.03223 8.32292 4.1416 9.84375 3.48535C11.3646 2.8291 12.9896 2.50098 14.7187 2.50098C16.4479 2.50098 18.0729 2.8291 19.5938 3.48535C21.1146 4.1416 22.4375 5.03223 23.5625 6.15723C24.6875 7.28223 25.5781 8.60514 26.2344 10.126C26.8906 11.6468 27.2187 13.2718 27.2187 15.001C27.2187 16.7301 26.8906 18.3551 26.2344 19.876C25.5781 21.3968 24.6875 22.7197 23.5625 23.8447C22.4375 24.9697 21.1146 25.8603 19.5938 26.5166C18.0729 27.1728 16.4479 27.501 14.7187 27.501ZM14.7187 25.001C17.5104 25.001 19.875 24.0322 21.8125 22.0947C23.75 20.1572 24.7187 17.7926 24.7187 15.001C24.7187 12.2093 23.75 9.84473 21.8125 7.90723C19.875 5.96973 17.5104 5.00098 14.7187 5.00098C11.9271 5.00098 9.5625 5.96973 7.625 7.90723C5.6875 9.84473 4.71875 12.2093 4.71875 15.001C4.71875 17.7926 5.6875 20.1572 7.625 22.0947C9.5625 24.0322 11.9271 25.001 14.7187 25.001Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}

 div#learner .learning-path-milestone__header{
   padding: 1.5rem;
   border-radius: 10px;
 }

 div#learner .learning-path-milestone-item{
   padding: 1.5rem;
   border-radius: 8px;
 }

  div#learner .learning-path-milestone-item__title{
   border: none;
   color: #000;
 }

div#learner .learning-path-criterion__value-container i {
  display: none;
}

div#learner .learning-path-criterion__value-container:has(i.icon-signpost) {
  color: black;
}

div#learner .learning-path-criterion__value-container:has(i.icon-flag) {
  color: #BE5A09;
}

div#learner .learning-path-criterion__value--pending{
  color: currentColor;
}

  div#learner .learning-path-criterion-badge__label, .learning-path-criterion-badge__slash, .learning-path-criterion-badge__threshold, .learning-path-criterion-badge__value{
    text-transform: capitalize;
    font-weight: 400;
  }

  div#learner .learning-path-milestone__badge {
      font-weight: 700;    
      text-transform: none;
  }

 div#learner .learning-path-milestone__badge--required, .learning-path-criterion-badge--required
 {
  color: #BE5A09;
}

  div#learner .widget__title,
  .learning-path_custom-layout
    .widget--title.widget--title_standard
    h1.widget__title {
    font-size: 30px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  div#learner h4:has(.learning-path-milestone__badge) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 20px;
  }

  div#learner .learning-path-milestone-item__title > .row {
    display:flex;
    flex-direction: column;
  }

  div#learner .learning-path-milestone-item__title >.row >  .columns {
    width: 100%;
  }

  div#learner .learning-path-milestone-item__title > .row > .columns:has(.text-right){
    display: flex;
    justify-content: flex-end;
  }

  div#learner .learning-path-milestone-item__body > .row {
    display:flex;
    flex-direction: column;
  } 

  div#learner .learning-path-milestone-item__body img {
    display: none;
 } 

div#learner h4:has(.learning-path-milestone__badge) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  div#learner .learning-path-milestone-item__body {
    margin-top: 0;
  }

 div#learner .learning-path-milestone-item__body .catalog-grid-item__completed {
   top: -30px;
   left: 0;
   display: inline-flex;
   gap: 0.75rem;
   align-items: baseline;
 }

  div#learner .learning-path-milestone-item__body .catalog-grid-item__completed span{
    font-size: 18px;
  }

  div#learner .learning-path-milestone-item__body .catalog-grid-item__completed i {
    height: 25px;
    width: 25px;
    font-size: 18px;
    padding: 0;
    align-content: center;
  }

div#learner .learning-path-milestone-item__body > .row > .columns:has(.learning-path-milestone-item__info) {
  width: 100%;
}

div#learner .learning-path-milestone-item__body > .row > .columns .learning-path-milestone-item__info {
  font-size: 18px;  
  margin-top: 0;
}

div#learner .learning-path-milestone-item__body > .row > .columns .learning-path-milestone-item__info strong {
  font-weight: 500;
}

div#learner .learning-path-milestone-item__body > .row > .columns .learning-path-milestone-item__description {
  font-size: 18px;
  color: black;
  margin-bottom: 1rem;
}

div#learner .btn--primary{
  font-size: 16px;
  background-color: white ;
  color: #051938;
  border-color: #051938;
}

div#learner .btn--primary:hover {
  background-color: #051938;
  color: white;
  border-color: #051938;
}

div#learner .text-right{
  display: inline-block;
  margin-bottom: 1rem;
} 


 div#learner .learning-path-milestone__toggle > .icon-navigatedown::before {
  transform: rotate(180deg);
  display: inline-block;
  color: #000;
}
  
  /* div#learner .widget__subtitle,
  .learning-path_custom-layout
    .widget--title.widget--title_standard
    p.widget__subtitle {
    font-weight: 600;
    font-size: 1.25rem;
  } */
  
  .learning-journey-dashboard .indent-list > p {
    text-align: center;
  }
  .learning-journey-dashboard .indent-list > p img {
    height: 6rem;
  }
  
  .learning-journey-dashboard .widget__cta a.btn {
    margin-right: 0;
  }

  div#learner h4.learning-path-milestone__title {
    font-size: 24px;
    font-weight: 400;
  }

 div#learner .icon-navigatedown {
   line-height: 30px;
 }

  
  .dark-icon-invert li.about-block__container:hover img {
    filter: invert(1);
  }
  
  div.application:not(.application--admin) .btn {
    border-radius: 1rem;
    padding: 0.5rem 1rem;
  }
  
  div.application:not(.application--admin) p a,
  .link-btn, .editor-content a:not(.btn) {
    color: #BE5A09 !important;
  }
  
  div.application:not(.application--admin) p a:hover,
  .link-btn:hover, .editor-content a:not(.btn):hover  {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
  }
  
  .site-tour-link a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-camera-video' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z'/%3E%3C/svg%3E") !important;
    padding-left: 25px !important;
    background-repeat: no-repeat !important;
    background-position-y: 3px !important;
  }
  
  
  .re-bg{
    background-color: #06193a;
  }
  
  
  /* Dashboard page changes for about blocks */
  .about-blocks-widget ul > li {
     padding: 0 8px;
  } 
  .about-blocks-widget li.about-block__container .about-block {
    border-radius: 5px;
    height: 180px!important;
    border: 2px solid #fff;
    background-size: cover;
  
    /* background-color: #f2f4f8; */
    /* background-image: unset !important; */
  }
  
  .with-icons .about-blocks-widget li.about-block__container .about-block {
    height: 100%;
  }
  
  .about-blocks-widget li.about-block__container div.ember-view {
    height: 100%;
    margin: 0 !important;
  }
  
  .about-blocks-widget li.about-block__container .about-block .about-block__text {
    color: #fff !important;
    text-align: left;
  }
  
  /* .about-blocks-widget li.about-block__container .about-block:hover {
    background-color: #051938;
  }
  
  .about-blocks-widget
    li.about-block__container
    .about-block:hover
    .about-block__text {
    color: #fff !important;
  } */
  
  .abt-block{
      padding: 0 5rem 1rem 5rem!important;
  }
  .abt-block--last-item{
      padding: 0rem 5rem 3rem 5rem!important;
  }
  
  li.about-block__container .about-block__text h3{
    text-transform: inherit!important;
  }
  
  .bookmark-plus {
    display: none;
  }

  .ember-view.header__left__icon.active {
    display: none;
  } 

  /* Hide "return to manager banner" */
  /* TODO: It hides SSO section from admin */
  div.application:not(.application--admin)  .ember-view .panel.panel--secondary {
    display: none;
  } 


  /* Hide  Notes link */
  a[href*="/notes"] .expandable-sidebar__toggle {
    display: none;
  }

  /* quiz */

  .results__question-labels .label-circle.label-circle--total {
    background-color: #051938;
  }

  .results__question-labels .label-circle.label-circle--answered {
    background-color: #C0BFBF;
  }

  .results__question-labels .label-circle.label-circle--correct {
    background-color: #7EAF85;
  }

  .results__question-labels .label-circle.label-circle--incorrect {
    background-color: #D81414;
  }
 /*  qiuz result bars  */
  div.chart-bar.chart-bar--total {
 background-color: #051938;
  }

  div.chart-bar.chart-bar--answered {
      background-color: #C0BFBF;
  }
 
 div.chart-bar.chart-bar--correct {
   background-color: #7EAF85;
 }

div.chart-bar.chart-bar--incorrect {
   background-color: #D81414;
}

div.results__controls > button:nth-of-type(1) {
  border: none !important;
  background-color: white !important;
  text-decoration: underline;
  margin-left: 0;
}

div.results__controls > button:nth-of-type(2) {
  border: 1px solid black;
  background-color: white;
  font-size: 14px !important;
  margin: 10px;
}

.results__chart-labels > hr {
  display: none;
}

.ember-view.quiz__results > hr {
  display: none;
}

.ember-view.btn.btn--success[aria-label="Next Page"] {
  border: 1px solid black !important;
  background-color: #051938 !important;
  color: white !important;
}

.results__title > span {
  font-weight: 500 !important;
  margin: 12px !important;
  padding: 20px !important;
  color: black !important;
}

.results__title {
  margin-bottom: 20px;
}

 
div#learner .course__detail__container {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

@media (min-width: 1400px) {
  div#learner .course__detail__container {
  padding: 0 50px;
}
}

.course__detail__header > h1 {
 color: black !important;
 font-weight: 500;
 font-size: 40px;
 margin-bottom: 24px;
  }

  .course__detail__header > p {
 color: black !important;
  }

div#learner .course__detail__container > .course__detail__content {
  width: 100%;
}

div#learner .course__detail__container > .course__detail__content > .collection__courses{
    padding-top: 20px;
}

div#learner .course__detail__content .h2{
  font-size: 32px;
  color: #000;
  font-weight: 400;
}

 div#learner .course__detail__container .course__detail__sidebar {
   width: 100%;
   padding: 0;
   margin-top: 10px;
   margin-bottom: 0;
 }

div#learner .course__detail__content p{
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

div#learner .center-ruled-title hr{
  display: none;
}
div#learner .center-ruled-title span{
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  margin: 35px 0;
  color: #000;
  padding: 0;
  justify-self: left;
}

div#learner .collection__courses h3 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}

div#learner  .enroll--learning-path .course__detail__runs{
display: none;
}

div#learner  .enroll--learning-path .enroll__title{
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  text-transform: none;
}

div#learner .enroll--learning-path .enroll__secondary-actions > * {
  display: none;
}

div#learner .enroll--learning-path .enroll__secondary-actions > .enroll__coupon {
  display: block; 
}

div#learner .learning-path-detail-milestone-list .learning-path-detail-milestone-item__cta {
  display: none;
}

div#learner .learning-path-detail-milestone-list .learning-path-detail-milestone-item {
  /* margin-top: 30px; */
  color: #000;
}

div#learner .learning-path-detail-milestone-list .learning-path-detail-milestone-item__title{
  font-size: 22px;
}

 hr{
 display: none;
}

div#learner  .enroll--learning-path .enroll__buy{
  display: flex;
}

div#learner .enroll--learning-path .btn--expand {
  max-width: 300px;
}

div#learner .learning-path-detail-milestone-list li {
  margin-bottom: 24px;
}



div#learner .learning-path-detail-milestone-list li > div.learning-path-detail-milestone-item:first-of-type {
  border: 1px solid black;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  border-bottom: none;
}

div#learner .learning-path-detail-milestone-list li > div.learning-path-detail-milestone-item:last-of-type {
  border: 1px solid black;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  border-top: none; 
}

div#learner .learning-path-detail-milestone-list li > div.learning-path-detail-milestone-item:not(:first-of-type):not(:last-of-type) {
  border: 1px solid black;
  border-top: none;
  border-bottom: none;
  padding: 20px;
}

div#learner .learning-path-detail-milestone-list li > div.learning-path-detail-milestone-item:only-of-type {
  border: 1px solid black;
  border-radius: 10px ;
  padding: 20px;
}

div#learner .learning-path-detail-milestone-list li > hr {
  display: none;
}

div#learner .learning-path-detail-milestone-item > hr {
  display: block;
  border: solid #000;
  border-width: 1px 0 0;
  margin-top: 40px;
}

div#learner .learning-path-detail-milestone-item:last-of-type > hr {
  display: none;
}

div#learner .learning-path-detail-milestone-item .learning-path-detail-milestone-item__asset {
  height: 250px;
  padding-right: 20px;
}

div#learner .learning-path-detail-milestone-item .learning-path-detail-milestone-item__content-type{
  font-size: 18px;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

div#learner .learning-path-detail-milestone-item .learning-path-detail-milestone-item__content-type h5{
  font-size: 18px;
  margin: 0;
}

div#learner .learning-path-detail-milestone-item .learning-path-detail-milestone-item__description {
  font-size: 18px;
}
div#learner div.application:not(.application--admin) .event-sidebar--tabs .btn--link {
  color: #0000EE !important;
  text-decoration: underline;
}

div#learner .learning-path-criterion .learning-path-criterion__label {
  color:black;
  font-size: 13px;
  height: auto;
}

.tabs .tab-title.active>a {
   background-color: #8CC3DE;
  border: none;
  color: black;
  border-bottom: 2px solid #1A2C58;
}

.medium-4.xlarge-3.columns.event-sidebar__content__container {
  display: none;
}

.medium-8.xlarge-9.columns.event-content {
 float: left;
 padding-bottom: 0;
}

.ember-view.widget--course-purchase.widget--course-purchase_standard .panel {
     background-color: white;
     padding: 0;
}

.ember-view.widget--course-purchase.widget--course-purchase_standard  {
     display: flex;
     padding: 0px 16px;
}

div#learner .widget--course-purchase p {
  margin-top: 16px;
}

div#learner .widget--course-purchase .h6 span{
  color: #000;
  font-size: 18px;
}

div#learner .widget--course-purchase .webinar__dates li{
  color: #000;
  font-size: 16px;
}

div#learner .panel .enroll .enroll__title {
  color: #000;
  font-size: 16px;
  margin: 16px 0;
}

div#learner .enroll .enroll__secondary-actions > button{
  display: none;
}

div#learner .enroll .enroll__secondary-actions .enroll__coupon{
  margin-top: 8px;
}

div#learner .enroll .enroll__secondary-actions .enroll__coupon button{
    font-size: 14px;
}


div#learner .enroll__coupon .enroll__coupon__form .small-4.columns {
  height: 32px;
}

div#learner .enroll__coupon .enroll__coupon__form .small-8.columns input{
  height: 32px;
  font-size: 16px;
  margin-bottom: 8px;
}

div#learner .enroll__coupon .enroll__coupon__form{
  padding-bottom: 8px;
}

div#learner .enroll__coupon .enroll__coupon__form .small-4.columns .btn--submit{
    background: white;
    color: black;
    border:none;
    margin: 0;
    padding: .175em .5em;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 16px;
}

div#learner .enroll__coupon em {
  color: #D81414;
  font-style: normal;
}

div#learner .tabs-content--instructors .course__instructor .row{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

div#learner .tabs-content--instructors .course__instructor .row .medium-9{
  max-width: 40%;
}

div#learner .fullscreen-scorm-container {
  top: 88px;
  background-color: #EBEBEB;
}

.enroll > div > button {
  background-color: #051938 !important;
  color: white !important;
  border-radius: 50px !important;
}

div#learner .course__detail__container .course__detail__asset {
  max-width: 400px;
  margin-top: 16px;
}

.email-capture > button {
  margin-top: 14px;
}

/* Remove section numbering*/
div#learner .syllabus__section-title .syllabus__section-title-index {
  display: none;
}

div#learner .header__left__copy .course-title-link {
  pointer-events: none;
}

div#learner .header__left__copy {
  padding-left:15px;
}

div#learner .learner__sidebar__search .learner__sidebar__search-icon {
  top:49px;
  left: 16px;
}

div#learner .learner__sidebar__search .row.collapse {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 12px;
  padding-left: 8px;
}

div#learner .learner__sidebar__search .small-4.columns {
  justify-content: flex-start;
}
div#learner .learner__sidebar__search .small-8.columns {
  border: 1px solid black;
  border-radius: 15px;
  width: 100%;
  align-content: center;
  height: 35px;
}

div#learner .learner__sidebar__search .small-8.columns input{
  border-radius: 15px;
  font-size: 16px;
}

div#learner .learner__sidebar__expandables  .expandable-sidebar__toggle {
  font-size: 18px;
}

div#learner .learner__sidebar__expandables .learner__sidebar-list span {
  font-size: 16px !important;
}

div#learner .learner__sidebar__expandables li.syllabus__topic--non-expandable:before {
  display: none;
}

div#learner .expandable-sidebar__toggle i.expandable-sidebar__icon--left {
  font-size: 1rem;
}

div#learner button.syllabus__lesson--expander .expander-triangle__container {
  height: 20px;
  width: 20px;
  align-content: center;
}

div#learner .learner__sidebar__expandables .syllabus__lesson-container span{
  font-weight: 400;
  color: black;
}

div#learner .learner__sidebar__expandables .syllabus__lesson--title-text:hover,   div#learner .learner__sidebar__expandables .syllabus__lesson--title-text:active, div#learner .learner__sidebar__expandables .syllabus__topic:hover span, div#learner .learner__sidebar__expandables .syllabus__topic--active span{
  font-weight: 600;
  color:black;
  text-decoration: underline;
}

/* div#learner .learner__sidebar__expandables .syllabus__topic:hover span {
  font-weight: 600;
  color: black;
  text-decoration: underline;
} */

div#learner .learner__sidebar-inner-list span.syllabus__section-title{
  font-weight: 500;
  color: black
}

div#learner .topic__container > .topic__content .topic__text__body .editor-content p{
  max-width: 65ch;
}

div#learner .topic__container > .topic__content .topic__text__body .editor-content ul{
  max-width: 65ch;
}


div#learner .learner__content > .layout-panel p{
  max-width: 65ch;
}
div#learner .learner__content > .layout-panel ul{
  max-width: 65ch;
}

div#learner .topic__container > .topic__content .topic__text__body .editor-content {
  color: black;
}

div#learner .topic__content .editor-content p:has(img), div#learner .topic__content .editor-content p:has(img) img{
  max-width: 100% !important;
  height: auto !important;
}

div#learner .learning-path-milestone__criteria .learning-path-criterion-badge {
  background-color: transparent;
}

/* Hide buttons above video in lesson*/
div#learner .layout-panel .video-course__actions {
  display: none;
}

/* Hide left sidebar menu if there are no links or there is just notes */
div#learner .learner__sidebar:has(
  .learner__sidebar__expandables li:nth-of-type(1) .expandable-sidebar__link .icon-compose
) {
  display: none !important;
}

div#learner .learner__sidebar:has(
  .learner__sidebar__expandables li:nth-of-type(1) .expandable-sidebar__link .icon-compose
) + .learner__content {
  width: 100%;
}

div#learner .video__container{
  padding: 0;
  margin-bottom: 1rem;
}

div#learner .course__container > .ember-view div[role="banner"] {
  background-color: white;
  border-bottom: 1px solid black;
}

div#learner .course__container > .ember-view div[role="banner"] button{
  color: black;  
  font-size: 20px;

}

div#learner .course__container > .ember-view div[role="banner"] button .icon-delete{
  display: none;
}

div#learner footer[role="contentinfo"]{
  display: none;
}

div#learner .lesson-progress-page .icon-circle{
  margin-right: 4px;
}

div#learner .learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title:hover {
  background-color: #000;
  font-weight: 600;
}

div#learner .syllabus__topic.syllabus__topic--non-expandable.syllabus__topic--active {
  background-color: white;
  text-decoration: underline;
}

div#learner .topic__container__article .article-header {
  margin-bottom: 1rem;
}

div#learner .topic__container__article .article-header .btn--email{
  display: none;
}

div#learner .quiz__container--survey .retake-survey {
  display: none;
}