/*forhonor-loc.css file*/
.fyre .fyre-comment-user img.fyre-user-avatar {
  height: 47px !important;
  width: 47px !important;
}

.fyre .fyre-box-wrapper a.fyre-user-profile-link span {
  padding-left: 40px !important; 
}

.fyre .fyre-box-wrapper a.fyre-user-profile-link img {
  height: 100% !important;
}

/* NAV PULLDOWN - CONSOLE PRIZE RESPONSIVENESS */
@media screen and (min-width: 1900px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:24%;
  top:20%;"
  }
}

@media screen and (min-width: 1565px) and (max-width: 1899px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:20%;
  top:20%;"
  }
}

@media screen and (min-width: 1350px) and (max-width: 1564px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:15%;
  top:20%;"
  }
}

@media screen and (min-width: 1280px) and (max-width: 1349px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:13%;
  top:20%;"
  }
}

@media screen and (min-width: 1185px) and (max-width: 1279px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:10%;
  top:20%;"
  }
}

@media screen and (min-width: 1045px) and (max-width: 1184px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:5%;
  top:20%;"
  }
}

@media screen and (min-width: 992px) and (max-width: 1044px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize img {
  width:85%;
  }
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
  position:absolute;
  left:3%;
  top:25%;"
  }
}

@media screen and (max-width: 991px) {
#G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.console-prize {
      display:none;
    }
  }

/* Mobile Register Button - Hidden on Tablets */
@media screen and (max-width: 991px) {
  #G2C1 > div > div.nav-pulldown-content > div.lay-center > div.in-group.is-desktop.register-now-pulldown {
    display:none;
  }
}

  /* Contest Rules Responsiveness */
@media screen and (max-width: 991px) {
  #G2C1 > div.rules-container > div {
  margin: 0 5% !important;
  }
}

/* Home Page - Bottom Promos: Hide Desktop Version on Mobile; */
@media screen and (max-width: 991px) {
#G7C1 > div.list-explore > div:nth-child(1) > p > a > img, #G7C1 > div.list-explore > div:nth-child(3) > p > a > img, #G7C1 > div.list-explore > div:nth-child(5) > p > a > img {
      display:none !important;
    }
}


/***Begin KC Styles***/
#forHonorKC {
  background: url('fhkc-background.jpg');
  background-repeat: none;
  overflow: hidden;
  background-size: cover;
  margin: 0px auto;
  height:85vh;
  width: 95%;
  max-width: 1000px;
  border: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(top right, #C7AB5A 0%, #846B1D 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #C7AB5A 0%, #846B1D 100%);
    border-image: linear-gradient(to bottom left, #C7AB5A 0%, #846B1D 100%);
    border-image-slice: 1;
    color:#ffffff;
    z-index:99999;
}
@media screen and (max-device-width: 480px){
  #KCInstructions{
    font-size:0.75em;
  }
}
#KCInstructions{
  margin-left:25px;
  font-size: 1em;
  margin-bottom: -20px;
}
#KCClose{
  text-decoration:none;
  z-index:99999999;
}
.KCClose:hover{
  border: 1px solid white;
}
.KCClose{
  background-image: url('gold-button-close_game.jpg');
  float:right;
  margin-right: 10px;
  width:60px;
  height:20px;
  background-size:cover;
}
#KCBegin{
  text-decoration:none;
}
.KCBegin:hover{
  border: 1px solid white;
}
.KCBegin{
  background-image: url('gold-button-begin.jpg');
  margin-left:auto;
  margin-right: auto;
  width:150px;
  height:50px;
}
#KCTopRight{
  display: inline-block;
  clear: none;
  float:right;
  margin-top: 15px;
  margin-right: 15px;
}
#KCBegin:active {
  position:relative;
  top:1px;
}
#KCTitle{
  display: inline-block;
  clear: none;
  margin-left:auto;
  margin-right: auto;
}
#KCTop{
  margin: 0px;
  padding:0px;
}
#KCLogo{
  background-image: url('fh-kc-logo.png');
  background-repeat: none;
  width: 170px;
    height: 30px;
    margin-left: 20px;
    float: left;
    margin-top: 10px;

}
#KCActionArea{
  height:76vh;
  min-height: 100px;
  width:100%;
}
#KCHealth{
  margin: 0px auto;
  border:#000 solid 3px;
  width:275px;
  height:27px;
  margin-bottom: 20px;
  clear:none;
}
.healthBar{
  display: inline-block;
  clear: none;
  float: left;
  width: 50px;
  height: 25px;
  margin:0px 0px 0px 5px;
  background: #ffffff;
}
@media (max-width: 500px){
  #KCHealth{
    width:218px;
    height:20px;
  }
  .healthBar{
    width: 40px;
    height: 18px;
    margin:0px 0px 0px 3px;
  }
}
#KCScore{
  display: inline-block;
  float: left;
  margin-left: 25px;
  clear: none;
  font-weight: bold;
  font-size: 1em;
}
.KCHidden{
  display: none !important;
}
#KCPlayerPos{
  margin: 0px auto;
  width: 95%;
  height: 40vh;
}
#KCComputer{
  width: 95%;
  height: 30vh;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
}
.damage{
  background: rgba(153, 0, 0, 0.6)!important;
}
.chevron-up{
  background-image:url('chevron-up.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.chevron-right{
  background-image:url('chevron-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.chevron-left{
  background-image:url('chevron-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.sword-up{
  background-image:url('sword-up.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.sword-right{
  background-image:url('sword-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.sword-left{
  background-image:url('sword-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.ready-attack{
  background-image:url('prepare-to-defend.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.ready-defend{
  background-image:url('prepare-to-attack.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
/***End KC Styles***/

.module-news-detail ul {
    text-align: left !important;
    list-style-type:disc !important;
    max-width:530px;
    margin-left:10%;
}

.module-news-detail ul li {
    padding-bottom:10px;
    font-family: "Roboto", "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:11pt;
}

/* Rewards Page Start */

body .ct-navigation-hero {
    background-image: url(HRO_KEYART_RGB_WIDE.jpg) !important;
}

@font-face{
  font-family: 'Conduit-Black';
  src: url(ConduitITCPro-Black.otf.otf);
}

.ct-navigation-location h2, .ct-navigation-location h3 {
    font-family: "Conduit-Black" !important;
}

/* Rewards Page End */