@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: Hellix;
  src: url('https://portal.imaginelearning.com/fonts/Hellix-Regular.ttf');
}
@font-face {
  font-family: Hellix Bold;
  src: url('https://portal.imaginelearning.com/fonts/Hellix-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Hellix SemiBold;
  src: url('https://portal.imaginelearning.com/fonts/Hellix-SemiBold.ttf');
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, td, a, input,
.video-grid-title, .video-grid-description,
.video-grid-duration, .home-carousel-description,
.home-carousel-description, .video-detail-title,
.video-detail-duration, .video-detail-description,
.section-title {
    font-family:Hellix Regular, Verdana, Arial, Helvetica, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
		letter-spacing:.15rem;
}