@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Chronicle;
        --accent-color: #003260;
        --secondary-color: #488974;
        --link-color: #0079c1;
        --accent-highlight-color: #003260;
        --accent-highlight-background-color: #c6e4ff;
        --accent-tinted-color-70: #b3c2cf;
        --accent-tinted-color-80: #ccd6df;
        --accent-tinted-color-90: #e6ebef;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #004d93;
        --secondary-hover-color: #5ba990;
        --secondary-contrast-color: #fff;
        --link-hover-color: #28afff;
      }
      

.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/4b92afd1-d0eb-4aff-8198-263f1b2457e6/2v6l42voriu4-ima-logo-2x.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* 

▄         ▗                          
▌▌▛▌  ▛▌▛▌▜▘  ▌▌▛▘█▌                 
▙▘▙▌  ▌▌▙▌▐▖  ▙▌▄▌▙▖  ▗              
                                     
▄▖▌     ▄▖▄▖▄▖  ▘                    
▐ ▛▌█▌  ▌ ▚ ▚   ▌▛▘  ▛▌▛▌▌▌▌         
▐ ▌▌▙▖  ▙▖▄▌▄▌  ▌▄▌  ▌▌▙▌▚▚▘         
                                     
        ▘            ▗     ▜ ▜    ▌  
▌▌█▌▛▘▛▘▌▛▌▛▌  ▛▘▛▌▛▌▜▘▛▘▛▌▐ ▐ █▌▛▌  
▚▘▙▖▌ ▄▌▌▙▌▌▌  ▙▖▙▌▌▌▐▖▌ ▙▌▐▖▐▖▙▖▙▌▗ 
                                     

*/

/*** General ***/

/* Fix paragraph spacing in content */

p {
  margin-bottom: 1rem;
}

#ima-product-pricing-member-benefits-bar p {
margin-bottom: 0;
}

hr.hr__accent {
  margin: 1rem 0;
}

.home .course__detail__header h1,
.home .course__detail__content h1 {
  margin-bottom: 0.5em;
}

/*** Products ***/

/* Fix margin on page headers content */
.home .course__detail__header h1, .home .course__detail__content h1 {
    margin-bottom: 1em;
}

/* Fix margin on HR for sidebar content */
.course__detail__sidebar hr {
  margin: 1rem auto;
}

/* Fix margin on lists */
.editor-content ol li:last-child, .editor-content ul li:last-child {
    margin-bottom: 1.5rem;
}

