.share__container {
  display: none;
}

/*---- Global Settings ------------------------------*/

/*-- Sets Max Width of community container --*/

.ember-application .container {
  max-width: 1440px;
  width: 100%;
}

.home__content {
  padding: 0;
}

h1.h2 {
  color: #0E0024;
  margin-bottom: 1rem;
}

.home.course-group .home__content {
  padding-bottom: 3rem;
}

.ember-application .container {
  box-shadow: 0 0 60px rgba(38, 49, 209, .25);
}

body.ember-application {
  background-color: #FFF !important;
}

.dashboard-stat--collaborations {
  display: none !important;
}

.enroll__secondary-actions {
  display: none !important;
}

.top-bar-section ul li a {
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
}

.widget--hero-image {
  padding-bottom: 0 !important;
}

.btn btn--primary {
  border-radius: 5px;
}

.hero .hero__caption {
  background: rgb(255 255 255 / 0%);
}

.hero .hero__caption {
  background: rgb(255 255 255 / 0%);
}

.hero__caption .hero__title {
  color: #FFFFFF !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  font-size: 3.0rem !important;
  margin-top: -30px;
}

.hero__caption .h4 {
  color: #FFFFFF !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  font-size: 2.0rem !important;
  line-height: 3rem !important;
}

.search-bar-widget {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
}

.search-bar-widget form .btn {
  margin: 50px;
  margin-right: 75px;

}

.company__school-name {
  font-size: 1.0rem;
}

.widget.widget--searchbar.widget--searchbar_standard {
  margin-top: -168px;
}

/*-- Top Navigation --*/

.widget.widget--navbar.widget--navbar_standard {
  background-color: #0E0024;
  padding: 1rem 2rem 0 2rem;
}

.top-bar {
  background-color: transparent !important;
  height: 2.5rem;
  line-height: 2.5rem;
}

.navigation-bar .top-bar-section ul.left {
  width: 100%;
  border-bottom: none !important;
}

.top-bar-section ul li {
  background: #0E0024;
  position: relative;
  padding: 0 1em 0.5rem 1rem !important;
}

/*-- Navigation Item --*/

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #0E0024;
  color: #FFF !important;
  line-height: 3rem;
  padding: 0 1rem;
  text-transform: capitalize !important;
}

.navigation-bar .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
.navigation-bar .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.navigation-bar .top-bar-section li:not(.has-form) a:not(.button):focus,
.navigation-bar .top-bar-section li:not(.has-form) a:not(.button):hover,
.navigation-bar .top-bar-section ul li:hover:not(.has-form) > a {
  background: transparent;
  color: #656565;
}

/*-- Navigation Item with external link --*/

.navigation-bar .top-bar-section ul li > a[target="_blank"]::after {
  content: '';
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,w_300/v1/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/cfeuqspbdntg-new_window2x.png');
  display: block;
  width: 15px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-- Arrows for dropdown --*/

.top-bar-section .has-dropdown > a:after,
.top-bar-section .navigation-widget__item--has-dropdown > a:after {
  border-top: 5px solid #FFF !important;
}

/*-- Dropdown Menu --*/

.navigation-bar .dropdown li {
  -webkit-box-shadow: 0 0 0 1px #333;
  box-shadow: 0 0 0 1px #CCC;
  background: #301baa;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.top-bar-section .dropdown li a {
  background: #f6f6f6;
  color: #656565;
  padding: 10px;
}

/*-- Hero Home --*/

.container .widget--hero-image {
  padding: 0 !important;
}

/*-- Page Title --*/

.hero .hero__caption .hero__title {
  color: #0E0024 !important;
  font-family: SentinelSans Title;
  font-size: 5rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  /* top: 50px; */
}

.hero .hero__caption .h4 {
  color: #76788F !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  font-size: 2.0rem !important;
  line-height: 3rem !important;
  position: relative;
  /*    top: -110px; */
}

.hero .hero__caption {
  background: transparent;
  bottom: 12em;
  left: 0;
  position: absolute;
}

/*-- Hero Search Bar --*/

.widget--searchbar .search-bar-widget form {
  box-shadow: 0 3.58px 8px 0 rgba(37, 10, 158, 0.20);
}

.widget--searchbar .search-bar-widget {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
  max-width: 1000px;
  margin: auto;
  top: -75px;
}

.widget--searchbar .search-bar-widget input {
  font-size: 1rem;
  height: 52px;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  border: none;
  max-width: 900px;
  padding: 18px;
}

.widget--searchbar .search-bar-widget button {
  height: 52px;
}

/*-- Announcement Banner --*/

.s1-banner-wrap {
  border-radius: 20px;
  border: 4px solid #FFF;
  background: linear-gradient(110deg, #7447DD 6.09%, #855BE4 28.86%, #6100ff 96.53%);
  box-shadow: 0 0 14px 4px rgba(166, 155, 212, 0.45);
  margin: 0 30px 30px 30px;
}

.s1-banner-content {
  padding: 2rem;
  color: #FFF;
  position: relative;
}

.s1-banner-content h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 1.875rem;
  padding-bottom: 0;
  margin-bottom: .5rem;
}

.s1-banner-content p {
  font-weight: 400;
}

.s1-banner-content a {
  color: #FFF;
  text-decoration: underline;
}

.s1-banner-content a.s1-banner-cta {
  position: absolute;
  right: 25px;
  top: 35px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 12px;
}

.s1-banner-content a.s1-banner-cta:hover {
  background-color: rgb(255, 255, 255);
}

/*---- Dashboard Page ------------------------------*/

/*-- Dashboard Header --*/

@media only screen and (min-width: 48.063em) {

  .header--dashboard,
  .header--microsite {
    padding: 1.2rem 2rem 0.5rem 2rem;
    border-width: 10px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}

/*-- Titles --*/

h2.widget__title {
  color: #0E0024;
  font-weight: bold;
  font-size: 1.75rem;
  display: block;
  padding-bottom: 1rem;
}

/*-- Course Catalog Standard List--*/

.widget--catalog_standard .catalog-grid-item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 4px 7px 0 rgba(166, 155, 212, 0.20);
}

.widget--catalog_standard .catalog-grid-item__source {
  color: #6100ff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  background: #FFF;
  max-width: 80px;
  display: inline-block;
  position: absolute;
  padding: 6px 10px;
  box-shadow: 0 3.58px 8px 0 rgba(37, 10, 158, 0.20);
}

.widget--catalog_standard .catalog-grid-item__body .catalog-grid-item__source strong {
  font-size: 14px;
  font-weight: 400;
  color: #23273C;
  clear: both;
  content: "";
  display: table;
  line-height: 14px;
}

.widget--catalog_standard .catalog-grid-item__body .catalog-grid-item__title {
  margin-bottom: .25em;
  color: #0E0024;
  font-weight: bold;
}

.widget--catalog_standard .catalog-grid-item__cta-container .btn--link.btn--right.btn--primary {
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  background: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px !important;
  height: 36px;
  text-transform: uppercase;
}

/*-- Featured Content and Courses--*/

.featured-content-default-grid .catalog-grid-item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 4px 7px 0 rgba(166, 155, 212, 0.20);
}

.featured-content-default-grid .catalog-grid-item__body .catalog-grid-item__source {
  display: none !important;
}

.featured-content-default-grid .catalog-grid-item__body .catalog-grid-item__title {
  color: #0E0024;
  font-weight: bold;
  font-size: 1.275rem;
  padding-top: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.6rem;
}

.featured-content-default-grid .catalog-grid-item__body .catalog-grid-item__description {
  font-size: .875rem !important;
}

.featured-content-default-grid .catalog-grid-item__body .catalog-grid-item__cta-container .btn--link.btn--primary {
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  background: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px !important;
  height: 36px;
  text-transform: uppercase;
}

/*-- My Learning Dashboard --*/

.dashboard-access .dashboard-access__header {
  background: #0E0024;
  color: #FFF;
}

.dashboard-access .dashboard-access__header button.button-expander {
  background-color: #FFF !important;
  border: 1px #6100ff solid;
}

.dashboard-access button.button-expander .icon-plus {
  color: #6100ff;
}

.dashboard-access section .dashboard-access-list-item .col-span-3 strong {
  color: #23273C;
  border-radius: 6px;
  background: #FFF;
  display: inline-block;
  padding: 4px 12px;
  box-shadow: 0 3.58px 8px 0 rgba(37, 10, 158, 0.20);
  font-size: 14px;
  font-weight: 400;
}

.dashboard-access section .dashboard-access-list-item .dashboard-access-list-item-expansion a.btn.dashboard-access-list-view-detail-page {
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  background: #FFF;
  display: block;
  width: 100%;
  max-width: 175px;
  text-align: center;
  padding: 9px !important;
  text-transform: uppercase;
  color: #5B0FDE;
}

/*-- My Learning CTA --*/
.dashboard-access section .dashboard-access-list-item .items-center a.btn.btn--primary {
  background: linear-gradient(317deg, #7282D7 -9.49%, #6100ff 81.53%);
  max-width: 230px;
  width: 100%;
  padding: 9px;
  text-transform: uppercase;
  border: none;
}

.dashboard-access section .dashboard-access-list-item .items-center a.btn.btn--primary::after {
  content: '';
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,w_300/v1/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/dlffs8sdnj63-UI-caret-right-white.png');
  background-position: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 10px;
  z-index: 200;
  top: 9px;
}

i.icon-navigatedown ~ .dashboard-access-list-item-expander__title {
  font-size: 20px;
  font-weight: bold;
  color: #0E0024;
}

/*-- Reshedule Button --*/

.dashboard-access-list-item a[href*="reschedule"] {
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  background: #FFF;
  display: block;
  text-align: center;
  padding: 4px !important;
  text-transform: uppercase;
  color: #5B0FDE;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin-top: .5rem;
  width: 100%;
  max-width: 230px;
  float: right;
  word-break: break-word;
}

/*-- Completed Checkbox --*/

.catalog-grid-item__completed i {
  color: #5B0FDE !important;
}

/*---- My Learnings ------------------------------*/

/*-- tabs --*/

.dashboard-access .dashboard-access-tabs {
  background: rgb(183, 214, 251);
  background: linear-gradient(36deg, rgba(183, 214, 251, 1) 0%, rgba(249, 248, 254, 1) 65%, rgba(246, 229, 254, 1) 100%);
}

/*---- Learning Catalog ------------------------------*/

/*-- accordion list --*/

.widget--catalog .catalog-aggregation--expanded {
  border-bottom: none;
  margin-bottom: 0em;
  background: linear-gradient(170deg, rgba(248, 242, 254, 1) 0%, rgba(249, 248, 254, 1) 26%, rgba(249, 248, 254, 1) 79%, rgba(225, 236, 253, 1) 100%);
}

/*-- accordion list title --*/

.catalog-aggregation__header--label {
  padding-left: 0.5em;

}

.catalog-aggregation__header--label:hover,
.catalog-aggregation__header--label:active {
  color: #5B0FDE;

}

/*-- accordion list option --*/

.catalog-aggregation--expanded .btn.catalog-aggregation__value {
  color: #5B0FDE;
  font-weight: bold;
}

/*-- Instructor Lead Training --*/

/*-- Meetings Highlight --*/

.event-sidebar__meeting--active,
.event-sidebar__meeting--active:hover {
  background: linear-gradient(110deg, #7447DD 6.09%, #855BE4 28.86%, #6E65EB 96.53%);
  box-shadow: 0 -8px 35px -9px rgba(38, 49, 209, 0.25);
}

.event-sidebar__content .event-sidebar__meeting__title {
  font-size: 1.25rem;
  font-weight: bold;
}

/*---- Course Detail ------------------------------*/

/*-- course header --*/

.header.header--microsite {
  padding: 1.2rem 2rem 1.5rem 2rem;
  border-width: 10px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.course__detail__container .course__detail__header {
  padding: 1rem;
}

.course__detail__container .course__detail__header h1 {
  color: #0E0024;
  font-size: 2rem;
}

/*-- Hides the 'Enroll Now' button label and background color --*/

.course__detail__sidebar .widget--course-purchase_standard .enroll__title {
  display: none !important;
}

.course__detail__sidebar .widget--course-purchase_standard .panel {
  background-color: transparent !important;
}

/*-- learning tabs ---*/

.course__detail__container {
  padding-top: 2rem;
}

.course__detail__container .tabs .tab-title.active > a,
.tabs .tab-title > a.active {
  color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(110deg, #7447DD 6.09%, #855BE4 28.86%, #6E65EB 96.53%);
  box-shadow: 0 -8px 35px -9px rgba(38, 49, 209, 0.25) !important;
  padding: 1rem 2.5rem;
  border: none !important;
}

.course__detail__container .tabs .tab-title > a {
  color: #0E0024;
  border-radius: 20px 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  background: #FFF;
  box-shadow: 0 -8px 35px -9px rgba(38, 49, 209, 0.25);
  padding: 1rem 2.5rem;
  border: 1px solid rgba(166, 155, 212, 0.2) !important;
  margin-right: 4px;
}

.course__detail__container .tabs {
  border-bottom: 3px solid rgba(166, 155, 212, 0.2);
  margin-top: 1rem;
}

/*-- Video Course Detail --*/

.course__detail__container .video__container {
  padding: 0;
  max-width: 100%;
  display: block;
  margin: 0 2rem 2.5rem 0;
}

/*-- Image Course Detail --*/

.course__detail__content .course__detail__asset picture.picturefill {
  display: none !important;
}

.course__detail__content .course__detail__asset picture.picturefill {
  display: none !important;
}


/*-- Enroll Button --*/
.course__detail__sidebar .widget--course-purchase_standard .btn--primary {
  background: linear-gradient(317deg, #7282D7 -9.49%, #6100ff 81.53%);
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
}

/*-- Email Button --*/
.course__detail__sidebar .widget--course-purchase_standard .email-capture .btn--primary {
  background: #FFF;
  padding: 0.5rem;
  font-size: inherit;
  color: var(--accent-color);
  width: 100%;
  margin-top: 10px;
}

/* Purchase Options Button --*/

.widget--course-purchase button.btn.btn--alt.btn--expand.btn--secondary {
  width: 100%;
  padding: 1rem;
  display: none !important;
}

.course__detail__sidebar .widget--course-purchase_standard .enroll__title {
  color: #0E0024;
}


/*-- COURSE DETAIL TABS --*/

/*-- Course Instructor --*/
.course__detail__container .course__detail__content .tabs-content {
  padding: 2rem 1rem;
}

/*-- Course Instructor --*/
.course__detail__container .course__detail__content .course__instructor p.h4 {
  color: #0E0024;
  font-size: 1.5rem;
}

/*-- Reviews --*/

.course__detail__container .course__detail__content .course__testimonial__rating span.label {
  padding: .5rem 1rem;
}

/*-- COURSE DETAIL RELATED COURSES --*/

.course__detail__sidebar .widget--course-related .course__related .course__related__title {
  background: #0E0024;
  color: #FFF;
}

.course__detail__sidebar .course__includes__title {
  color: #0E0024;
}

/*---- My Learning Path ------------------------------*/

/*-- learning path hero --*/

.widget--learning-path-content-hero .learning-content-hero {
  aspect-ratio: 4/1;
}

.learning-content-hero .learning-content-hero__overlay {
  background: rgb(115, 67, 218);
  background-image: linear-gradient(90deg, rgba(115, 67, 218, 1) 0%, rgba(133, 93, 230, 1) 31%, rgba(111, 104, 237, 1) 100%) !important;
}

/*-- learning path timeline milestone header --*/

.learning-path-timeline-milestone__header {
  background: rgb(248, 242, 254);
  background: linear-gradient(170deg, rgba(248, 242, 254, 1) 0%, rgba(249, 248, 254, 1) 26%, rgba(249, 248, 254, 1) 79%, rgba(225, 236, 253, 1) 100%) !important;
}

/*-- learning path timeline --*/

.learning-path-timeline-milestone-items {
  background-color: #0E0024 !important;
}

/*-- learning path 'view details' button --*/

.learning-path-timeline-milestone-item__content a.btn.catalog-item {
  background: linear-gradient(270deg, #550bd3, #7e26f1 107.4%);
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  display: inline-block;
  font-size: 15px;
  padding: 8px 24px !important;
  text-decoration: none;
  text-transform: uppercase;
}

/*-- Learning Path Title Timeline Milestone --*/

.learning-path-timeline-milestone-item__content-container .learning-path-milestone-item__title {
  color: #fff !important;
}

.learning-path-timeline-milestone-item__content-container .learning-path-milestone-item__title.h4 {
  color: #fff !important;
}

.learning-path-timeline-milestone-item__content-container .learning-path-milestone-item__info {
  color: #fff !important;
}

.learning-path-timeline-milestone-item__content-container .learning-path-milestone-item__info h5 {
  color: #fff !important;
}

.learning-path-timeline-milestone-item__content-container .learning-path-milestone-item__description {
  color: #fff;
}

/*-- Learning Path Title Timeline Complete --*/

.learning-path-timeline-milestone-item-circle--completed {
  background-color: #56EEF4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.learning-path-progress-bar-item--completed .learning-path-progress-bar-item__index {
  background-color: #56EEF4;
}

/*-- Learning Path Certificate Granted --*/

.learning-path-body .learning-path-certificate-status--earned {
  color: #301baa;
  font-weight: bold;
  text-align: right;
}

.learning-path-certificate-status__progress {
  text-align: right !important;
}

/*-- learning path progress icons --*/

.learning-path-progress-bar-item--current .learning-path-progress-bar-item__index {
  background: #6100ff;
}

.learning-path-timeline-milestone-item-circle--current {
  background-color: #301baa;
  -webkit-box-shadow: 0 0 0 11px #fff, 0 0 0 12px #6100ff, 0 0 0 17px #fff, 0 0 0 18px #301baa;
  box-shadow: 0 0 0 11px #fff, 0 0 0 12px #6100ff, 0 0 0 17px #fff, 0 0 0 18px #301baa;
}

/*-- Learning Path 'back to dashboard' CTA --*/

.learning-content-hero a.learning-content__back-button {
  color: #fff;
  padding: 1em;
  position: absolute;
  z-index: 1;
  background-color: #fff !important;
  display: block;
  border-radius: 8px;
  margin: 10px;
  color: var(--accent-color) !important;
}


/*---- My Learning Path Not Enrolled ------------------------------*/

.enroll--learning-path a.btn {
  background: var(--3-point-gradient, linear-gradient(317deg, #7282D7 -9.49%, #6100ff 81.53%));
  width: 100%;
  padding: 1rem;
}

.learning-path-milestone__badge--required {
  padding: 4px 14px;
  background: #DDD;
  border-radius: 1rem;
  color: #301baa;
}

.learning-path-detail-milestone-list .learning-path-detail-milestone-item {
  margin-left: 30px;
}

.learning-path-detail-milestone-list li {
  margin: 1rem 0 0 0;
}

/*
.learning-path-detail-milestone-list .learning-path-detail-milestone-item .row {
  padding-bottom: 15px;
}
*/

/*-- milestone View Details --*/

a.learning-path-detail-milestone-item__cta {
  background: linear-gradient(270deg, #550bd3, #7e26f1 107.4%);
  background: linear-gradient(270deg, #550bd3, #7e26f1 107.4%) !important;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  display: inline-block;
  font-size: 15px;
  padding: 8px 24px !important;
  text-decoration: none;
  text-transform: uppercase;
}

a.learning-path-detail-milestone-item__cta:hover {
  color: #fff;
}

/*-- milestone learning type --*/

.learning-path-detail-milestone-item__content-type {
  color: #23273C;
}

/*-- milestone title --*/

.learning-path-detail-milestone-list h3 {
  color: #111;
  padding-top: 1.25rem;
  display: block;
  text-transform: uppercase;
}

/*-- indents milestone title HR --*/

.learning-path-detail-milestone-list li > hr {
  margin-left: 30px;
}

/*-- milestone yhumbnail --*/

.learning-path-detail-milestone-item__asset {
  padding-right: 1.75em;
  padding-top: .875rem;
}

/*---- LEARNING PATH VIDEO DETAIL ------------------------------*/

/*-- Video Detail Body --*/

.learn.video #learner div#lms {
  max-width: 1440px;
  margin: auto;
  box-shadow: 0 0 60px rgba(38, 49, 209, .25);
}

/*-- Video Detail Header --*/

.learn.video #learner .header--article {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1;
  padding: 1.2rem 2rem 1.5rem 2rem;
  border-width: 10px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

/*-- Video Detail Hide Email --*/

.learn.video #learner .article-header .btn.btn--email {
  display: none !important;
}

/*-- Video Detail - Video Size --*/

.learn.video #learner .article-content .video__container {
  max-width: 800px;
  width: 100%;
}

/*-- Video Detail - Tabs --*/

.learn.video #learner .article-sidebar__custom-fields li.article-sidebar-custom-field {
  color: #23273C;
  font-size: .75rem;
  border-radius: 6px;
  background: #FFF;
  display: inline-block;
  padding: 4px 12px;
  border-color: #aaa !important;
}

/*-- Video Detail - Hides Tags --*/

.learn.video .article-sidebar .article-sidebar__custom-fields {
  display: none !important;
}

/*-- Video Detail - Related Items --*/

.article-content__related-items .featured-content-default-grid .catalog-grid-item__body .catalog-grid-item__title {
  font-size: 1rem;
  font-weight: 400;
}

/*-- Learning Path 'back to dashboard' CTA --*/

.learn.video #learner .widget--back-to-dashboard .learning-content__back-button {
  color: #fff;
  padding: 1em;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color) !important;
  display: block;
  border-radius: 8px;
  margin: 10px;

}

/*---- PARTNER LIVE TRAINING CALENDAR ------------------------------*/

.catalog-calendar__table a.btn.btn--primary {
  background: var(--3-point-gradient, linear-gradient(317deg, #7282D7 -9.49%, #6100ff 81.53%));
}

.catalog-calendar__table thead tr {
  background-color: #0E0024;
  color: #FFF;
}

.catalog-calendar__table caption {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background: -o-linear-gradient(181.51deg, #56eef4 -20.16%, #6100ff 121.41%);
  background: linear-gradient(268.49deg, #56eef4 -20.16%, #6100ff 121.41%);
  background-clip: text;
  font-weight: bold;
}

/*---- INSTRUCTOR LED COURSES ------------------------------*/

.tabs-content.tabs-content--meetings .event-sidebar__content {
  border: 1px solid #CCC;
}

.tabs-content.tabs-content--meetings .event-sidebar__meeting__date span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1440px) {
  .tabs-content.tabs-content--meetings .columns.event-sidebar__content__container {
    width: 50% !important;
  }

  .tabs-content.tabs-content--meetings .columns.event-content {
    width: 50% !important;
  }
}

/*-- FAQ PAGE --*/
.s1-banner-content a.s1-faq-cta {
  position: absolute;
  right: 25px;
  bottom: 10px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 12px;
}

.s1-banner-content a.s1-faq-cta:hover {
  background-color: rgb(255, 255, 255);
}

/*---- Partner Course Detail Complete ------------------------------*/

/*-- Partner Course Detail Body --*/

.learn.course.section div#lms {
  max-width: 1440px;
  margin: auto;
  box-shadow: 0 0 60px rgba(38, 49, 209, .25);
}

/*-- Partner Course Detail Header --*/

.learn.course.section .header--student.header--learner {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1;
  border-width: 10px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-bottom: 5rem;
}


/*-- Home Button --*/

.learn.course.section .header--learner a.header__left__icon {
  background: var(--3-point-gradient, linear-gradient(317deg, #7282D7 -9.49%, #6100ff 81.53%));
}

.learn.course.section .header--learner a.header__left__icon:hover {
  cursor: pointer;
}

.learn.course.section .header--learner a.header__left__icon i.icon-home {
  fill: #FFF !important;
  color: #FFF !important;
  font-size: 1.5rem;
}

/*-- Enroll text size --*/

.widget--course-purchase .enroll small {
  font-size: 90%;
}

/*---- LMS Footer Styles ------------------------------*/

/*-- Panorama Footer Overrides --*/

.footer[role="contentinfo"] {
  padding: 0 !important;
}

/*-- hides the default copyright --*/

.footer .footer__company__info {
  display: none !important;
}

.footer .footer__inner {
  padding: 0;
}


/*-- Footer Body Styles --*/

.S1-LMS-footer-outside {
  background-color: #0E0024;
  color: #fff;
  text-align: center;
  padding: 30px 40px 35px 40px;
}

.S1-LMS-footer-inside {
  width: 100%;
  color: #F5F5F5;
  text-align: left;
  margin: 0 auto;
  font-weight: 300;
  line-height: 22px;
}

.S1-LMS-footer-inside a {
  color: #fff;
}

.S1-LMS-footer-grid {
  display: flex;
}

.S1-LMS-footer-inside-1.S1-LMS-footer-social-terms {
  width: 41.6666666667%;
}

.S1-LMS-footer-inside ul {
  list-style: none;
  margin-left: 0;
}

ul.S1-Social {
  display: block;
  padding-bottom: 25px;
  list-style: none;
}

ul.S1-Social li {
  display: inline;
  margin-right: 35px;
}

.S1-Social img {
  height: 16px;
}

/*-- Footer Terms --*/

.S1-Terms ul {
  margin-left: 0;
}

.S1-Terms li {
  display: inline-block;
  padding-right: 10px;
  margin-left: 8px;
  border-right: 1px #fff solid;
  line-height: 14px;
}

.S1-Terms li:first-child {
  margin-left: 0 !important;
}

.S1-Terms li:last-child {
  border-right: none !important;
}

/*-- Footer S1 Icon --*/

.S1-LMS-footer-inside-2.S1-LMS-footer-icon {
  text-align: center;
  position: relative;
  width: 16.6666666667%;
}

.S1-LMS-footer-icon img {
  vertical-align: bottom;
  position: absolute;
  bottom: 15px;
  height: 40px;
}

/*-- Footer Contact Info --*/

.S1-LMS-footer-inside-1.S1-LMS-footer-contact_wrap {
  text-align: right;
  width: 41.6666666667%;
}

.S1-Terms li:first-child {
  margin-left: 0 !important;
}

/*-- Footer HTML No Margins --*/

.widget--html_standard .S1-LMS-footer-outside {
  margin: -1rem -2rem;
}

/*-- Added by Mark 1/17 --*/

.btn--alt.btn--primary span {
  color: white;
}

/*-- Learning Content --*/

.learner__container--toggled .learner__sidebar {
  min-width: 300px;
  padding-top: 3rem;
}

.learner__container .layout-panel {
  padding-top: 0;
}

.learner__sidebar__expandables .expandable-sidebar__toggle {
  background-color: #EEE;
  color: #0E0024;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: .5rem .35rem .5rem .75rem;
  text-transform: uppercase;
}

.expandable-sidebar__content {
  padding: 1.5rem .75em 1.5rem .5em;
}

.quiz__container--survey button.btn.btn--primary {
  background: var(--3-point-gradient, linear-gradient(317deg, #7282D7 -9.49%, #6100ff 81.53%));
  padding: 1rem 2rem;
}

.header__left__copy a.course-title.course-title-link {
  font-weight: bold;
}

/*---- LMS Unauthorized Landing Page  ------------------------------*/

.home.index {
  padding: inherit;
}

.S1-ULP-login-options {
  display: block;
  margin-bottom: 2rem;
}

.S1-ULP-login-options .columns .editor-content {
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
  border: 5px solid #fff;
  min-height: 300px;
  -webkit-box-flex: 1;
  background: #fff;
  border-radius: 20px;
  /* -webkit-box-shadow: 0 5px 50px rgba(38,49,209,.15); */
  box-shadow: 0 5px 25px rgba(38, 49, 209, .2);
  -ms-flex: 1 1;
  overflow: hidden;
  padding: 2rem 1.5rem;
  text-align: center;
}

.S1-ULP-login-options .columns .editor-content h2 {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background: -o-linear-gradient(181.51deg, #56eef4 -20.16%, #6100ff 121.41%);
  background: linear-gradient(268.49deg, #56eef4 -20.16%, #6100ff 121.41%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
}

/*
.S1-ULP-login-options .columns .editor-content a:not(.btn) {
  background: linear-gradient(270deg,#550bd3,#7e26f1 107.4%);
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(110,0,255,0);
  box-shadow: 5px 5px 15px 0 rgba(110,0,255,0);
  display: inline-block;
  font-size: 14px;
  letter-spacing: .2em;
  padding: 6px 12px;
  text-decoration: none;
}
*/

.S1-ULP-login-options .columns .editor-content a:not(.btn) {
  display: inline-block;
  letter-spacing: .2em;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  text-align: center;
  padding: 8px 20px;
  margin-top: 7px;
  text-transform: uppercase;
}

/*-- Course Container Top Bar --*/

.course__container .bg-accent {
  background-color: #0E0024;
}

/*---- FAQ Page  ------------------------------*/

.s1u_faqs {
  padding: 2rem;
}

.s1u_faqs h1 {
  color: #301baa;
  font-size: 1.875rem;
  font-weight: bold;
  border-top: 1px solid #DDD;
  padding-top: 2rem;
  margin-top: 2rem;
}

.s1u_faqs .s1u_faqs_card a {
  color: #5B0FDE;
  text-decoration: underline;
}

.s1u_faqs .s1u_faqs_card {
  background: #fff;
  -webkit-box-shadow: 2px 9px 14px 7px rgba(0, 0, 0, .1);
  box-shadow: 2px 4px 6px 1px rgba(0, 0, 0, .05);
  margin: 0 0 1rem;
  padding: 25px 20px;
  border-radius: 8px;
  border: 1px #ddd solid;
  margin-left: 2rem;
}


.s1u_faqs .s1u_faqs_card h2 {
  color: #301baa;
  font-weight: bold;
  margin-bottom: 12px;
}

/*----Learner Content  ------------------------------*/

/*-- iFrame Height --*/

.learner__content .topic__container iframe {
  min-height: 500px;
}

/*-- Breadcrumb --*/

.learner-section__title__container h3 {
  padding-right: 16px;
}

/*-- Launch Button --*/

.main-content .self-learner-controls-buttons button.btn.lab-control.launch {
  background-color: #6100ff;
  border-color: #6100ff;
  color: #FFF;
  font-size: 1.125rem;
  padding: 0.7em 1.5em;
  min-width: 200px;
}

.main-content .self-learner-controls-buttons button.btn.lab-control.launch:hover {
  background-color: #8631f6;
  border-color: #8631f6;
  cursor: pointer;
}


/*---- MOBILE RESPONSIVE BREAKPOINTS ------------------------------*/

/*-- Course Catalog Widget - Catalog Section --*/

.widget--catalog_standard .catalog-grid-item__source {
  top: -130px;
  left: 30px;
}

.widget--learning-path-content-hero .learning-content-hero {
  aspect-ratio: 1/1;
}

.learning-content-hero h4 {
  font-size: 1rem;
}

@media (min-width: 400px) {
  .widget--catalog_standard .catalog-grid-item__source {
    top: -165px;
    left: 30px;
  }

  .dashboard-access section .dashboard-access-list-item .items-center a.btn.btn--primary::after {
    display: none;
  }

  .widget--searchbar .search-bar-widget {
    top: 0;
  }

  .widget--learning-path-content-hero .learning-content-hero {
    aspect-ratio: 1/1;
  }

  /*
.learning-content-hero .w-full.absolute.left-0 {
  top: 20%;
}
*/

}

@media (min-width: 480px) {
  .widget--catalog_standard .catalog-grid-item__source {
    top: -220px;
    left: 30px;
  }

  .hero .hero__caption .hero__title {
    font-size: 2rem !important;
  }

  .hero .hero__caption .h4 {
    font-size: 1.2rem !important;
    line-height: 2.2rem !important;
  }

  .hero .hero__caption {
    bottom: 5.5em;
  }

  .widget--searchbar .search-bar-widget {
    top: 15px;
  }

  .widget--searchbar .search-bar-widget input {
    height: 40px;
  }

  .widget--searchbar .search-bar-widget button {
    height: 40px;
  }

  .course__detail__container .video__container {
    margin: 0 0 1rem 0;
  }

}

@media (min-width: 640px) {
  .widget--catalog_standard .catalog-grid-item__source {
    top: -270px;
    left: 30px;
  }

  .hero .hero__caption .hero__title {
    font-size: 2.6rem !important;
  }

  .hero .hero__caption .h4 {
    font-size: 1.4rem !important;
    line-height: 1.4rem !important;
  }

  .hero .hero__caption {
    bottom: 6.5em;
  }

  .widget--searchbar .search-bar-widget {
    top: 0;
  }

  .widget--learning-path-content-hero .learning-content-hero {
    aspect-ratio: 2/1;
  }

  .widget--searchbar .search-bar-widget {
    padding-top: 50px;
  }

  .widget--searchbar .search-bar-widget input {
    height: 52px;
  }

  .widget--searchbar .search-bar-widget button {
    height: 52px;
  }

  .course__detail__container .video__container {
    margin: 0 2rem 2.5rem 0;
  }

}

@media (min-width: 769px) {
  .widget--catalog_standard .catalog-grid-item__source {
    top: -100px;
    left: 30px;
  }

  .hero .hero__caption .hero__title {
    font-size: 2.8rem !important;
  }

  .hero .hero__caption .h4 {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
  }

  .hero .hero__caption {
    bottom: 6.5em;
  }

  .widget--searchbar .search-bar-widget {
    top: -15px;
  }

  .widget--learning-path-content-hero .learning-content-hero {
    aspect-ratio: 2/1;
  }

}

@media (min-width: 975px) {

  .hero .hero__caption .hero__title {
    font-size: 3rem !important;
  }

  .hero .hero__caption .h4 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .hero .hero__caption {
    bottom: 9em;
  }

  .widget--searchbar .search-bar-widget {
    top: -35px;
  }



}

@media (min-width: 1024px) {
  .widget--catalog_standard .catalog-grid-item__source {
    top: -124px;
    left: 25px;
  }

  .dashboard-access section .dashboard-access-list-item .items-center a.btn.btn--primary::after {
    display: block;
  }

  .hero .hero__caption .hero__title {
    font-size: 3rem !important;
  }

  .hero .hero__caption .h4 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .hero .hero__caption {
    bottom: 10em;
  }

  .widget--searchbar .search-bar-widget {
    top: -45px;
  }

  .widget--learning-path-content-hero .learning-content-hero {
    aspect-ratio: 3/1;
  }

}

@media (min-width: 1188px) {

  .dashboard-access section .dashboard-access-list-item .items-center a.btn.btn--primary::after {
    display: block;
  }

  .hero .hero__caption .hero__title {
    font-size: 4rem !important;
  }

  .hero .hero__caption .h4 {
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }

  .hero .hero__caption {
    bottom: 12em;
  }

  .widget--learning-path-content-hero .learning-content-hero {
    aspect-ratio: 4/1;
  }

}

@media (min-width: 1440px) {
  .widget--catalog_standard .catalog-grid-item__source {
    top: -145px;
    left: 30px;
  }
}

/*---- Login Page ------------------------------*/

/*-- Added by Mark to hide login form

form.session__form .mb-1 {
  display: none;
}

form.session__form .mb-2 {
  display: none;


form.session__form .field {
  display: none;
}

form.session__form .btn {
  display: none;
}

body.index #i18n-1{
  display: none;
}


body.index #i18n-2{
  display: none;
}

body.index .badge{
  display: none;
}
--*/

body.index .badge {
  display: none;
}

#i18n-1 {
  display: none;
}

.icon-logout #i18-1 {
  display: contents;
}

body.index #cart-button #i18n-2 {
  display: none;
}

.session__forgot {
  display: none;
}

.course__detail__enrolled {
  display: none;
}

/*-- Added by DW and EpiGrowth --*/

.session .session__container.columns {
  box-shadow: 0 0 60px rgb(185 185 185 / 25%);
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 0;
  width: 100%;
  margin: auto;
  float: none;
  left: 0;
  max-width: 1100px;
}

.session .session__container.columns a.btn.btn--link.company__beta-logo {
  margin-top: 1rem;
  display: block;
  text-align: center;
}

.S1_Login_Page h1.login-page-title {
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  display: block;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-width: 10px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.S1_Login_Page p.login-page-sub-title {
  color: #0E0024;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0.5em;
  display: block;
  padding: 1rem;
}

.S1_Login_Page .login-page-cta-tile {
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
  border: 5px solid #fff;
  min-height: 250px;
  -webkit-box-flex: 1;
  background: #fff;
  border-radius: 20px;
  /* -webkit-box-shadow: 0 5px 50px rgba(38,49,209,.15); */
  box-shadow: 0 5px 25px rgba(38, 49, 209, .2);
  -ms-flex: 1 1;
  overflow: hidden;
  padding: 2rem 1rem;
  text-align: center;
  max-width: 300px;
  margin: 0 .5rem 2rem .5rem;
}

.S1_Login_Page .login-page-cta-tile h2 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(268.49deg, #56eef4 -20.16%, #6100ff 121.41%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.5rem;
  line-height: 1.25;
}

.S1_Login_Page .login-page-cta-tile a {
  display: block;
  letter-spacing: .1em;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  padding: 6px 8px;
  margin-top: 23px;
  text-transform: uppercase;
  color: #301baa;
  text-align: center;
}

.session .session__container.columns .field {
  width: 100%;
  margin: auto;
  max-width: 410px;
}

h1.h2.mb-1 {
  color: #0E0024;
  font-weight: bold;
  font-size: 1.75rem;
  display: block;
  padding: 1rem;
  border-top: 1px #CCC solid;
  margin-top: 1rem;
}


/* -Added by Mark on 2/27/24 to hide credit card prompt*/

.payment-information {
  display: none;
}


.email-capture {
  display: none;
}

.enroll p small {
  display: none;
}

.panel__user-info {
  display: none;
}

/*
.small-11:after{
  content: 'If the coupon code you were provided did not cover 100% of the cost of this course, please contact your SentinelOne representative.';
}
*/

/*added by Mark 3/7*/

.learning-path-timeline-milestone-items div div h2.widget__title {

  color: white;
}

.learning-path-timeline-milestone__subtitle {
  font-size: 1rem;
}

.share__container {
  display: none;
}

/*---- DUPLICATED CSS START --*/

/*---- CREDLY BADGES ------------------------------*/

.s1-credly-text-wrap {
  display: block;
  background: #0b0c1b;
  color: #FFF;
  padding: 2.5rem 2rem;
  background-position: 100% 50%;
  background-color: rgb(11, 12, 27);
  background-size: cover;
  margin: -50px 0 30px 0;
}

@media (min-width: 1024px) {

  .s1-credly-text-wrap {
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/72eh5x9ugukz-S1-badges-background-V2.jpg);
  }

}

.s1-credly-text-wrap h1 {
  font-size: 48px;
  letter-spacing: -.05em;
  line-height: .92;
  font-weight: bold;
  color: #FFF;
}

.s1-credly-text-wrap .s1-credly-text-content {
  display: flex;
  color: #FFF;
}

.s1-credly-text-wrap a.s1-banner-cta {
  background: #fff;
  color: #6100ff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  display: inline-block;
  font-size: 15px;
  letter-spacing: .2em;
  padding: 12px 35px 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  margin-top: 15px;
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,w_300/v1/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/q8ndhkz5jp8t-UI-caret-right-purple.png);
  background-size: 10px;
  background-position: 190px 15px;
  background-repeat: no-repeat;
}


/*-- Badge Widget Overrides --*/

.dashboard-badges-container li.dashboard-badge img {
  margin: .5em;
  width: 100%;
  max-width: 140px;
}

.dashboard-badges-container li.dashboard-badge a {
  color: #6b0aea !important;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}

.s1-credly-text-wrap h1 {
  font-size: 48px;
  letter-spacing: -.05em;
  line-height: .92;
  font-weight: bold;
  color: #FFF;
}

.s1-credly-text-wrap .s1-credly-text-content {
  display: flex;
  color: #FFF;
}

.s1-credly-text-wrap .s1-credly-text-content a {
  color: #8631f6;
  text-decoration: underline;
}

.s1-credly-text-wrap a.s1-banner-cta {
  background: #fff;
  color: #6100ff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  box-shadow: 5px 5px 15px 0 rgba(110, 0, 255, 0);
  display: inline-block;
  font-size: 15px;
  letter-spacing: .2em;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  margin-top: 15px;
}

/*-- Badge Widget Overrides --*/

.dashboard-badges-container li.dashboard-badge img {
  margin: .5em;
  width: 100%;
  max-width: 140px;
}

.dashboard-badges-container li.dashboard-badge img.grayscale {
  --tw-grayscale: grayscale(0%) !important;
}

.dashboard-badges-container li.dashboard-badge a {
  color: #6b0aea !important;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}


/*---- WAIT-LIST CONFIRMATION ------------------------------*/

.session__container .order-confirmation {
  padding: 2rem 2rem 4rem 2rem;
}

/*added by Mark 4/3/24 */

.syllabus__section-title-index {
  display: none;
}

.video__container {
  border-style: solid;
}

/*---- COURSE DESIGN AND STYLING ------------------------------*/

/*---- Course Design Sidebar ------------------------------*/

/* sidebar toggle */
.course__container .learner__sidebar__expandables .expandable-sidebar__toggle {
  background-color: #6100FF;
  color: #FFF;
}

/* sidebar height */
.course__container .expandable-sidebar__content ul.learner__sidebar-list {
  max-height: 500px;
}

/* sidebar background */
.course__container .expandable-sidebar.expandable-sidebar--toggled .expandable-sidebar__content {
  display: block;
  background: #eff0fa;
  border: 1px #eff0fa solid;
}

/* sidebar search input */
.course__container .learner__sidebar__search input {
  background: #eff0fa;
  height: 34px !important;
}

/* sidebar search input icon*/
.course__container .learner__sidebar__search-icon {
  left: 0;
  top: 7px;
}

/* sidebar lesson title */
.course__container .learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title {
  font-size: 14px;
}

/* sidebar lesson sub-title */
.course__container .learner__sidebar-inner-list .syllabus__lesson span.syllabus__lesson--title-text {
  line-height: 20px;
}

/* sidebar lesson sub-title arrow right */
.course__container .learner__sidebar__expandables .expandable-sidebar__content button.syllabus__lesson--expander .expander-triangle__closed-right {
  margin: .3rem 0 0 .5em;
}

/* sidebar lesson sub-title arrow down */
.course__container .learner__sidebar__expandables .expandable-sidebar__content button.syllabus__lesson--expander .expander-triangle__closed-down {
  margin: .3rem 0.2rem 0 .5em;
}

/* sidebar lesson list */
.course__container .syllabus__topic--non-expandable-title-text {
  display: block;
  overflow: hidden;
  padding-left: .4em;
  font-size: 14px;
}

/* sidebar inner list */
.course__container .learner__sidebar-list .syllabus__topics .learner__sidebar-inner-list li {
  font-size: .875rem;
}

/* sidebar hide column button */
.course__container .learner__sidebar button.btn.hide-sidebar {
  background: #FFF;
  height: 35px;
  border: 1px solid #dfe1ef !important;
  color: #0b0c1b;
  font-size: 12px;
}

/* sidebar support and sign out buttons */
.course__container .expandable-sidebar__buttons a {
  border: 2px solid #dfe1ef !important;
  color: #0b0c1b;
  border-radius: 35px;
  padding: 8px 16px;
}

/* sidebar course wrap */
.learner__sidebar-inner-list.learner__sidebar-inner-list--disabled {
  background-color: transparent;
  color: #FFF !important;
  margin: 0;
  padding: .3rem .25rem 0;
}

/*---- Course Design Content Area ------------------------------*/

.course__container .learner__content .topic__content.topic__content--text .topic__text__body {
  padding: 0 2em 2rem 2.75em;
}

/* Course Title */
.course__container .learner-section__title__container h3 {
  padding-right: 16px;
  line-height: 1.875rem;
}

/* right left arrow buttons */
.course__container .directional__nav__button {
  height: 35px !important;
  border-radius: 10px;
  width: 40px;
}

/* content paragraph */
.course__container .topic__content.topic__content--text .indent-list p {
  line-height: 1.6rem;
}

/* content H3 */
.course__container .topic__content.topic__content--text .indent-list h2 {
  margin: 1.5rem 0 1rem -5px;
  line-height: 40px;
}


/* content H3 */
.course__container .topic__content.topic__content--text .indent-list h3 {
  margin: 1.5rem 0 1rem -5px;
  line-height: 40px;
}

/* content section bold */
.course__container .topic__content.topic__content--text .indent-list p strong {
  color: #0b0c1b;
}

/* content section paragraph style odd
.course__container .topic__content.topic__content--text .indent-list p:nth-of-type(odd) {
  padding: .5rem 0 .5rem 0;
}
 */
/* content section paragraph style even */
.course__container .topic__content.topic__content--text .indent-list .S1_Course_Spotlight {
  background: #eff0fa;
  color: #111;
  padding: 10px 20px;
  margin: 30px -20px;
  border-radius: 20px;
}


/* content bullet points */
.course__container .topic__container__text .indent-list ul li::marker {
  color: #301baa;
}

/*---- Notes ------------------------------*/

/*---- Content Container Video and Images ------------------------------*/

.course__container .topic__contained__container.topic__contained__container--video .topic__contained__content {
  width: 100% !important;
}

.course__container .topic__contained__container.topic__contained__container--video .topic__contained__sidebar {
  display: none !important;
}

/*---- Quizzes ------------------------------*/

.quiz__container .question__container .question__body.question__body--strong,
.quiz__container .question__container .question__body.question__body--strong p {
  font-weight: 700;
  font-size: 1.25rem;
}

.choice--multiple.choice .columns.leading-loose {
  font-size: 1rem;
}

.choice--multiple.choice .columns.choice__index {
  font-size: 1rem;
}

/*---- Pop-ups ------------------------------*/

.image-tag__popup .popup__copy {
  background: #eff0fa;
}

.image-tag__popup .popup__copy span {
  color: #301baa !important;
}

.image-tag__popup.image-tag__popup--right.image-tag__popup--bottom:before {
  border-color: transparent #eff0fa #eff0fa transparent;
}

/*---- Testimonials ------------------------------*/

.course__detail__container .tabs-content.tabs-content--testimonials {
  padding: 0;
  max-height: 500px;
  overflow: scroll;
  scroll-behavior: auto;
  scrollbar-color: #6b0aea rgba(166, 155, 212, 0.2);
  border: 2px solid rgba(166, 155, 212, 0.2);
}

.course__detail__container .tabs-content.tabs-content--testimonials section.content.active {
  padding: 1rem 0;
  border-right: 14px rgba(166, 155, 212, 0.2) solid;
}

/*---- Page Not Found ------------------------------*/

.not-found__container .company__beta-logo,
.not-found__container .company__logo {
  display: block;
  margin-bottom: 2rem;
  max-width: 340px;
  margin: 2rem auto;
  width: 100%;
}

.not-found__container .btn--alt.btn--primary span {
  color: var(--accent-color);
}

/*---- OneCon Event Styling ------------------------------*/

/*-- Dark Mode for OneCon --*/

/* OneCon - Background

.layout__content--onecon-2024 {
  background-color: #0c0021;
}

*/

/* sub-title */

.s1-lms-event-onecon-banner .hero__caption span.h4,
.layout__content--onecon-faqs .hero__caption span.h4 {
  position: relative;
  color: #fff !important;
  top: 140px;
  text-align: center;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}

/*-- Questions & Discussions Section --*/

.layout__content--onecon-2024 .widget--discussion-board h2.h2.widget__title {
  /*  color: #FFF;  */
  text-align: left;
  padding-bottom: 0;
}

.layout__content--onecon-2024 .widget--discussion-board .widget__subtitle {
  /*   color: #FFF;  */
  text-align: left;
}


/*-- OneCon Header --*/

/* title */

.s1-lms-event-onecon-banner .hero__caption h2.hero__title {
  display: none;
}

/*-- OneCon logo --*/

.layout__content--onecon-2024 .s1-onecon-logo,
.layout__content--onecon-faqs .s1-onecon-logo {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  height: 0;
}

.layout__content--onecon-2024 .s1-onecon-logo img,
.layout__content--onecon-faqs .s1-onecon-logo img {
  position: relative;
  margin: auto;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  top: 90px;
}

/*-- Discussion Card --*/
.layout__content--onecon-2024 .discussion-card__list .discussion-card {
  background: linear-gradient(180deg, #7165ff, #39e592);
  position: relative;
  border-radius: 0;
  z-index: 0;
  border: none;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  background: #0c0021;
  /* filter: blur(10px); */
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card__title {
  color: #d9dfff;
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: 600;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card__body-text {
  color: #FFF;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card__header__container .avatar {
  color: #FFF;
}

.layout__content--onecon-2024 .discussion-card__list .header-panel__user .user__name {
  color: #FFF;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card__header__container i.icon-bookmark-plus {
  color: #FFF;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card .bottom-panel {
  margin: -2px 3px;
  background-color: transparent;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card .bottom-panel .comment-label {
  color: #fff;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card .bottom-panel .comment-label span {
  color: #fff;
}

.layout__content--onecon-2024 .discussion-card__list .discussion-card .bottom-panel button.btn.btn--primary {
  color: #fff;
  border: 2px solid #39e592;
  background-color: transparent;
}

/*-- Discussion Comments --*/

.layout__content--onecon-2024 .widget--discussion-board .thread-detail .user__name {
  color: #fff;
}

.layout__content--onecon-2024 .widget--discussion-board .thread-detail .update-label .item__stat {
  color: #fff;
}

.layout__content--onecon-2024 .widget--discussion-board .thread-detail .thread__comment .thread__body {
  color: #FFF;
}

/*
 .layout__content--onecon-2024 .widget--discussion-board_standard .discussion-card__list {
border-top-width: 2px;
    border-top-style: solid;
    border-image: linear-gradient(90deg, #7165ff, #009cff, #00beff, #00d5cf, #39e592) 1;
    padding-top: 2rem;
    margin-top: 1rem;
}
*/

.layout__content--onecon-2024 .widget--discussion-board .pagination-controls {
  color: #FFF;
}

.layout__content--onecon-2024 .s1-lms-event-onecon-sessions h2.widget__title {
  border-top-width: 2px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, #7165ff, #009cff, #00beff, #00d5cf, #39e592) 1;
  color: #FFF;
  padding-top: 2rem;
}

/*-- OneCon Button

.layout__content--onecon-2024 .widget--discussion-board button.btn.btn--primary.right {
  border-color: #39e592;
  color: #fff;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 1rem;
}

 */

/*-- comments section --*/

.layout__content--onecon-2024 .items__list--comments .comment {
  padding: 1.5rem;
  display: block;
  border: 3px solid #7165F4;
  background-color: #e9edff;
  border-image: linear-gradient(90deg, #7165ff, #009cff, #00beff, #00d5cf, #39e592) 1;
}

.layout__content--onecon-2024 .thread__form--discussions {
  margin-bottom: 2rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(90deg, #7165ff, #009cff, #00beff, #00d5cf, #39e592) 1;
  padding-bottom: 2rem;
}

.layout__content--onecon-2024 .widget--discussion-board .thread-detail .comment__header .user__name {
  color: #333;
}

.layout__content--onecon-2024 .widget--discussion-board .comment__container .comment__editor textarea {
  min-height: 100px;
}

.layout__content--onecon-2024 .widget--discussion-board hr {
  border: solid #e9e9e9;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1rem 0;
  border-image: linear-gradient(90deg, #7165ff, #009cff, #00beff, #00d5cf, #39e592) 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  /*-- OneCon logo --*/
  .layout__content--onecon-2024 .s1-onecon-logo img,
  .layout__content--onecon-faqs .s1-onecon-logo img {
    max-width: 400px;
    top: 40px;
  }

  /* sub-title */
  .s1-lms-event-onecon-banner .hero__caption span.h4,
  .layout__content--onecon-faqs .hero__caption span.h4 {
    top: auto;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  /*-- OneCon logo --*/
  .layout__content--onecon-2024 .s1-onecon-logo img,
  .layout__content--onecon-faqs .s1-onecon-logo img {
    max-width: 400px;
    top: 40px;
  }

  /* sub-title */
  .s1-lms-event-onecon-banner .hero__caption span.h4,
  .layout__content--onecon-faqs .hero__caption span.h4 {
    top: 70px;
    font-size: 1.3rem !important;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  /*-- OneCon logo --*/
  .layout__content--onecon-2024 .s1-onecon-logo img,
  .layout__content--onecon-faqs .s1-onecon-logo img {
    max-width: 500px;
    top: 50px;
  }

  /* sub-title */
  .s1-lms-event-onecon-banner .hero__caption span.h4,
  .layout__content--onecon-faqs .hero__caption span.h4 {
    top: 90px;
    font-size: 1.4rem !important;
  }

}

/* Medium devices (landscape tablets, 820px and up) */
@media only screen and (min-width: 820px) {

  /*-- OneCon logo --*/
  .layout__content--onecon-2024 .s1-onecon-logo img,
  .layout__content--onecon-faqs .s1-onecon-logo img {
    max-width: 500px;
    top: 60px;
  }

  /* sub-title */
  .s1-lms-event-onecon-banner .hero__caption span.h4,
  .layout__content--onecon-faqs .hero__caption span.h4 {
    top: 90px;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  /*-- OneCon logo --*/
  .layout__content--onecon-2024 .s1-onecon-logo img,
  .layout__content--onecon-faqs .s1-onecon-logo img {
    max-width: 600px;
    top: 90px;
  }

  /* sub-title */
  .s1-lms-event-onecon-banner .hero__caption span.h4,
  .layout__content--onecon-faqs .hero__caption span.h4 {
    top: 140px;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  /*-- OneCon logo --*/
  .layout__content--onecon-2024 .s1-onecon-logo img,
  .layout__content--onecon-faqs .s1-onecon-logo img {
    max-width: 630px;
    top: 120px;
  }

  /* sub-title */
  .s1-lms-event-onecon-banner .hero__caption span.h4,
  .layout__content--onecon-faqs .hero__caption span.h4 {
    top: 135px;
  }

}


/*---- Course Design Language Start ------------------------------*/

.S1_Course_Parent_DL {
  position: relative;
}

.S1_Course_Parent_DL::before {
  content: '';
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/xo2hfcjfpfk5-purp_check.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: .1;
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 350px;
  height: 350px;
}

.S1_Course_Parent_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/xo2hfcjfpfk5-purp_check.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  background-size: 40px;
}

.course__container .learner__content .topic__content ul li::before {
  background-size: 15px;
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/44zcdixa54lu-S1_checkbox_icon-01.svg);
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -22px;
  margin-top: 5px;
  position: absolute;
}

.course__container .learner__content .topic__content ul li {
  list-style: none;
}

/*---- Course Welcome ------------------------------*/

.S1_Course_Welcome_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/bzvvppc2hjxl-Hand_Shake_72_PURP.svg) !important;
}

.S1_Course_Welcome_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/bzvvppc2hjxl-Hand_Shake_72_PURP.svg) !important;
}


/*---- Course Structure ------------------------------*/

.S1_Course_Structure_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/197n3xny78i8-Multiple_Agents_Alt_72_PURP.svg) !important;
}

.S1_Course_Structure_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/197n3xny78i8-Multiple_Agents_Alt_72_PURP.svg) !important;
}


/*---- Course Objectives ------------------------------*/

.S1_Course_Objectives_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/44zcdixa54lu-S1_checkbox_icon-01.svg) !important;
}

.S1_Course_Objectives_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/44zcdixa54lu-S1_checkbox_icon-01.svg) !important;
}

/*---- Course Notes------------------------------*/

.S1_Course_Notes_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/om6i6r8tejrc-File_72_PURP.png) !important;
}

.S1_Course_Notes_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/om6i6r8tejrc-File_72_PURP.png) !important;
}

/*---- Course Videos ------------------------------*/

.S1_Course_Videos_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/aon8uktdyv8j-Video_72_PURP.svg) !important;
}

.S1_Course_Videos_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/aon8uktdyv8j-Video_72_PURP.svg) !important;
}

.topic__content .video__container {
  border-color: #6b0aea;
  border-width: 2px;
}

/*---- Course Takeaway ------------------------------*/

.S1_Course_Takeaways_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/u1ud4tsd8yrk-Key_72_PURP.svg) !important;
}

.S1_Course_Takeaways_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/u1ud4tsd8yrk-Key_72_PURP.svg) !important;
}

/*---- Course Knowledge ------------------------------*/

.S1_Course_Knowledge_Base_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/s1r53ixkwxw3-AI_72_PURP.svg) !important;
}

.S1_Course_Knowledge_Base_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/s1r53ixkwxw3-AI_72_PURP.svg) !important;
}

/*---- Course Product ------------------------------*/

.S1_Course_Products_DL::before {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/3gjuzv8iu3fl-Active_Edr_72_PURP.svg) !important;
}

.S1_Course_Products_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/3gjuzv8iu3fl-Active_Edr_72_PURP.svg) !important;
}

/*---- Course Lesson Overview ------------------------------*/

.S1_Course_Lesson_Overview_DL::before {
  background-image: none !important;
}

.S1_Course_Lesson_Overview_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/uz9xsb0he1hp-Network_Visibility_72_PURP.svg) !important;
}


/*---- Course Lesson Content ------------------------------*/

.S1_Course_Lesson_Content_DL::before {
  background-image: none !important;
}

.S1_Course_Lesson_Content_DL h2 {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/pgc6278w689b-Policy_72_PURP.svg) !important;
}


/*---- Course Design Language End ------------------------------*/

/*-- OneCon Search --*/

.layout__content--onecon-2024 .widget--discussion-board.widget--discussion-board_standard {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*---- Article Detail with video styles ------------------------------*/

body.article .container .header--article {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1;
  padding: 1.2rem 2rem 1.5rem 2rem;
  border-width: 10px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
  border-left: 0;
  border-right: 0;
  border-top: 0;
}


.learn.article.index .layout-panel--article .columns.article-sidebar div.text-center:first-of-type {
  display: none;
}

.learn.article.index .layout-panel--article .article-ader .columns a.btn--email {
  display: none !important;
}

.learn.article.index .layout-panel--article .article-header .columns button.btn--print {
  display: none !important;
}

/*-- article detail floating back to dashboard button --*/

.layout-panel--article .article-content .article-detail-dashboard-button {
  position: absolute;
  top: -115px;
  left: -34%;
}

@media (max-width: 769px) {

  .layout-panel--article .article-content .article-detail-dashboard-button {
    position: absolute;
    top: -115px;
    left: 0;
  }


  .S1_Course_Parent_DL h2 {
    background-position: top left;
    padding-left: 35px;
    background-size: 30px;
    line-height: 30px;
  }

}

.layout-panel--article .article-content .article-detail-dashboard-button .learning-content__back-button {
  color: #fff;
  padding: 1em;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color) !important;
  display: block;
  border-radius: 8px;
  margin: 10px;
  min-width: 180px;
}

.layout-panel--article .article-content .article-detail-dashboard-button .icon-left {
  margin-right: 10px;
}

.layout-panel--article .widget--topic-article-content .article-header {
  padding-top: 2rem;
}

/*---- Course Lesson Accordion Section ------------------------------*/


.learner__container .s1-learning-content-accordion label {
  display: block;
  padding: 8px 0;
  margin: 0 0 1px 0;
  cursor: pointer;
  border-radius: 3px;
  color: #FFF;
  transition: ease .5s;
  position: relative;
}

.learner__container .s1-learning-content-accordion label:hover {
  background: transparent;
}

.learner__container .s1-learning-content-accordion label::after {
  content: '+';
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: -28px;
  top: 22px;
  color: #333;
}

.learner__container .s1-learning-content-accordion input:checked + label::after {
  content: '–';
  left: -28px;
  top: 22px;
}

.learner__container .s1-learning-content-accordion .content {
  background: transparent;
}

.learner__container .s1-learning-content-accordion input + label + .content {
  display: none;
}

.learner__container .s1-learning-content-accordion input:checked + label + .content {
  display: block;
}

.learner__container .s1-learning-content-accordion input {
  display: none;
}

/*---- Video Template Styles ------------------------------*/

.S1_Video_Temp_Category {
  /* background-color: #f0f0fb; */
  padding: 2rem 2rem;
  position: relative;
  background: #fff;
  /* -webkit-box-shadow: 0 10px 30px 0 rgba(38,49,209,.2); */
  /* box-shadow: 0 10px 30px 0 rgba(38,49,209,.2); */
  top: -50px;
  border-bottom: 1px #ccc solid;
  margin-bottom: -50px;
}

.S1_Video_Temp_Category h2 {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 700;
  /* letter-spacing: -.065em; */
  line-height: 32px;
  margin-bottom: 2rem;
}

.S1_Video_Temp_Category ul {
  color: #9193a8;
  list-style-image: none;
  list-style-type: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  flex-flow: row wrap;
}

.S1_Video_Temp_Category ul li {
  color: #9193a8;
  display: contents;
}

.S1_Video_Temp_Category ul a {
  color: rgb(26, 27, 46);
  font-size: 16px;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #e9e9e9;
  border-image: initial;
  border-radius: 40px;
  padding: 8px 20px 10px 20px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  flex-shrink: 3;
}

.S1_Video_Temp_Category ul a:hover {
  background-color: rgb(26, 27, 46);
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.S1VideoTempContentTiles a.widget__title-cta {
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  text-transform: capitalize;
  background-color: #6b0aea;
  border-radius: 25px;
  padding: 8px 18px 8px 18px;
  transition: 0.3s;
  margin-top: -10px;
}

.S1VideoTempContentTiles a.widget__title-cta:hover {
  color: #FFF;
  cursor: pointer;
  background-color: #0c0d1a;
  transition: 0.3s;
}

.S1VideoTempContentTiles h3 {
  color: #0b0c1b;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 2rem;
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/aon8uktdyv8j-Video_72_PURP.svg);
  background-size: 30px;
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 34px;
}

.S1VideoTempContentTiles .featured-content-default-grid .medium-block-grid-4 .catalog-grid-item .catalog-grid-item__body {
  min-height: 230px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.S1VideoTempContentTiles .featured-content-default-grid .medium-block-grid-5 .catalog-grid-item .catalog-grid-item__body {
  min-height: 240px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.S1VideoTempContentTiles {
  border-width: 6px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(152, 131, 77, 1) 0%, rgba(250, 206, 120, 1) 32%, rgba(255, 228, 174, 1) 50%, rgba(250, 206, 120, 1) 70%, rgba(152, 131, 77, 1) 100%);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 2rem !important;
}

.S1BacktoTop_link_wrap {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 1rem 2rem 1rem;
}

.S1BacktoTop_link_wrap a.S1BacktoTop_link {
  margin: auto;
  color: #0E0024;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.S1BacktoTop_link_wrap a.S1BacktoTop_link:before {
  content: '▲';
  display: inline-block;
  width: 20px;
  height: 20px;
  color: rgb(97, 0, 255);
  margin-right: 0;
}

/*----Badge Banner Styles ------------------------------*/

.S1BannerAdminBadgeWrap {
  border-radius: 8px;
  /* box-shadow: rgba(38, 49, 209, 0.25) 0 10px 10px 0; */
  display: flex;
  padding: 34px 22px !important;
  background-image: url(https://www.sentinelone.com/wp-content/uploads/2024/02/Hero_SingularityIdentity@2x-1-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border: 1px solid rgb(223, 225, 239);
  /*    background: rgb(216,215,242);
  background: linear-gradient(90deg, rgba(216,215,242,1) 0%, rgba(243,243,254,1) 100%);
  */
}

.S1BannerAdminBadgeWrap h3.h2.widget__title {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 1rem;
}

.S1BannerAdminBadgeImage {
  text-align: center;
}

.S1BannerAdminBadgeImage img {
  display: inline-block;
  width: 175px;
  height: 175px;
  margin: auto;
}

.S1BannerAdminBadgeText {
  display: block;
  padding: 24px 0 18px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.S1BannerAdminBadgeWrap a.btn.btn--primary {
  color: rgb(26, 27, 46);
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(26, 27, 46) !important;
  border-image: initial;
  border-radius: 40px;
  padding: 0.6rem 1.25rem;
  text-decoration: none;
  transition: 0.3s;
  background-color: #FFF;
}

/*-- Course Group Styles - Syllabus --*/

.home.course-group .course__detail__content .tabs-content--syllabus .section__list > li {
  display: flex;
  background: #FFF;
  padding: 1.5rem 0 0 0;
  margin-bottom: .5rem;
}

.home.course-group .course__detail__content .tabs-content--syllabus .section__list > li:nth-child(even) {
  background: rgb(239, 240, 250);
}

.home.course-group .course__detail__content .tabs-content--syllabus .section__list li ul li {
  padding-bottom: 8px;
}

.home.course-group .course__detail__content .tabs-content--syllabus .section__list li .section__list__index span {
  color: #6100ff !important;
}

.home.course-group .course__detail__content .tabs-content--syllabus .section__list li ul {
  list-style: disc;
  margin: 0;
  padding: 0;
}

.home.course-group .course__detail__content .tabs-content--syllabus .section__list li ul li::marker {
  color: #6100ff !important;
}

.course__detail__content .tabs-content--syllabus .section__list li .section__list__outline > span {
  line-height: 28px !important;
}

.industry-backed .entry .logo:after {
  background: -webkit-gradient(linear, left top, right top, from(#6100ff), to(rgba(97, 0, 255, 0)));
  background: -o-linear-gradient(left, #6100ff 0, rgba(97, 0, 255, 0) 100%);
  background: linear-gradient(90deg, #6100ff, rgba(97, 0, 255, 0));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  max-width: 100%;
  position: absolute;
  width: 243px;
}

/*----Course Updates 04-15-25 ------------------------------*/

/*-- image caption --*/

.learner__content figure figcaption {
  padding-top: 10px !important;
  font-style: italic !important;
  font-size: 14px !important;
  color: #5a5c76 !important;
}

/* image caption in ul and ol list */

.course__container .topic__content .S1_Course_Parent_DL li figcaption {
  margin: 0 auto 2rem auto;
  background: #eff0fa;
  width: 100% !important;
  font-style: italic !important;
  font-size: 14px !important;
  color: #5a5c76 !important;
  padding: 0 20px 20px 20px;
}

/* content image light purple frame */

.course__container .learner__content .topic__content figure {
  margin: 2em auto;
  background: #eff0fa;
  color: #111;
  padding: 20px;
  width: fit-content !important;
  max-width: fit-content !important;
}

/* content image light purple in ul and ol list */

.course__container .topic__content .S1_Course_Parent_DL li img {
  margin: 0 auto;
  background: #eff0fa;
  color: #111;
  padding: 20px 20px 10px 20px;
  width: fit-content !important;
}

/* ordered list li marker */

.course__container .learner__content .topic__content ol li::marker {
  color: #6b0aea;
  font-weight: bold;
  font-size: 14px;
}

.course__container .learner__content .topic__content ol li p {
  padding-left: 3px;
}

.course__container .learner__content .topic__content .quiz__container ul li::before {
  display: none !important;
}

.course__container .learner__content .topic__content ul.flip-card__list li::before {
  display: none !important;
}

/*-- Flip Tile --*/

.topic__container .flip-card__list-container {
  text-align: center;
  width: 100%;
  background: #eff0fa;
  padding: 30px 30px 15px 30px;
}

.topic__container .flip-card__list-container .flip-card__list {
  display: inline-block !important;
}

.topic__container .flip-card__list-container .flip-card__list>li .flip-card.flipped {
  background-color: #FFF !important;
  text-align: left;
}

.topic__container .flip-card__list-container.flip-card__list-container--medium .flip-card__list>li {
  width: 300px !important;
}

.topic__container .flip-card__list-container.flip-card__list-container--medium .flip-card__list>li .flip-card {
  height: 278px !important;
}

.topic__container .flip-card__list-container.flip-card__list-container--medium .flip-card__list>li .flip-card .resource__title {
  text-align: center !important;
  font-weight: 400;
  line-height: 20px;
}

.flip-card__back .back__content .description p strong, .flip-card__back .back__content .description p strong span {
  font-size: 16px !important;
}

.flip-card__back .back__content .description p, .flip-card__back .back__content .description p span {
  font-size: 14px !important;
}

.flip-card__list button.flip-card__icon {
  box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.24);
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.24);
}

/*-- ROLE-BASED TEMPLATE --*/

/*-- Role-based Template Hero --*/

.S1RoleThemeHero picture.picturefill {
  padding: 0;
  margin: 0;
  height: 400px;
}

.S1RoleThemeHero .hero .hero__caption {
  bottom: 9em !important;
}

.S1RoleThemeHero .hero .hero__caption h2.hero__title {
  color: #FFFFFF !important;
}

.S1RoleThemeHero .hero .hero__caption span.h4 {
  color: #FFFFFF !important;
}

.S1RoleThemeHero .widget.widget--searchbar.widget--searchbar_standard {
  margin-top: -178px;
}

/*-- Role-based Learning Path --*/

.S1RoleThemeFeatured .widget__alt-title__container--with-cta {
  max-width: 100%;
  padding-right: 0;
  text-align: center;
}

.S1RoleThemeFeatured .widget__alt-title__container--with-cta h3{
  font-weight: bold;
  font-size: 1.5rem;
}

.S1RoleThemeFeatured a.widget__title-cta {
  border: 1px solid #333;
  font-size: 14px;
  max-width: 25%;
  padding: 10px 24px;
  position: absolute;
  right: 1.25em;
  text-align: center;
  top: 0;
  border-radius: 40px;
  color: #fff;
  line-height: 1;
  background-color: #0b0c1b;
  transition: all 0.5s ease;
}

.S1RoleThemeFeatured a.widget__title-cta:hover {
  background-color: #6100ff !important;
  transition: all 0.5s ease;
}

.S1RoleThemeFeatured .featured-content-default-grid .catalog-item .catalog-grid-item {
  max-width: 500px;
  margin: auto;
}

.S1RoleThemeFeatured .featured-content-default-grid .catalog-item .catalog-grid-item > .row{
  display: flex;
  flex-flow: column;
  row-gap: 3px;
  justify-content: center;
  text-align: center;
}

.S1RoleThemeFeatured .featured-content-default-grid .catalog-item .catalog-grid-item > .row .column.medium-6{
  width: 100% !important;
}

/*-- Role-based Theme Lists --*/

.S1RoleThemeLists h3.h2.widget__title {
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  border-top: 1px solid #E0E0E0;
  padding: 2rem 2rem 0 2rem;
}

.S1RoleThemeLists .link-matrix-category__container {
  display: flex;
  padding: 0;
  margin: auto;
}

.S1RoleThemeLists .link-matrix-category__container .link-matrix-category {
  border-radius: 5px;
  padding: 30px 20px 20px 20px !important;
  border: 1px solid #EFF0FA;
  background: #FBFBFB;
  min-height: 445px;
  box-shadow: 0 10px 30px 0 rgba(38, 49, 200, 0.20);
}

.S1RoleThemeLists.S1-RoleTheme-Lists-4-co .link-matrix-category__container .link-matrix-category {
  min-height: 440px;
}

.S1RoleThemeLists .link-matrix-category__container .link-matrix-category h4 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 100% */
  letter-spacing: 0.6px;
  padding-bottom: 1rem;
}

.S1RoleThemeLists .link-matrix-category__container ul li.link-matrix-category__subcategory a {
  color: #7B3FF2;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

.S1RoleThemeLists .link-matrix-category__container ul li.link-matrix-category__subcategory a:hover {
  text-decoration: underline !important;
}

.S1RoleThemeLists ul.link-matrix-category__container > li {
  border: none !important;
  padding: 10px;
}

.S1RoleThemeLists ul.link-matrix-category__container .link-matrix-category ul {
  margin: 0 -10px !important;
}

.S1RoleThemeLists .link-matrix-category__subcategory:before {
  color: #7B3FF2 !important;
}

.S1RoleThemeLists .link-matrix-category ul li::marker {
  color: #7B3FF2 !important;
}

.S1RoleThemeLists ul li.link-matrix-category__subcategory  {
  padding-bottom: 16px;
}

.S1RoleThemeLists ul.link-matrix-category__container li:nth-child(3) .link-matrix-category h4:before {
  content: '';
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/goxmama9e76f-Hand_Shake_72.svg);
  display: block;
  width: 70px;
  height: 70px;
  margin: 1rem auto 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.S1RoleThemeLists ul.link-matrix-category__container li:nth-child(6) .link-matrix-category h4:before {
  content: '';
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/jqsixkphodoo-Education_72.svg);
  display: block;
  width: 70px;
  height: 70px;
  margin: 1rem auto 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.S1RoleThemeLists ul.link-matrix-category__container li:nth-child(9) .link-matrix-category h4:before {
  content: '';
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/aon8uktdyv8j-Video_72_PURP.svg);
  display: block;
  width: 70px;
  height: 70px;
  margin: 1rem auto 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.S1RoleThemeLists ul.link-matrix-category__container li:nth-child(12) .link-matrix-category h4:before {
  content: '';
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/ht46qdilyuw0-Webcam_72_PURP.svg);
  display: block;
  width: 70px;
  height: 70px;
  margin: 1rem auto 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*-- more button --*/

.S1RoleThemeLists button.link-matrix-category__more {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 15px;
  line-height: 1.68;
  margin-top: auto;
  font-weight: 600;
  text-transform: capitalize !important;
  margin-left: 8px;
}

.S1RoleThemeLists button.link-matrix-category__more i {
  margin-right: 5px;
}

.S1RoleThemeLists button.link-matrix-category__more .icon-plus:before {
  color: #6100ff !important;
  font-size: 12px;
  font-weight: bold;
}

/*-- Role-based Theme Tiles - New Users --*/

.S1RoleThemeNewTiles {
  padding-bottom: 4rem !important;
}

.S1Role-new-tile-outer.S1Role-new-tile-first {
  margin: auto 20px auto auto;
}

.S1Role-new-tile-outer.S1Role-new-tile-second {
  margin: auto auto auto 20px;
}

.S1RoleThemeNewTiles h3.h2.widget__title {
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  border-top: 1px solid #E0E0E0;
  padding: 2rem 2rem 0 2rem;
}

.S1RoleThemeNewTiles p.widget__subtitle {
  color: #333333;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.S1RoleThemeNewTiles .S1Role-new-tile-outer {
  width: 100%;
  max-width: 550px;
}

.S1RoleThemeNewTiles .S1Role-new-tile-inner {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

.S1RoleThemeNewTiles .S1Role-new-tile-header {
  padding: 6rem 3rem 1rem;
  border-radius: 10px 10px 0 0;
}

.S1RoleThemeNewTiles .S1Role-new-tile-title {
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  padding: 10px 0;
}

.S1RoleThemeNewTiles .S1Role-new-tile-body {
  padding: 20px 30px;
}

.S1RoleThemeNewTiles .S1Role-new-tile-text {
  display: block;
  padding-bottom: 2rem;
}

.S1RoleThemeNewTiles .S1Role-new-tile-button  {
  display: block;
  width: 100%;
  text-align: right;
}

.S1RoleThemeNewTiles .S1Role-new-tile-button a {
  border-radius: 2px;
  border: 1px solid #5B0FDE;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/qikdmy3f8kre-Caret-purple.svg);
  background-repeat: no-repeat;
  background-position: 120px center;
  background-size: initial;
}

.S1RoleThemeNewTiles .S1Role-new-tile-button a:hover {
  background-color: #f0f0fb;
}

/*-- NEW DASHBOARD --*/

.widget--featured-content_multi-carousel .featured-content-multi-carousel__nav-left i.icon-navigateleft {
  color: #FFF !important;
  font-size: 14px;
  font-weight: bold;
  background-color: #6100FE !important;
  padding: 4px;
  border-radius: 25px;
  box-shadow: 0px 1px 12px -4px rgba(0,0,0,0.71);
  -webkit-box-shadow: 0px 1px 12px -4px rgba(0,0,0,0.71);
  -moz-box-shadow: 0px 1px 12px -4px rgba(0,0,0,0.71);
}

.widget--featured-content_multi-carousel .featured-content-multi-carousel__nav-right i.icon-navigateright {
  color: #FFF !important;
  font-size: 14px;
  font-weight: bold;
  background-color: #6100FE !important;
  padding: 4px;
  border-radius: 25px;
  box-shadow: 0px 1px 12px -4px rgba(0,0,0,0.71);
  -webkit-box-shadow: 0px 1px 12px -4px rgba(0,0,0,0.71);
  -moz-box-shadow: 0px 1px 12px -4px rgba(0,0,0,0.71);
}

/*-- LEARNING PAGE UI UPDATED 2025 --*/

/*-- Course widget --*/

.learning-path-milestone-item .learning-path-milestone-item__body .row.collapse>.medium-8.columns {
  position: static !important;
}

.learning-path-milestone-item .learning-path-milestone-item__body .learning-path-milestone-item__info {
  color: #6100ff;
  border-radius: 6px;
  background: #FFF;
  display: inline-block;
  padding: 4px 12px;
  box-shadow: 0 3.58px 8px 0 rgba(37, 10, 158, 0.20);
  position: absolute;
  left: 85px;
  font-size: 12px;
  font-weight: bold;
  max-width: 95px;
}

.learning-path-milestone-item .learning-path-milestone-item__body .learning-path-milestone-item__info strong {
  font-size: 14px;
  font-weight: 400;
  color: #23273C;
  clear: both;
  display: table;
  line-height: 14px;
}

/*-- Learning Path Status --*/

.learning-path-body--primary .learning-path-certificate-status.learning-path-certificate-status__progress {
  color: #111 !important;
  font-weight: bold;
}

/*-- Learning Path Catalog Item View Details --*/

.learning-path-milestone__content .learning-path-milestone-item__title .btn--primary{
  width: 100%;
  border-radius: 25px;
  padding: 8px;
  margin-bottom: 10px !important;
  font-size: 14px;
}

/*-- Learning Patch Badge --*/

.learning-path-milestone__content .learning-path-milestone-item__title .learning-path-milestone__badge {
  background-color: #ffffff;
  color: #111;
  position: absolute;
  right: 60%;
  top: 70px;
  z-index: 10;
  border-radius: 10px;
  padding: 3px 9px;
}

/*-- COURSE Audio narration button and progress bar  --*/

.learner__container div.ember-view.audio__player {
  display: block;
  padding: 20px 15px 0 14px;
  background: #eff0fa;
  margin: 0 15px 15px 0;
  border-radius: 10px;
}

.learner__container div.ember-view.audio__player .btn.audio-player__play-button {
  background-color: #0b0c1b;
}

.learner__container div.ember-view.audio__player .audio-player__play-button__container {
  margin-bottom: 5px;
}

.learner__container div.ember-view.audio__player .audio-player__title {
  margin-left: -5px;
}

.learner__container div.ember-view.audio__player .audio-player__time-counter {
  margin-top: 2px;
  color: #333;
}

.learner__container div.ember-view.audio__player .audio-player__controls ::-webkit-progress-bar {
  background-color: #CCC;
}

.learner__container div.ember-view.audio__player .audio-player__controls ::-webkit-progress-value {
  background-color: #6100ff;
}

/*-- carousel uniformity --*/

.featured-content-default-grid .column.medium-12 .catalog-grid-item__body {
  min-height: 220px;
  display: grid;
}

/*-- learning path enhancements --*/

/*
.widget--milestones .learning-path-body .learning-path-milestone.learning-path-milestone--expandable {
  background-color: #d6d6d6;
}
*/

.widget--milestones .learning-path-body .learning-path-milestone.learning-path-milestone--current {
  background-color: #eff0fa;
  border: 1px #b8bacc solid;
}

.widget--milestones .learning-path-body .learning-path-milestone.learning-path-milestone--current:last-child {
  background-color: #ccd0f5;
}

/*-- Required Callout --*/

.learning-path-milestone .learning-path-milestone__header .learning-path-milestone__criteria .learning-path-criterion-badge {
  background-color: #FFF;
  color: #656565;
  position: relative;
  font-size: 12px;
  padding: 6px 10px 6px 30px;
  border-radius: 25px;
  border: 1px #656565 solid;
}

.learning-path-milestone.learning-path-milestone--current .learning-path-milestone__header .learning-path-milestone__criteria .learning-path-criterion-badge {
  background-color: #FFF;
  color: #6100ff;
  position: relative;
  font-size: 12px;
  padding: 6px 10px 6px 30px;
  border-radius: 25px;
  border: 1px #6100ff solid;
}

/*-- Required Callout Icon --*/

.learning-path-milestone .learning-path-milestone__header .learning-path-milestone__criteria .learning-path-criterion-badge .learning-path-criterion-badge__label::before {
  content: '';
  background-image: url(https://media.thoughtindustries.com/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/fv0ay8zkuwk6-S1_course_locked_grey.png);
  display: inline-block;
  width: 30px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 3px;
}

.learning-path-milestone.learning-path-milestone--current .learning-path-milestone__header .learning-path-milestone__criteria .learning-path-criterion-badge .learning-path-criterion-badge__label::before {
  content: '';
  background-image: url(https://media.thoughtindustries.com/course-uploads/7627fa8a-6fe0-461f-b6d8-1c0fcf824691/318244m4i9mi-S1_course_unlocked.png) !important;
  width: 30px;
  height: 16px;
  top: 5px;
  left: 3px;
}


