@font-face {
  font-family: 'cl_icons';
  src: url('http://cdn.carnegielearning.com/cli_theme/_fonts/CL_Icons/font/cl_icons.eot?48115825');
  src: url('http://cdn.carnegielearning.com/cli_theme/_fonts/CL_Icons/font/cl_icons.eot?48115825#iefix') format('embedded-opentype'),
       url('http://cdn.carnegielearning.com/cli_theme/_fonts/CL_Icons/font/cl_icons.woff2?48115825') format('woff2'),
       url('http://cdn.carnegielearning.com/cli_theme/_fonts/CL_Icons/font/cl_icons.woff?48115825') format('woff'),
       url('http://cdn.carnegielearning.com/cli_theme/_fonts/CL_Icons/font/cl_icons.ttf?48115825') format('truetype'),
       url('http://cdn.carnegielearning.com/cli_theme/_fonts/CL_Icons/font/cl_icons.svg?48115825#cl_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cl_icons';
    src: url('../font/cl_icons.svg?48115825#cl_icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cl_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .4em;
  text-align: center;


  font-variant: normal;
  text-transform: none;
 

  line-height: 1em;
 


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 

}
 
.icon-caret-btn:before { content: '\e800'; } /* '' */