

      :root {
        --font: Inter;
        --alt-font: Inter;
        --accent-color: #0185e5;
        --secondary-color: #1a4686;
        --link-color: #0099cc;
        --accent-highlight-color: #014a7f;
        --accent-highlight-background-color: #cdeaff;
        --accent-tinted-color-70: #b3daf7;
        --accent-tinted-color-80: #cce7fa;
        --accent-tinted-color-90: #e6f3fc;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #1b9efe;
        --secondary-hover-color: #225cb1;
        --secondary-contrast-color: #fff;
        --link-hover-color: #33ccff;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/e0df7fbf-a057-42af-8a1f-590912be5460/qlm3gsdo474t-Whitebackground.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/e0df7fbf-a057-42af-8a1f-590912be5460/wzi8ctxd2fs2-lfeducation_color2.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* TODO: remove this once the correct code in learner UI for this css has been deployed */

.catalog-grid-item .catalog-grid-item__body {
  height: auto !important;
  min-height: auto !important;
  max-height: initial !important;
}

.catalog-grid-item__body .catalog-grid-item__cta-container {
  height: 10px !important;
}

.catalog-grid-item__body .catalog-grid-item__cta-container >.grid.grid-cols-3.gap-2 .place-self-center {
  place-self: auto !important;
}

.widget--course-purchase .btn--secondary{display:none;}
.discount-group .icon-gift {display:none;}

.widget--dashboard-access.widget--dashboard-access_standard .dashboard-access-list-item {
    padding: 10px !important;
    min-height: 72px;
}

.widget--dashboard-access.widget--dashboard-access_standard .dashboard-access-list-item > div {
    display: grid !important;
    align-items: center;
    min-height: 50px;
}

.widget--dashboard-access.widget--dashboard-access_standard .dashboard-access-list-item .col-span-4 {
    padding-top: 0 !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 0 !important;
}

.widget--dashboard-access.widget--dashboard-access_standard .dashboard-access-list-item-expander__title {
    font-size: 16px !important;
    line-height: 19px !important;
}

.widget--dashboard-access.widget--dashboard-access_standard .dashboard-access-list-item .col-span-4 i.icon-navigateright {
    display: none;
}