

      :root {
        --font: proxima-nova;
        --alt-font: proxima-nova;
        --accent-color: #000000;
        --secondary-color: #737373;
        --link-color: #000000;
        --accent-highlight-color: #000000;
        --accent-highlight-background-color: #cccccc;
        --accent-tinted-color-70: #b3b3b3;
        --accent-tinted-color-80: #cccccc;
        --accent-tinted-color-90: #e6e6e6;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #1a1a1a;
        --secondary-hover-color: #8d8d8d;
        --secondary-contrast-color: #fff;
        --link-hover-color: #333333;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/n9xd3vi5csb9-White-background_1500x1000.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/a7pjhca7t7hy-Forresterlogo_white_600pxW.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.tabs .tab-title>a{background:none!important; border:none!important; color:#000!important;font-weight:bold!important; font-size:18px;}
.tabs .tab-title.active>a {border-bottom: 5px solid #FFDE00 !important;}
.course__detail__header h1 {font-size:36px !important;}

.btn--email-top.btn--bare-icon {display:none;}

.header__inner .search-bar {display:none;}


@import url("https://use.typekit.net/gqs2kkg.css");
.directional__nav .directional__nav__label {
  visibility: visible;
}

.share__container { display: none; }

.syllabus__section-title-index { display: none; }


/*.w-big-play-button svg {
  background-color: #10398C;
}

.video__frame .w-bottom-bar-lower div:nth-child(2) {
  background: #10398C !important;
}*/

/* start snippet Numbered Tip (Outlined) */
  .callout-box-icon-light {
    position: relative;
    margin-left: 30px;
    padding: 2rem;
    border: 2px solid #7AB8AF;
  }
  
  .callout-box-icon-light p:last-of-type {
    margin-bottom: 0;
  }
  .callout-box-icon-light__icon-holder {
    position: absolute;
    top: 12px;
    left: -30px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #fff;
    padding: 12px;
    font-size: 26px;
    font-weight: bold;
  }
  .callout-box-icon-light__icon-holder > span {
    position: absolute;
    z-index: 3;
    font-size: 25px;
  }
  .callout-box-icon-light__icon-holder:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 2px solid #7AB8AF;
    position: absolute;
    z-index: 1;
  }
  
  .callout-box-icon-light__icon-holder:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background: #fff;
    position: absolute;
    z-index: 2;
  
  }
  
  /* end snippet Numbered Tip (Outlined) */
  
  /* start snippet Outlined Tip with Icon */
  .outlined-box-w-icon {
    border-radius: 1px;
    border: 1px solid #969797;
    background: #f8f8f8;
    color: #111;
    margin-bottom: 1em;
    padding: 1em;
  }
  
  
  .outlined-box-w-icon em, .outlined-box-w-icon i {
    display: inline-block;
    padding-right: 1em;
  }
  
  .outlined-box-w-icon strong {
    display: inline-block;
    padding-right: 1em;
  }
  /* end snippet Outlined Tip with Icon */
  
    /* Start Snippet: Page Time Estimates */
  
  .page-time-estimate_cntr {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .page-time-estimate_img {
  display: in-line;
  float: left;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  
  }
  .page-time-estimate_txt {
  color: #767676;
  position: relative;
  padding-left: 15px;
  }
  
  /* End Snippet: Page Time Estimates */
  
   




  /* KS CSS for branding */
  .topic__container h4 {
    color: black;
  }
  
  .editor-content a:not(.btn) {
    color: #1e9fd6 !important;
  }
  
  .editor-content a:not(.btn):hover {
    color: var(--link-color);
  }
  
  .topic__list__title .h3 {
    color: #054f17;
    font-weight: bold;
  }
  
  .topic__container h3, .topic__container h1, .topic__container h2 {
    color: #054f17;
  }
  
  .topic__text__body {
    color: black;
  }
  
  .pipeline {
    padding-left: 15px;
    border-left: 4px solid #054f17;
  }
  
  .img-center {
    text-align: center;
  }
  h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 24px;
  }
  
  h4 {
    font-size:20px
  }
  .topic__contained__container .topic__contained__content {
    border: 0px solid #e9e9e9;
  }
  /* KS CSS for branding */
  
  /* KS CSS for Course page  */
.course-title {
  font-size: 2em;
  line-height: inherit;
  color:white; font-weight: 600;
}
.header.header--student.header--learner {
  background: black;
}
.expandable-sidebar__toggle { 
	background-color: white;
	color: #000;
	font-size: 20px;
	padding-top: 1rem;
	text-transform: initial;
	font-weight: 800;
}
.expandable-sidebar__content {
  background: white;
}
.syllabus__topic.syllabus__topic--active {
  background-color: #E1E1E1;
  font-weight: 600;
}
.syllabus__topic.syllabus__topic--active a, .syllabus__topic.syllabus__topic--active button.syllabus__topic--expander {
  color: #000;
}
.expandable-sidebar {
  margin-bottom: 0px;
}
.directional__nav__button {
  background-color: transparent;
}
.section-progress-bar span {
  height: 6px;
  background-color: #000;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.section-progress-bar div {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.learner-section__title__container h3 {
  font-size: 14px;
}
li.syllabus__topic--non-expandable:before {
	display: none;
}
.syllabus__topic--non-expandable-title-text {
  padding: 5px 0px 5px 2px;
}
.learner__sidebar-list ul.syllabus__section-list .syllabus__lesson-container {
  padding-left: .0em;
}
.bookmark-plus {
  display: none;
}
.icon-flag {
  display: none;
}
.icon-inbox {
  display: none;
}
.icon-compose {
  display: none;
}
.icon-bullets {
  display: none;
}
.learner-lesson__title {
  color: #000;
  font-weight: 600;
}
.icon-inbox.expandable-sidebar__icon--left {
  padding-right: 0px;
}


.text-right .hide-sidebar {
  background: transparent;
  border: transparent;
  color: black;
  font-weight: 600;
}
.text-right {
  text-align: left!important;
}
.learner__container__toggle .btn--small.btn--no-margin {
  background-color: transparent;
  border-color: transparent;
  color: black;
  font-weight: 600;
    font-size: 16px;
}
/*.learner__container__toggle .icon-list {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/5ftpvxkwigdl-Vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 16px !important;
  margin-right: 5px;
}
.learner__container__toggle .icon-list:before {
  display: none;
}*/
.course-progress .clearfix .btn--primary {
  color: black;
}
.progress {
  border: 0px solid #fff;
}
.directional__nav__button--left {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/w87cjgaanann-Vector.png);
  background-repeat: no-repeat;
  margin-top: 7px;
  margin-left: .5em;
  margin-right: .0em !important;
}
.icon-navigateleft:before , .directional__nav__button--right .icon-navigateright:before {
	display:none;
}
.directional__nav__button--right {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg);
  background-repeat: no-repeat;
  margin-top: 7px;
  margin-left: .5em;
  margin-right: .0em !important; background-size: 23px auto;
}
.directional__nav a {
  padding: 0;
}
.directional__nav__button__container--prev {
  padding-left: 2em; 
}
.directional__nav__button__container--next {
  padding-right: 2em;
}
.directional__nav__button__container--next .ember-view a {
  background: #FFDE00; border-bottom: 1px solid #000;
}
.directional__nav__button__container--prev .ember-view a {
  /*background: #FFDE00;*/ padding: 4px 0;
}
.ember-view.section .ember-view .directional__nav:nth-child(7) {
    padding-top: 60px;
}
.header--student .header__left__icon {
    background: #3b3b3b;
    color: white;
}
@media (max-width: 767px) and (min-width: 320px) {
	.directional__nav__button__container--prev {
		padding-left: 0em;
	}
	.directional__nav__button__container--next {
	  padding-right: 0em;
	}
	.icon-list {
  	padding-right: 15px !important;
	}
	.directional__nav__button__container--next .active {
		padding-left: 4px;
	}
	.directional__nav__button__container--prev .active {
		padding-right: 0px;
	}
	.directional__nav__button__container--next .ember-view {
    padding-left: 0px !important;
  }
  .directional__nav__button__container--prev .ember-view a {
    padding-right: 0px !important;
  }
}
.course__container {
    background: white;
}
.header__left__icon .icon-home {
    font-size: 21px;
}
.course__container .header .company__beta-logo .company-logo__container img {
    max-height: 34px;
    margin-right:50px;
    margin-top:5px;
}
.disabled .directional__nav__button {
  background: #ffde00;
}
.disabled .directional__nav__button {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg);
  background-repeat: no-repeat; background-size: 23px auto !important;
  opacity: 0.28;
}
.disabled .directional-nav__arrow::before {content: "Next";color: #8080808f;display: inline-block; padding: 0;}
.disabled .directional-nav__arrow {
    padding: 0 !important;
}
/* KS CSSfor Course page */
  
.btn--bare-icon, .btn--icon, .btn--with-icon i, .directional__nav__button, button.flip-card__icon {height: 22px;}
.directional__nav .disabled button.directional-nav__arrow {background: #FFDE00 !important; width: auto; text-align: right; font-size: .875rem; line-height: 39px; padding: 0 12px 0 16px !important; border-bottom: 1px solid #000 !important; font-size: 16px; font-weight: 600;}
.directional__nav__button__container--prev {padding-left: 1rem;}
.directional__nav__button__container--next {padding-right: 1rem;}

/* For Logo placement as per figma */
/*.header--student .header__right {left: 0; width: 276px;}*/
.course__container .header .company__beta-logo .company-logo__container {border-right: 1px solid #434343; padding-bottom: 8px;}
.header--learner .header__left {position: static; width: calc(100% - 276px);}
.header--student .header__left__icon {display: none;}

.learner-section__progress {margin-bottom: 20px;}
@media only screen and (max-width: 1024px) {
    .directional__nav__button__container--next .ember-view a, .directional__nav__button__container--prev .ember-view a, .directional__nav .disabled button.directional-nav__arrow {width: auto;}
    .disabled .directional-nav__arrow::before {content: '';}
}
@media only screen and (max-width: 768px) {
    .header--learner .header__left {width: 100%;}
}
.directional__nav.hid {display: none;}



/*  KS 3-May  */
.completed__indicator i { color: white; }

.lnkAdded .company-logo__container::after { content: "Back to Dashboard"; color: white; padding-right: 16px; font-size: 12px;} 
.lnkAdded .company-logo__container img { display:none; }
.lnkAdded .company-logo__container { padding-top: 11px; }
.lnkAdded .company-logo__container::before { content: ''; display: inline-block; width: 12px; height: 12px;
    background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/eo34k4vucw0r-right-arrow.png') center no-repeat;
    background-size: 100% auto; vertical-align: middle; margin-right: 4px; font-weight: 600;}

.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title .completed__indicator i {font-size: 14px; margin-left: 12px;}
.completed__indicator .icon-check { background: #000; line-height: 14px; display: block; border-radius: 50%; width: 16px; height: 16px; padding: 1px !important; text-align: center; }
i.icon-circle.icon-circle--full { border-color: black; }
.icon-circle.icon-circle--full span { background: black; }
.icon-circle.icon-circle--half span { background: #ffde00; height: 7px; border-radius: 4px; }
/*  KS 3-May  */

/* KS 4-May */
.dashboard .global-nav__container { display: none; }
.dashboard .container.sidebar--closed--right { max-width: 100%; }
.learn.dashboard .widget.Dashboard-Hero {padding: 0 6%; padding-top: 70px !important; background: black; color: white; padding-bottom: 164px !important; position: relative;}
.Dashboard-Hero .video__container {width: 40%;float: right;margin-right: 5%;padding: 0px;}
/*.Dashboard-Hero .widget__title {color: white;position: absolute;padding-top: 64px;margin-left: 6%;text-align: left;font-size: 35px;line-height: 40px;font-weight: 600;}
.Dashboard-Hero .widget__subtitle {color: white;position: absolute;padding-top: 150px;padding-left: 6%;font-size: 16px;width: 40%;text-align: left;font-family: 'proxima-nova';}*/
.Dashboard-Hero .widget__title {color: white; padding-top: 64px; text-align: left;font-size: 44px; font-weight: 700; background: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/2ty5fchep5xb-Forresterlogo.png");background-repeat: no-repeat; background-size: 120px;}
.Dashboard-Hero .widget__subtitle {color: #BEBEBE; font-size: 18px; text-align: left;font-family: 'proxima-nova';}
.Dashboard-Hero > .ember-view {position: relative;}
.Dashboard-Hero .ember-view > .ember-view {position: absolute; width: 50%; max-width: 564px; top: 50%; left: 0; transform: translateY(-50%);}

.Dashboard-section3 { width: 95%; }
.Dashboard-section3 .widget__title, .Dashboard-section3 .widget__subtitle { text-align: left; color: #000;}
.Dashboard-section3 .widget__title { font-style: normal; font-weight: bold; font-size: 32px; line-height: 125%; }
.Dashboard-section3 .widget__subtitle { font-style: normal; font-weight: normal; font-size: 18px; line-height: 150%; margin-bottom: 0;}
.widget--dashboard-access { width: 95%; }
.dashboard-access-tab__count { background: #FFDE00; border: 0px solid #cbcbcb; color: #000; line-height: 20px; width: 20px;}
.dashboard-access-tab { border-width: 0px 0px 6px; padding: 1rem 0; margin-right: 32px; font-size: 16px;}
.dashboard-access-tab--active { border-color: #FFDE00; }
.dashboard-access-tabs { background: linear-gradient( 180deg ,#fff 0, transparent); border-bottom: 0px solid #cbcbcb; }
.dashboard-access { border: 0px solid; border-bottom: 1px solid #cbcbcb; }
.dashboard-access-tab--inactive .dashboard-access-tab__label { color: #767676;}
.dashboard-access-tab--inactive .dashboard-access-tab__count { background: white; border: 1px solid #cbcbcb; }
.dashboard .widget--contact-block_standard { width: 95%; }
.dashboard .widget--contact-block .contact-block__name { font-style: normal; font-weight: bold; font-size: 25px; line-height: 125%; }
.dashboard .widget--contact-block .contact-block__subtitle { font-style: normal; font-weight: normal; font-size: 13px; line-height: 150%; letter-spacing: 0.01em; }
.dashboard .contact-block .btn--primary { background-color: #FFDE00; border-color: #FFDE00; color: black; }
.dashboard .contact-block .btn--primary:after { margin-left: 4px; content: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg); }

.learn.dashboard .widget.dashboard-faq { background: #f5f5f5; padding: 3rem 6% !important; }
.dashboard-faq .widget__title, .dashboard-faq .widget__subtitle { text-align: left; color: #000000; }
.dashboard-faq .widget__title {font-size: 25px; font-weight: 700;}
.dashboard-faq h4 {color: #000;}
.dashboard-faq .editor-content a:not(.btn) {color: #000 !important; font-size: 14px; font-weight: 600;}
.dashboard-faq .editor-content a:not(.btn) img {width: 10px;  margin-left: 4px;}

.dashboard .content-block { background: white; padding: 25px; }
.header--dashboard { background: black; }
.header--dashboard .company__beta-logo img, .header--dashboard .company__beta-logo h4 { display: none; }
.dashboard-header__name { color: white; font-size: 18px; margin-right: 0;}
.lnkAdded .column:nth-child(1) a:not(.btn) {color: #fff !important;text-decoration: none;padding: 0 16px;display: inline-block;border-left: 1px solid #434343;font-size: 12px; border-left: 0;}


/*  KS 4-May */

/*  KS 5-May */

.learning-path .container { max-width: 100%; }
.learning-path .header--article { background: #000; padding: 24px 2rem; z-index: 1; border-bottom: 0px solid #e9e9e9; }
.learning-path .company-logo__container { padding-top: 0px; }
.learning-path .hero__caption { background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/2ty5fchep5xb-Forresterlogo.png); background-repeat: no-repeat; background-size: 151px; width: 45%; padding: 0;padding-top: 64px; margin-left: 6%; top: 50%; transform: translateY(-50%); bottom: auto;}
.learning-path .hero__caption .hero__title { font-size: 48px; font-weight: 700; color: white; margin-bottom: 20px;}
.learning-path .hero .hero__caption span { color: #BEBEBE; font-size: 18px; line-height: 1.5;}
.learning-path .hero img { width: 100%; max-height: 500px; }
.learning-path-body.learning-path-body--secondary { background: white; }
.learning-path-body--secondary:before {box-shadow: none;}
.learning-path-milestone {background: white;margin-bottom: 1em; padding: 3rem 6% 1rem; margin: 0;} 
.learning-path-milestone__title {font-size: 32px;}
.learning-path-milestone .collapse {border: 0px solid;border-bottom: 1px solid #E1E1E1;padding-bottom: 8px;}
.learning-path-milestone-item .collapse { border-bottom: 0px solid black; }
.learning-path-milestone .collapse .small-4.columns { width: 10%; }
.learning-path-milestone .collapse .small-4.columns .text-right, .learning-path-milestone-item .collapse .small-3.columns .text-right { text-align: right !important; }
.learning-path .text-right .learning-path-milestone__badge { background: transparent; color: #767676; font-weight: 600; font-family: 'proxima-nova' !important; }
.learning-path-milestone-item__title .collapse .small-9.columns h4 { margin-bottom: 0px; font-size: 24px; font-family: 'proxima-nova' !important;     font-weight: 700; }
.learning-path-milestone-item .learning-path-milestone__badge { display: block; background: transparent; color: #767676; padding: 0; font-size: .75rem; font-weight: 600; margin-bottom: 7px; color: #000;}
.learning-path-milestone-item .collapse .small-3.columns {width: 140px;float: right;}
.learning-path-milestone-item__title .small-3.columns .btn--primary {background: #FFDE00 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) calc(100% - 10px) center no-repeat; background-size: 12px auto; color: #000; border: 0; border-bottom: 1px solid #000; border-radius: 0; font-size: 16px; padding: 8px 32px 8px 16px;}
.learning-path-milestone-item__title .small-3.columns .btn--primary:hover {background: #FFF url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) calc(100% - 10px) center no-repeat; background-size: 12px auto;}
/*.learning-path-milestone-item__title .collapse .small-3.columns .btn--primary:after {margin-left: 4px;content: ''; width: 20px; height: 20px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) center no-repeat; background-size: 20px auto; position: absolute;right: 8px; padding-top: 2px;}*/
.learning-path-milestone-item {padding: 2em 2em;margin-top: 40px; box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.learning-path-milestone-item__body .medium-8.columns {padding-left: 3%;width: 68%;}
.learning-path-milestone-item__body .medium-4.columns {width: 30%;}
.learning-path-milestone-item__body .medium-8.columns .learning-path-milestone-item__info { font-size: 20px; font-weight: bold; margin-top: 0px;}
.learning-path-milestone-item__title .small-12.medium-6.columns h4 span { display: none; }
.learning-path-milestone-item__title .small-12.medium-6.columns h4:after { content: "Progress"; font-size: 24px; font-weight: bold; font-family: proxima-nova !important; }
.learning-path-milestone-item__title .small-12.medium-6.columns h4 { margin-bottom: 0px; }
.learning-path-criterion__label {text-align: left;font-weight: 600;color: #767676;font-size: 12px;height: 25px;}
.learning-path-criterion { width: 100%; text-align: left; height: inherit; }
.learning-path-criterion__value-container { text-align: left; font-size: 24px; line-height: 0px; margin-top: 0px; }
.learning-path-criterion__value--pending {color: #767676;}
.learning-path .global-nav__container { display: none; }
.learning-path-criterion:nth-of-type(1n) {color: #000;}

h4 {color: #000;}

.expandable-sidebar__toggle .icon-navigatedown:before { content: "\E678"; }
.expandable-sidebar__toggle .icon-navigateright:before { content: "\E679"; }

.learner__sidebar-inner-list span.syllabus__section-title { font-size: 14px; font-size: 1rem; color: #000; font-weight: 400; margin-bottom: .6em; }
.learner__sidebar-list>li>span { text-transform: inherit; }
.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title { font-size: .875rem; color: #000 !important; line-height: 1.5; }
.expandable-sidebar__content .learner__sidebar-list {  max-height: 400px; }
.progress { background-color: #e9e9e9; }
.progress .meter { background: #000000 !important; }
.avatar { background: #a6e483; color: #000000; font-weight: 600; }
.stat.small-2.highlight { color: #000000; }
.clearfix .btn--right {float: left;font-weight: 600;font-size: 0.75rem;}
.sidebar__resources>li { background: transparent; color: #000; }
.resources__category__label { font-size: .875rem; color: #000; text-transform: initial; font-weight: 600; padding-left: 4px; }
.resources__count { background: #ffde00; color: #000000; }
.expandable-sidebar__buttons a { text-transform: initial; font-weight: 600; color: #000; }
.learning-path-milestone-item__description { font-size: 18px; font-style: normal; font-weight: normal; color: #000; line-height: 1.5;}
.widget--milestones .learning-path-body { padding: 2rem 4rem; }

/* KS 5-May */

@media only screen and (min-width: 64.063em) {
	.dashboard .container, .learning-path .container { max-width: 100%; }
	.dashboard .global-nav__container { max-width: 100%; }
}

/*Added on 10-5-21*/
.learning-path .header__inner.lnkAdded a {display: inline-block; padding: 0 16px; color: #fff; border-left: 1px solid #434343; font-size: 12px; font-weight: 600;}
.learning-path .header .header__inner.lnkAdded .company__beta-logo {padding: 0; border: 0;}

.cfooter {display: block; background: #000000;}
.cfooter .innerCfooter {padding: 20px 6%;}
.cfooter .innerCfooter .logoHelp {padding: 20px 0; border-bottom: 1px solid #434343;}
.cfooter .innerCfooter .logoHelp .logo {display: inline-block; width: calc(120px - 4px); vertical-align: middle;}
.cfooter .innerCfooter .logoHelp .logo img {width: 100%;}
.cfooter .innerCfooter .logoHelp .lnks {display: inline-block; width: calc(100% - 120px - 4px); vertical-align: middle; text-align: right;}
.cfooter .innerCfooter .logoHelp .lnks ul {display: block;}
.cfooter .innerCfooter .logoHelp .lnks ul li {display: inline-block; margin-left: 12px;}
.cfooter .innerCfooter .logoHelp .lnks ul li a {font-size: 16px; color: #fff; text-decoration: none;}
.cfooter nav {display: block; padding: 20px 0;}
.cfooter nav .box {display: inline-block; width: calc(25% - 4px); vertical-align: top;}
.cfooter nav .box:nth-child(2) {width: calc(50% - 4px);}
.cfooter nav .box h4 {font-size: 14px; color: #9F9F9F; font-weight: 600; text-transform: uppercase;}
.cfooter nav .box ul {display: block; margin: 0;}
.cfooter nav .box ul li {display: block;}
.cfooter nav .box ul li a {display: inline-block; padding: 8px 0; color: #fff; font-size: 14px;}
.cfooter nav .box:nth-child(2) .col {display: inline-block; width: calc(50% - 4px); vertical-align: top;}
.cfooter .copyright {padding: 12px 6%; font-size: 11px; color: #fff; background: #222222;}
.cfooter .copyright::after {content: ''; display: block; clear: both;}
.cfooter .copyright .socialMedia {float: right;}
.cfooter .copyright .socialMedia ul {display: block; margin: 0;}
.cfooter .copyright .socialMedia ul li {display: inline-block; padding: 0 8px;}
.cfooter .copyright .socialMedia ul li a {color: #fff; font-size: 12px; text-decoration: none;}

.learner__sidebar .hide-sidebar .icon-delete:before {
  display: none;
}
.learner__sidebar .hide-sidebar .icon-delete {
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/a7fy6d6ndnyc-Vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 12px !important;
  margin-right: 5px;
    font-size: 12px;
}

/*Morgen remove.learner__language__selector {display: none;}*/
.learn.dashboard .widget.widget--html {padding: 0;}

.learn.dashboard .widget.fCustomHeader {display: block; max-width: calc(100%); position: absolute; padding: 0 6%; position: absolute; top: 0; left: 0; z-index: 0; background: #000; padding: 24px 2rem;}
.lnkAdded .dashboard-header-dropdown__link {padding-top: 12px;}
.fCustomHeader p {margin: 0;}
.fCustomHeader .editor-content a:not(.btn) {color: #fff !important; text-decoration: none; padding: 0 16px; display: inline-block; border-left: 1px solid #434343; font-size: 12px;}
.fCustomHeader a:nth-child(1):not(.btn) {border: 0; padding-left: 0; font-weight: 600;}
.fCustomHeader a:nth-child(1)::before {content: ''; display: inline-block; width: 12px; height: 12px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/eo34k4vucw0r-right-arrow.png) center no-repeat; background-size: 100% auto; vertical-align: middle; margin-right: 4px;}

.learn.dashboard .widget.Dashboard-section3 {padding: 3rem 6% 1rem; margin: 0;}

.learn.dashboard .widget.fLearnerAccess {padding: 1rem 6%; margin: 0;}

.learn.dashboard .widget.fExploreCert {padding: 2rem 6%; margin: 0;}
.fExploreCert > .ember-view {padding: 32px; background: #00563f;}
.fExploreCert > .ember-view .row {display: none;}
.fExploreCert .widget__title {font-size: 32px; color: #FFDE00; font-weight: 700; text-transform: uppercase; margin-bottom: 10px;}
.fExploreCert p.widget__subtitle {font-size: 18px; color: #fff;}
.fExploreCert .widget__cta {padding-top: 0;}
.fExploreCert .widget__cta .btn--centered {background: #FFDE00 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) calc(100% - 10px) center no-repeat; background-size: 23px auto; color: #000; border: 0; border-bottom: 1px solid #000; border-radius: 0; font-size: 16px; padding: 8px 38px 8px 16px; font-weight: 600;}
.fExploreCert .widget__cta .btn--centered:hover {background: #FFF url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) calc(100% - 10px) center no-repeat; background-size: 23px auto;}

.learn.dashboard .widget.fRecentlyViewed {padding: 0 6%; position: relative; margin-top: -128px; min-height: 128px;}
.fRecentlyViewed .widget__title, .fRecentlyViewed h3 {font-size: 25px; text-align: left; font-weight: 700; color: #fff; margin-bottom: 32px;}
.fRecentlyViewed .hr__accent {display: none;}
.fRecentlyViewed .catalog-grid-item {background: #222222; color: #fff; padding: 20px; border: 0;}
.fRecentlyViewed .catalog-grid-item .row {margin: 0;}
.fRecentlyViewed .catalog-grid-item .catalog-grid-item__body {padding: 0; position: relative; padding-top: 20px;}
.fRecentlyViewed .catalog-grid-item .row .medium-6 {width: 100%; padding: 0;}
.fRecentlyViewed .catalog-grid-item .row .medium-6:nth-child(1) {display: none;}
.fRecentlyViewed .catalog-grid-item .catalog-grid-item__title {font-size: 22px; font-weight: 700;}
.fRecentlyViewed .catalog-grid-item .catalog-grid-item__source {color: #fff; position: absolute; top: 0; left: 0;}
.fRecentlyViewed .catalog-grid-item .catalog-grid-item__description {color: #fff;}
.fRecentlyViewed .catalog-grid-item .catalog-grid-item__hr {border: 0px;}
.fRecentlyViewed .catalog-grid-item .btn--link.btn--primary {background: #FFDE00 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) calc(100% - 10px) center no-repeat !important; background-size: 14px auto !important; padding: 4px 16px !important; padding-right: 32px !important; border-bottom: 1px solid #000; display: inline-block; font-size: 16px;}
.fRecentlyViewed .catalog-grid-item .btn--link.btn--primary:hover {background: #FFF url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) calc(100% - 10px) center no-repeat !important; background-size: 14px auto !important;}

.dashboard-header__avatar__container .icon-navigatedown::before {color: #fff;}
.course-actions-dropdown>li:hover, .dashboard-header-dropdown>li:hover {background: #FFDE00; border-top: 1px solid #000; border-bottom: 1px solid #000;}
.course-actions-dropdown>li a:hover, .course-actions-dropdown>li button:hover, .dashboard-header-dropdown>li a:hover, .dashboard-header-dropdown>li button:hover {background: none !important; color: #000;}
.course-actions-dropdown, .dashboard-header-dropdown {border: 0;}

.learn.dashboard .widget.fFeaturedCarousel {padding: 0 6% 3rem; margin: 0;}
.fFeaturedCarousel.row .row {margin: 0; padding: 0 40px;}
.fFeaturedCarousel .icon-navigateright:before {content: "\E61D";}
.fFeaturedCarousel .icon-navigateleft:before {content: "\E61E"; display: block;}
.fFeaturedCarousel .featured-content-multi-carousel-item {background: none;}
.fFeaturedCarousel .featured-content-multi-carousel-item img {padding: 0; margin-bottom: 12px;}
.fFeaturedCarousel .featured-content-multi-carousel-item__body {padding: 0; text-align: left;}
.fFeaturedCarousel .featured-content-multi-carousel-item__title {font-size: 24px;}
.fFeaturedCarousel .featured-content-multi-carousel-item__description {padding: 0; font-size: 14px; color: #000;}
.fFeaturedCarousel .featured-content-multi-carousel-item__body::after { content: 'Enter'; display: inline-block; margin-top: 20px; padding-right: 20px; color: #000; font-weight: 600; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/d9qax7yqwan8-Vector.png) center right no-repeat;}
.fFeaturedCarousel .featured-content-multi-carousel__nav-left {height: auto; background: #FFDE00 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) center no-repeat !important;  border-top: 1px solid #000; border-radius: 0; text-indent: 99px; overflow: hidden; transform: rotate(180deg); left: -40px;}
.fFeaturedCarousel .featured-content-multi-carousel__nav-left:hover {background: #FFF url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) center no-repeat !important;}
.fFeaturedCarousel .featured-content-multi-carousel__nav-right {height: auto; background: #FFDE00 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) center no-repeat !important;  border-bottom: 1px solid #000; border-radius: 0; text-indent: 99px; overflow: hidden; right: -40px;}
.fFeaturedCarousel .featured-content-multi-carousel__nav-right:hover {background: #FFF url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) center no-repeat !important;}

.cfooter .copyright .socialMedia .social {width: 142px; float: left;}
.cfooter .copyright .socialMedia .policy {display: inline-block;}

.cfooter nav .box .helpusimprove span {display: inline-block; vertical-align: middle;}
.cfooter nav .box .helpusimprove span i, .cfooter nav .box .helpusimprove span::before, .cfooter nav .box .helpusimprove span::after {display: inline-block; width: 12px; height: 12px; border-radius: 15px; vertical-align: middle;}
.cfooter nav .box .helpusimprove span i {background: #FFDE00; margin: 0 4px;}
.cfooter nav .box .helpusimprove span::before {background: #A6E483; content: '';}
.cfooter nav .box .helpusimprove span::after {background: #E41648; content: '';}

.dashboard-header-dropdown__link { position: relative; z-index: 1; max-width: 300px; float: right; }

.dashboard .header--dashboard {padding-top: .2rem;}

.btn--primary.student-choice__button--add {display: none;}


.header--student .header__right {width: 250px; left: auto; padding-left: 3rem; text-align: left;}
.course .header--learner .company__beta-logo {font-size: 12px;}
.course .header--learner .company__beta-logo .company-logo__container {margin-top: 1.9rem; padding: 0;}
.course .header--learner .company__beta-logo .company-logo__container::before { content: ''; display: inline-block; width: 12px; height: 12px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/eo34k4vucw0r-right-arrow.png) center no-repeat; background-size: 100% auto; vertical-align: middle; margin-right: 4px; font-weight: 600;}
.course .header--learner .company__beta-logo .company-logo__container h4 {display: none;}
.course .header--learner .company__beta-logo .company-logo__container img {display: none;}
.course .header--learner .company__beta-logo .company-logo__container::after { content: "Back to Dashboard"; color: white; padding-right: 16px;}

.fLearnerAccess .btn--primary, .fLearnerAccess .btn-primary {background: #FFDE00; color: #000; border: 0; border-bottom: 1px solid #000;}
.user-engagement-stat__value-container--huge {color: #000;}



/* Custom Video player component color change */


.icon-play:before {
    content: "\e60b";
    color: #ffde00;
}

.icon-volume-high:before {
    content: "\e602";
    color: #ffde00;
}

.watched {
    background-color: #ffde00;
}

.icon-expand:before {
    content: "\e613";
    color: #ffde00;
}


/* @end Custom Video player component color change */
/*.w-vulcan-v2-button * {display: none  !important;}*/
.w-bottom-bar-right-inner-anchor .w-vulcan-v2-button {display: none;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-left, .w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right, .w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle {background: #000;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle-inner canvas {background: #000;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle-inner .w-playbar__time {z-index: 1; color: #ffde00 !important;}

.w-ui-container .w-css-reset[data-handle=bigPlayButton] .w-big-play-button {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/b1qbzbme241s-Play.png) center no-repeat !important;; background-size: auto 80% !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-left button.w-vulcan-v2-button {background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/b1qbzbme241s-Play.png) center no-repeat !important; background-size: 54% auto !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-left button.w-vulcan-v2-button[title=Pause] {background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/f4x0xppqq9cw-Pause.png) center no-repeat !important; background-size: 54% auto !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeButton] button.w-vulcan-v2-button[title=Mute] {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/2uvq7u535mji-Unmute.png) center no-repeat !important; background-size: 54% auto !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeButton] button.w-vulcan-v2-button[title=Unmute] {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/j9y3xfmicnbm-Mute.png) center no-repeat !important; background-size: 54% auto !important; transition: none !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=settingsButton] > div > button.w-vulcan-v2-button {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/egbq9qpemgfq-Settings.png) center no-repeat !important; background-size: 54% auto !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=settingsButton] > div > .w-anchor .w-dialog .w-accordion-item div {height: auto !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=fullscreenButton] button.w-vulcan-v2-button[title=Fullscreen] {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7msiash49qgt-Fullscreen.png) center no-repeat !important; background-size: 54% auto !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=fullscreenButton] button.w-vulcan-v2-button[title=Unfullscreen] {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/76lrkldnm1x6-Smallscreen.png) center no-repeat !important; background-size: 54% auto !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=shareButton] > div > button.w-vulcan-v2-button {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/vgsbsfeadhqt-Sharing.png) center no-repeat !important; background-size: 54% auto !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=captionsButton] > div > button.w-vulcan-v2-button {background: #000 url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/el1nn9velq13-CC.png) center no-repeat !important; background-size: 54% auto !important;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle [role=slider] {background: #000 !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle [role=slider] canvas {display: none !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle [role=slider] div:nth-child(2) {background: #ffde00 !important; opacity: 1 !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-middle [role=slider]::before { content: ''; width: 100%; height: 1px; background: #ffde00; display: block; position: absolute; top: 50%;}

.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeSlider] {background: #000 !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeSlider] .w-volume-track {background: #ffde00 !important;}
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeSlider] .w-volume-grabber, .w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeSlider] .w-volume-grabber div {background: #ffde00 !important;}

/*.w-bottom-bar.w-css-reset { bottom: 1px !important;}*/

.w-ui-container .w-css-reset[data-handle=bigPlayButton] .w-big-play-button svg,
.w-ui-container .w-css-reset[data-handle=bigPlayButton] .w-big-play-button > div, 
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-left button.w-vulcan-v2-button svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-left button.w-vulcan-v2-button[title=Pause] svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeButton] button.w-vulcan-v2-button[title=Mute] svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=volumeButton] button.w-vulcan-v2-button[title=Unmute] svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=settingsButton] > div > button.w-vulcan-v2-button svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=fullscreenButton] button.w-vulcan-v2-button[title=Fullscreen] svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=fullscreenButton] button.w-vulcan-v2-button[title=Unfullscreen] svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=shareButton] > div > button.w-vulcan-v2-button svg,
.w-bottom-bar .w-bottom-bar-lower .w-bottom-bar-right .w-bottom-bar-right-inner .w-css-reset[data-handle=captionsButton] > div > button.w-vulcan-v2-button svg {display: none !important;}
/* @end Custom Video player component color change */

.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title .syllabus__lesson--title-text {/*margin-left: 12px;*/ font-weight: 400;}
.course-progress .stat sup {top: auto; font-size: inherit;}
.course-progress--course-percent-viewed .highlight {color: #000;}
.sidebar__resources>li {padding: .2em 0 .3em 0;}

.fCustomCatalog .catalog-search-bar ~ .row .medium-3 {display: none;}
.fCustomCatalog .catalog-search-bar ~ .row .medium-9 {width: 100%;}
.fCustomCatalog .catalog-grid-item {border: 0;}
.fCustomCatalog .catalog-grid-item__body {padding: 12px 0;}
.fCustomCatalog .catalog-grid-item__title {font-size: 24px; color: #000; font-weight: 700; line-height: normal; height: auto !important;}
.fCustomCatalog .catalog-grid-item__source {font-size: 12px; color: #767676; text-transform: uppercase; margin-bottom: 8px;}
.fCustomCatalog .catalog-grid-item__source strong {font-weight: 600;}
.fCustomCatalog .catalog-grid-item__description {font-size: 14px; color: #000; font-weight: 400; margin-bottom: 12px;}
.fCustomCatalog .catalog-grid-item__hr {border: 0; display: none;}
.fCustomCatalog .btn--link.btn--primary {font-size: 16px; color: #000; font-weight: 600; padding: 8px 14px !important; background: #FFDE00 !important; border-bottom: 1px solid #000; float: left;}
.fCustomCatalog .catalog-grid-item__price {padding: 0 14px !important; float: right;}
.fCustomCatalog .btn--link.btn--primary::after {content: ''; display: inline-block; width: 12px; height: 12px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/7y12ntza1eln-Orion_arrow-right.svg) center no-repeat; vertical-align: middle; margin-left: 4px; background-size: 100% auto;}

/* for Avtar to be right */
.dashboard .dashboard-header__avatar {padding: 4px 0;}
.dashboard-header-dropdown__link .row .small-10 {float: right;}
.dashboard-header-dropdown__link .row .small-10 .dashboard-header__name::after {content: "\E679"; font-family: 'ti-icons-rev2'; font-weight: 400; color: #fff; vertical-align: middle; margin-left: 4px; display: inline-block;}
.dashboard-header-dropdown__link[aria-expanded=true] .row .small-10 .dashboard-header__name::after {transform: rotate(180deg);}

.dashboard-header-dropdown__link .row .small-2 {float: left;}
.dashboard-header-dropdown__link .dashboard-header__arrow {display: none;}
.dashboard .header__inner .dashboard-header-dropdown {right: 1rem; width: 190px;}
.dashboard .dashboard-header-dropdown>li a, .dashboard .dashboard-header-dropdown>li button {font-size: 16px;}

.dashboard-faq .medium-4 h4 {margin-bottom: 8px;}

/* For hiding signout button on Course page */
.learner__sidebar .expandable-sidebar__buttons .right {display: none;}
.expandable-sidebar__toggle i.right {padding-right: 0;}

.topic__container h3 {color: #000 !important;}
.learner-section__title__container h3 {margin-top: 0;}

.directional__nav>div .directional__nav__label {line-height: 38px; font-size: 16px; font-weight: 600;}
.directional__nav__button__container--next .ember-view a {padding: 0 12px 0 16px;}
.directional__nav__button__container--next .ember-view a:hover {background: #fff;}
.directional__nav__button.directional__nav__button--right {height: 39px; width: 22px; background-position: center right; margin: 0; margin-left: 4px;}
.directional__nav__button.directional__nav__button--left {height: 39px; width: 22px; background-position: center left; background-size: 12px auto; margin: 0;}
/*.directional__nav .disabled button.directional-nav__arrow {padding: 0 !important;}*/

/*For Audio Player*/
.w-audio-middleground .w-audio-above-control-bar {background: #000;}
.w-audio-middleground .w-audio-above-control-bar .w-css-reset-tree {color: #ffde00 !important;}
.w-audio-middleground .w-audio-above-control-bar .w-css-reset-tree button > div {border-color: #ffde00 !important;}
.w-audio-middleground .w-audio-above-control-bar .w-css-reset-tree button > div:hover {background: #000 !important;}
.w-audio-middleground .w-audio-above-control-bar .w-css-reset-tree button > div > div {border-left: 18px solid yellow !important;}

@media only screen and (max-width: 1279px) {
    .learning-path .hero__caption {padding-top: 30px; }
    .learning-path .hero__caption .hero__title {font-size: 32px; margin-bottom: 4px;}
    .learning-path .hero .hero__caption span {font-size: 15px;}
    .learning-path .header__inner .medium-6 {width: 100%;}

    .Dashboard-Hero .widget__title {padding-top: 40px; font-size: 28px; margin-bottom: 4px;}
    .fRecentlyViewed .catalog-grid-item {min-height: 208px;}
}
@media only screen and (max-width: 980px) {
    .learning-path .hero {background: #000;}
    .learning-path .hero picture {opacity: 0;}

    .cfooter nav .box, .cfooter nav .box:nth-child(2) {width: calc(33% - 4px);}
    .cfooter nav .box:nth-child(2) .col {width: 100%;}
}
@media only screen and (max-width: 979px) {
    .learning-path .hero picture {display: none;}
    .learning-path .hero__caption {position: static; padding: 64px 0; transform: none; width: calc(100% - 12%); background: none;}
    .learning-path .hero__caption .hero__title {background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/2ty5fchep5xb-Forresterlogo.png) left top no-repeat; background-size: 151px auto; padding-top: 52px;}
    /*.learning-path .hero__caption .hero__title, .learning-path .hero .hero__caption span {color: #333;}*/
    .learning-path-milestone-item .collapse .small-3.columns {width: 112px;}
    .learning-path-milestone-item__description {font-size: 15px;}
    .learning-path-milestone {padding: 3% 0;}
    .cfooter .innerCfooter .logoHelp .lnks ul li a {font-size: 12px;}

    .fRecentlyViewed .catalog-grid-item {min-height: 0;}
    .Dashboard-Hero .widget__subtitle {font-size: 14px;}
    .fRecentlyViewed .widget__title {font-size: 22px; margin-bottom: 18px;}
    .learn.dashboard .widget.fRecentlyViewed {margin-top: -90px;}
    .Dashboard-section3 .widget__title {font-size: 24px; margin-bottom: 4px;}
    .learn.dashboard .widget.Dashboard-section3 {padding: 2rem 6% 1rem;}
    .fExploreCert h2.widget__title {font-size: 20px;}
    .fExploreCert > .ember-view {padding: 22px 20px;}
    .fExploreCert p.widget__subtitle {margin-bottom: 12px;}
    .dashboard-faq .widget__title {font-size: 22px; margin-bottom: 4px;}
    .dashboard-faq .medium-4 h4 {font-size: 18px;}
    .dashboard-faq .medium-4 {margin-bottom: 4px;}

    .expandable-sidebar__toggle i.right {font-size: 16px; line-height: 24px;}
    .expandable-sidebar__toggle {font-size: 16px;}
}
@media only screen and (max-width: 768px) {
    .cfooter .innerCfooter .logoHelp .lnks {display: block; }
    .cfooter .innerCfooter .logoHelp .lnks {display: block; width: 100%; text-align: left; padding-top: 20px;}
    .cfooter .innerCfooter .logoHelp .lnks ul {margin: 0; padding: 0;}
    .cfooter .innerCfooter .logoHelp .lnks ul li {margin: 0; display: block;}
    .cfooter .innerCfooter .logoHelp .lnks ul li a {font-size: 18px; display: inline-block; padding: 8px 0;}
    .cfooter nav .box, .cfooter nav .box:nth-child(2) {width: 100%; }
    .cfooter nav .box h4 {font-size: 18px; display: block; position: relative; padding: 8px 0; cursor: pointer;}
    .cfooter nav .box h4::before {content: "\E679"; position: absolute; top: 50%; right: 0; color: #9F9F9F; transform: translateY(-50%); font-family: 'ti-icons-rev2';}
    .cfooter nav .box ul {display: none;}
    .cfooter nav .box:nth-child(2) .col {display: none;}
    .cfooter nav .box.open {margin-bottom: 20px;}
    .cfooter nav .box.open ul, .cfooter nav .box.open .col {display: block;}
    .cfooter .copyright .socialMedia {display: block; width: 100%; float: none;}
    .cfooter .copyright .socialMedia::after {content: ''; display: block; clear: both;}
    .cfooter .copyright .socialMedia .social {display: block; width: 100%; text-align: center; float: none;}
    .cfooter .copyright .socialMedia .policy {display: block; width: 100%; text-align: center; padding: 16px 0;}
    .cfooter .copyright {text-align: center;}
    .cfooter nav .box ul li a {font-size: 14px;}
    .cfooter nav .box.open h4::before {content: "\E678";}
    
    .header--student .header__right {display: inline-block; width: auto;}
    .course .header--learner .company__beta-logo .company-logo__container::after {display: none;}
    .header--learner .header__left {width: calc(100% - 104px);}

    .dashboard .header__inner .dashboard-header-dropdown {left: auto;}
    
    .fLearnerAccess .dashboard-access-tab__label {font-size: 14px;}
    .fLearnerAccess .dashboard-access-tab__count {margin: 0;}
    .fLearnerAccess .dashboard-access-tab {margin-right: 20px;}

    .dashboard-faq .medium-4 {margin-bottom: 32px;}

    .learner__content {left: 100%;}
    .learner__sidebar {width: 100%;}
    .learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title .completed__indicator i {margin-right: 8px;}
}
@media only screen and (max-width: 767px) {
    .learning-path-milestone-item__body .medium-4.columns {width: 100%; padding: 0; margin-bottom: 20px;}
    .learning-path-milestone-item__body .medium-4.columns img {width: 100%;}
    .learning-path-milestone-item__body .medium-8.columns {width: 100%; padding: 0;}
    .learning-path-milestone__title {font-size: 24px;}
    .learning-path-milestone-item__title .collapse .small-9.columns h4 {font-size: 20px;}
    .learning-path-milestone-item__body .medium-8.columns .learning-path-milestone-item__info {font-size: 16px;}
    .learning-path-milestone-item__description {font-size: 13px;}
    .widget--milestones .learning-path-body {padding: 2rem 6%;}
    .learning-path-milestone .collapse .small-4.columns {width: 86px;}
    .learning-path .hero__caption .hero__title {font-size: 26px;}
    .learning-path .header--article {padding: 1rem 1%;}
    .learning-path .header__inner.lnkAdded a {font-size: 12px; padding: 0 8px;}
    .lnkAdded .company-logo__container::after {padding-right: 8px;}
    .learning-path .header .header__inner.lnkAdded .company__beta-logo {margin: auto !important;}
    .cfooter nav .box, .cfooter nav .box:nth-child(2) {width: 100%; margin-bottom: 20px;}
    .cfooter nav .box ul li a {padding: 4px 0;}
    .cfooter nav .box:nth-child(2) .col {width: 100%;}
    .learning-path-milestone__title {font-size: 24px;}
    .learning-path-milestone-item__title .collapse .small-9.columns h4 {font-size: 20px;}
    .learning-path-milestone-item__body .medium-8.columns .learning-path-milestone-item__info {font-size: 16px;}
    .learning-path-milestone-item__description {font-size: 13px;}
    .widget--milestones .learning-path-body {padding: 2rem 6%;}
    .learning-path-milestone .collapse .small-4.columns {width: 86px;}
    .learning-path .hero__caption .hero__title {font-size: 26px;}
    .learning-path .header--article {padding: 1rem 1%;}
    .learning-path .header__inner.lnkAdded a {font-size: 12px; padding: 0 4px;}
    .learning-path .header .header__inner.lnkAdded .company__beta-logo {margin: auto !important;}
    .cfooter nav .box, .cfooter nav .box:nth-child(2) {width: 100%; margin-bottom: 20px;}
    .cfooter nav .box ul li a {padding: 4px 0;}
    .cfooter nav .box:nth-child(2) .col {width: 100%;}
    
    .Dashboard-Hero .ember-view > .ember-view {position: static; width: 100%; transform: none;}
    .Dashboard-Hero.row .row {margin: 0;}
    .Dashboard-Hero .columns {padding: 0;}
    .Dashboard-Hero .video__container {margin: 0; float: none; width: 100%;}
    .fCustomHeader {max-width: calc(100% - 125px);}
    /*.fCustomHeader .editor-content a ~ a {display: none !important;}*/
    .dashboard-header-dropdown__link {margin-left: -52px;}
    .fCustomHeader p {line-height: 17px;}
    .fCustomHeader .editor-content a:not(.btn) {padding: 0 4px;}
    .fCustomHeader {max-width: 100%;}
    .dashboard-header-dropdown__link {margin-top: 40px;}
    .header--dashboard .lnkAdded .row .column:nth-child(1) * {display: none;}
    
}
@media only screen and (max-width: 680px) {
    .lnkAdded .company-logo__container::before, .fCustomHeader a:nth-child(1)::before {display: none;}

    .learning-path-milestone-item .collapse .small-3.columns {width: 100%;}
    .learning-path-milestone-item .collapse .small-3.columns .text-right {text-align: left !important; padding-top: 8px;}

    .fLearnerAccess .dashboard-access-tab {display: block;}
}

/* START: Hide Course Feedback */
 .sidebar__testimonial {
   display: none;
    }
 /* END: Hide Course Feedback */
 
 /* START: Hide Course Details Purchase Options */
 .widget--course-purchase .btn--secondary {
 display:none;
 }
 /* END: Hide Course Details Purchase Options */
 
 /* Ash Custom Code: FD Reg and Details. DELETE if Pro CSS comes in */
 .learn.dashboard .widget.gCustomHeader {display: block; max-width: calc(100%); position: absolute; padding: 0 6%; position: absolute; top: 0; left: 0; z-index: 0; background: #000; padding: 24px 2rem;}
.lnkAdded .dashboard-header-dropdown__link {padding-top: 12px;}
.gCustomHeader p {margin: 0;}
.gCustomHeader .editor-content a:not(.btn) {color: #000000 !important; text-decoration: none; padding: 0 16px; display: inline-block; border-left: 1px solid #434343; font-size: 12px;}
.gCustomHeader a:nth-child(1):not(.btn) {border: 0; padding-left: 0; font-weight: 600;}
.gCustomHeader a:nth-child(1)::before {content: ''; display: inline-block; width: 12px; height: 12px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/38b4fb89-f300-4792-b07b-1be772d29194/phinlrv87dym-eo34k4vucw0r-right-arrow-black.png) center no-repeat; background-size: 100% auto; vertical-align: middle; margin-right: 4px;}

/*.footer__inner {
 display: none;
}*/

.header.header--microsite {
  display: none;
}


/* Added for restoration - start */
.fcBanner .hero .hero__caption {background: none; bottom: auto; top: 50%; left: 5%; transform: translateY(-50%); padding: 0; max-width: 800px; position: absolute; width: 90%;}
.fcBanner .hero .hero__caption .hero__title {color: #fff; font-size: 48px;}
.fcBanner .hero .hero__caption .h4 {color: #BEBEBE; font-size: 18px; line-height: 150%;}

.footer, .footer .footer__inner {padding: 0;}
.footer .footer__company__info {display: none;}


/* FORR CATALOG PAGE - Start */
.home .global-nav__container {max-width: 100%;}
.home .container {max-width: 100%;}
.home .home__content {padding: 0;}
.home .row .row {margin: 0;}
.catalog .header--microsite, .course-group .header--microsite {display: none;}
.fsec {max-width: 90%;}

.nav--global-links {background: #222222; color: #fff; padding: 12px 24px;}
.nav--global-links>a {color: #fff; font-size: 12px; padding: 4px 12px; border-left: 1px solid #434343;}
.nav--global-links>a:nth-child(3) {border: 0; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/38b4fb89-f300-4792-b07b-1be772d29194/pqpp1n26rf7w-BackArrow.png) center left no-repeat; padding-left: 16px;}
.nav--global-links>a:nth-child(3)::before {content: 'Back to ';}

.fcCatalogHead {padding: 32px 0 12px;}
.fcCatalogHead .widget__title {font-size: 32px; color: #000; border-bottom: 1px solid #E1E1E1; text-align: left; padding-bottom: 8px; margin-bottom: 54px;}
.fcCatalogHead .widget__subtitle {font-size: 16px; color: #000; text-align: left; margin: 0;}
.fcCatalog .columns {padding: 0;}
.fcCatalog .catalog-header {display: none;}
.fcCatalog .catalog-filters {background: #F2F2F2; border: 1px; border-bottom: 1px solid #626262;}
.fcCatalog .catalog-filters__search, .fcCatalog .catalog-filters__sort, .fcCatalog input[type=search] {background: none;}

/* ===== Reset the forced full-width columns ===== */
.fcCatalog .catalog-search-bar ~ .row .medium-3,
.fcCatalog .catalog-search-bar ~ .row .medium-9 {
  width: auto;  /* remove 100% */
}

/* ===== Establish a two-column layout under the search bar ===== */
.fcCatalog .catalog-search-bar ~ .row {
  display: grid;
  grid-template-columns: 280px 1fr;   /* sidebar + main content */
  gap: 24px;
  align-items: start;
}

/* Thought Industries often uses .medium-3 and .medium-9 columns.
   Treat .medium-3 as the sidebar and .medium-9 as the content area. */
.fcCatalog .catalog-search-bar ~ .row .medium-3 {
  grid-column: 1;
}

.fcCatalog .catalog-search-bar ~ .row .medium-9 {
  grid-column: 2;
}

.fcCatalog .catalog-item .column {padding: 5px;}
.fcCatalog .catalog-grid-item {border: 0;}
.fcCatalog .catalog-grid-item__body {padding: 12px 0;}
.fcCatalog .catalog-grid-item__title {color: #000000; font-size: 24px; line-height: 30px; font-weight: 700;}
.fcCatalog .catalog-grid-item__source {color: #767676;}
.fcCatalog .catalog-grid-item__description {font-size: 14px; line-height: 150%;}
.fcCatalog .catalog-grid-item__hr {border: 0;}
.fcCatalog .btn--link {float: left; font-size: 16px; font-weight: 600; color: #000; background: #FFDE00 !important; padding: 8px 12px !important; border-bottom: 2px solid #000;}
.fcCatalog .btn--link::after {content: ''; display: inline-block; width: 12px; height: 11px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/38b4fb89-f300-4792-b07b-1be772d29194/dr9jxf0ibvl1-BtnArrowBlk.png) center no-repeat; vertical-align: bottom;}
.fcCatalog ul li {margin-bottom: 32px;}

.fcCatalog .catalog-grid-item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fcCatalog .catalog-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);}

  
.fcCatalog input[type="search"] {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  padding: 10px 14px;
  border-radius: 6px;
  width: 100%;
}

.fcCatalog input[type="search"] {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  padding: 10px 14px;
  border-radius: 6px;
  width: 100%;
}

/* Sidebar container */
.fcCatalog .catalog-search-bar ~ .row .medium-3 {
  position: sticky;
  top: 96px;                  /* adjust to sit below your header */
  align-self: start;
}

/* Sidebar panel styling */
.fcCatalog .sidebar-panel {
  background: #A6E483;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 16px;
}

/* Section headings in sidebar */
.fcCatalog .sidebar-panel .sidebar-heading {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 3px solid #00563F;  /* brand accent */
}

/* Filter lists */
.fcCatalog .sidebar-panel ul {
  list-style: none;
  margin: 0 0 6px 0 !important;
  padding: 0;
}

.fcCatalog .sidebar-panel li + li {
  margin-top: 4px !important;
}

* Smaller inner padding so each row feels tighter */
.fcCatalog .sidebar-panel a {
  padding: 4px 8px; /* was 6px 8px */
  line-height: 1.3; /* improves readability without extra height */
}



.fcCatalog .sidebar-panel a:hover,
.fcCatalog .sidebar-panel a:focus {
  background: #EAF3EF;       /* light green tint */
  color: #003E2E;            /* deeper green for hover/accessibility */
  outline: none;
}


/* Optional: small count badge */
.fcCatalog .sidebar-panel .count {
  float: right;
  background: #F2F2F2;
  color: #333;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
}

/* Content column */
.fcCatalog .catalog-search-bar ~ .row .medium-9 {
  min-width: 0; /* prevents overflow in grid */
}

/* Card styling */
.fcCatalog .catalog-grid-item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
   /* brand accent */
}

.fcCatalog .catalog-grid-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.fcCatalog .catalog-grid-item__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.fcCatalog .catalog-grid-item__description {
  color: #333;
  line-height: 1.6;
}

/* CTA button */
.fcCatalog .btn--link {
  background: #FFDE00 !important;
  color: #000 !important;
  padding: 10px 16px !important;
  border-radius: 0;
  border: 2px;
  transition: background 0.25s ease;
}

.fcCatalog .btn--link:hover {
  background: #E6C900 !important;}


/* Accordion affordance */
.fcCatalog .sidebar-panel .group {
  margin-bottom: 8px;
}
.fcCatalog .sidebar-panel .group[aria-expanded="false"] .group-list {
  display: none;
}
.fcCatalog .sidebar-panel .group-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
}
.fcCatalog .sidebar-panel .group-toggle:hover {
  background: #F8F8F8;
}


/* NEW LIST SETTINGS FOR CATALOG Card as a 3-column grid: Title+Thumb | Meta+Description | CTA */

/* 1) Course list item = positioning context */
.fcCatalog .catalog-list-item {
  position: relative;
  display: grid; /* keep your three-column grid for structure */
  grid-template-columns: 240px 1fr auto;
  gap: 16px;
  align-items: start;

  /* Reserve bottom space so content doesn't sit under the CTA */
  padding: 16px 16px 64px 16px; /* increase bottom padding for CTA space */
  background: #fff;
  border-radius: 8px;
  
}

/* 2) Ribbon stays in top-right, above other content */
.fcCatalog .catalog-list-item .catalog-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

/* 3) CTA footer pinned to bottom-right of the card */
/* Make the CTA container visually transparent */
.fcCatalog .catalog-list-item__cta-container {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* If the theme draws decorative chips via pseudo elements on the container */
.fcCatalog .catalog-list-item__cta-container::before,
.fcCatalog .catalog-list-item__cta-container::after {
  content: none !important;
}

/* CATALOG VIEW BUTTONS -- Yellow/black CTA styling */
.fcCatalog .catalog-list-item__cta-container .btn,
.fcCatalog .catalog-list-item__cta-container .btn--primary,
.fcCatalog .catalog-list-item__cta-container .btn--primary.btn--centered,
.fcCatalog .catalog-list-item__cta-container .btn--primary.btn--small,
.fcCatalog .catalog-list-item__cta-container .btn--no-margin {
  background-color: #FFDE00 !important;   /* Yellow */
  color: #000000 !important;               /* Black text */
  border: 2px solid #000000 !important;    /* Defined edge */
  border-radius: 6px;
  padding: 10px 18px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;

  /* Layout: avoid floats and ensure good alignment */
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Subtle shadow (adjust intensity to taste) */
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);

  /* Smooth interaction */
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
}

.fcCatalog .catalog-list-item__cta-container .btn:hover {
  background-color: #E6C900 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.16);
}

.fcCatalog .catalog-list-item__cta-container .btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* Accessible focus (keyboard) */
.fcCatalog .catalog-list-item__cta-container .btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.16);
}


/* 4) Remove legacy floats that cause collisions */
.fcCatalog .btn--link,
.fcCatalog .btn--primary {
  float: none;
}

/* 5) Optional: keep the text/body from colliding with the ribbon */
.fcCatalog .catalog-list-item__body {
  min-width: 0;
  padding-right: 140px; /* approximate ribbon width; adjust if needed */
}


/* 6) Mobile safety: let things flow, avoid absolute overlaps */
@media (max-width: 980px) {
  .fcCatalog .catalog-list-item {
    display: block;
    padding: 12px;
  }
  .fcCatalog .catalog-list-item .catalog-ribbon {
    position: static;
    display: inline-block;
    margin-bottom: 8px;
  }
  .fcCatalog .catalog-list-item__footer {
    position: static;
    margin-top: 24px;
    justify-content: flex-start;
  }
}

/* Ensure the card is a three-column grid: thumbnail | body | CTA */
.fcCatalog .catalog-list-item {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 16px;
  align-items: stretch; /* important: columns same height */
  position: relative;
}

/* Place CTA in column 3 bottom-right */
.fcCatalog .catalog-list-item__cta-container {
  grid-column: 3;
  align-self: end;       /* bottom */
  justify-self: end;     /* right */
  background: transparent; /* reaffirm no gray */
  box-shadow: none;
}

/* Ribbon remains in top-right of the card */
.fcCatalog .catalog-list-item .catalog-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

/* FORRESTER CATALOG PAGE - Ends */

/* For Course Details page - start */
.course-group .course__detail__container {width: 90%; padding: 80px 0;}
.course-group .course__detail__container .course__detail__content {padding: 0; padding-right: 40px;}
.course-group .course__detail__header {padding: 0;}
.course-group .row .column {padding: 0;}
.course-group .course__detail__container .course__detail__sidebar {padding: 32px 32px; background: #00563F; color: #fff; position: relative;}
.course-group .course__detail__container .course__detail__sidebar .widget--course-purchase {position: static;}
.course-group .course__detail__container .course__detail__sidebar .widget--course-purchase .email-capture input[type="email"] {margin-bottom: 20px;}

.course-group .course__detail__container .course__detail__sidebar .widget--course-benefits {position: static; padding-bottom: 1rem;}

.course-group .course__detail__container .course__detail__sidebar .btn--primary {border: 0; background: #FFDE00; color: #000; font-size: 16px; font-weight: 600; line-height: 40px; border-bottom: 1px solid #000; padding: 0 12px; border-radius: 0; position: absolute; width: calc(100% - 64px); bottom: 0;}
.course-group .course__detail__sidebar .course__includes {margin: 0 0 2rem;}
.course-group .course__detail__sidebar .course__includes__title {font-size: 24px; font-weight: 700; color: #fff; border: 0; padding: 0; text-transform: none;}
.course-group .course__detail__container .course__detail__sidebar .widget--course-purchase .enroll__title {text-transform: none; font-size: 24px;}
.course-group .course__detail__container .course__detail__sidebar .widget--course-purchase p small {font-size: 14px;}
.course-group .course__detail__sidebar hr {border: 0;}
.course-group .course__detail__sidebar .course__includes__list {margin: 1rem 0;}
.course-group .course__detail__sidebar .course__includes__list li {padding: 0; font-size: 16px;}
.course-group .course__detail__sidebar .icon--round {width: 40px; height: 40px; border-radius: 4px;}
.course-group .course__detail__sidebar .icon--round::before {display: none;}

.course-group .course__detail__sidebar .icon--round.icon-mobile {background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/38b4fb89-f300-4792-b07b-1be772d29194/h0o4cw0vqqsv-Clock.svg) center no-repeat;}
.course-group .course__detail__sidebar .icon--round.icon-clock {background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/38b4fb89-f300-4792-b07b-1be772d29194/1sit1k3e2oy8-Book.svg) center no-repeat;}
.course-group .course__detail__sidebar .icon--round.icon-write {background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/38b4fb89-f300-4792-b07b-1be772d29194/ja0m1kdc5wmu-Key.svg) center no-repeat;}

.course-group .course__detail__sidebar .course__detail__social {display: none;}

.course-group .course__detail__header h1 {font-size: 24px; color: #000; margin-bottom: 24px;}
.course-group .course__detail__content p {font-size: 18px; color: #000;}


@media only screen and (max-width: 1279px) {
    
}
@media only screen and (max-width: 979px) {
    
}
@media only screen and (max-width: 768px) {
    .home.course-group .global-nav__container {padding-top: 0;}
    .course-group .course__detail__container {padding: 40px 0;}
    .course-group .course__detail__header h1 {font-size: 18px;}
    .course-group .course__detail__content p {font-size: 14px;}
    .course-group .course__detail__container .course__detail__sidebar {padding: 20px;}
    .course-group .course__detail__container .course__detail__content {padding-right: 0; margin-bottom: 32px;}
    .course-purchase__mobile-button {left: 0;}
    .course-group .course__detail__container .course__detail__sidebar .widget--course-purchase {margin-bottom: 20px;}
    .course-group .course__detail__container .course__detail__sidebar .widget--course-purchase .enroll__title {font-size: 20px;}
    .course-group .course__detail__container .course__detail__sidebar .widget--course-purchase p {font-size: 20px;}
    .course-group .course__detail__container .course__detail__sidebar .widget--course-benefits {position: static;}
}
@media only screen and (max-width: 767px) {
    .course-group .course__detail__sidebar .course__includes__title {font-size: 20px;}
}
/* For Course Details page - end */
.profTrain {padding: 32px 0;}
/* Added for restoration - end */

.center-ruled-title {display:none;
}
.learning-path-detail-milestone-list {display:none;
}

.dashboard-access-tab__count {display: none;}

.learning-path-milestone-item__info {display: none;}

.learning-path .learning-path-body  [class*=block-grid-] {display:flex;}
.dashboard-access-list-view-detail-page {display:none;}

.learning-path-milestone-item__title .small-12.medium-6.columns h4 span {display:none;}
.learning-path-milestone-item__title .small-12.medium-6.columns h4:after {display:none;}
.learning-path-milestone-item__title .small-12.medium-6.columns h4 {display:none;}
.learning-path-criterion__label {display:none;}
.learning-path-criterion {display:none;}
.learning-path-criterion__value-container {display:none;}
.learning-path-criterion__value--pending {display:none;}
.learning-path .global-nav__container {display:none;}
.learning-path-criterion:nth-of-type(1n) {display:none;}

.learning-path-milestone-item--secondary {display: none;}

/* For Pano BacktoDashboard */
.course .header--learner .backtodash {font-size: 12px;}
.course .header--learner .backtodash .company-logo__container {margin-top: 1.9rem; padding: 0;}
.course .header--learner .backtodash .company-logo__container::before { content: ''; display: inline-block; width: 12px; height: 12px; background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/02ef457a-3f7d-4019-9671-87342c2c43c8/eo34k4vucw0r-right-arrow.png) center no-repeat; background-size: 100% auto; vertical-align: middle; margin-right: 4px; font-weight: 600;}
.course .header--learner .backtodash .company-logo__container h4 {display: none;}
.course .header--learner .backtodash .company-logo__container img {display: none;}
.course .header--learner .backtodash .company-logo__container::after { content: "Back to Dashboard"; color: white; padding-right: 16px;}

.learning-path-milestone__criteria {display:none;}

.learning-path-progress-bar-item--current .learning-path-progress-bar-item__index {background: #656565;}

.learning-path-progress-bar-item--completed .learning-path-progress-bar-item__index {background: #35c36d;}

/* NEW CODE ADDED 12.18.25 */
.callout-box {
  background-color: #00563F; /* Dark green background */
  color: #FFFFFF;            /* White text */
  margin: 0 auto;  
  padding: 16px;             /* Space inside the box */
  border-radius: 6px;        /* Slightly rounded corners */
  display: flex;             /* Align icon + text side by side */
  gap: 12px;                 /* Space between icon and text */
  width: 90%;        /* Auto-fit to text width */
  max-width: 90%;           /* Prevent overflow on small screens */
  box-sizing: content-box;
width: 80%;;
  box-shadow: #000;
}


/* SEARCH HELP BOX — Forrester-friendly styles */
.fcInfoBox {
  background-color: #F2F2F2;     /* soft neutral background */
  color: #003D2D;                /* deep green text (legible on light bg) */

  /* spacing and centering */
  width: 80%;                    /* take 80% of the page/container width */
  max-width: 1500px;              /* cap so it doesn't get too wide */
  margin: 12px auto 12px;        /* center horizontally, space above/below */
  padding: 12px 16px;            /* inner breathing room */

  /* layout */
  display: flex;                 /* icon + text side-by-side */
  gap: 12px;                     /* space between icon and text */
  align-items: flex-start;       /* align icon and first line of text */

  /* shape & elevation */
  border-radius: 8px;
  box-sizing: border-box;        /* include padding in width calc */
  box-shadow: 0 2px 12px rgba(0,0,0,0.08); /* valid subtle shadow */

  /* remove hard-coded margins on sides; use margin:auto for centering */
  /* (no margin-left/right: 100px here) */
}

/* Icon block (small green pill with white symbol) */
.fcInfoBox__icon {
  background: #00563F;           /* Forrester green */
  color: #FFFFFF;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;                /* don't stretch */
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* Text content */
.fcInfoBox__content {
  font-size: 16px;
  line-height: 1.6;
}

/* Optional: tighten vertical spacing between paragraphs */
.fcInfoBox__content p {
  margin: 0 0 6px 0;
}
.fcInfoBox__content p:last-child {
  margin-bottom: 0;
}

/* Responsive: stack on small screens */
@media (max-width: 560px) {
  .fcInfoBox {
    flex-direction: column;
    align-items: stretch;
    width: 92%;                  /* a bit wider on small screens */
    max-width: none;             /* let 92% control width */
  }
  .fcInfoBox__icon {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
}

/* NEW DASHBOARD CODE FOR CATALOG ADDED 12.18.25 === Catalog CTA: Yellow with black text + subtle drop-shadow === */
.fcCatalog .btn--link,
.fcCatalog .btn--primary,
.fcCatalog .btn--primary.btn--centered,
.fcCatalog .btn--primary.btn--small {
  background-color: #FFDE00 !important;    /* Yellow background */
  color: #000000 !important;               /* Black text */
  border: 2px solid #000000 !important;    /* Crisp definition */
  padding: 10px 18px !important;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;

  /* Layout: no floats; play nice with your footer flex/grid */
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Subtle shadow */
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);  /* soft drop-shadow */

  /* Smooth transitions */
  transition: 
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.06s ease;                  /* tiny press effect */
}

/* Hover: slightly darker yellow + a touch more shadow */
.fcCatalog .btn--link:hover,
.fcCatalog .btn--primary:hover {
  background-color: #E6C900 !important;    /* darker yellow on hover */
box-shadow: 0 4px 14px rgba(0,0,0,0.16);
}

/* Active/pressed: reduce shadow + tiny translate for tactile feel */
.fcCatalog .btn--link:active,
.fcCatalog .btn--primary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* Keyboard focus ring: high-contrast, accessible */
.fcCatalog .btn--link:focus,
.fcCatalog .btn--primary:focus {
  outline: 2px solid #000000;             /* visible focus */
  outline-offset: 3px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.16);
}

/* Optional: keep the arrow icon black against yellow */
.fcCatalog .btn--link::after,
.fcCatalog .btn--primary::after {
  filter: brightness(0);                   /* black arrow */
}


/* Container */
.top-bar-section {
  background: #222;                 /* dark neutral */
  color: #fff;
  border-bottom: 1px solid #434343; /* subtle divider */
  position: sticky;                 /* stays visible on scroll */
  top: 0;
  z-index: 1000;
}

/* Layout: turn <ul class="left"> into a horizontal flex menu */
.top-bar-section .left {
  display: flex;
  gap: 16px;                        /* space between links */
  align-items: center;
  margin: 0;
  padding: 10px 20px;               /* inner padding */
  list-style: none;
}

/* Each item */
.top-bar-section .left .navigation-item {
  display: block;
}

/* Links */
.top-bar-section .left .navigation-item > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;                /* click target */
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.06s ease;
}

/* Hover/active */
.top-bar-section .left .navigation-item > a:hover {
  background: #333;
}

.top-bar-section .left .navigation-item > a:active {
  transform: translateY(1px);
}

/* Focus (keyboard accessibility) */
.top-bar-section .left .navigation-item > a:focus-visible {
  outline: 2px solid #FFDE00;       /* brand yellow focus ring */
  outline-offset: 2px;
}