body {
  overflow-x: hidden;
  background-color: #FFF;
  color: #000;
}
body.menu-open {
  position: fixed;
}
body.menu-open .mobile-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (min-width: 1101px) {
  body.menu-open .mobile-nav {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
body.sso-logged-in.sso-auth-known .top-nav .top-main-menu .logged-in {
  display: inline-block;
}
body.sso-logged-in.sso-auth-known .top-nav .top-main-menu .logged-out {
  display: none;
}
body.sso-logged-in.sso-auth-known .mobile-nav-container .logged-in {
  display: block;
}
body.sso-logged-in.sso-auth-known .mobile-nav-container .logged-out {
  display: none;
}
body.sso-auth-known .top-nav .top-main-menu .logged-in {
  display: none;
}
body.sso-auth-known .top-nav .top-main-menu .logged-out {
  display: inline-block;
}
body.sso-auth-known .mobile-nav-container .logged-in {
  display: none;
}
body.sso-auth-known .mobile-nav-container .logged-out {
  display: block;
}
body .logged-in,
body logged-out {
  display: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  p {
    text-rendering: optimizeLegibility;
  }
}
.image img {
  margin: 0;
}
img,
svg {
  max-width: 100%;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.page-content-container {
  position: relative;
  padding-top: 90px;
}
.page-content-container,
.page-content {
  display: block;
}
.sso-bar-spacer {
  display: none;
}
.SSO-BAR {
  display: none !important;
}
.SSO-BAR #sso-bar-wrapper {
  width: 100%!important;
}
.SSO-BAR #sso-bar-menu > li {
  width: auto!important;
  border: none!important;
  background-color: none!important;
}
.SSO-BAR #sso-bar-menu > li > a {
  display: inline-block !important;
  width: auto!important;
  text-transform: uppercase!important;
  font-family: 'Bourgeois Medium' !important;
  font-size: 12px!important;
}
.SSO-BAR #menu-explore:after {
  content: "";
  width: 12px;
  height: 12px;
}
.SSO-BAR #menu-identity {
  margin-right: 2rem;
  min-width: 40px;
  background-position: center center;
}
.SSO-BAR #sso-identities-menu-label {
  min-width: 100%;
}
.SSO-BAR .atvi-locale-selector {
  top: 13px;
  left: 8px;
}
.SSO-BAR .atvi-locale-selector .locale-list {
  background-color: #7c7c7c;
}
.SSO-BAR .atvi-locale-selector .locale-link {
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.SSO-BAR .atvi-locale-selector .locale-link:hover {
  color: #ffff03;
}
.SSO-BAR .atvi-locale-selector .close-button {
  display: none;
}
.SSO-BAR .submit {
  background: none!important;
  color: #ffff03 !important;
  padding: 0 4px!important;
}
.SSO-BAR #or {
  background: none!important;
  color: #e3e3e3 !important;
  font-family: 'Bourgeois Medium' !important;
  font-size: 12px!important;
}
@media screen and (max-width: 768px) {
  .SSO-BAR,
  .sso-bar-spacer {
    display: none!important;
  }
}
.yellow-text {
  color: #ffff03;
}
.white-text {
  color: #fff;
}
.black-text {
  color: #000;
}
.gray-text {
  color: #7c7c7c;
}

.atvi-agegate {
  background: rgba(0, 0, 0, 0.6);
}
.atvi-agegate .dob-prompt {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 40px;
  color: #FFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .atvi-agegate .dob-prompt {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .atvi-agegate .dob-prompt {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .atvi-agegate .dob-prompt {
    font-size: 25px;
  }
}
.atvi-agegate .error-message {
  color: #FF0000;
}
.atvi-agegate .submit-wrapper a {
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .atvi-agegate .submit-wrapper a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .atvi-agegate .submit-wrapper a {
    text-rendering: optimizeLegibility;
  }
}
.atvi-agegate .submit-wrapper a:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
@media screen and (max-width: 640px) {
  .atvi-agegate .submit-wrapper a {
    font-size: 18px;
  }
}
.atvi-video .controls {
  opacity: 0;
}

.header-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9000;
}
.top-nav {
  background: #000;
  height: 90px;
  position: relative;
  z-index: 10;
}
.top-nav .top-nav-inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top-nav .top-nav-inner:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.top-nav .top-nav-left {
  float: left;
  margin-top: 27px;
}
.top-nav .top-nav-left > div {
  display: inline-block;
}
.top-nav .top-nav-left .mobile-menu-icon {
  display: none;
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  transform: scale(0.8);
}
.top-nav .top-nav-left .mobile-menu-icon a {
  width: 50px;
  height: 10px;
  text-indent: -9999px;
  display: block;
  background: #FFF;
  position: relative;
}
.top-nav .top-nav-left .mobile-menu-icon a:before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 30px;
  top: -20px;
  left: 0;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
}
.top-nav .top-nav-left .hub-icon {
  position: relative;
  margin-right: 25px;
}
.top-nav .top-nav-left .hub-icon a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/common/cod-logo.png');
  background-position: top center;
  background-repeat: no-repeat;
  width: 198px;
  height: 36px;
  display: block;
}
.top-nav .top-nav-left .hub-icon a:hover {
  background-position: bottom center;
}
.top-nav .top-nav-right {
  float: right;
}
.top-nav .top-main-menu {
  text-transform: uppercase;
  margin-top: 30px;
}
.top-nav .top-main-menu a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  color: #e3e3e3;
  padding: 15px;
  font-size: 14px;
  display: block;
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .top-nav .top-main-menu a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .top-nav .top-main-menu a {
    text-rendering: optimizeLegibility;
  }
}
.top-nav .top-main-menu .drop-down {
  display: none;
}
.top-nav .top-main-menu.test-b > ul > li.nav-link.submenu-parent.drop .drop-down {
  position: absolute;
  top: 61px;
  width: 185px;
  left: 0;
  background: #434343;
}
.top-nav .top-main-menu.test-b > ul > li.nav-link.submenu-parent.drop .drop-down li:hover {
  background: #000;
}
.top-nav .top-main-menu.test-b > ul > li.nav-link.submenu-parent.drop .drop-down a {
  padding: 15px;
}
.top-nav .top-main-menu.test-b > ul > li.nav-link.submenu-parent.drop:hover .drop-down {
  display: block;
}
.top-nav .top-main-menu.test-b > ul > li.nav-link.purchase.submenu-parent.drop .drop-down {
  width: 100%;
}
.top-nav .top-main-menu > ul li.nav-link {
  display: inline-block;
  position: relative;
}
.top-nav .top-main-menu > ul li.nav-link a {
  position: relative;
}
.top-nav .top-main-menu > ul li.nav-link.norm-link:hover a {
  color: #ffff03;
}
.top-nav .top-main-menu > ul li.nav-link.submenu-parent.active {
  background: #434343;
}
.top-nav .top-main-menu > ul li.nav-link.submenu-parent.active > p a:before {
  content: "-";
}
.top-nav .top-main-menu > ul li.nav-link.submenu-parent > p a {
  padding: 15px 30px 30px 15px;
}
.top-nav .top-main-menu > ul li.nav-link.submenu-parent > p a:before {
  content: "+";
  color: #FFF;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.top-nav .top-main-menu > ul li.nav-link.preorder-cta,
.top-nav .top-main-menu > ul li.nav-link.purchase {
  /*margin-right: 0;*/
}
.top-nav .top-main-menu > ul li.nav-link.preorder-cta > p > a,
.top-nav .top-main-menu > ul li.nav-link.purchase > p > a {
  color: #000;
  background: #FFF;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*&.active {
		color: #FFF;
        background: @gray-dark; 
        border: 1px solid transperant;
        padding-bottom: 30px;
    }*/
  padding: 15px 55px 15px 30px;
}
@media screen and (max-width: 640px) {
  .top-nav .top-main-menu > ul li.nav-link.preorder-cta > p > a,
  .top-nav .top-main-menu > ul li.nav-link.purchase > p > a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .top-nav .top-main-menu > ul li.nav-link.preorder-cta > p > a,
  .top-nav .top-main-menu > ul li.nav-link.purchase > p > a {
    text-rendering: optimizeLegibility;
  }
}
.top-nav .top-main-menu > ul li.nav-link.preorder-cta > p > a:before,
.top-nav .top-main-menu > ul li.nav-link.purchase > p > a:before {
  color: #000;
  right: 30px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.top-nav .top-main-menu > ul li.nav-link.preorder-cta.active > p > a,
.top-nav .top-main-menu > ul li.nav-link.purchase.active > p > a {
  color: #FFF;
  background: #434343;
  border: 1px solid transperant;
  padding-bottom: 30px;
}
.top-nav .top-main-menu > ul li.nav-link.preorder-cta.active > p > a:before,
.top-nav .top-main-menu > ul li.nav-link.purchase.active > p > a:before {
  color: #FFF;
}
.top-nav .top-main-menu > ul li.sso-link {
  display: inline-block;
  color: #FFF;
  /*margin-right: 20px;*/
  padding: 0 15px;
}
.top-nav .top-main-menu > ul li.sso-link a {
  padding: 15px 2px;
  display: inline-block;
}
.top-nav .top-main-menu > ul li.sso-link a:hover {
  color: #ffff03;
}
.top-nav .top-main-menu > ul li.logged-in {
  display: none;
}
@media screen and (max-width: 1280px) {
  .top-nav .top-main-menu > ul li.store {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .top-nav .top-nav-inner {
    height: 100%;
  }
  .top-nav .top-nav-left {
    float: none;
    position: absolute;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
  .top-nav .top-nav-left .mobile-menu-icon {
    display: block;
  }
  .top-nav .top-nav-left .hub-icon {
    padding-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-nav .top-nav-right {
    display: none;
  }
}
.main-mega-menu {
  position: absolute;
  top: -210px;
  width: 100%;
  height: auto;
  color: #FFF;
  background: #434343;
  padding: 25px 20px;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-mega-menu.active {
  top: 100%;
  opacity: 1;
}
.main-mega-menu .main-mega-menu-inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.main-mega-menu a {
  color: #FFF;
}
.main-mega-menu .menu-section {
  display: none;
}
.main-mega-menu .menu-section:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .menu-section.active {
  display: block;
}
.main-mega-menu .menu-section .menu-section-inner {
  opacity: 0;
  position: relative;
  left: 10%;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.main-mega-menu .menu-section .menu-section-inner.active {
  opacity: 1;
  left: 0;
}
.main-mega-menu .menu-section a {
  color: #e3e3e3;
}
.main-mega-menu .menu-section a:hover {
  color: #ffff03;
}
.main-mega-menu .menu-section p {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .main-mega-menu .menu-section p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .main-mega-menu .menu-section p {
    text-rendering: optimizeLegibility;
  }
}
.main-mega-menu .menu-section .sub-links-list {
  float: left;
  width: 20%;
  padding-right: 5%;
  text-transform: uppercase;
}
.main-mega-menu .menu-section .sub-links-list li {
  margin-bottom: 10%;
}
.main-mega-menu .menu-section .sub-links-list li.active a {
  color: #ffff03;
}
.main-mega-menu .menu-section .sub-links-content-viewer {
  float: right;
  width: 80%;
  padding-left: 5%;
  border-left: 1px solid #FFF;
}
.main-mega-menu .menu-section .sub-links-content-viewer > div {
  display: none;
}
.main-mega-menu .menu-section .sub-links-content-viewer > div:first-of-type {
  display: block;
}
.main-mega-menu .community-menu-section {
  color: #e3e3e3;
  text-transform: uppercase;
  font-size: 14px;
}
.main-mega-menu .community-menu-section .social-channels-content {
  position: relative;
}
.main-mega-menu .community-menu-section .social-channels-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .community-menu-section .social-entry {
  float: left;
  width: 85px;
  margin-right: 20px;
  position: relative;
}
.main-mega-menu .community-menu-section .social-entry:hover {
  color: #ffff03;
}
.main-mega-menu .community-menu-section .social-entry p {
  margin-bottom: 5px;
}
.main-mega-menu .community-menu-section .social-entry a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
.main-mega-menu .community-menu-section .social-entry .social-overlay {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.main-mega-menu .community-menu-section .social-entry .social-overlay .social-overlay-inner {
  width: 300px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-mega-menu .community-menu-section .social-entry .social-overlay .close {
  width: 45px;
  height: 40px;
  cursor: pointer;
  top: -42px;
  right: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-mega-menu .community-menu-section .social-entry .social-overlay .close:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #ffff03;
}
.main-mega-menu .community-menu-section .forums-content {
  position: relative;
}
.main-mega-menu .community-menu-section .forums-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .community-menu-section .forum-entry {
  float: left;
  width: 20%;
  padding-left: 5%;
}
.main-mega-menu .community-menu-section .forum-entry .column-header {
  color: #ffff03;
  text-decoration: underline;
}
.main-mega-menu .community-menu-section .forum-entry ul {
  border-right: #e3e3e3 1px solid;
}
.main-mega-menu .community-menu-section .forum-entry ul li {
  margin-top: 15px;
}
.main-mega-menu .community-menu-section .forum-entry:first-of-type {
  padding-left: 0;
}
.main-mega-menu .community-menu-section .forum-entry:last-of-type {
  padding-right: 0;
}
.main-mega-menu .community-menu-section .forum-entry:last-of-type ul {
  border-right: none;
}
.main-mega-menu .games-menu-section .game-content {
  position: relative;
}
.main-mega-menu .games-menu-section .game-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .games-menu-section .game-entry {
  float: left;
  width: 175px;
  margin-right: 20px;
  position: relative;
}
.main-mega-menu .games-menu-section .game-entry:hover a {
  color: #ffff03;
}
.main-mega-menu .games-menu-section .game-entry .game-art {
  width: 100%;
  margin-bottom: 5px;
}
.main-mega-menu .games-menu-section .game-entry .game-art img {
  width: 100%;
}
.main-mega-menu .games-menu-section .game-entry .game-title p {
  text-transform: uppercase;
}
.main-mega-menu .news-menu-section .news-content {
  position: relative;
}
.main-mega-menu .news-menu-section .news-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .news-menu-section .news-entry {
  float: left;
  width: 175px;
  margin-right: 20px;
  position: relative;
}
.main-mega-menu .news-menu-section .news-entry:hover a {
  color: #ffff03;
}
.main-mega-menu .news-menu-section .news-entry .news-art {
  width: 100%;
  margin-bottom: 5px;
}
.main-mega-menu .news-menu-section .news-entry .news-art img {
  width: 100%;
}
.main-mega-menu .news-menu-section .news-entry .news-title p {
  text-transform: uppercase;
}
.main-mega-menu .esports-menu-section .esports-schedule-feed-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .esports-menu-section .esports-schedule-feed-container .esports-entry {
  border-left: 1px solid #FFF;
  margin-right: 10px;
}
.main-mega-menu .esports-menu-section .esports-schedule-feed-container .esports-entry:last-of-type {
  border-right: 1px solid #FFF;
}
.main-mega-menu .esports-menu-section .esports-content {
  position: relative;
}
.main-mega-menu .esports-menu-section .esports-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.main-mega-menu .esports-menu-section .esports-entry {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  float: left;
  width: 175px;
  margin-right: 0px;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .main-mega-menu .esports-menu-section .esports-entry {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .main-mega-menu .esports-menu-section .esports-entry {
    text-rendering: optimizeLegibility;
  }
}
.main-mega-menu .esports-menu-section .esports-entry:hover a {
  color: #ffff03;
}
.main-mega-menu .esports-menu-section .esports-entry .esports-art {
  width: 100%;
  margin-bottom: 5px;
}
.main-mega-menu .esports-menu-section .esports-entry .esports-art img {
  width: 100%;
}
.main-mega-menu .esports-menu-section .esports-entry .esports-art-logo {
  width: 100%;
  margin-bottom: 5px;
}
.main-mega-menu .esports-menu-section .esports-entry .esports-art-logo img {
  height: 140px;
}
.main-mega-menu .esports-menu-section .esports-entry .esports-video-img {
  max-height: 98px;
}
.main-mega-menu .esports-menu-section .esports-entry .esports-title p {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .main-mega-menu .esports-menu-section .esports-entry .esports-title p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .main-mega-menu .esports-menu-section .esports-entry .esports-title p {
    text-rendering: optimizeLegibility;
  }
}
.main-mega-menu .esports-menu-section .esports-entry .esports-team p {
  text-align: left;
  margin-left: 20px;
}
.main-mega-menu .esports-menu-section .date {
  float: left;
  margin-top: 11px;
  padding: 10px 60px 10px 0;
  min-width: 5px;
  text-transform: uppercase;
  text-align: center;
}
.main-mega-menu .esports-menu-section .date span {
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 640px) {
  .main-mega-menu .esports-menu-section .date span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .main-mega-menu .esports-menu-section .date span {
    text-rendering: optimizeLegibility;
  }
}
.main-mega-menu .esports-menu-section .date .month,
.main-mega-menu .esports-menu-section .date .date-number {
  font-size: 3rem;
}
.main-mega-menu .esports-menu-section .date .Day {
  font-size: 1.5rem;
}
.main-mega-menu .esports-menu-section .match {
  min-width: 80px;
  height: 200px;
  padding: 9px;
  position: relative;
}
.main-mega-menu .esports-menu-section .match > * {
  z-index: 1;
}
.main-mega-menu .esports-menu-section .match .match-link {
  display: block;
  padding: 5px;
  width: 100%;
  text-align: center;
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .main-mega-menu .esports-menu-section .match .match-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .main-mega-menu .esports-menu-section .match .match-link {
    text-rendering: optimizeLegibility;
  }
}
.main-mega-menu .esports-menu-section .match .match-link:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
.main-mega-menu .esports-menu-section .scheduled .team .score {
  display: none;
}
.main-mega-menu .esports-menu-section .time.time-final {
  display: none;
}
.main-mega-menu .esports-menu-section .completed .time,
.main-mega-menu .esports-menu-section .forfeited .time {
  display: none;
}
.main-mega-menu .esports-menu-section .completed .time.time-final,
.main-mega-menu .esports-menu-section .forfeited .time.time-final {
  display: block;
}
.main-mega-menu .esports-menu-section .team {
  font-size: .75rem;
}
.main-mega-menu .esports-menu-section .team > * {
  display: inline-block;
  vertical-align: top;
}
.main-mega-menu .esports-menu-section .team.team-number-1 {
  margin-top: 1px;
  width: 100%;
  position: relative;
}
.main-mega-menu .esports-menu-section .team.team-number-2 {
  margin-top: 5px;
  width: 100%;
  position: relative;
}
.main-mega-menu .esports-menu-section .team .score {
  margin-left: 3px;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.main-mega-menu .esports-menu-section .time {
  font-size: 0.625rem;
  color: #ffff03;
  padding: 5px;
}
.main-mega-menu .esports-menu-section .team-logo {
  width: 80px;
  height: 50px;
  border: 3px solid #dadada;
  background-color: #e6e6e6;
  display: inline-block;
}
.main-mega-menu .esports-menu-section .team-name {
  overflow: hidden;
  text-transform: uppercase;
  float: right;
}
.main-mega-menu .esports-menu-section a.match-link {
  text-transform: uppercase;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .main-mega-menu .esports-menu-section a.match-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .main-mega-menu .esports-menu-section a.match-link {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 1250px) {
  .main-mega-menu {
    display: none;
  }
}
.mobile-nav {
  width: 100%;
  background: #000;
  position: fixed;
  height: 100%;
  z-index: 11;
  top: 0;
  overflow: hidden;
  -webkit-transform: translate(-110%, 0);
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.mobile-nav .jspTrack {
  background: #e3e3e3;
}
.mobile-nav .jspTrack .jspDrag {
  background: #ffff03;
}
.mobile-nav .mobile-nav-close {
  width: 100%;
  background: #000;
  position: relative;
  z-index: 15;
  height: 90px;
}
.mobile-nav .mobile-nav-close .close-icon {
  width: 75px;
  height: 75px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  top: 10px;
  left: 0px;
  z-index: 10;
}
.mobile-nav .mobile-nav-close .close-icon:before {
  content: "+";
  font-size: 88px;
  color: #ffff03;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-nav .mobile-nav-inner-container {
  position: absolute;
  width: 100%;
  top: 90px;
  bottom: 0;
}
.mobile-nav .mobile-nav-inner-container .portrait {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
}
.mobile-nav .primary-nav {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 65px;
  width: 100%;
}
.mobile-nav .primary-nav .nav-item {
  border-top: 1px solid #e3e3e3;
}
.mobile-nav .primary-nav li.preorder-cta a {
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
@media screen and (max-width: 640px) {
  .mobile-nav .primary-nav li.preorder-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav .primary-nav li.preorder-cta a {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav .primary-nav li.preorder-cta a:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
.mobile-nav .primary-nav li.home-link {
  margin-top: 50px;
}
.mobile-nav .primary-nav li.landscape {
  display: none;
}
.mobile-nav .primary-nav .sso-link a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 20px;
  color: #e3e3e3;
}
@media screen and (max-width: 640px) {
  .mobile-nav .primary-nav .sso-link a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav .primary-nav .sso-link a {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav .primary-nav .submenu-parent.active {
  background: #515151;
}
.mobile-nav .primary-nav .submenu-parent.active .submenu {
  display: block;
}
.mobile-nav .primary-nav .submenu-parent.active > p > a:after {
  content: "-";
  color: #ffff03;
}
.mobile-nav .primary-nav .submenu-parent > p > a {
  position: relative;
}
.mobile-nav .primary-nav .submenu-parent > p > a:after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 35px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.mobile-nav .primary-nav .submenu-parent .submenu {
  background: #515151;
  display: none;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item.active {
  background: #606060;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item.active .subsubmenu {
  display: block;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item.active > p a {
  position: relative;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item.active > p a:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  height: 1px;
  background: #e3e3e3;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item.active > p a:after {
  content: "-";
  color: #ffff03;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item > p > a {
  position: relative;
}
.mobile-nav .primary-nav .submenu-parent .submenu > .nav-item > p > a:after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 35px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.mobile-nav .primary-nav .submenu-parent .submenu .subsubmenu {
  display: none;
  padding: 10px 0;
}
.mobile-nav .primary-nav .submenu-parent .submenu .subsubmenu a {
  font-size: 16px;
}
.mobile-nav .primary-nav li.nav-item.no-sub .submenu a:before,
.mobile-nav .primary-nav li.nav-item.no-sub .submenu a:after {
  display: none;
}
.mobile-nav p {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 20px;
  color: #e3e3e3;
}
@media screen and (max-width: 640px) {
  .mobile-nav p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav p {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav a {
  color: #e3e3e3;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
}
.mobile-nav .forums-content .forum-entry:last-of-type {
  display: none;
}
.mobile-nav .forums-content .forum-entry > p {
  padding: 20px 15px;
  color: #ffff03;
}
.mobile-nav .social-channels-content {
  padding: 15px;
}
.mobile-nav .social-channels-content .social-entry {
  width: 18%;
  max-width: 100px;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
}
.mobile-nav .social-channels-content .social-entry > p:first-of-type {
  display: none;
}
.mobile-nav .social-channels-content a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0 0 100% 0;
  height: 0;
}
.mobile-nav .social-overlay {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.mobile-nav .social-overlay .social-overlay-inner {
  width: 300px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-nav .social-overlay .close {
  width: 45px;
  height: 40px;
  cursor: pointer;
  top: -42px;
  right: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav .social-overlay .close:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #ffff03;
}
.mobile-nav .game-content .game-art {
  display: none;
}
@media screen and (max-height: 360px) {
  .mobile-nav .mobile-nav-inner-container .portrait {
    display: none;
  }
  .mobile-nav .primary-nav {
    bottom: 0;
  }
  .mobile-nav .primary-nav .nav-item.landscape {
    display: block;
  }
}
.mobile-nav .esports-entry {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mobile-nav .esports-entry {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav .esports-entry {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav .esports-entry .match {
  /*clear: both;
            height: 0;
            display: block;*/
}
.mobile-nav .esports-entry .match:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.mobile-nav .esports-entry .match .team {
  width: 50%;
  max-width: 180px;
  float: left;
  position: relative;
}
.mobile-nav .esports-entry .match .team .team-logo {
  display: block;
  width: 100%;
  height: 50px;
  border: 3px solid #dadada;
  background-color: #e6e6e6;
}
@media screen and (max-width: 480px) {
  .mobile-nav .esports-entry .match .team {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .mobile-nav .esports-entry .match .team a {
    float: left;
    width: 180px;
  }
}
.mobile-nav .time {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 0.625rem;
  color: #ffff03;
  padding: 5px 15px;
}
@media screen and (max-width: 640px) {
  .mobile-nav .time {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav .time {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav .time.time-final {
  display: none;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .mobile-nav .time.time-final {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav .time.time-final {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav .date span {
  display: none;
}
.mobile-nav a.match-link {
  margin-top: 100px;
  text-align: center;
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  margin: 140px 15px 20px;
}
@media screen and (max-width: 640px) {
  .mobile-nav a.match-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav a.match-link {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .mobile-nav a.match-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav a.match-link {
    text-rendering: optimizeLegibility;
  }
}
.mobile-nav a.match-link:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
@media screen and (max-width: 480px) {
  .mobile-nav a.match-link {
    margin-top: 10px;
  }
}
.mobile-nav .team-name {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  margin-left: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .mobile-nav .team-name {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .mobile-nav .team-name {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 480px) {
  .mobile-nav .team-name {
    top: 15px;
    position: relative;
    float: left;
  }
}
.mobile-nav .score {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
@media screen and (max-width: 480px) {
  .mobile-nav .score {
    top: 15px;
    position: relative;
    float: left;
    right: 10px;
    top: 57px;
    bottom: auto;
  }
}
.mobile-nav .team {
  font-size: .75rem;
  color: #ffff03;
}
.mobile-nav .team:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.footer-content-container {
  background: #FFF;
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer-content-container .footer-content-container-inner {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-content-container .footer-top:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-content-container .footer-top .footer-top-left {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.footer-content-container .footer-top .footer-top-left li {
  margin-bottom: 20px;
}
.footer-content-container .footer-top .footer-top-left a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 13px;
  color: #7c7c7c;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .footer-content-container .footer-top .footer-top-left a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .footer-content-container .footer-top .footer-top-left a {
    text-rendering: optimizeLegibility;
  }
}
.footer-content-container .footer-top .footer-top-left a:hover {
  color: #000;
}
.footer-content-container .footer-top .footer-top-right {
  float: right;
  width: 50%;
}
.footer-content-container .footer-top .footer-top-right .activision-link {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/common/activision-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 78px;
  max-width: 324px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.footer-content-container .footer-top .footer-top-right .studio-link {
  margin-top: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 88px;
  max-width: 326px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.footer-content-container .footer-bottom:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-content-container .footer-bottom .footer-bottom-left {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.footer-content-container .footer-bottom .footer-bottom-left p {
  line-height: 1.4;
  color: #7c7c7c;
  font-size: 12px;
  margin-bottom: 25px;
}
.footer-content-container .footer-bottom .footer-bottom-left p a {
  color: #000;
  text-decoration: underline;
}
.footer-content-container .footer-bottom .footer-bottom-right {
  float: right;
  width: 50%;
}
.footer-content-container .footer-bottom .footer-bottom-right li {
  display: inline-block;
  margin-right: 15px;
}
.footer-content-container .footer-bottom .footer-bottom-right li:last-of-type {
  width: 140px;
}
.footer-content-container .footer-bottom .footer-bottom-right .ratings-logo {
  width: 140px;
  height: 100px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector {
  margin-top: 25px;
  position: relative;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .atvi-locale-selector {
  display: block;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .close-button {
  display: none;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-menu {
  position: absolute;
  bottom: 20px;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-list {
  background: #434343;
}
.footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-list .locale-entry {
  width: 45%;
}
@media screen and (min-width: 681px) {
  .footer-content-container .footer-bottom .footer-bottom-right {
    margin-top: -100px;
  }
}
@media screen and (max-width: 680px) {
  .footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-menu {
    bottom: 30px;
  }
  .footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-list {
    width: 100%;
  }
  .footer-content-container .footer-content-container-inner {
    border-bottom: none;
  }
  .footer-content-container .footer-bottom .footer-bottom-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-content-container .footer-bottom .footer-bottom-right {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}

