

      :root {
        --font: Red Hat Display 400;
        --alt-font: Red Hat Display 700;
        --accent-color: #1770e5;
        --secondary-color: #55575b;
        --link-color: #1773eb;
        --accent-highlight-color: #0e4388;
        --accent-highlight-background-color: #e5effc;
        --accent-tinted-color-70: #b9d4f7;
        --accent-tinted-color-80: #d1e2fa;
        --accent-tinted-color-90: #e8f1fc;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #438cec;
        --secondary-hover-color: #6e7075;
        --secondary-contrast-color: #fff;
        --link-hover-color: #75acf3;
      }
      

.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/ed258d5d-ccc5-4607-a3e7-90c44a8102ac/wof5ia7v24xc-CTFL_LC_RetinaLogo_600x110.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Learning Center CSS Edits */

/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
    background-color: white !important;
}
a {
    color: #1773eb;
}
html {
    font-family: "Red Hat Display", sans-serif !important;
}
.container {
    box-shadow: none;
    -webkit-box-shadow: none;
}
nav {
    padding-bottom: 0.5rem;
}
.hero {
    margin-bottom: 1rem;
}
.hero img {
    border-radius: 2rem !important;
}
.layout__content .hero {
    margin-bottom: auto;
}
.widget__title, .widget__subtitle, .course__detail__header {
    color: #55575B !important;
}
.widget__title, h1 {
    font-weight: 600;
    font-size: 2rem;
}
#cart-button {
    display: none;
}
.article-sidebar__icon {
    display: none;
}
.widget--course-purchase .btn--secondary {
    display: none;
}
ol li {
    list-style-type: decimal;
}
.bg-lightGrey {
    background: #F1F2F6;
}
/* removes excess horizontal padding on all widgets */
.layout__content .widget {
    padding: 1rem 0;
}

/* Custom Login */
.custom-sso .partner-sso .partner-login-link, .custom-sso .contentful-sso .contentful-login-link {
    background: rgb(11, 106, 230);
    font-size: 0.9rem;
    padding: 15px 30px;
    border-radius: 25px;
    color: white;
    width: 45%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1126px) {
    .custom-sso .partner-sso .partner-login-link, .custom-sso .contentful-sso .contentful-login-link {
        width: 75%;
    }
}
.custom-sso .partner-sso .partner-login-link:hover, .custom-sso .contentful-sso .contentful-login-link:hover {
    color: white;
}
.session .session__form h1, .session .session__form h2, .session .session__form div.text-xs.mb-2 {
    display: none;
}
.session .session__form input {
    //width: 40%;
    width:auto;
    margin: 0 30%;
    text-align: center;
}
.session .session__form .field__input-wrapper {
    width: 50%;
    margin: 0 auto;
}
.session .session__form .field input, .session .session__form .field .field__label {
    width: 100%;
    margin: 10px 0;
    font-size: 0.8rem;
    height: 35px;
    text-align: left;
} 
.session .session__form .field .field__label {
    margin: 0;
}
.session .session__form .session__forgot {
    text-align: center;
    width: 100%;
    display: block;
}
.session .session__form .session__forgot a {
    font-size: 0.6rem;
    margin-top: 1rem;
    color: #767676;
}
.session .session__form .field.field--show-floating-label input {
    font-size: 0.9rem;
}
.session .session__form .field.field--show-floating-label .field__label {
    font-size: 9px;
}
/* Header Global */
.nav--global-links {
    background-color: #8c2eea;
}
.nav--global-links>a {
    color: #fff;
}
.top-bar {
    border: none;
}
.header__inner .nav--top {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.nav--top {
    font-size: 16px;
    border-radius: 4.8rem;
    transition: .2s ease-out;
    font-weight: 600;
    white-space: nowrap;
    border: 2px solid #2B2D31;
    color: #2B2D31;
}
.nav--top ul a {
    padding: 10px 20px 10px 20px;
    text-transform: none;
    font-size: 16px;
    border-radius: 4.8rem;

}
.nav--top:hover {
    border-color: #1770E5;
    color: #1770E5;
}
.nav {
    padding: 0px;
}
.btn--primary {
    font-size: 0.9rem;
    line-height: 26px;
    padding: 10px 20px;
    background-color: #2b2d31;
    color: #ffffff;
    border-radius: 4.8rem !important;
    transition: .2s ease-out;
    //width: 100%;
    width:auto;
    border: none;
}
.btn--primary:hover {
    background-color: #1770E5;
    color: #ffffff;
}
.btn--alt.btn--primary {
    background-color: #2b2d31;
    border-color: transparent;
    color: white;
    padding: 10px 20px;
}
.btn--alt.btn--primary:hover {
    background-color: #1770E5;
    color: #ffffff;
}

/* End Header Global */

/* Homepage Global */
/* Below corrects default style that remove hero padding on home page */
.home.course-group .home__content, .home.index .home__content, .home__content {
    padding: 0 1rem !important;
}
/* End Homepage Global */

/* Course Detail Global */
.course__detail__asset {
    margin-top: 2rem;
}
.course__detail__asset img {
    width: 100%
}
.widget--course-social, .widget--course-social_standard {
    display: none;
}
.course__detail__content {
    padding: 0 !important;
}
.learner__container__toggle--small .btn {
    display: none;
}
.expandable-sidebar__toggle {
    margin-top: 1rem;
}
.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title {
    font-weight: 400;
}
.learner__sidebar-list ul.syllabus__section-list .syllabus__lesson-container {
    padding-left: 0;
}
/* Fix to hopefully hide the gifting option for course – keep an eye on this because it might cause other sidebar buttons to be hidden, due to not enough classes provided by TI */
.enroll__secondary-actions button {
    display: none;
}
/* Adjusting "Get started" button area of Course Detail Page */
.layout__content--sidebar .ember-view.widget--course-purchase .panel {
    background: none;
    padding-top: 0;
    margin-top: -0.5rem;
}
.layout__content--sidebar .ember-view.widget--course-purchase .panel .enroll__title span {
    display: none;
}
.layout__content--sidebar .ember-view.widget--course-purchase .panel .btn.btn--primary {
    width: 100%;
    border-radius: 2px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
}
/* End Course Detail Global */

/* Learning Paths Gloabl */
/* Removing "Learning Path Runs: [Date]" */
.learning-path .course__detail__runs {
    display: none;
}
/* "Milestones" section */
.learning-path .course__detail__container .collection__courses {
    margin-bottom: 3rem;
}
.learning-path .course__detail__container .collection__courses li {
    list-style: none;
}
.learning-path .course__detail__container .collection__courses h3 {
    font-size: 1.75rem !important;
    margin: 2rem 0;
}
.learning-path .course__detail__container .collection__courses .center-ruled-title {
    display: none;
}
.learning-path .course__detail__container .collection__courses .learning-path-detail-milestone-item {
    margin-top: 1.5rem;
}
.learning-path .course__detail__container .collection__courses .learning-path-detail-milestone-item__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #55575B;
    margin-bottom: 1rem;
}
.learning-path .course__detail__container .collection__courses .learning-path-milestone__badge--elective {
    border-radius: 28px;
    padding: 6px 13px;
    background: #1773eb36;
    color: #1773eb;
    margin-bottom: 1rem;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item .row.collapse:nth-child(2) {
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item .row.collapse:nth-child(2) .medium-4.columns {
    width: 50%;
    float: none;
    height: 208px;
    background: none;
    margin-right: 33px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item .row.collapse:nth-child(2) .medium-8.columns {
    width: 50%;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item__content-type {
    font-size: 1rem;
    font-weight: 500;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item__content-type h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: #55575B;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item__description {
    font-size: 0.9rem;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item__cta {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.learning-path .course__detail__content .collection__courses .learning-path-detail-milestone-item__cta i {
    display: none;
}
/* End Learning Paths Gloabl */

/* Live Training – Successful Registration Page */
.widget--registration-form {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.widget--registration-form p a {
    margin-top: 1rem;
    width: fit-content;
    padding: 10px 50px;
}
.widget--registration-form .widget__title {
    display: none;
}

/* Course Page (Once you click "Start Course") */
.learner__content .learner__container__toggle {
    padding: 0 2rem;
}
.learner__content .bookmark-dropdown__button.bookmark-plus {
    top: -3rem;
}
.course__detail__content ul {
    list-style: disc;
}
.expandable-sidebar__content .syllabus__section-title-index {
    display: none;
}
.course .learner__content ul, .course .learner__content ol {
    padding-left: 1rem;
}
.course .learner__content ul {
    list-style: disc;
}
.course .learner__content ol {
    list-style: decimal;
}
/* Removing the giant black "menu" button that must be clicked to open sidebar – this ensures the sidebar is always open */
.learner__container__toggle {
    margin-bottom: -1.1rem;
}
.learner__container__toggle .btn--primary {
    font-size: 14px;
    line-height: inherit;
    padding: 0.4em 1em;
    background-color: #1770e5;
    color: inherit;
    border-radius: 2px !important;
    transition: inherit;
    width: inherit;
    border: inherit;
    z-index: 100;
}

/* End Course Page */

/* Catalog Page */
.catalog-item {
    /* background-color: #ffffff; */
    border: 2px solid #c4d1de;
    border-radius: 16px;
    height: auto;
    text-align: left;
    transition: .2s ease-out;
}
.catalog-item:hover {
    border-color: #1770E5;
}
.catalog-grid-item {
    border: none;
    border-radius: 16px;
}
.catalog-grid-item__asset {
    border-radius: 14px 14px 0px 0px !important;
    object-fit: cover;
    border-bottom: 2px solid #c4d1de;
}
.catalog-list-item__asset {
    padding: 0;
    border-radius: 16px;
}
.catalog-list-item__info, .catalog-list-item__description {
    padding-left: 1rem;
}
.catalog-list-item__title {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.catalog-list-item__cta-container {
    border: none;
}
.catalog-list-item {
    padding: 1rem;
    padding-right: 0;
}
.ember-view.catalog-item {
    margin: 1rem 0;
}
.catalog-list-item .catalog-list-item__title-container, .catalog-list-item .catalog-list-item__body {
    padding-right: 1rem;
}
.catalog-list-item .catalog__ribbon--attached {
   top: -2.25rem;
   right: -1.2rem;
}
.catalog-item .catalog-grid-item__cta-container .grid-cols-3 {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.catalog .catalog-grid-item__cta-container {
    font-size: 0.9rem;
    height: fit-content;
}
.catalog-item .catalog-grid-item__cta-container span.btn.btn--link.btn--right.btn--primary {
    text-align: right;
    margin-top: -5px;
}

/* Contentful You Error Fixes */
.featured-content-multi-carousel-item img {
    padding: 0;
}
/* End Contentful You Error Fixes */
/* End General Styles --- Everything above is at the Global level */


/* Header Styles  */
.new-info-banner {
    padding: 1rem;
    max-width: 100% !important;
    background-color: #8c2eea;
    text-align: center;
}
/* Custom Navbar Styles (i.e., HTML on My Dashboard Page for LC) */
.mobile-nav p {
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    line-height: 33px;
    margin-right: 1.75rem;
    position: relative;
    text-transform: uppercase;
}
.toggle-topbar.menu-icon button span:after {
    -webkit-box-shadow: 0 0 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
    box-shadow: 0 0 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
    content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 16px;
}
@media only screen and (min-width: 48.063em) {
    .mobile-nav {
        display: none;
    }
    .top-bar {
        display: block !important;
    }
    .header__inner .nav--top {
        margin: 0;
    }
}

/* Homepage Styles */
.home.index .ember-view.header.header--microsite {
    margin-top: 5rem;
}


/* Learning Path */
.learning-path h3, .experts h3 {
    font-weight: 600;
    text-align: left;
    color: #55575B !important;
    font-size: 2rem;
}
.certifications-callout .widget__title .widget__subtitle {
    color: #55575B !important;
}
.learning-path .learning-path-box, .certifications-callout .learning-path-box {
    border-color: #c4d1de !important;
    transition: .2s ease-out;
}
.certifications-callout .learning-path-box {
    background: white;
}
.learning-path .learning-path-box:hover, .certifications-callout  learning-path-box:hover, .certifications-callout .learning-path-box:hover, .certifications-callout .learning-path-box:hover, .cert-callout .learning-path-box:hover {
    border-color: #1770e5 !important;
}
.learning-path .learning-path-box:hover .arrow-link, .certifications-callout .learning-path-box:hover .arrow-link, .cert-callout .learning-path-box:hover .arrow-link {
    background: #1770e5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .certifications-callout.home-resources .learning-path-box {
        min-height: 43vh;
    }
}
.learn-box-link p {
    color: #333;
}
/* .certifications-callout {
    background: #F1F2F6;
} */
.certifications-callout {
    padding: 4rem 3rem 5rem 3rem !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .arrow-wrapper {
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
    }
}
@media screen and (max-width: 1024px) {
   .learning-path .row .columns, .certifications-callout .row .columns, .cert-callout .row .columns {
       margin-bottom: 1rem;
       min-height: fit-content;
   }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .learning-path .row .learning-path-box {
        min-height: 54vh;
    }
}
.learning-path-timeline-milestone__header {
    background-color: #ffffff !important;
}
.learning-path-milestone-item__asset {
    border-radius: 16px;
    padding: 0px;
    margin-right: 30px;
}  
.learning-path-milestone-item--secondary {
    display: none;
}
.learning-path-milestone-item__info, .learning-path-milestone-item__description {
    padding-left: 1em;
}
.learning-path-milestone-item__body {
    border: none;
}
.learning-path-milestone-item__title {
    padding: 10px 0 20px 0;
}
.learning-path-progress-bar-item--current .learning-path-progress-bar-item__index {
    background: #1770E5 !important;
}
.catalog-aggregation--expanded {
    border: none;
}
.catalog-aggregation {
    border: none;
}
.learning-path .learning-path-milestone-item__title .btn--primary {
    min-width: fit-content;
    width: 70%;
    text-align: center;
    padding: 8px 20px;
    border: none;
}


/* End Learning Path Styles */

/* .panel {
    padding: 0 !important;
    margin-bottom: 16px !important;
} */

/* Contentful Experts */
.experts .workshop-btn {
    background: #2b2d31;
    border: none;
    color: #fff;
    margin-top: 2rem;
    padding: 0.8rem 1.3rem;
    border-radius: 4.8rem;
}
.experts .workshop-btn a {
    color: #fff !important;
}
.experts .workshop-btn:hover {
    background: #1773eb;
}
.experts .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.experts img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.experts iframe {
    border-radius: 16px;
}
.experts p {
    max-width: 75%;
}
.experts .full-img {
    max-width: 100%;
}

/* Course Detail Page */

/* Course Page (Once you click "Start Course") */

/* Live Training */

/* Certifications */
.cert-stats .stat {
    font-size: 5rem;
}
.testimonial .testimonial-quote--left {
    padding: 0 2em;
}
.testimonial .testimonial-quote__text {
    font-size: 1.75rem;
}
.cert-testimonial .featured-content-multi-carousel {
    border-radius: 4rem;
}
.cert-testimonial {
    font-weight: 700;
}
.cert-testimonial .testimonial-quote__author-name, .cert-testimonial .testimonial-quote__author-description {
    font-weight: 800;
    font-style: normal;
}
.testimonial .testimonial-quote__author-name:before {
    border: none;
}
.cert-faqs ol li {
    margin-left: 2rem;
}
.cert-faqs .spacer {
   content: "";
  display: block;
  height: 5px;
}
.cert-faqs .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cert-faqs .faq-down-arrow {
    background: #e6eff6;
}
.cert-faqs h6, .cert-faqs .faq-opened {
    display: none;
}
.cert-faqs .faq-img {
    max-height: 75vh;
}
.cert-callout .widget__title {
    text-align: left;
}
.layout__content .widget.cert-testimonial {
    padding: 3rem 4rem 4rem 4rem;
}
@media screen and (min-width: 1024px) {
    .layout__content .widget.cert-testimonial {
        max-width: 70%;
        margin: 0 auto;
    }
}
.cert-faqs a {
    color: #1773eb;
}
.cert-testimonial img {
    margin: 0 auto;
    max-width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cert-callout .learning-path-box {
        min-height: 39vh;
    }
}
.faq-title {
    cursor: default;
}

/* Certification Pages */
.learn.course.section.lesson .topic__content .topic__text__body p, .learn.course.section.lesson .assignment__content .assignment__info p{
    margin-bottom: 1rem;
}
.cert-callout.skill-badges .row {
    background: #E7E7E7;
    padding: 3rem;
    border-radius: 10px;
}
.cert-callout.skill-badges .editor-content {
    background: #F1F2F6;
    border-radius: 10px;
    border: 2px solid #B0B0B0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .cert-callout.skill-badges .columns:first-of-type .learning-path-box .mt-4 {
        margin-top: 2rem !important;
    }   
    .cert-callout.skill-badges .learning-path-box .mt-10 {
        margin-top: 1rem !important;
    }   
}
@media screen and (max-width: 1024px) {
    .cert-callout.skill-badges .row {
        display: flex;
        flex-direction: column;
    }
    .cert-callout.skill-badges .columns {
        width: 100%
    }
}

/* LC Studio and Ninetailed */
.resources-stats img {
    height: 30vh;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}
.experts.video-section p, .experts.video-section h3 {
    margin-left: 2rem;
}
.studio-training-callout .featured-content-article-item {
    border: none;
}


.cert-callout.studio-badges .learning-path-box {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}


/* End of Course Quiz */
.question__container .choices__list li {
    list-style-type: none;
}

/* Contact/Support */

/* Styles pulled from contentful.com */

/* ContentfulYOU CSS Edits */

.eyebrow {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.featured-content-block-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: flex-start;
}

.dashboard-hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 10vh;
}

.hero-heading {
    font-size: 72px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 20px;    
}

.home-ribbon {
    width: 50%;
}

.dashboard-learner-access img {
    width: 0px;
    height: 0px;
    margin: 20px;
}

.catalog-grid-item__completed-container {
    border-radius: 14px 14px 0px 0px;
}

/* .catalog-grid-item__completed {
    display: block;
    margin: auto;
} */

.catalog-grid-item__completed {
    position: relative;
    z-index: 10000;
    top: unset;
}

.catalog-grid-item__completed i {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent #5bb65c transparent transparent;
    border-top-right-radius: 14px !important;
    background: transparent;
    border-radius: unset;
    color: white;
    padding: 0;
}
.catalog-grid-item__completed .icon-check:before, .icon-tally:before {
    position: absolute;
    top: 0.5rem;
    right: -3.75rem;
    color: white;
    font-size: 25px;
}

.catalog-grid-item__completed p {
    display: none;
}

.dashboard-carousel__asset-container {
    padding-left: 30px;
    padding-top: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.featured-content-multi-carousel-item__title, .dashboard-carousel__title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #2B2D31;
}

.featured-content-multi-carousel-item__description, .dashboard-carousel__description {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    max-height: 70px;
    text-overflow: ellipsis;
}

.dashboard-additional-links {
    background-color: #eff2f6;
    padding: 60px;
    border-radius: 16px;
}

/* ContentfulYOU Custom Pages */

.hero-mini-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    margin: 100px 0 100px 0;
}

.hero-catalog-buttons {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
    background-color: #2b2d31;
    color: #ffffff !important;
    border-radius: 4.8rem !important;
    bottom: 30px;
    transition: .2s ease-out;
    margin: 30px 15px 30px 15px !important;

}

.hero-catalog-buttons:hover {
    background-color: #1770E5;
}

.carousel-mini-catalog {
    background-color: #ffffff;
    padding: 0 10% 100px 10%;
}

.carousel-mini-catalog img {
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 0px !important;
}

.featured-content-multi-carousel-item {
    background-color: #ffffff;
    border-radius: 16px;
    height: auto;
    min-height: 400px;
    text-align: left;
    transition: .2s ease-out;
}

/* PS Panorama Debug Styling 
(not to be used for additional styling, only to correct styling) */

/* fixing overlap border class issue for PS panorama  */
.learning-path .featured-content-article-item {
    border: none;
}