/**********************
MW4 Beta Stats page css
**********************/
#mw4-beta-stats {
  background: #000000;
}
#mw4-beta-stats h2,
#mw4-beta-stats p,
#mw4-beta-stats label,
#mw4-beta-stats a {
  color: #f3f4f5;
}
#mw4-beta-stats label {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#mw4-beta-stats .article-related-posts {
  display: none;
}
#mw4-beta-stats .article-related-posts .blog-card-item .game-tile > a {
  color: initial;
}

/**********************
Hero
**********************/
#codGlobalHero {
  overflow: hidden !important;
}
#codGlobalHero #ultrawideBg {
  background-position: center;
  background-size: cover !important;
}
#codGlobalHero .headline-wrapper {
  gap: 20px;
  padding-inline: 16px !important;
  padding-bottom: 40px !important;
  z-index: 1;
}
#codGlobalHero .headline-content {
  margin-bottom: 0 !important;
  width: 100%;
  z-index: 1;
}
#codGlobalHero .subhead-cta-wrapper {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
#codGlobalHero .subhead-cta-wrapper > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
#codGlobalHero .subhead-cta-wrapper > div.disclaimer {
  gap: 0;
}
#codGlobalHero .subhead-cta-wrapper > div.disclaimer p:nth-child(3) {
  display: block;
  margin-top: 20px;
}
#codGlobalHero .subhead-cta-wrapper p:nth-child(3) {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  display: none;
}
#codGlobalHero .subhead-cta-wrapper .log-in-link {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  padding: 16px 40px;
  width: fit-content;
  color: #000000;
  background: #ffd000;
  border: #ffd000 1px solid;
  font-size: 0.88rem;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  #codGlobalHero .subhead-cta-wrapper .log-in-link {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 600px) {
  #codGlobalHero .headline-wrapper {
    margin-top: -140px;
    position: relative !important;
  }
  #codGlobalHero .headline-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 95%);
    height: 260px;
    z-index: 1;
  }
  #codGlobalHero .headline-wrapper.hero-error::before {
    bottom: 0px;
  }
}
@media screen and (min-width: 601px) {
  #codGlobalHero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 95%);
    height: 50%;
    z-index: 1;
  }
  #codGlobalHero .headline-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    display: -webkit-box !important;
    display: flex !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 40px;
    padding-inline: 40px !important;
  }
  #codGlobalHero .headline-content {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: auto !important;
    max-width: 414px;
  }
  #codGlobalHero .subhead-cta-wrapper {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1080px) {
  #codGlobalHero {
    height: 600px;
  }
  #codGlobalHero .cod-global-hero-content {
    height: 100% !important;
  }
  #codGlobalHero .hero-bg-tablet,
  #codGlobalHero .hero-bg-desktop {
    height: 100% !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  #codGlobalHero .headline-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    display: -webkit-box !important;
    display: flex !important;
    justify-content: center !important;
    padding-inline: 60px !important;
  }
  #codGlobalHero .show-subheader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

#mw4-beta-stats .cod-news {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: none;
  position: relative;
}
@media (max-width: 1024px) {
  #mw4-beta-stats .cod-news {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #mw4-beta-stats .cod-news {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#mw4-beta-stats .cod-news .game-tile > a {
  background-color: #9c978f;
  border-color: #9c978f;
  color: #000000;
}

