@charset "UTF-8";
/* Play/Pause Control */
.slick-pause {
  position: absolute;
  z-index: 10;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25em 0.25em 0;
  border: none;
  background: transparent;
  outline: none;
}
.slick-pause svg .background {
  stroke: black;
  fill: black;
  stroke-width: 1px;
  opacity: 0.6;
}
.slick-pause svg .border {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
.slick-pause svg .pause {
  stroke-width: 4;
  fill: transparent;
  stroke: transparent;
}
.slick-pause svg .play {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
}
.slick-pause.pause svg .pause {
  fill: white;
  stroke: white;
}
.slick-pause.play svg .play {
  fill: white;
  stroke: white;
}
.slick-pause svg polygon {
  fill: white;
  stroke: white;
}
.slick-pause:focus svg .background,
.slick-pause:hover svg .background,
.slick-pause:hover svg .border {
  fill: #000;
  stroke: #000;
  opacity: 1;
}
.slick-pause:focus svg .border {
  stroke: white;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@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');
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;
}
#hub-hero-container .modal-overlay.active .modal-content .player-part .player-wrapper {
  padding-bottom: 56.25%;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type {
  padding: 13px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
  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;
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #b59228;
  border: 1px solid #d0a137;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type:after,
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background: linear-gradient(to right, rgba(253, 217, 150, 0.5), #ffc558 20%, #ffc558 80%, rgba(253, 217, 150, 0.5)) center center;
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type:after {
  bottom: -1px;
  top: initial;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #ffeec8;
  color: #ffeec8;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type:hover:after,
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:first-of-type: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="cw"] .hero-content .cta-container ul li:first-of-type a {
  color: #FFF;
  font-weight: bold;
  font-size: 17px;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:last-of-type {
  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;
  background-color: #e5e3e3;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:last-of-type a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 17px;
  color: #33312f;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#hub-hero-container[data-game="cw"] .hero-content .cta-container ul li:last-of-type 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;
}
@media screen and (max-width: 768px) {
  #hub-hero-container[data-game="cw"] .hero-content .cta-container ul li {
    margin: 0 auto;
    width: 100%;
  }
  #hub-hero-container[data-game="cw"] .hero-content .cta-container ul li.cta-2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hub-hero-container[data-game="cw"] .hero-content {
    margin: 0 auto;
    width: 80%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #hub-hero-container[data-game="cw"] .hero-content {
    bottom: 5%;
    top: auto;
  }
}
#hub-hero-container .hero-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
}
#hub-hero-container .hero-bgs .hero-rating-logo {
  position: absolute;
  height: 68px;
  bottom: 20px;
  right: 20px;
}
#hub-hero-container .hero-bgs .hero-tile-img.mobile-only {
  display: none;
}
#hub-hero-container .hero-bgs .tile-video-bg {
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hub-hero-container .hero-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 .hero-bgs .tile-video-bg.mobile-video {
  display: none;
}
#hub-hero-container .hero-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;
  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: 33%;
  }
}
#hub-hero-container .hero-content {
  position: absolute;
  bottom: -40px;
  left: 0px;
  max-width: 950px;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#hub-hero-container .hero-content .tile-logo {
  position: relative;
  left: 0px;
  width: 350px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: -54px;
}
#hub-hero-container .hero-content .tile-logo img {
  max-width: 100%;
}
#hub-hero-container .hero-content .tile-content {
  padding: 0px 0 25px;
}
#hub-hero-container .hero-content .tile-content h1 {
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
  color: #FFF;
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Montserrat', Arial, sans-serif;
}
#hub-hero-container .hero-content .tile-content .cta-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#hub-hero-container .hero-content .tile-content .cta-container li {
  margin-right: 10px;
}
#hub-hero-container .hero-content .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: auto;
    padding-bottom: 157%;
  }
  #hub-hero-container .hero-bgs .hero-rating-logo {
    position: absolute;
    height: 68px;
    bottom: auto;
    right: 20px;
    top: 65px;
  }
  #hub-hero-container .hero-bgs .hero-tile-img.desktop-only {
    display: none;
  }
  #hub-hero-container .hero-bgs .hero-tile-img.mobile-only {
    display: block;
    background-position: top center !important;
  }
  #hub-hero-container .hero-bgs .tile-video-bg video {
    height: auto;
    width: 100%;
  }
  #hub-hero-container .hero-bgs .tile-video-bg.mobile-video {
    display: block;
  }
  #hub-hero-container .hero-bgs .tile-video-bg.desktop-video {
    display: none;
  }
  #hub-hero-container .hero-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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%;
    bottom: 4%;
  }
  #hub-hero-container .hero-content .tile-logo {
    left: auto;
    right: auto;
    margin: 0 auto 25px;
    max-width: 255px;
    position: relative;
    display: none !important;
  }
  #hub-hero-container .hero-content .tile-content h1 {
    text-align: center;
    font-size: 22px;
  }
  #hub-hero-container .hero-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 .hero-content .cta-container li:first-of-type {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #hub-hero-container {
    min-height: 675px;
  }
}
.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');
.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');
.hub-news {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  padding: 25px 0 35px;
}
#cod-hub-news {
  max-width: 1280px;
  margin: 0 auto;
}
#cod-hub-news .latest-news {
  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 #525252;
  padding: 10px 0 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#cod-hub-news .latest-news .news-header .news-header-title h2 {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.5;
}
#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 p {
  color: #FFF;
  font-size: 13px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div .view-all-cta {
  color: #000;
  background: #FFF;
  padding: 5px;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  margin-left: 10px;
}
#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='vanguard'] {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/blog-logos/vg-icon-white.svg);
}
#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::-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: 768px) {
  #cod-hub-news .latest-news .news-content {
    max-height: 400px;
    overflow: auto;
  }
}
#cod-hub-news .latest-news .slick-slide {
  margin: 0 15px;
}
#cod-hub-news .latest-news .slick-slider .slick-list {
  width: 95%;
  margin: 0 auto;
}
#cod-hub-news .latest-news .slick-slider .slick-next,
#cod-hub-news .latest-news .slick-slider .slick-prev {
  z-index: 5;
}
#cod-hub-news .latest-news .slick-slider .slick-next:before,
#cod-hub-news .latest-news .slick-slider .slick-prev:before {
  display: none;
}
#cod-hub-news .latest-news .slick-slider .slick-next {
  background: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0px;
}
#cod-hub-news .latest-news .slick-slider .slick-prev {
  background: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-left.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0px;
}
#cod-hub-news .latest-news .news-entry {
  width: 250px;
  margin: 0 3%;
}
#cod-hub-news .latest-news .news-entry a {
  color: #FFF;
  text-decoration: none;
}
#cod-hub-news .latest-news .news-entry .news-text .news-thumb {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
#cod-hub-news .latest-news .news-entry .news-text .news-title {
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #cod-hub-news .latest-news {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #cod-hub-news .latest-news .news-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #cod-hub-news .latest-news .news-header .news-header-title {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  #cod-hub-news .latest-news .news-header .news-header-title h2 {
    font-size: 23px;
  }
  #cod-hub-news .latest-news .news-header .news-header-filter {
    width: 100%;
    padding: 5px 0;
  }
  #cod-hub-news .latest-news .news-header .news-header-filter > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  #cod-hub-news .latest-news .news-entry {
    width: 90%;
    margin: 0 auto;
  }
  #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;
  }
  #cod-hub-news .latest-news .news-entry .news-text .news-thumb {
    width: 40%;
    padding-bottom: 23%;
  }
  #cod-hub-news .latest-news .news-entry .news-text .news-title {
    width: 55%;
  }
}

@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');
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: 370px;
  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');
#hub-touts .hub-touts-inner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #hub-touts .hub-touts-inner-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#hub-touts .tout-entry {
  width: 33.33%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    border: 1px #525252 solid;
  }
}
#hub-touts .tout-entry > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hub-touts .tout-entry .tout-thumb .tout-thumb-img {
  padding-bottom: 56.25%;
}
#hub-touts .tout-entry .tout-meta {
  background: #000;
  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;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry .tout-meta {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 15px;
    border-top: 1px #525252 solid;
  }
}
#hub-touts .tout-entry .tout-meta .tout-logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry .tout-meta .tout-logo {
    width: 100%;
    margin-bottom: 15px;
  }
}
#hub-touts .tout-entry .tout-meta .tout-logo img {
  height: 30px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#hub-touts .tout-entry .tout-meta .tout-title {
  width: 65%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry .tout-meta .tout-title {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
#hub-touts .tout-entry .tout-meta .tout-title p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  line-height: 1.2;
  text-transform: uppercase;
}

@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');
/*********************
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 {
  padding: 13px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
  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;
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #b59228;
  border: 1px solid #d0a137;
}
.cod-header-container .cod-purchase a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.cod-header-container .cod-purchase:after,
.cod-header-container .cod-purchase:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background: linear-gradient(to right, rgba(253, 217, 150, 0.5), #ffc558 20%, #ffc558 80%, rgba(253, 217, 150, 0.5)) center center;
  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: #282828;
  text-shadow: 0px 0px 10px #ffeec8;
  color: #ffeec8;
}
.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 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 || #vanguard-wtb-module) {
  margin: 0 auto 100px;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .wtb-component .atvi-wheretobuy:not(#mw-wtb-module || #vanguard-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');
#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');
#wsow-container {
  position: relative;
  z-index: 2;
  display: block;
}
#wsow-container #wsow-container-child-resource-1 {
  background: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/wsow/cdl-feature-tout-test-en.jpg) top center no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 20%;
  min-height: 280px;
}
#wsow-container #wsow-container-child-resource-1 #cdl-cta 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;
  background-color: #e5e3e3;
  margin: 0 auto;
}
#wsow-container #wsow-container-child-resource-1 #cdl-cta li a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 17px;
  color: #33312f;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#wsow-container #wsow-container-child-resource-1 #cdl-cta 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;
}
#wsow-container #wsow-container-child-resource-1 .atvi-column-child-content {
  position: unset !important;
}
#wsow-container #wsow-container-child-resource-1 .layout-container-element {
  position: absolute;
  bottom: 10%;
  width: 50%;
  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);
}
#wsow-container #wsow-container-child-resource-1 .layout-container-element .atvi-text {
  margin-bottom: 15px;
}
#wsow-container #wsow-container-child-resource-1 .layout-container-element .atvi-text p {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
#wsow-container #wsow-container-child-resource-2 {
  background: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/wsow/tout-wsow-8-19-desktop.jpg) top center no-repeat;
  background-size: cover;
}
#wsow-container #wsow-container-child-resource-2 .atvi-column-child-content {
  margin-top: 12%;
}
#wsow-container #wsow-container-child-resource-2 .atvi-image {
  margin-left: 8%;
  margin-bottom: 30px;
}
#wsow-container #wsow-container-child-resource-2 .atvi-image img {
  width: 65%;
}
#wsow-container #wsow-container-child-resource-2 .atvi-text {
  padding-left: 8%;
  margin-bottom: 47px;
}
#wsow-container #wsow-container-child-resource-2 .atvi-text p {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
#wsow-container #wsow-container-child-resource-2 .atvi-cta {
  padding-left: 8%;
}
#wsow-container #wsow-container-child-resource-2 .atvi-cta 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;
  background-color: #e5e3e3;
  background-color: #2e2e2e;
  border-top: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
}
#wsow-container #wsow-container-child-resource-2 .atvi-cta li a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 17px;
  color: #33312f;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#wsow-container #wsow-container-child-resource-2 .atvi-cta 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;
}
#wsow-container #wsow-container-child-resource-2 .atvi-cta li a {
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  #wsow-container {
    display: none;
  }
}
#wsow-mobile-container {
  display: none;
}
#wsow-mobile-container #wsow-mobile-container-child-resource-2 {
  margin: 50px 0;
}
#wsow-mobile-container .atvi-image img {
  width: 100%;
}
#wsow-mobile-container .atvi-text {
  margin: 15px 0;
}
#wsow-mobile-container .atvi-text p {
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}
#wsow-mobile-container .atvi-cta 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;
  background-color: #e5e3e3;
  margin: 0 auto;
  width: calc(100% - 30px);
}
#wsow-mobile-container .atvi-cta li a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 17px;
  color: #33312f;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#wsow-mobile-container .atvi-cta 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;
}
@media screen and (max-width: 1024px) {
  #wsow-mobile-container {
    display: block;
  }
}
html.aem-AuthorLayer-Edit #wsow-mobile-container {
  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');
.root > .experiencefragment:nth-child(6) > .experience-fragment-container > .aem-Grid > .responsivegrid > .aem-Grid > .atvi-text {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .root > .experiencefragment:nth-child(6) > .experience-fragment-container > .aem-Grid > .responsivegrid > .aem-Grid > .atvi-text {
    width: 100%;
  }
}
.root > .experiencefragment:nth-child(6) > .experience-fragment-container > .aem-Grid > .responsivegrid > .aem-Grid > .atvi-text a {
  color: #FFF;
}
#bonus-blueprint-container {
  height: 0;
  padding-bottom: 23.43%;
  min-height: 450px;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container {
    padding-bottom: 152%;
    min-height: 750px;
  }
}
#bonus-blueprint-container .atvi-column-inner-container {
  position: absolute !important;
  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%;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container .atvi-column-inner-container {
    width: 80%;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-1 > .atvi-column-child-content {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-1 > .atvi-column-child-content {
    position: relative !important;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-1 .atvi-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-1 {
    margin-bottom: 25px;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 {
  font-family: 'Montserrat', Arial, sans-serif;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text {
  color: #000;
  margin-bottom: 20px;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text p {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text {
    text-align: center;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type {
  padding: 13px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
  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;
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #b59228;
  border: 1px solid #d0a137;
  margin-right: 20px;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type:after,
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background: linear-gradient(to right, rgba(253, 217, 150, 0.5), #ffc558 20%, #ffc558 80%, rgba(253, 217, 150, 0.5)) center center;
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type:after {
  bottom: -1px;
  top: initial;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #ffeec8;
  color: #ffeec8;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type:hover:after,
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type: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;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:first-of-type {
    margin-bottom: 15px;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:last-of-type {
  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;
  background-color: #e5e3e3;
  background-color: #2e2e2e;
  border-top: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:last-of-type a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 17px;
  color: #33312f;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:last-of-type 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;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li:last-of-type a {
  color: #FFF;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li {
  width: 180px !important;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-cta li {
    width: 100% !important;
  }
}

@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');
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;
  }
}

