<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=PT+Sans:300,400,700");

      :root {
        --font: PT Sans;
        --alt-font: PT Sans;
        --accent-color: #172b54;
        --secondary-color: #00d084;
        --link-color: #004990;
        --accent-highlight-color: #172b54;
        --accent-highlight-background-color: #dbe3f5;
        --accent-tinted-color-70: #b9bfcc;
        --accent-tinted-color-80: #d1d5dd;
        --accent-tinted-color-90: #e8eaee;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #223f7c;
        --secondary-hover-color: #009d64;
        --secondary-contrast-color: #111;
        --link-hover-color: #007df6;
      }
      

.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_v4/v1/course-uploads/c16ca84e-5805-4a8c-ba5d-aef4dd960cc0/3p0k68ext8yy-CRD-Acadamy.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.hero_title {
  padding-left: 25%;
  }

}
.hero_caption {
  text-align: center;
  }
  
.hero__title {
    float: right;
}

.crd-dashboard .hero__title {
  float: left;
}
.btn--primary {
    margin-top: 5px;
}


.scroll-enabled #access-section-0 {
  max-height: 300px;
  overflow-y: auto;
}



.editor-content
.widget__cta {
  float: left;
}


.widget--course-purchase .btn--secondary{display:none;}

.match-pair__list .match-pair__card--correct .match-pair__card-answer div.editor-content {
    text-align: left;
}

.editor-content ol, .editor-content ul {
    padding-left: 0;
}

/*---Theme background color for all widgets---*/
.themeback {background-color: #1eff8f}

/* Hides AUTHOR field in My Learning widget */
.dashboard-access-list-item .col-span-3 {
  font-size: 0; /* hides all text */
}

.dashboard-access-list-item .col-span-3 strong {
  font-size: 1rem; /* restores font size for 'Course' */
}

/* Hides AUTHOR field in Learning Path descriptions */
.learning-path-milestone-item__info {
  font-size: 0; /* hides all text */
}

.learning-path-milestone-item__info font-bold {
  font-size: 1rem; /* restores font size for 'Course' */
}

/* Hides AUTHOR field in Milestones */
.learning-path-detail-milestone-item__content-type {
  font-size: 0; /* hides all text */
}

.learning-path-detail-milestone-item__content-type font-bold {
  font-size: 1rem; /* restores font size for 'Course' */
}



.custom-decrease-margin {
  margin-bottom: -50px;
}


.custom-decrease-left-right-margins {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px

}

.custom-video-width {
  max-width: 95%;
}


.custom-carousel {
  scale: 0.9;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
}
</pre></body></html>