

      :root {
        --font: font-family: 'Source Sans Pro', sans-serif;;
        --alt-font: font-family: 'Source Sans Pro', sans-serif;;
        --accent-color: #006cb4;
        --secondary-color: #f47920;
        --link-color: #0045ff;
        --accent-highlight-color: #004d81;
        --accent-highlight-background-color: #ceebff;
        --accent-tinted-color-70: #b3d3e9;
        --accent-tinted-color-80: #cce2f0;
        --accent-tinted-color-90: #e6f0f8;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #008be7;
        --secondary-hover-color: #d6600b;
        --secondary-contrast-color: #111;
        --link-hover-color: #668fff;
      }
      

.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/a3fb565a-d308-4c5f-a145-e72dca1ea256/7yaa4b3n72qs-I-CAR_Logo_Staging_600x110.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Start - Always show next arrow text when course next page button is enabled */
  .directional__nav__label {
  visibility: visible !important;
}

/* Start - Hide users last active field as it is incorrect */
  span.engagement__last-login {
  display: none !important;
  }

/* Start - Hide FAQ DIV content on /Support */
  .faq__content {
    display: none;
  }
  .faq__sidebar.large-4.columns {
    text-align: center; width: 60%; left: 20%; right:20%;
  }

/* Start - Hide E-commerce functionality */
  #cart-button {
    display: none;
  }
  .cart__buttons {
    display: none;
  }
  .cart-item {
    display: none;
  }
  .enroll__price {
    display: none;
  }
  .cart__total {
    display: none;
  }
  .article-sidebar__icon {
    display: none;
  }
  .widget--course-purchase .btn--secondary{
    display:none;
  }
  .enroll__secondary-actions {
    display: none;
  }
  .course-purchase__mobile-button {
    display: none;
  }

/* Start - Heading Styles */
  .h1{
    font-family: "Source Sans Pro", sans-serif; font-weight: 600; line-height: 1.25;
  }
    h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6{
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500; 
    line-height: 1.25;
  }
  .h1,h1{
    font-size: calc(1.75rem + 1.5vw);
  }
  @media (min-width: 1200px){
    .h1, h1{
      font-size: 2.75rem;
    }
  }
  .h2,h2{
    font-size: calc(1.325rem + 0.9vw);
    }
    @media (min-width: 1200px){
      .h2, h2{font-size: 2rem;}
      }
  .h3,h3{
    font-size: calc(1.3rem + 0.6vw);
    }
    @media (min-width: 1200px){
      .h3, h3{font-size: 1.5rem;}
      }
  .h4,h4{
    font-size: calc(1.275rem + 0.3vw);
    }
    @media (min-width: 1200px){
      .h4, h4{font-size: 1.25rem;
      }
  }
  .h5,h5{font-size: 1.2rem;
  }
  .h6,h6{
    font-size: 1rem;
  }

/* Start - prevent Titles and Names from being all capitalized on catalog & dashboard */
	.company__school-name {
    text-transform: none;
  }
	.nav--top ul a, .nav--top ul button {
    text-transform: none;
  }

/* Start - Remove "Support" & "Log Off" links while in course */
  .expandable-sidebar__buttons {
    display: none;
  }

/*  Start - Course landing page */
  .syllabus__section-title-index {
    display: none;
  }
  .icon-circle.icon-circle--half{
    border-color:#d6780b
  }
  .icon-circle.icon-circle--half span{
    background:#f49220; 
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px; 
    height:4px;
  }
  .icon-circle.icon-circle--full{
    border-color:#449a45
  }
  .icon-circle.icon-circle--full span{
    background:#5bb65c;border-radius:4px;height:7px
  }
  .course-title{}
  .learner-section__title{}
  .learner-lesson__title{}
  .progress.colorized .meter{
    background:-webkit-gradient(linear,left top,right top,from(#1c83ae),to(#8ad56e));
    background:linear-gradient(90deg,#1c83ae,#8ad56e);
  }

/*  Start - Hide social share */
  .share__container { 
    display: none; 
  }

/*  Start - Remove course title link to course detail page */
  .course-title-link { 
    pointer-events: none; 
  }

/*  Start - Remove email button - video content */
  .btn--email{ 
    display: none; 
  }

/* Start - Content loading bubbles */
  .loading__spinner>div{
    background-color: #006cb4;
  }

/* Start - Remove Site Logo hyperlink - WARNING! this prevents Panorama learners from returning to the student dashboard from the learner transcript page  */
  .company__beta-logo.active {
  pointer-events: none !important;
  }

/* Hide course rating & testimonial text block*/
  .sidebar__testimonial__rating{ 
    display: none; 
  }
  .sidebar__testimonial .panel textarea:not(.tw-override) { 
    display: none; 
  }

/* Start - Change user time-out message */
  .timeout__modal__content {
    text-align:center;
  }
  .timeout_modal_tagline {
    text-indent: -9999px;
    line-height: 0;
  }
  .timeout_modal_tagline:after {
    text-indent: 0;
    display: block;
    line-height: initial;
    content:"Session Timeout";
  }
  .timeout__modal__content {
    text-align:center;
  }

/* Start - Sign-in page alert - You were signed out due to inactivity. */
  .alert-box.alert {
    margin-top: 50px;
    margin-bottom: 25px;
  }

/* Start - Remove Course Home Button & Icon */
  .header--student .header__left__icon.active{
    background:none !important; 
    pointer-events: none;
    cursor: default;
  }
  .header--student .header__left__icon i.icon-home{
    background:none !important; 
    pointer-events: none;
    cursor: default;
    display: none !important;
  }
 
/* Start - Remove Course Completion "Exit Course" Button */
  .sidebar__container.sidebar__container--right>div>button{
    display: none;
  }
 
/* Start - Remove Standalone / Fullscreen SCORM Close Button */
  .standalone-scorm__header>button {
    display: none;
  }

/* Start - Standalone / Fullscreen SCORM title padding */
  .standalone-scorm__header>h4 {
    margin-left: 10px;
  }

/* Start - /learn/course/**course_slug*** and course detail page eComp info*/
  .ember-view.enroll{
      display: none; 
  }
  .purchase-paywall-submit{
      display: none; 
  }
  .end>a[href="/catalog"] {
    display:none;
  }
  .course__detail__enrolled{
    display:none;
  }
  .builder__mini-widget, .course__detail__enrolled, .course__detail__social, .example-widget, .multiselect, .panel, .panel--flex, .panel--logs, .topic__sidebar__add {
  /*background: var(--surface-100);*/
  border-radius: var(--border-radius-default);
  }

/* Start - quiz & test page text */
  .quiz-start__text .quiz-start__sub-text p {
    text-align: center;
    margin-left: 3em;
    margin-right: 3em;
  }
  .quiz-start__text .editor-content {
    text-align: center;
  }
  .quiz-start__text p.quiz-start__main-title i{
    display:none;
  }

/* Start - PDF viewer border */
 .pdf-viewer__container{
   border: solid #e9e9e9 1px;
 }