@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
/********************************/
/********************************/
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay {
  position: absolute;
  top: 0;
  width: 300px;
  height: 200px;
  opacity: 1;
  z-index: 15;
}
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay.hero-modal-1 {
  left: 0;
}
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay.hero-modal-2 {
  left: 320px;
}
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay .atvi-video {
  height: 200px;
}
html.aem-AuthorLayer-Edit .hub-hero-container {
  width: 900px;
  padding-bottom: 45%;
}
html.aem-AuthorLayer-Edit .hub-hero-container .tile-bgs .tile-video-bg video {
  width: auto;
  height: 100%;
}
html.aem-AuthorLayer-Edit .hub-hero-container .modal-overlay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hub-hero-container {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  min-height: 500px;
  margin-top: 50px;
  /*&:before {

		content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/warzone/common/magma-stripe.png) top center no-repeat;
        height: 50px;
        width: 100%;
        z-index: 1;

        @media screen and (max-width: 1024px) {

			background-size: contain;
            height: 29px;
        }
    }*/
}
.hub-hero-container .hero-legal {
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-align: right;
}
.hub-hero-container .hero-legal p {
  font-size: 12px;
  color: #d6d5d5;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.hub-hero-container .modal-overlay.active .modal-content .player-part .player-wrapper {
  padding-bottom: 56.25%;
}
.hub-hero-container[data-game="mobile"] .tile-content .text-wrapper .cta-container ul li a {
  background: #ffe93c;
  color: #000;
  border: 1px solid #ffe93c;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 20px;
}
.hub-hero-container[data-game="mobile"] .tile-content .text-wrapper .cta-container ul li a:hover {
  background: #000;
  color: #ffe93c;
}
@media screen and (max-width: 768px) {
  .hub-hero-container[data-game="cw"] {
    margin-top: 50px;
    height: 0;
    min-height: 800px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .hub-hero-container[data-game="cw"] {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .hub-hero-container[data-game="cw"] .tile-bgs .hero-tile-img.mobile-only {
    background-position: top center !important;
  }
}
.hub-hero-container[data-game="cw"] .tile-content {
  width: 80%;
}
.hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  /*&:after {
        width: 10px;
        content: "''";
        font-family: "Alegreya Sans", sans-serif;
        font-size: 10px;
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        color: #66615c;
    }*/
  background-color: #e5e3e3;
}
.hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li a {
  text-decoration: none;
}
.hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li a {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li:hover a:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
.hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li a {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li {
    margin: 0 auto;
    width: 100%;
  }
  .hub-hero-container[data-game="cw"] .tile-content .text-wrapper .cta-container ul li.cta-2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hub-hero-container[data-game="cw"] .tile-content .tile-title {
    width: 90%;
    margin: 0 auto;
  }
}
.hub-hero-container[data-game="cw"] .tile-content .tile-title h2 {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .hub-hero-container[data-game="cw"] .tile-content .tile-title h2 {
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .hub-hero-container[data-game="cw"] .tile-content {
    margin: 0 auto;
    width: 80%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hub-hero-container[data-game="cw"] .tile-content {
    bottom: 5%;
    top: auto;
  }
}
.hub-hero-container[data-game="mw"] .tile-content .tile-title h2 {
  color: #FFF;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  background-size: 2px;
  cursor: pointer;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png');
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  letter-spacing: 3px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:before,
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:after {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:after {
  bottom: -1px;
  top: initial;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:hover:after,
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:before,
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li a:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li.cta-1 a {
  text-shadow: 0px 0px 0px #e1d297;
  background-color: #242424;
  box-shadow: inset 0px 0px 5px #857a59;
  background-image: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/common/ui-elements/btn-bg-gold-tile.jpg');
  color: #f7d9a0;
  box-shadow: inset 0px 0px 5px #b59228;
  border: 1px solid #d0a137;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li.cta-1 a:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #ffeec8;
  color: #ffeec8;
}
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li.cta-1 a:before,
.hub-hero-container[data-game="mw"] .tile-content .text-wrapper .cta-container ul li.cta-1 a:after {
  background-image: linear-gradient(to right, rgba(253, 217, 150, 0.5), #ffc558 20%, #ffc558 80%, rgba(253, 217, 150, 0.5));
}
.hub-hero-container[data-game="bo4"] .tile-content .text-wrapper .cta-container ul li {
  border: 1px solid #ff6600;
}
.hub-hero-container[data-game="bo4"] .tile-content .text-wrapper .cta-container ul li a {
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
  background-size: 2px;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 15px 11px;
  font-size: 13px;
  text-shadow: 0px 0px 18px #646464;
  line-height: 1.3;
  color: #FFF;
  letter-spacing: 3px;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}
.hub-hero-container[data-game="bo4"] .tile-content .text-wrapper .cta-container ul li a:hover {
  background-color: #aa4800;
}
.hub-hero-container[data-game="bo4"] .tile-content .text-wrapper .cta-container ul li:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-hero-container .tile-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
}
.hub-hero-container .tile-bgs .hero-rating-logo {
  position: absolute;
  height: 68px;
  bottom: 20px;
  right: 20px;
}
.hub-hero-container .tile-bgs .hero-tile-img.mobile-only {
  display: none;
}
.hub-hero-container .tile-bgs .tile-video-bg {
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hub-hero-container .tile-bgs .tile-video-bg video {
  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%);
  width: 100%;
}
.hub-hero-container .tile-bgs .tile-video-bg.mobile-video {
  display: none;
}
.hub-hero-container .tile-bgs div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.hub-hero-container .play-btn {
  width: 65px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  margin: 0 auto 75px;
  cursor: pointer;
  border: none;
  display: none;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hub-hero-container .play-btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid white;
  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%);
}
@media screen and (max-width: 768px) {
  .hub-hero-container .play-btn {
    top: 25%;
  }
}
.hub-hero-container .tile-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 600px;
  z-index: 10;
}
.hub-hero-container .tile-content.left-align {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.hub-hero-container .tile-content.center-align {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hub-hero-container .tile-content.center-align .tile-logo {
  margin: 0 auto 10px;
}
.hub-hero-container .tile-content.center-align .tile-title {
  text-align: center;
}
.hub-hero-container .tile-content.center-align .cta-container ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.hub-hero-container .tile-content.right-align {
  position: absolute;
  left: auto;
  right: 40px;
}
.hub-hero-container .tile-content .tile-logo {
  position: relative;
  left: 0px;
  max-width: 270px;
  width: 100%;
  margin-bottom: 10px;
}
.hub-hero-container .tile-content .tile-logo img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .hub-hero-container .tile-content .tile-logo img {
    max-width: 150%;
    margin-bottom: 20%;
    /*max-width: 90%;
                    margin-bottom: 0;*/
  }
}
.hub-hero-container .tile-content .tile-title {
  padding: 0px 0 25px;
}
.hub-hero-container .tile-content .tile-title h2 {
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}
.hub-hero-container .tile-content .cta-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hub-hero-container .tile-content .cta-container li {
  margin-right: 10px;
}
.hub-hero-container .tile-content .cta-container li:last-of-type {
  margin-right: 0;
}
.hub-hero-container .tile-content .cta-container a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hub-hero-container {
    min-height: 700px;
  }
  .hub-hero-container .hero-legal {
    text-align: left;
    left: 10%;
    right: 10%;
  }
  .hub-hero-container .tile-bgs .hero-rating-logo {
    position: absolute;
    height: 68px;
    bottom: auto;
    right: 20px;
    top: 65px;
  }
  .hub-hero-container .tile-bgs .hero-tile-img.desktop-only {
    display: none;
  }
  .hub-hero-container .tile-bgs .hero-tile-img.mobile-only {
    display: block;
  }
  .hub-hero-container .tile-bgs .tile-video-bg video {
    height: auto;
    width: 100%;
  }
  .hub-hero-container .tile-bgs .tile-video-bg.mobile-video {
    display: block;
  }
  .hub-hero-container .tile-bgs .tile-video-bg.desktop-video {
    display: none;
  }
  .hub-hero-container .tile-content .tile-logo {
    left: auto;
    right: auto;
    margin: 0 auto;
    max-width: 255px;
    position: relative;
  }
  .hub-hero-container .tile-content .tile-title {
    text-align: center;
    padding-top: 25px;
  }
  .hub-hero-container .tile-content .cta-container ul {
    display: block;
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hub-hero-container .tile-content .cta-container li:first-of-type {
    margin-bottom: 15px;
  }
  .hub-hero-container .tile-content.center-align {
    width: 100%;
    padding: 0 15px;
  }
  .hub-hero-container .tile-content.left-align {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .hub-hero-container {
    min-height: 780px;
  }
}
.modal-overlay {
  opacity: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #000;
  cursor: default;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.modal-overlay.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal-overlay.active:before {
  content: "";
  display: none;
}
.modal-overlay .inner-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*top: 50%;
        left: 50%;
        .translate(-50%,-50%);*/
}
.modal-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.modal-overlay .modal-close {
  font-family: sans-serif;
  font-size: 90px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #FFF;
  cursor: pointer;
  z-index: 10;
  display: block;
}
.modal-overlay .modal-content {
  position: relative;
}
.modal-overlay .modal-content .player-part .player-wrapper {
  padding-bottom: 0;
}
.modal-overlay .modal-content .player-part .player-wrapper .player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-overlay .external-link-overlay {
  display: none;
}
html[lang='en'] .hub-hero-container .tile-bgs .hero-rating-logo,
html[lang='en-CA'] .hub-hero-container .tile-bgs .hero-rating-logo,
html[lang='es-MX'] .hub-hero-container .tile-bgs .hero-rating-logo,
html[lang='fr-CA'] .hub-hero-container .tile-bgs .hero-rating-logo {
  display: block;
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
.cod-app-banner {
  position: relative;
}
.cod-app-banner .mobile {
  display: none;
}
.cod-app-banner .desktop {
  display: block;
}
.cod-app-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}
.cod-app-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}
.cod-app-banner .inner-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cod-app-banner .app-banner {
  width: 55%;
}
.cod-app-banner .app-banner div,
.cod-app-banner .app-banner img {
  width: 100%;
}
.cod-app-banner .app-content {
  width: 40%;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cod-app-banner .app-content h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #FFF;
  margin-bottom: 25px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.cod-app-banner .app-content .cta {
  position: relative;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 auto;
  color: #FFF;
  border: 1px solid #ff6600;
  background: #713000 center center repeat;
  display: inline-block;
  min-width: 200px;
  max-width: 480px;
}
.cod-app-banner .app-content .cta a {
  padding: 15px 11px;
  font-size: 13px;
  text-shadow: 0px 0px 18px #646464;
  line-height: 1.3;
  color: #FFF;
  letter-spacing: 3px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
  background-size: 2px;
}
.cod-app-banner .app-content .cta a:hover {
  background-color: #aa4800;
}
.cod-app-banner .app-content ul {
  margin-top: 30px;
}
.cod-app-banner .app-content ul li {
  display: inline-block;
  margin: 0 15px;
  width: 120px;
}
.cod-app-banner .app-content ul li img {
  width: 100%;
}
.cod-app-banner .app-content ul li a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .cod-app-banner {
    padding-bottom: 50px;
  }
  .cod-app-banner .mobile {
    display: block;
  }
  .cod-app-banner .desktop {
    display: none;
  }
  .cod-app-banner .inner-container {
    display: block;
  }
  .cod-app-banner .app-banner,
  .cod-app-banner .app-content {
    width: 100%;
  }
  .cod-app-banner .app-content {
    margin-top: 25px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
.hub-mid-hero-container,
.hub-mid-hero-container.no-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 700px;
}
.hub-mid-hero-container .hub-hero-left,
.hub-mid-hero-container.no-stats .hub-hero-left {
  display: none;
}
.hub-mid-hero-container .hub-hero-right,
.hub-mid-hero-container.no-stats .hub-hero-right {
  width: 100%;
}
.hub-mid-hero-container .hub-hero-right > div,
.hub-mid-hero-container.no-stats .hub-hero-right > div {
  position: relative;
  height: 100%;
}
.hub-mid-hero-container .hub-hero-right .featured-news,
.hub-mid-hero-container.no-stats .hub-hero-right .featured-news {
  width: 66.66%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hub-mid-hero-container .hub-hero-right .hub-sub-tile,
.hub-mid-hero-container.no-stats .hub-hero-right .hub-sub-tile {
  width: 50%;
}
.hub-mid-hero-container .hub-hero-right .latest-news,
.hub-mid-hero-container.no-stats .hub-hero-right .latest-news {
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .hub-mid-hero-container,
  .hub-mid-hero-container.no-stats {
    height: auto;
  }
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-left {
  width: 33.33%;
  display: block;
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right {
  width: 66.66%;
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right .featured-news {
  display: block;
  width: 50%;
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right .featured-news .hub-sub-tile {
  width: 100%;
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right .featured-news .hub-sub-tile:nth-child(3),
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right .featured-news .hub-sub-tile:nth-child(4) {
  display: none;
}
body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right .latest-news {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  body.sso-logged-in .hub-mid-hero-container:not(.no-stats) {
    display: block;
  }
  body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-left,
  body.sso-logged-in .hub-mid-hero-container:not(.no-stats) .hub-hero-right {
    width: 100%;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
#cod-hub-news {
  position: relative;
  height: 100%;
}
#cod-hub-news[data-layout='layout1'] .featured-news {
  order: 1;
}
#cod-hub-news[data-layout='layout1'] .latest-news {
  order: 2;
}
#cod-hub-news[data-layout='layout2'] .featured-news {
  order: 2;
}
#cod-hub-news[data-layout='layout2'] .latest-news {
  order: 1;
}
#cod-hub-news .inner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
}
#cod-hub-news .hub-sub-tile {
  height: 50%;
  position: relative;
}
#cod-hub-news .hub-sub-tile .hub-tile {
  min-height: 320px;
}
#cod-hub-news .hub-sub-tile .cta-wrapper {
  display: none;
}
#cod-hub-news .hub-sub-tile .tile-bgs:after {
  content: "";
  width: 100%;
  height: 60%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 50%);
  display: block;
  position: absolute;
  bottom: 0;
}
#cod-hub-news .latest-news {
  background: #171717;
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
}
#cod-hub-news .latest-news .news-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a9a6a1;
  padding: 10px 0 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 60px;
}
#cod-hub-news .latest-news .news-header .news-header-title h2 {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
}
#cod-hub-news .latest-news .news-header .news-header-filter div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button {
  margin-left: 10px;
  cursor: pointer;
  color: #a9a6a1;
  border: none;
  background-color: transparent;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/global/tout-icons-new.png);
  background-repeat: no-repeat;
  text-indent: 500px;
  overflow: hidden;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='all'] {
  background-image: none;
  text-indent: 0;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='black-ops-cold-war'] {
  width: 28px;
  height: 11px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cw-icon.png);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='warzone'] {
  width: 23px;
  height: 17px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/wz-icon.png);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='mw'] {
  width: 38px;
  height: 11px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/hub/touch-ui/common/kronos-icon.png);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='bo4'] {
  width: 27px;
  height: 26px;
  background-position: -536px 2px;
  margin-left: 4px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='cod-mobile'] {
  width: 18px;
  height: 21px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cod-m-icon.png);
  margin-left: 9px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='cwl'],
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='cdl'] {
  width: 36px;
  height: 24px;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cdl-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  text-indent: unset;
  position: relative;
  top: 7px;
}
#cod-hub-news .latest-news .news-content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 140px;
  bottom: 100px;
  overflow-y: auto;
  /*.tablet({

            });*/
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar {
  width: 6px;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #202020;
  background-color: #202020;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #444444;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar-thumb:window-inactive {
  background: #444444;
}
@media only screen and (max-width: 1024px) {
  #cod-hub-news .latest-news .news-content {
    max-height: 325px;
  }
}
@media only screen and (max-width: 768px) {
  #cod-hub-news .latest-news .news-content {
    max-height: 275px;
  }
}
#cod-hub-news .latest-news .news-entry {
  margin-bottom: 15px;
}
#cod-hub-news .latest-news .news-entry a {
  color: #a9a6a1;
  -webkit-transition: 0.25s color;
  -moz-transition: 0.25s color;
  -ms-transition: 0.25s color;
  -o-transition: 0.25s color;
  transition: 0.25s color;
  text-decoration: none;
}
#cod-hub-news .latest-news .news-entry a:hover {
  color: #FFF;
}
#cod-hub-news .latest-news .news-entry a p {
  text-decoration: none;
}
#cod-hub-news .latest-news .news-entry .news-text {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#cod-hub-news .latest-news .news-entry .news-text .news-icon {
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/global/tout-icons-new.png);
  background-repeat: no-repeat;
}
#cod-hub-news .latest-news .news-entry .news-text .news-thumb {
  width: 200px;
  height: 112px;
}
#cod-hub-news .latest-news .news-entry .news-text .news-title {
  width: calc(100% - 220px);
}
#cod-hub-news .latest-news .news-entry[data-game='mw'] .news-text .news-icon {
  width: 60px;
  height: 21px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/hub/touch-ui/common/kronos-icon.png);
}
#cod-hub-news .latest-news .news-entry[data-game='bo4'] .news-icon {
  width: 27px;
  height: 26px;
  background-position: -536px 2px;
  margin-left: 4px;
}
#cod-hub-news .latest-news .news-entry[data-game='cod-mobile'] .news-icon {
  width: 30px;
  height: 28px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cod-m-icon.png);
  margin-left: 15px;
}
#cod-hub-news .latest-news .news-entry[data-game='cwl'] .news-icon,
#cod-hub-news .latest-news .news-entry[data-game='cdl'] .news-icon {
  width: 50px;
  height: 28px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cdl-icon.png);
  margin-left: 4px;
}
#cod-hub-news .latest-news .news-show-more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#cod-hub-news .latest-news .news-show-more a {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-size: 2px;
  cursor: pointer;
  background-color: transparent;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 1920px) {
  #cod-hub-news .latest-news .news-entry {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #cod-hub-news .inner-container {
    flex-wrap: wrap;
  }
  #cod-hub-news .latest-news {
    width: 100%;
    min-height: 500px;
  }
  #cod-hub-news .featured-news {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #cod-hub-news .hub-sub-tile {
    height: auto;
  }
  #cod-hub-news .featured-news {
    display: block;
  }
  #cod-hub-news .featured-news .hub-sub-tile {
    width: 90%;
    margin: 0 auto 25px;
  }
  #cod-hub-news .latest-news .news-entry .news-text .news-thumb {
    margin-right: 10px;
    width: 150px;
    height: 65px;
  }
  #cod-hub-news .latest-news .news-entry .news-text .news-title {
    width: calc(100% - 170px);
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay {
  position: absolute;
  top: 0;
  width: 300px;
  height: 200px;
  opacity: 1;
  z-index: 15;
}
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay.news-modal-1 {
  left: 0;
}
html.aem-AuthorLayer-Edit .modal-type-video.modal-overlay .atvi-video {
  height: 200px;
}
html.aem-AuthorLayer-Edit .modal-overlay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.aem-AuthorLayer-Edit .hub-sub-news-tile {
  position: relative;
  height: 400px;
  width: 500px;
}
.hub-sub-news-tile {
  width: 100%;
  position: absolute;
  height: 100%;
}
.hub-sub-news-tile > a {
  display: block;
  position: relative;
  min-height: 350px;
  width: 100%;
}
.hub-sub-news-tile > a:focus {
  border: white 1px solid;
  box-sizing: border-box;
}
.hub-sub-news-tile:hover .tile-bgs .bg-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hub-sub-news-tile[data-tiletype="video"] > a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.hub-sub-news-tile[data-tiletype="video"] > a .tout-play-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  border: 1px solid #FFF;
  background: url("../../../../../../content/dam/atvi/callofduty/global/global-nav/global-nav-bg.png");
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hub-sub-news-tile[data-tiletype="video"] > a .tout-play-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hub-sub-news-tile[data-tiletype="video"] > a:hover .tout-play-btn {
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  -moz-transform: scale(1.2) translate(-50%, -50%);
  -ms-transform: scale(1.2) translate(-50%, -50%);
  -o-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
}
.hub-sub-news-tile[data-game="cw"] {
  border-bottom: 2px solid #FFF;
}
.hub-sub-news-tile[data-game="cw"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/icons/cw-icon.png") center center no-repeat;
  width: 80px;
  height: 80px;
  left: 0 !important;
}
.hub-sub-news-tile[data-game="cw"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile[data-game="mw2r"] {
  border-bottom: 2px solid #64aa58;
}
.hub-sub-news-tile[data-game="mw2r"] .game-icon .icon {
  width: 101px;
  height: 32px;
  left: 0 !important;
}
.hub-sub-news-tile[data-game="mw2r"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(121, 217, 0, 0), #79d900, rgba(121, 217, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: linear-gradient(to right, rgba(121, 217, 0, 0), #64aa58, rgba(121, 217, 0, 0));
}
.hub-sub-news-tile[data-game="warzone"] {
  border-bottom: 2px solid #597985;
}
.hub-sub-news-tile[data-game="warzone"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/icons/wz-icon.png") center center no-repeat;
  width: 53px !important;
  height: 80px;
  left: 0 !important;
}
.hub-sub-news-tile[data-game="warzone"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ffea00, rgba(255, 107, 0, 0));
}
.hub-sub-news-tile[data-game="mobile"] {
  border-bottom: 2px solid #ffe93c;
}
.hub-sub-news-tile[data-game="mobile"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/cod-m-icon.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-sub-news-tile[data-game="mobile"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ffea00, rgba(255, 107, 0, 0));
}
.hub-sub-news-tile[data-game="mw"] {
  border-bottom: 2px solid #597985;
}
.hub-sub-news-tile[data-game="mw"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/kronos-icon.png") center center no-repeat;
  width: 101px;
  height: 32px;
  left: 0 !important;
}
.hub-sub-news-tile[data-game="mw"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(121, 217, 0, 0), #79d900, rgba(121, 217, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: linear-gradient(to right, rgba(121, 217, 0, 0), #79d9ff, rgba(121, 217, 0, 0));
}
.hub-sub-news-tile[data-game="bo4"] {
  border-bottom: 2px solid #ff6600;
}
.hub-sub-news-tile[data-game="bo4"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/bo4-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-sub-news-tile[data-game="bo4"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile[data-game="wwii"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/bo4-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-sub-news-tile[data-game="wwii"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile[data-game="iw"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/bo4-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-sub-news-tile[data-game="iw"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile[data-game="cwl"] {
  border-bottom: 2px solid #FFF;
}
.hub-sub-news-tile[data-game="cwl"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/icons/cdl-icon.png") center center no-repeat;
  width: 80px;
  height: 80px;
  left: 0 !important;
}
.hub-sub-news-tile[data-game="cwl"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile[data-game="mycod"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/mycod-icon-dropshadow.png") center center no-repeat;
  width: 85px;
  height: 80px;
}
.hub-sub-news-tile[data-game="mycod"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile .tile-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
}
.hub-sub-news-tile .tile-bgs .tile-video-bg {
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hub-sub-news-tile .tile-bgs .tile-video-bg video {
  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%);
  width: 100%;
}
.hub-sub-news-tile .tile-bgs .tile-video-bg.mobile-video {
  display: none;
}
.hub-sub-news-tile .tile-bgs .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.hub-sub-news-tile .tile-content {
  width: 90%;
  max-width: 540px;
  text-align: left;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  padding-top: 50px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.hub-sub-news-tile .tile-content .cd-wrapper {
  font-family: 'Montserrat', Arial, sans-serif;
}
.hub-sub-news-tile .tile-content .cd-wrapper.live .countdown {
  display: none;
}
.hub-sub-news-tile .tile-content .cd-wrapper.live .cd-live {
  display: block;
}
.hub-sub-news-tile .tile-content .cd-wrapper .countdown-inner {
  width: 90%;
  margin: 0 auto;
}
.hub-sub-news-tile .tile-content .cd-wrapper span.value {
  font-size: 35px;
}
.hub-sub-news-tile .tile-content .cd-wrapper span.label {
  font-size: 15px;
  margin-top: 10px;
  text-transform: uppercase;
}
.hub-sub-news-tile .tile-content .cd-wrapper span.label,
.hub-sub-news-tile .tile-content .cd-wrapper span.value {
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.hub-sub-news-tile .tile-content .cd-wrapper .countdown {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.hub-sub-news-tile .tile-content .cd-wrapper .countdown .segment {
  text-align: center;
  width: 25%;
}
.hub-sub-news-tile .tile-content .game-icon {
  position: relative;
}
.hub-sub-news-tile .tile-content .game-icon .icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 100%;
  left: -20px;
}
.hub-sub-news-tile .tile-content .game-icon:before {
  content: "";
  display: block;
  display: none;
  height: 1px;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-sub-news-tile .tile-content .tile-title {
  padding: 45px 0 0;
  margin-top: -40px;
}
.hub-sub-news-tile .tile-content .tile-title h3 {
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .hub-sub-news-tile {
    height: auto;
    position: relative;
    min-height: 350px;
  }
  .hub-sub-news-tile .tile-bgs {
    /*.desktop-only { display: none; }
            .mobile-only  { display: block; }*/
  }
  .hub-sub-news-tile .tile-bgs .tile-video-bg video {
    height: auto;
    width: 100%;
  }
  .hub-sub-news-tile .tile-bgs .tile-video-bg.mobile-video {
    display: block;
  }
  .hub-sub-news-tile .tile-bgs .tile-video-bg.desktop-video {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  html[lang='en'] .cod-hub-hero .main-feature .hub-tile,
  html[lang='en'] .cod-hub-hero .sub-features .hub-tile {
    height: 33vw;
    min-height: 0px !important;
  }
}

.atvi-locale-selector {
  font-family: "Arial", sans-serif;
  position: relative;
  /***************************
    FLAG ICONS
    ****************************/
}
.atvi-locale-selector button {
  cursor: pointer;
}
.atvi-locale-selector button:focus,
.atvi-locale-selector button:active {
  outline: none;
  border: none;
}
.atvi-locale-selector.open-up .locale-panel {
  position: absolute;
  bottom: 50px;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.atvi-locale-selector.open-down .locale-panel {
  position: absolute;
  top: 30px;
  z-index: 10;
}
.atvi-locale-selector .cur-locale-selector-btn {
  line-height: 1px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}
.atvi-locale-selector .cur-locale-selector-btn button {
  background-color: transparent;
  border: none;
  font-size: 0;
  top: -1px;
}
.atvi-locale-selector .locale-panel {
  width: 365px;
  background: #434343;
  padding: 10px;
  display: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
.atvi-locale-selector .locale-panel .locale-panel-header {
  font-size: 12px;
  color: #FFF;
  padding: 10px 0;
  position: relative;
  text-align: left;
}
.atvi-locale-selector .locale-panel .locale-panel-header .selected-region-text {
  /*display: none;
                font-size: 0;*/
}
.atvi-locale-selector .locale-panel .locale-panel-header .close-btn {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
  border: none;
  position: absolute;
  top: -3px;
  right: 0px;
}
.atvi-locale-selector .locale-panel .locale-panel-header .close-btn button {
  background: none;
  border: none;
  color: #FFF;
  font-size: 30px;
}
.atvi-locale-selector .locale-panel ul {
  text-align: left;
  display: block;
}
.atvi-locale-selector .locale-panel ul:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.atvi-locale-selector .locale-panel ul li {
  width: 47%;
  margin-right: 5%;
  float: left;
}
.atvi-locale-selector .locale-panel ul li:nth-child(even) {
  margin-right: 0;
}
.atvi-locale-selector .locale-panel ul li.active .region:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyLjExOCwxMS45NDEgCgk2LjE5MywxOC4wMjggMTcuOTA2LDEuOTc4ICIvPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 5px;
  line-height: 0;
  width: 12px;
  height: 12px;
  top: -2px;
}
.atvi-locale-selector .locale-panel ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
}
.atvi-locale-selector .locale-panel ul li a:hover {
  color: #FFF;
}
.atvi-locale-selector .locale-panel ul li .region {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  font-size: 12px;
}
.atvi-locale-selector .flag-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 13px;
  background-color: #abc;
  background-image: url(../../../../../../content/dam/atvi/global/locale-selector/flags-sprite-small.png);
}
.atvi-locale-selector .flag-en .flag-icon {
  background-position: 0px 0px;
}
.atvi-locale-selector .flag-en_gb .flag-icon {
  background-position: -29px 0px;
}
.atvi-locale-selector .flag-en_ca .flag-icon {
  background-position: -340px 0px;
}
.atvi-locale-selector .flag-en_au .flag-icon {
  background-position: -381px 0px;
}
.atvi-locale-selector .flag-en_ar .flag-icon {
  background-position: -524px 0px;
}
.atvi-locale-selector .flag-en_nz .flag-icon {
  background-position: -114px 0px;
}
.atvi-locale-selector .flag-en_za .flag-icon {
  background-position: -564px 0px;
}
.atvi-locale-selector .flag-fr .flag-icon {
  background-position: -263px 0px;
}
.atvi-locale-selector .flag-fr_lu .flag-icon {
  background-position: -157px 0px;
}
.atvi-locale-selector .flag-fr_ca .flag-icon {
  background-position: -340px 0px;
}
.atvi-locale-selector .flag-es .flag-icon {
  background-position: -302px 0px;
}
.atvi-locale-selector .flag-es_mx .flag-icon,
.atvi-locale-selector.flag-mx .flag-icon {
  background-position: -180px 0px;
}
.atvi-locale-selector .flag-it .flag-icon {
  background-position: -220px 0px;
}
.atvi-locale-selector .flag-de .flag-icon {
  background-position: -241px 0px;
}
.atvi-locale-selector .flag-pt .flag-icon {
  background-position: -405px 0px;
}
.atvi-locale-selector .flag-pt_br .flag-icon {
  background-position: -359px 0px;
}
.atvi-locale-selector .flag-da .flag-icon {
  background-position: -320px 0px;
}
.atvi-locale-selector .flag-nl .flag-icon {
  background-position: -157px 0px;
}
.atvi-locale-selector .flag-nl_be .flag-icon,
.atvi-locale-selector .flag-fr_be .flag-icon {
  background-position: -484px 0px;
}
.atvi-locale-selector .flag-fi .flag-icon {
  background-position: -282px 0px;
}
.atvi-locale-selector .flag-no .flag-icon {
  background-position: -138px 0px;
}
.atvi-locale-selector .flag-sv .flag-icon {
  background-position: -51px 0px;
}
.atvi-locale-selector .flag-pl .flag-icon {
  background-position: -91px 0px;
}
.atvi-locale-selector .flag-ru .flag-icon,
.atvi-locale-selector .flag-ru_ru .flag-icon {
  background-position: -70px 0px;
}
.atvi-locale-selector .flag-ar .flag-icon,
.atvi-locale-selector .flag-ar_sa .flag-icon {
  background-position: -425px 0px;
}
.atvi-locale-selector .flag-ja .flag-icon,
.atvi-locale-selector .flag-jp .flag-icon {
  background-position: -200px 0px;
}
.atvi-locale-selector .flag-ko .flag-icon {
  background-position: -505px 0px;
}
.atvi-locale-selector .flag-zh_cn .flag-icon {
  background: none;
}
.atvi-locale-selector .flag-zh_tw .flag-icon {
  background: none;
}
.atvi-locale-selector .flag-tr .flag-icon,
.atvi-locale-selector .flag-tr_tr .flag-icon {
  background-position: -544px 0px;
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
/*********************
MIXINS
**********************/
/*********************
END MIXINS
*********************/
body {
  background-color: #000 !important;
  overflow-x: hidden;
  /*&.with-sso-bar {	
   		margin-top: 53px !important;
    }*/
}
body > .root > .aem-Grid .wtb-component {
  /*display: none;*/
  /* Temp */
}
body > .root > .aem-Grid .hub-legal-lines {
  width: 80%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ADABAB;
  margin: 0 0 30px 0;
  line-height: 1.5;
  margin: 20px auto;
}
body > .root > .aem-Grid .hub-legal-lines p {
  margin-bottom: 30px;
}
body > .root > .aem-Grid #bo4-wtb {
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper {
    width: 80%;
    max-width: 1280px;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-title {
    margin: 0px;
    text-align: left;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-subtitle {
    margin: 15px 0 20px;
    text-align: left;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-container .buy-header-desc.float-left,
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-container .buy-header-desc.float-right {
    width: 100%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-container .buy-header-desc.float-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header {
    order: 3;
    width: 30%;
    min-width: 30%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-column-one {
    order: 1;
    width: 30%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-column-two {
    order: 2;
    width: 30%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .disclaimer-text-container {
    order: 3;
  }
}
body > .root > .aem-Grid > .modal-overlay {
  transition: all .8s !important;
}
body > .root > .aem-Grid > .modal-overlay .modal-content .player-part .player-wrapper {
  padding-bottom: 45%;
}
.cod-header-container .cod-purchase {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  padding: 17px 15px !important;
  width: fit-content;
  background-image: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/global-nav-bg-mobile.png');
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #81898c;
  border: 1px solid #81898c;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1 !important;
  background-color: transparent;
  background-image: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png');
  background-color: #242424 !important;
  color: #94bbc2 !important;
  box-shadow: inset 0px 0px 5px #597985 !important;
  text-shadow: 0px 0px 0px #e1d297;
  background-color: #242424;
  box-shadow: inset 0px 0px 5px #857a59;
  background: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/common/ui-elements/btn-bg-gold-tile.jpg') center center !important;
  box-shadow: inset 0px 0px 5px #b59228;
  border: 1px solid #d0a137;
  color: white;
}
.cod-header-container .cod-purchase:after,
.cod-header-container .cod-purchase:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
.cod-header-container .cod-purchase:after {
  bottom: -1px;
  top: initial;
}
.cod-header-container .cod-purchase:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
.cod-header-container .cod-purchase:hover {
  background-color: #627f53;
  color: #c7cac6;
}
.cod-header-container .cod-purchase:hover:after,
.cod-header-container .cod-purchase:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cod-header-container .cod-purchase:before,
.cod-header-container .cod-purchase:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
}
.cod-header-container .cod-purchase:hover {
  background-color: #282828  !important;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff !important;
}
.cod-header-container .cod-purchase:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #ffeec8;
  color: #ffeec8;
}
.cod-header-container .cod-purchase:before,
.cod-header-container .cod-purchase:after {
  background: linear-gradient(to right, rgba(253, 217, 150, 0.5), #ffc558 20%, #ffc558 80%, rgba(253, 217, 150, 0.5)) center center;
}
.cod-header-container .cod-purchase a {
  padding: 0 !important;
  line-height: 1.4 !important;
}
.modal-overlay {
  opacity: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #000;
  cursor: default;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.modal-overlay.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal-overlay.active:before {
  content: "";
  display: none;
}
.modal-overlay .inner-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*top: 50%;
        left: 50%;
        .translate(-50%,-50%);*/
}
.modal-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.modal-overlay .modal-close {
  font-family: sans-serif;
  font-size: 90px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #FFF;
  cursor: pointer;
  z-index: 10;
  display: block;
}
.modal-overlay .modal-content {
  position: relative;
  z-index: 9;
}
.modal-overlay .external-link-overlay {
  display: none;
}
.atvi-video .atvi-agegate,
.atvi-video-component .atvi-agegate {
  background: #000;
}
.atvi-video .atvi-agegate h2.dob-prompt,
.atvi-video-component .atvi-agegate h2.dob-prompt {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.atvi-video .atvi-agegate .submit,
.atvi-video-component .atvi-agegate .submit {
  background-color: #FFF;
  color: #000;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}
.modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
}
.modal-content .atvi-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-content .atvi-video .player-wrapper {
  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%);
}
.root,
.wtb-portal-container {
  overflow: hidden;
}
#reveal-legal {
  width: 80%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ADABAB;
  margin: 0 0 30px 0;
  line-height: 1.5;
  margin: 20px auto;
}
#reveal-legal a {
  color: #cdc4bd;
}
.wtb-component .atvi-wheretobuy:not(#mw-wtb-module) {
  margin: 0 auto 100px;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .wtb-component .atvi-wheretobuy:not(#mw-wtb-module) {
    padding-top: 100px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
#cod-hub-hero {
  height: 600px;
}
#cod-hub-hero .atvi-column-layout-bg-media-container video {
  width: 100%;
  height: auto;
}
#cod-hub-hero .atvi-column-inner-container {
  width: 100%;
  position: absolute !important;
  bottom: 40px;
  left: 40px;
  right: 40px;
  max-width: 545px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #cod-hub-hero {
    min-height: 700px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
#wsow-container {
  background: #FFF;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}
#wsow-container #wsow-container-child-resource-1 {
  position: relative;
  background: #FFF;
  padding: 10px 0;
}
#wsow-container #wsow-container-child-resource-1 img {
  width: 300px;
  margin-left: 15px;
}
#wsow-container #wsow-container-child-resource-1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 130px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#wsow-container #wsow-container-child-resource-2 {
  color: #FFF;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}
#wsow-container #wsow-container-child-resource-2 .atvi-text {
  width: 80%;
  margin: 0 auto;
}
#wsow-container #wsow-container-child-resource-2 p {
  color: #FFF;
}
#wsow-container #wsow-container-child-resource-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}
#wsow-container #wsow-container-child-resource-3 #wsow-cta {
  margin-top: 0px;
}
#wsow-container #wsow-container-child-resource-3 #wsow-cta a {
  background: #FFF;
  text-decoration: none;
  color: #000;
  padding: 15px 30px;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  min-width: 240px;
}
@media screen and (max-width: 1024px) {
  #wsow-container {
    height: auto;
  }
  #wsow-container #wsow-container-child-resource-1 {
    padding: 30px 0 0;
  }
  #wsow-container #wsow-container-child-resource-1 img {
    margin: 0 auto;
    display: block;
  }
  #wsow-container #wsow-container-child-resource-2 {
    padding: 30px 0;
    text-align: center;
    background: #FFF;
  }
  #wsow-container #wsow-container-child-resource-2 p {
    color: #000;
  }
  #wsow-container #wsow-container-child-resource-3 {
    padding-bottom: 30px;
    background: #FFF;
  }
  #wsow-container #wsow-container-child-resource-3 > .atvi-column-child-content {
    margin: 0 auto;
  }
  #wsow-container #wsow-container-child-resource-3 #wsow-cta a {
    background: #000;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  #wsow-container #wsow-container-child-resource-3 > .atvi-column-child-content {
    width: 80%;
  }
  #wsow-container #wsow-container-child-resource-3 #wsow-cta a {
    width: 100%;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.bundle-selection {
  height: auto;
  min-height: 100%;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.relevant-touts {
  height: auto;
  min-height: 100%;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
  position: relative;
  min-height: 0;
  z-index: 0;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container {
  height: auto;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
  width: 100%;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container {
  position: absolute;
  height: 100%;
  height: 112%;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen {
  left: 0;
  overflow: hidden;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.exiting-screen {
  left: -100vw;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .close-button-container {
  display: none;
}
@media screen and (max-width: 1023px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 1000px;
    padding-top: 80px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="mw"][data-current-screen="0"] {
    height: 1600px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="mw"][data-current-screen="0"] .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 1600px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container {
    padding-top: 0;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 870px;
  }
}
@media screen and (max-width: 480px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 1000px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 800px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="mw"][data-current-screen="0"] {
    height: 1200px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="mw"][data-current-screen="0"] .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    min-height: 755px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    min-height: 755px;
  }
}
@media screen and (min-width: 1594px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 690px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 800px;
  }
}

