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

      :root {
        --font: Sintony;
        --alt-font: Sintony;
        --accent-color: #005c43;
        --secondary-color: #58595b;
        --link-color: #0079bf;
        --accent-highlight-color: #005c43;
        --accent-highlight-background-color: #c2ffee;
        --accent-tinted-color-70: #b3cec7;
        --accent-tinted-color-80: #ccded9;
        --accent-tinted-color-90: #e6efec;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #008f68;
        --secondary-hover-color: #717275;
        --secondary-contrast-color: #fff;
        --link-hover-color: #26afff;
      }
      

.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/v1469754082/siaddnm13tnugisdka3d.jpg') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/***
  *Set sizes and spacing for common format options in the lesson sidebar and text box*
***/

.editor-content p {
  font-size: 13px; /*default is inherit, line 2884*/
  margin-bottom: .5rem; /*default is 1rem, line 2886*/
}

.editor-content h1 {
  font-size: 1.3rem; /*default is 2.25rem; line 2912*/
}

.editor-content h2 {
  font-size: 1rem; /*default is 2rem; line 2915*/
}

.editor-content h3 {
  font-size: .9rem; /*default is 1.3125rem; line 29--*/
}

.editor-content h4 {
  font-size: .85rem; /*default is 1.125rem; line 29--*/
}

.editor-content h5 {
  font-size: .81rem; /*default is 1 rem; line 2924 */
}

.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  margin-top: 1em;
  margin-bottom: .7em; /*default is .75em, line 2904*/
}

.editor-content ul, .editor-content ol, .editor-content dl {
  font-size: 13px; /*default is inherit; line 2968*/
}

/*editor-content wraps sidebar (video caption) content and content below video (topic content*/
.editor-content ol li, .editor-content ul li {
  margin-bottom: 0.05rem; /*default .5rem, line 8628*/
}

.editor-content a {
  text-decoration: underline;
}

footer .footer__inner .footer__powered-by {
display: none;
}
#cart-button { 
  display: none; 
}
.share__container {
  display:none;
}
