.sparkle-hi {
    width: 590px;
    height: 300px;
    position: absolute;
    top: -33%;
    left: 19%;
    background-image: url(/scripts/hp-apps/content/Images/sparkle-sprite.png);
    -webkit-animation: playSparkle 0.8s steps(7) infinite;
    -moz-animation: playSparkle 0.8s steps(7) infinite;
    -ms-animation: playSparkle 0.8s steps(7) infinite;
    -o-animation: playSparkle 0.8s steps(7) infinite;
    animation: playSparkle 0.8s steps(7) infinite;
  }
  
  @-webkit-keyframes playSparkle {    
    from {
      background-position: 0px;
    }
      
    to {
      background-position: -4130px;
    }
  }
  
  @-moz-keyframes playSparkle {    
    from {
      background-position: 0px;
    }
      
    to {
      background-position: -4130px;
    }
  }
  
  @-ms-keyframes playSparkle {
    
    from {
      background-position: 0px;
    }
  
    
    to {
      background-position: -4130px;
    }
  }
  
  @-o-keyframes playSparkle {
    
    from {
      background-position: 0px;
    }
  
    
    to {
      background-position: -4130px;
    }
  }
  
  @keyframes playSparkle {
    
    from {
      background-position: 0px;
    }
  
    
    to {
      background-position: -4130px;
    }
  }

  @font-face {
    font-family: GillSansStd;
    src: url(/scripts/hp-apps/common/fonts/GillSansStdRoman.eot);
    /* IE9 Compat Modes */
    src:    url(/scripts/hp-apps/common/fonts/GillSansStdRoman.eot?#iefix) format("embedded-opentype"), 
            url(/scripts/hp-apps/common/fonts/GillSansStdRoman.woff) format("woff"), 
            url(/scripts/hp-apps/common/fonts/GillSansStdRoman.ttf) format("truetype");
    /* Safari, Android, iOS */
  }
  
  @font-face {
    font-family: GillSansLight;
    src: url(/scripts/hp-apps/common/fonts/GillSansMTStd-Light.eot);
    /* IE9 Compat Modes */
    src:    url(/scripts/hp-apps/common/fonts/GillSansMTStd-Light.eot?#iefix) format("embedded-opentype"), 
            url(/scripts/hp-apps/common/fonts/GillSansMTStd-Light.woff) format("woff"), 
            url(/scripts/hp-apps/common/fonts/GillSansMTStd-Light.ttf) format("truetype"), 
            url(/scripts/hp-apps/common/fonts/GillSansMTStd-Light.svg#svgFontName) format("svg");
    /* Legacy iOS */
  }
  
  @font-face {
    font-family: Imfell;
    src: url(/scripts/hp-apps/common/fonts/feenrm28c-webfont.eot);
    /* IE9 Compat Modes */
    src:    url(/scripts/hp-apps/common/fonts/feenrm28c-webfont.eot?#iefix) format("embedded-opentype"), 
            url(/scripts/hp-apps/common/fonts/feenrm28c-webfont.woff) format("woff"), 
            url(/scripts/hp-apps/common/fonts/feenrm28c-webfont.ttf) format("truetype"), 
            url(/scripts/hp-apps/common/fonts/feenrm28c-webfont.svg#svgFontName) format("svg");
    /* Legacy iOS */
  }
  
  @font-face {
    font-family: Folio;
    src: url(/scripts/hp-apps/common/fonts/foliostd-boldcondensed-webfont.eot);
    /* IE9 Compat Modes */
    src:    url(/scripts/hp-apps/common/fonts/foliostd-boldcondensed-webfont.eot?#iefix) format("embedded-opentype"), 
            url(/scripts/hp-apps/common/fonts/foliostd-boldcondensed-webfont.woff) format("woff"), 
            url(/scripts/hp-apps/common/fonts/foliostd-boldcondensed-webfont.ttf) format("truetype"), 
            url(/scripts/hp-apps/common/fonts/foliostd-boldcondensed-webfont.svg#svgFontName) format("svg");
    /* Legacy iOS */
  }

  .btn.btn.btn-primary.btn-hp {   
    font-weight: normal;
  }

