@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 !important;
  right: -25px !important;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px !important;
  right: auto !important;
}
.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 .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;
  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: 33%;
  }
}
#hub-hero-container .hero-content {
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 10;
  max-width: 535px;
}
#hub-hero-container .hero-content .tile-logo {
  position: relative;
  left: 0px;
  width: 100%;
  max-width: 280px;
  margin-right: 20px;
}
#hub-hero-container .hero-content .tile-logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#hub-hero-container .hero-content .tile-content {
  padding: 0px
            width: 70%;
  margin: 0 auto;
}
#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: 20px;
  text-transform: uppercase;
  margin: 15px 0 25px;
  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 {
  width: 215px !important;
  /*DOUBLE CTA - GOLD and GRAY */
  /*&:first-of-type {
                        .gold-cta();
                        width: 200px;
                    }

                    &:last-of-type {
                        .gray-cta();
                        width: 200px;
                    }*/
  /* SINGLE CTA */
  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-right: 20px;
}
#hub-hero-container .hero-content .tile-content .cta-container 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;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
}
#hub-hero-container .hero-content .tile-content .cta-container 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 .hero-content .tile-content .cta-container li sup {
  font-size: 13px;
  vertical-align: top;
}
#hub-hero-container .hero-content .tile-content .cta-container a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hub-hero-container {
    min-height: auto;
    padding-bottom: 115%;
    /*margin: 0 auto;
        width: 90%;*/
    max-width: 100%;
  }
  #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: 0;
    top: auto;
    max-width: 400px;
    width: 100%;
  }
  #hub-hero-container .hero-content .tile-logo {
    left: auto;
    right: auto;
    margin: 0 auto 25px;
    max-width: 100%;
    position: relative;
    width: 80%;
  }
  #hub-hero-container .hero-content .tile-content {
    width: 100%;
    padding: 0 0 25px;
  }
  #hub-hero-container .hero-content .tile-content h1 {
    text-align: center;
    font-size: 22px;
  }
  #hub-hero-container .hero-content .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 .hero-content .tile-content .cta-container li {
    margin: 0 auto 15px;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  #hub-hero-container {
    padding-bottom: 128%;
  }
}
@media screen and (max-width: 500px) {
  #hub-hero-container {
    bottom: 0px;
    top: auto;
  }
}
@media screen and (max-width: 480px) {
  #hub-hero-container {
    min-height: 565px;
    padding-bottom: 150%;
  }
}
.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;
}
html[lang='ar'] #hub-hero-container .hero-content .tile-logo {
  margin-left: 20px;
}

@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%;
  }
}

.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 (min-width: 769px) and (max-width: 1300px) {
  #hub-touts .hub-touts-inner-container {
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@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 .hub-touts-inner-container > .tout-entry:first-of-type {
  display: none;
}
@media screen and (max-width: 1300px) {
  #hub-touts .hub-touts-inner-container > .tout-entry:first-of-type {
    display: block;
  }
}
#hub-touts .tout-entry {
  width: 33.33%;
  position: relative;
}
#hub-touts .tout-entry#aot-armored .tout-meta .tout-logo img {
  height: 22px;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry#aot-armored .tout-legal {
    padding: 0 15px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #hub-touts .tout-entry {
    width: 50%;
  }
}
@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;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
#hub-touts .tout-entry .tout-thumb .tout-thumb-img {
  padding-bottom: 56.25%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
#hub-touts .tout-entry .tout-legal {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  padding: 0 15px 5px;
  text-align: center;
}
#hub-touts .tout-entry .tout-legal p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 9px;
  color: #FFF;
  line-height: 1.2;
}
#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: 27%;
}
@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: 70%;
  padding-right: 3%;
}
@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: 14px;
  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');
.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;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-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');
#hub-main-small-banner #hub-main-small-banner-child-resource-1 {
  min-height: 355px;
}
@media screen and (min-width: 996px) and (max-width: 1470px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 {
    width: 100% !important;
  }
}
@media screen and (max-width: 995px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 {
    min-height: auto;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 995px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 .hub-main-small-banner-child-resource-1-media-container {
    position: relative;
    padding-bottom: 51%;
    border-left: 1px #525252 solid;
    border-top: 1px #525252 solid;
    border-right: 1px #525252 solid;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 .hub-main-small-banner-child-resource-1-media-container .bg-desktop {
  background-position: right center !important;
  /*background-size: contain !important;*/
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 .atvi-column-child-content {
  max-width: 38%;
  position: absolute !important;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
@media screen and (min-width: 996px) and (max-width: 1470px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 .atvi-column-child-content {
    left: 8%;
  }
}
@media screen and (max-width: 995px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 .atvi-column-child-content {
    position: relative !important;
    max-width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 15px;
    border: 1px #525252 solid;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-logo-container {
  width: 330px;
  margin: 0 auto;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-logo-container img {
  width: 100%;
}
@media screen and (max-width: 995px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-logo-container {
    display: none;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-description {
  text-align: center;
  color: #FFF;
  margin: 10px 0 15px;
  font-family: 'Montserrat', Arial, sans-serif;
}
@media screen and (max-width: 995px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-description {
    color: #FFF;
    margin-top: 0;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-cta ul {
  text-align: center;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-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;
  display: inline-block;
  margin: 0 auto;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-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;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #hub-main-tout-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;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-2 {
  /*@media screen and (max-width: 995px) {
			padding: 0 15px;
        }*/
}
@media screen and (min-width: 1301px) and (max-width: 1470px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-2 #hub-touts .tout-entry .tout-thumb .tout-thumb-img {
    padding-bottom: 78%;
  }
}
@media screen and (max-width: 1300px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-2 {
    display: none;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-2 #hub-touts .tout-entry {
  width: 100% !important;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-2 #hub-touts .hub-touts-inner-container > .tout-entry:first-of-type {
  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');
body:not(.coral--light) div.wtb-portal-container {
  position: relative;
  min-height: 0;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) {
  z-index: 0;
}
body:not(.coral--light) div.wtb-portal-container .wtb-portal-master-screens-container {
  height: auto;
}
body:not(.coral--light) div.wtb-portal-container .portal-screen-container {
  position: absolute;
  height: auto;
}
body:not(.coral--light) div.wtb-portal-container .portal-screen-container.active-portal-screen {
  left: 0;
  overflow: hidden;
}
body:not(.coral--light) div.wtb-portal-container .portal-screen-container.exiting-screen {
  left: -100vw;
}
body:not(.coral--light) div.wtb-portal-container .close-button-container {
  display: none;
}
@media screen and (max-width: 1023.5px) {
  body:not(.coral--light) div.wtb-portal-container {
    height: 1000px;
  }
}
@media screen and (max-width: 480px) {
  body:not(.coral--light) div.wtb-portal-container {
    height: 870px;
  }
}
@media screen and (min-width: 1024px) {
  body:not(.coral--light) div.wtb-portal-container {
    height: 720px;
  }
  body:not(.coral--light) div.wtb-portal-container[data-current-screen="1"][data-current-path="vanguard"] {
    height: 920px;
  }
  body:not(.coral--light) div.wtb-portal-container[data-current-screen="1"][data-current-path="cold-war"] {
    height: 920px;
  }
}

