@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
@-webkit-keyframes bounceWithDelay {
  40% {
    margin-top: 0%;
  }
  60% {
    margin-top: -25%;
  }
  80% {
    margin-top: 25%;
  }
  100% {
    margin-top: 0%;
  }
}
@-moz-keyframes bounceWithDelay {
  40% {
    margin-top: 0%;
  }
  60% {
    margin-top: -25%;
  }
  80% {
    margin-top: 25%;
  }
  100% {
    margin-top: 0%;
  }
}
@-ms-keyframes bounceWithDelay {
  40% {
    margin-top: 0%;
  }
  60% {
    margin-top: -25%;
  }
  80% {
    margin-top: 25%;
  }
  100% {
    margin-top: 0%;
  }
}
@-o-keyframes bounceWithDelay {
  40% {
    margin-top: 0%;
  }
  60% {
    margin-top: -25%;
  }
  80% {
    margin-top: 25%;
  }
  100% {
    margin-top: 0%;
  }
}
@keyframes bounceWithDelay {
  40% {
    margin-top: 0%;
  }
  60% {
    margin-top: -25%;
  }
  80% {
    margin-top: 25%;
  }
  100% {
    margin-top: 0%;
  }
}
@-webkit-keyframes bounceDown {
  0% {
    top: 0%;
  }
  25% {
    top: 5%;
  }
  50% {
    top: 0%;
  }
}
@-moz-keyframes bounceDown {
  0% {
    top: 0%;
  }
  25% {
    top: 5%;
  }
  50% {
    top: 0%;
  }
}
@-ms-keyframes bounceDown {
  0% {
    top: 0%;
  }
  25% {
    top: 5%;
  }
  50% {
    top: 0%;
  }
}
@-o-keyframes bounceDown {
  0% {
    top: 0%;
  }
  25% {
    top: 5%;
  }
  50% {
    top: 0%;
  }
}
@keyframes bounceDown {
  0% {
    top: 0%;
  }
  25% {
    top: 5%;
  }
  50% {
    top: 0%;
  }
}
.iw-news {
  padding-top: 150px;
  z-index: 1000;
  /******* 1. UNIVERSAL STYLES ************/
  /******* 2. HEADLINE STYLES ************/
  /******* 3. DESKTOP LARGE NEWS STYLES ************/
  /******* 4. DESKTOP SMALL NEWS STYLES ************/
  /******* 5. MOBILE NEWS STYLES ************/
}
.iw-news .blog-bottom-load {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 1001;
  margin-bottom: 50px;
}
.iw-news .blog-bottom-load p {
  font-size: 30px;
  cursor: pointer;
}
.iw-news .news-image {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.iw-news .news-headline {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.iw-news .news-tout0 .news-headline,
.iw-news .news-touts-large.news-item .news-headline {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.iw-news .news-cta {
  -webkit-transition: width 0.75s, opacity 0.75s, margin-right 0.75s;
  -moz-transition: width 0.75s, opacity 0.75s, margin-right 0.75s;
  -ms-transition: width 0.75s, opacity 0.75s, margin-right 0.75s;
  -o-transition: width 0.75s, opacity 0.75s, margin-right 0.75s;
  transition: width 0.75s, opacity 0.75s, margin-right 0.75s;
  opacity: 0;
}
.iw-news .news-cta.appear {
  opacity: 1;
}
.iw-news .news-description {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.iw-news .news-date {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 100;
  position: relative;
  margin-left: 12%;
  color: #615f58;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 10;
}
.iw-news .news-date .date {
  color: #9b9b9b;
  font-weight: bold;
}
.iw-news .news-date .date:after {
  font-weight: normal;
  color: #615f58;
  content: " // ";
}
.iw-news .news-tout0 {
  top: 50px;
  width: 100%;
  height: 45vw;
  /* Resize */
}
.iw-news .news-tout0 .news-number {
  display: none;
}
.iw-news .news-tout0 h1 {
  z-index: 1000;
  width: 55%;
  font-size: 65px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: #e9e7df;
  position: relative;
  padding-left: 12%;
  letter-spacing: 6px;
  margin-left: -100%;
}
.iw-news .news-tout0 h1::before {
  height: 7px;
  width: 0;
  background-color: #59b9bb;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.iw-news .news-tout0 h1.extend:before {
  width: 20%;
}
.iw-news .news-tout0 h1.appear {
  margin-left: 0;
}
.iw-news .news-tout0 .news-image {
  width: 70vw;
  padding-top: 35vw;
  position: absolute;
  top: 130px;
  right: 100vw;
}
.iw-news .news-tout0 .news-image.appear {
  right: 10vw;
}
.iw-news .news-tout0 .news-cta {
  position: absolute;
  z-index: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  fontt-weight: 900;
  letter-spacing: 1px;
  width: 150px;
  margin-right: 25px;
  right: 5px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
  top: 42vw;
  display: block;
}
.iw-news .news-tout0 .news-cta:after,
.iw-news .news-tout0 .news-cta:before {
  content: "";
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  margin-left: -6px;
  top: 11px;
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip.svg");
}
.iw-news .news-tout0 .news-cta:after {
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip.svg");
}
.iw-news .news-tout0 .news-cta:before {
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-hover.svg");
  display: none;
}
.iw-news .news-tout0 .news-cta.extend:hover {
  color: #59b9bb;
  border-color: #59b9bb;
  margin-right: 0;
  width: 200px;
}
.iw-news .news-tout0 .news-cta.extend:hover:after {
  display: none;
}
.iw-news .news-tout0 .news-cta.extend:hover:before {
  display: initial;
}
.iw-news .news-tout0 .iw-news-header-cta {
  position: absolute;
  bottom: 40px;
  left: 250px;
  z-index: 10;
  width: 75px;
  top: 42vw;
}
.iw-news .news-tout0 .iw-news-header-cta span {
  display: inline-block;
  margin: 2px 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #615f58;
  background-color: #22201d;
  padding: 5px 8px;
  letter-spacing: 6px;
}
.iw-news .news-tout0 .iw-news-header-cta:after {
  content: "";
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/scroll.png");
  height: 75px;
  width: 50px;
  position: absolute;
  left: 110%;
  top: 0;
  background-size: 100% 100%;
}
.iw-news .news-tout0 .iw-news-header-cta.animate:after {
  animation: "bounceDown" 2s 0s infinite;
  -ms-animation: "bounceDown" 2s 0s infinite;
  -moz-animation: "bounceDown" 2s 0s infinite;
  -webkit-animation: "bounceDown" 2s 0s infinite;
  -o-animation: "bounceDown" 2s 0s infinite;
  animation-timing-function: linear;
  animation-timing-function: ease-in-out;
}
.iw-news .news-tout0 .news-date {
  width: 200px;
  margin-left: -100%;
}
.iw-news .news-tout0 .news-date.appear {
  margin-left: 12%;
}
.iw-news .news-tout0 .news-cta {
  width: 0px;
  color: rgba(255, 255, 255, 0);
  right: 5vw;
  white-space: nowrap;
  top: 37vw;
}
.iw-news .news-tout0 .news-cta:before,
.iw-news .news-tout0 .news-cta:after {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.iw-news .news-tout0 .news-cta.appear {
  width: 175px;
}
.iw-news .news-tout0 .news-cta.extend {
  color: #ffffff;
}
.iw-news .news-tout0 .news-cta.extend:before,
.iw-news .news-tout0 .news-cta.extend:after {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .iw-news .news-tout0 h1 {
    font-size: 39px;
  }
}
@media screen and (max-width: 1100px) {
  .iw-news .news-tout0 {
    height: 50vw;
  }
  .iw-news .news-tout0 h1:before {
    right: 87.88%;
    top: 35px;
  }
  .iw-news .news-tout0 .news-image {
    width: 75vw;
    padding-top: 40vw;
    position: absolute;
  }
  .iw-news .news-tout0 .iw-news-header-cta {
    left: 15%;
    top: 52vw;
  }
  .iw-news .news-tout0 .news-cta {
    top: 47vw;
  }
}
@media screen and (max-width: 1000px) {
  .iw-news .news-tout0 h1 {
    font-size: 48px;
  }
  .iw-news .news-tout0 h1:before {
    top: 21px;
  }
}
@media screen and (max-width: 850px) {
  .iw-news .news-tout0 h1 {
    font-size: 42px;
  }
  .iw-news .news-tout0 h1:before {
    top: 21px;
  }
}
@media screen and (max-width: 700px) {
  .iw-news .news-tout0 {
    height: 60vw;
    margin: 0;
  }
  .iw-news .news-tout0 h1.extend:before {
    width: 12%;
  }
  .iw-news .news-tout0 .news-number {
    position: absolute;
    display: initial;
    z-index: 50;
    right: 5%;
    top: 90px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
  }
  .iw-news .news-tout0 .news-number.appear {
    opacity: 1;
  }
  .iw-news .news-tout0 .news-number .iw-section-number-text {
    width: 125px;
    display: block;
  }
  .iw-news .news-tout0 .news-number .news-number-number {
    letter-spacing: 14px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #59b9bb;
  }
  .iw-news .news-tout0 .news-number .news-number-text {
    font-size: 15px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
  }
  .iw-news .news-tout0 .news-number .news-number-text span {
    background-color: #2d2d2d;
    padding: 5px 9px;
    display: inline-block;
    color: #9b9b9b;
  }
  .iw-news .news-tout0 .news-image {
    width: 100vw;
    top: 175px;
    padding-top: 60vw;
    height: 0;
  }
  .iw-news .news-tout0 .news-image.appear {
    right: 0;
  }
  .iw-news .news-tout0 .news-headline {
    margin-top: 50vw;
    width: 90%;
    font-size: 48px;
    float: left;
    margin-bottom: 75px;
  }
  .iw-news .news-tout0 .news-headline:before {
    top: 20px;
  }
  .iw-news .news-tout0 .iw-news-header-cta {
    display: none;
  }
  .iw-news .news-tout0 .news-cta {
    color: rgba(0, 0, 0, 0);
    border-color: #615f58;
    position: absolute;
    right: -5%;
    top: 40%;
  }
  .iw-news .news-tout0 .news-cta:before,
  .iw-news .news-tout0 .news-cta:after {
    background-color: #615f58;
  }
  .iw-news .news-tout0 .news-description {
    display: none;
  }
  .iw-news .news-tout0 .news-date {
    margin-left: 12.22%;
    margin-top: 0px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
  }
  .iw-news .news-tout0 .news-date.appear {
    opacity: 1;
  }
  .iw-news .news-tout0 .news-cta {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .iw-news .news-tout0 .news-headline {
    font-size: 38px;
  }
  .iw-news .news-tout0 .news-headline:before {
    top: 17px;
  }
}
@media screen and (max-width: 400px) {
  .iw-news .news-tout0 .news-image {
    top: 168px;
  }
  .iw-news .news-tout0 .news-date {
    font-size: 16px;
    margin-left: 5%;
  }
  .iw-news .news-tout0 .news-number {
    top: 95px;
  }
  .iw-news .news-tout0 .news-number .news-number-number {
    font-size: 20px;
  }
  .iw-news .news-tout0 .news-number .news-number-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .iw-news .news-tout0 .news-headline {
    font-size: 32px;
  }
  .iw-news .news-tout0 .news-headline:before {
    top: 13px;
  }
}
.iw-news .news-touts-large {
  width: 100%;
  height: 500px;
  /* Rollover */
  /* Aninations */
}
.iw-news .news-touts-large .news-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 40%;
  margin: 0 4%;
  /* Resize */
}
.iw-news .news-touts-large .news-item .news-image {
  z-index: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.iw-news .news-touts-large .news-item .news-date {
  font-size: 18px;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.iw-news .news-touts-large .news-item .news-date .date,
.iw-news .news-touts-large .news-item .news-date .year,
.iw-news .news-touts-large .news-item .news-date .date:after {
  color: #615f58;
}
.iw-news .news-touts-large .news-item .news-headline {
  width: 80%;
  margin: auto;
  z-index: 5;
  position: relative;
  font-size: 36px;
  letter-spacing: 3px;
  color: #e9e7df;
  text-transform: uppercase;
  margin-top: 50%;
  line-height: 1.15;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.iw-news .news-touts-large .news-item .news-description {
  font-size: 14px;
  width: 80%;
  margin: auto;
  z-index: 5;
  position: relative;
  line-height: 1.5;
  letter-spacing: 1px;
  top: 10px;
  height: 85px;
  color: #929086;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: "-";
}
.iw-news .news-touts-large .news-item .news-description::last-letter {
  font-family: "arial";
}
.iw-news .news-touts-large .news-item .news-cta {
  top: 15px;
  margin-top: 15px;
  left: 0;
  margin-left: 0;
  position: relative;
  z-index: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  fontt-weight: 900;
  letter-spacing: 1px;
  width: 150px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
  display: block;
}
.iw-news .news-touts-large .news-item .news-cta:after,
.iw-news .news-touts-large .news-item .news-cta:before {
  content: "";
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  margin-left: -6px;
  top: 11px;
}
.iw-news .news-touts-large .news-item .news-cta:after {
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip.svg");
}
.iw-news .news-touts-large .news-item .news-cta:before {
  display: none;
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-hover.svg");
}
@media screen and (max-width: 1300px) {
  .iw-news .news-touts-large .news-item .news-headline {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .iw-news .news-touts-large .news-item .news-headline {
    font-size: 28px;
  }
}
@media screen and (min-width: 900px) {
  .iw-news .news-touts-large {
    height: 600px;
  }
}
@media screen and (min-width: 1150px) {
  .iw-news .news-touts-large {
    height: 650px;
  }
}
@media screen and (min-width: 1700px) {
  .iw-news .news-touts-large {
    height: 750px;
  }
}
@media screen and (min-width: 2000px) {
  .iw-news .news-touts-large {
    height: 850px;
  }
}
@media screen and (min-width: 701px) {
  .iw-news .news-touts-large a:hover .news-cta.appear {
    color: #59b9bb;
    border-color: #59b9bb;
    width: 175px;
  }
  .iw-news .news-touts-large a:hover .news-cta.appear:after {
    display: none;
  }
  .iw-news .news-touts-large a:hover .news-cta.appear:before {
    display: initial;
  }
}
@media screen and (min-width: 701px) {
  .iw-news .news-touts-large .news-tout1 .news-image {
    margin-left: -300%;
  }
  .iw-news .news-touts-large .news-tout1 .news-image.appear {
    margin-left: 0;
  }
  .iw-news .news-touts-large .news-tout1 .news-description {
    right: 120%;
  }
  .iw-news .news-touts-large .news-tout1 .news-description.appear {
    right: 0;
  }
  .iw-news .news-touts-large .news-tout1 .news-headline {
    right: 120%;
  }
  .iw-news .news-touts-large .news-tout1 .news-headline.appear {
    right: 0;
  }
  .iw-news .news-touts-large .news-tout1 .news-date {
    opacity: 0;
  }
  .iw-news .news-touts-large .news-tout1 .news-date.appear {
    opacity: 1;
  }
  .iw-news .news-touts-large .news-tout2 .news-image {
    margin-left: 150%;
  }
  .iw-news .news-touts-large .news-tout2 .news-image.appear {
    margin-left: 0;
  }
  .iw-news .news-touts-large .news-tout2 .news-description {
    left: 120%;
  }
  .iw-news .news-touts-large .news-tout2 .news-description.appear {
    left: 0;
  }
  .iw-news .news-touts-large .news-tout2 .news-headline {
    left: 120%;
  }
  .iw-news .news-touts-large .news-tout2 .news-headline.appear {
    left: 0;
  }
  .iw-news .news-touts-large .news-tout2 .news-date {
    opacity: 0;
  }
  .iw-news .news-touts-large .news-tout2 .news-date.appear {
    opacity: 1;
  }
  .iw-news .news-touts-large .news-tout1 .news-cta,
  .iw-news .news-touts-large .news-tout2 .news-cta {
    width: 0px;
    color: rgba(255, 255, 255, 0);
    white-space: nowrap;
  }
  .iw-news .news-touts-large .news-tout1 .news-cta:before,
  .iw-news .news-touts-large .news-tout2 .news-cta:before,
  .iw-news .news-touts-large .news-tout1 .news-cta:after,
  .iw-news .news-touts-large .news-tout2 .news-cta:after {
    opacity: 0;
    -webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    -ms-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
  }
  .iw-news .news-touts-large .news-tout1 .news-cta.appear,
  .iw-news .news-touts-large .news-tout2 .news-cta.appear {
    width: 150px;
  }
  .iw-news .news-touts-large .news-tout1 .news-cta.extend,
  .iw-news .news-touts-large .news-tout2 .news-cta.extend {
    color: #ffffff;
  }
  .iw-news .news-touts-large .news-tout1 .news-cta.extend:before,
  .iw-news .news-touts-large .news-tout2 .news-cta.extend:before,
  .iw-news .news-touts-large .news-tout1 .news-cta.extend:after,
  .iw-news .news-touts-large .news-tout2 .news-cta.extend:after {
    opacity: 1;
  }
}
.iw-news .news-touts-small {
  width: 100%;
  position: relative;
  z-index: 1000;
  top: 25px;
  /* Animations */
}
.iw-news .news-touts-small:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.iw-news .news-touts-small .news-item {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  float: left;
  width: 40%;
  margin: 0 4%;
}
.iw-news .news-touts-small .news-item .news-headline {
  float: right;
  width: 45%;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 20px;
  color: #838075;
}
.iw-news .news-touts-small .news-item .news-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 150px;
  opacity: 0.6;
}
@media screen and (max-width: 1124px) {
  .iw-news .news-touts-small .news-item .news-image {
    height: 100px;
  }
}
.iw-news .news-touts-small .news-item .news-image:before,
.iw-news .news-touts-small .news-item .news-image:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  right: 101%;
  background-color: #59b9bb;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.iw-news .news-touts-small .news-item .news-image:before {
  right: 103%;
  background-color: #59b9bb;
  width: 2px;
}
.iw-news .news-touts-small .news-item .news-date {
  letter-spacing: 2px;
  margin-left: 55%;
  font-size: 12px;
}
.iw-news .news-touts-small .news-item .news-date .date,
.iw-news .news-touts-small .news-item .news-date .year,
.iw-news .news-touts-small .news-item .news-date .date:after {
  color: #615f58;
}
.iw-news .news-touts-small .news-item .news-cta {
  margin-top: 10px;
  margin-left: 40%;
  left: 0;
  position: relative;
  z-index: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  fontt-weight: 900;
  letter-spacing: 1px;
  width: 12.5%;
  border-bottom: 2px solid #838075;
  padding-bottom: 10px;
  display: block;
}
.iw-news .news-touts-small .news-item .news-cta:after,
.iw-news .news-touts-small .news-item .news-cta:before {
  content: "";
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  margin-left: -6px;
  top: -4px;
}
.iw-news .news-touts-small .news-item .news-cta:after {
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-gray.svg");
}
.iw-news .news-touts-small .news-item .news-cta:before {
  display: none;
  background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-hover.svg");
}
@media screen and (max-width: 1024px) {
  .iw-news .news-touts-small .news-item .news-cta {
    margin-left: 38%;
  }
}
@media screen and (max-width: 860px) {
  .iw-news .news-touts-small .news-item .news-headline {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .iw-news .news-touts-small .news-item .news-headline {
    font-size: 14px;
  }
}
.iw-news .news-touts-small .news-item .corner {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  width: 20px;
  height: 20px;
  border: 1px #494844 solid;
  position: absolute;
  right: -6px;
}
.iw-news .news-touts-small .news-item .corner.top {
  border-style: solid solid none none;
  top: -6px;
}
.iw-news .news-touts-small .news-item .corner.bottom {
  border-style: none solid solid none;
  bottom: -6px;
}
@media screen and (min-width: 701px) {
  .iw-news .news-touts-small .news-item {
    top: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .iw-news .news-touts-small .news-item.appear {
    opacity: 1;
    top: 0%;
  }
  .iw-news .news-touts-small .news-item .news-cta {
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .iw-news .news-touts-small .news-item .news-cta.appear {
    width: 12.5%;
  }
}
@media screen and (min-width: 701px) {
  .iw-news .news-touts-small .news-item:hover .news-cta.appear {
    left: 5%;
    width: 7.5%;
    border-color: #59b9bb;
  }
  .iw-news .news-touts-small .news-item:hover .news-cta.appear:before {
    display: initial;
  }
  .iw-news .news-touts-small .news-item:hover .news-cta.appear:after {
    display: none;
  }
  .iw-news .news-touts-small .news-item:hover .news-headline {
    color: #eae8df;
  }
  .iw-news .news-touts-small .news-item:hover .news-image {
    opacity: 1;
  }
  .iw-news .news-touts-small .news-item:hover .news-image:before,
  .iw-news .news-touts-small .news-item:hover .news-image:after {
    opacity: 1;
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    right: 101%;
    background-color: #59b9bb;
  }
  .iw-news .news-touts-small .news-item:hover .news-image:before {
    right: 103%;
    background-color: #59b9bb;
    width: 2px;
  }
  .iw-news .news-touts-small .news-item:hover .news-image .corner {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  .iw-news .news-touts-large,
  .iw-news .news-touts-small {
    height: auto;
    display: inline-block;
    /* mobile animations */
  }
  .iw-news .news-touts-large .news-item,
  .iw-news .news-touts-small .news-item {
    height: auto;
    width: 80%;
    margin: 0 10% 40px;
  }
  .iw-news .news-touts-large .news-item .news-image,
  .iw-news .news-touts-small .news-item .news-image {
    width: 100%;
    padding-top: 50vw;
    top: 0;
    height: 0;
  }
  .iw-news .news-touts-large .news-item .news-headline,
  .iw-news .news-touts-small .news-item .news-headline {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-top: 10px;
    font-size: 42px;
    width: 90%;
    margin-left: 0;
    font-size: 32px;
    font-weight: bold;
    float: left;
    color: #9b9b9b;
  }
  .iw-news .news-touts-large .news-item .news-headline:before,
  .iw-news .news-touts-small .news-item .news-headline:before {
    width: 12.22%;
    right: 87.88%;
  }
  .iw-news .news-touts-large .news-item .iw-news-header-cta,
  .iw-news .news-touts-small .news-item .iw-news-header-cta {
    display: none;
  }
  .iw-news .news-touts-large .news-item .news-cta,
  .iw-news .news-touts-small .news-item .news-cta {
    width: 0;
    color: rgba(0, 0, 0, 0);
    border-color: #615f58;
    position: absolute;
    left: auto;
    bottom: auto;
    right: -5%;
    top: 40%;
  }
  .iw-news .news-touts-large .news-item .news-cta:after,
  .iw-news .news-touts-small .news-item .news-cta:after,
  .iw-news .news-touts-large .news-item .news-cta:before,
  .iw-news .news-touts-small .news-item .news-cta:before {
    content: "";
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    margin-left: -6px;
    top: -5px;
  }
  .iw-news .news-touts-large .news-item .news-cta:after,
  .iw-news .news-touts-small .news-item .news-cta:after {
    background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-gray.svg");
  }
  .iw-news .news-touts-large .news-item .news-cta:before,
  .iw-news .news-touts-small .news-item .news-cta:before {
    background-image: url("../../../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-hover.svg");
    display: none;
  }
  .iw-news .news-touts-large .news-item .news-description,
  .iw-news .news-touts-small .news-item .news-description {
    display: none;
  }
  .iw-news .news-touts-large .news-item .news-date,
  .iw-news .news-touts-small .news-item .news-date {
    margin-top: 50vw;
    margin-left: 0;
    font-size: 16px;
  }
  .iw-news .news-touts-large .news-tout5,
  .iw-news .news-touts-small .news-tout5,
  .iw-news .news-touts-large .news-tout6,
  .iw-news .news-touts-small .news-tout6 {
    display: none;
  }
  .iw-news .news-touts-large .news-date,
  .iw-news .news-touts-small .news-date {
    opacity: 0;
  }
  .iw-news .news-touts-large .news-item.mobile-appear .news-cta.mobile-appear,
  .iw-news .news-touts-small .news-item.mobile-appear .news-cta.mobile-appear {
    opacity: 1;
    width: 100px;
  }
  .iw-news .news-touts-large .news-item.mobile-appear .news-cta.mobile-appear:before,
  .iw-news .news-touts-small .news-item.mobile-appear .news-cta.mobile-appear:before,
  .iw-news .news-touts-large .news-item.mobile-appear .news-cta.mobile-appear:after,
  .iw-news .news-touts-small .news-item.mobile-appear .news-cta.mobile-appear:after {
    opacity: 1;
  }
  .iw-news .news-touts-large .news-item.mobile-appear .news-date,
  .iw-news .news-touts-small .news-item.mobile-appear .news-date {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
  }
  .iw-news .news-touts-large .news-tout1 .news-image,
  .iw-news .news-touts-small .news-tout1 .news-image,
  .iw-news .news-touts-large .news-tout3 .news-image,
  .iw-news .news-touts-small .news-tout3 .news-image {
    left: 150%;
  }
  .iw-news .news-touts-large .news-tout1 .news-headline,
  .iw-news .news-touts-small .news-tout1 .news-headline,
  .iw-news .news-touts-large .news-tout3 .news-headline,
  .iw-news .news-touts-small .news-tout3 .news-headline {
    margin-left: -110%;
  }
  .iw-news .news-touts-large .news-tout1.mobile-appear .news-image,
  .iw-news .news-touts-small .news-tout1.mobile-appear .news-image,
  .iw-news .news-touts-large .news-tout3.mobile-appear .news-image,
  .iw-news .news-touts-small .news-tout3.mobile-appear .news-image {
    left: 0;
  }
  .iw-news .news-touts-large .news-tout1.mobile-appear .news-headline,
  .iw-news .news-touts-small .news-tout1.mobile-appear .news-headline,
  .iw-news .news-touts-large .news-tout3.mobile-appear .news-headline,
  .iw-news .news-touts-small .news-tout3.mobile-appear .news-headline {
    margin-left: 0;
  }
  .iw-news .news-touts-large .news-tout2 .news-image,
  .iw-news .news-touts-small .news-tout2 .news-image,
  .iw-news .news-touts-large .news-tout4 .news-image,
  .iw-news .news-touts-small .news-tout4 .news-image {
    left: -150%;
  }
  .iw-news .news-touts-large .news-tout2 .news-headline,
  .iw-news .news-touts-small .news-tout2 .news-headline,
  .iw-news .news-touts-large .news-tout4 .news-headline,
  .iw-news .news-touts-small .news-tout4 .news-headline {
    margin-left: 110%;
  }
  .iw-news .news-touts-large .news-tout2.mobile-appear .news-image,
  .iw-news .news-touts-small .news-tout2.mobile-appear .news-image,
  .iw-news .news-touts-large .news-tout4.mobile-appear .news-image,
  .iw-news .news-touts-small .news-tout4.mobile-appear .news-image {
    left: 0;
  }
  .iw-news .news-touts-large .news-tout2.mobile-appear .news-headline,
  .iw-news .news-touts-small .news-tout2.mobile-appear .news-headline,
  .iw-news .news-touts-large .news-tout4.mobile-appear .news-headline,
  .iw-news .news-touts-small .news-tout4.mobile-appear .news-headline {
    margin-left: 0;
  }
  .iw-news .news-touts-large .news-item.mobile-appear:hover .news-cta.mobile-appear,
  .iw-news .news-touts-small .news-item.mobile-appear:hover .news-cta.mobile-appear {
    border-color: #59b9bb;
    width: 125px;
  }
  .iw-news .news-touts-large .news-item.mobile-appear:hover .news-cta.mobile-appear:after,
  .iw-news .news-touts-small .news-item.mobile-appear:hover .news-cta.mobile-appear:after {
    display: none;
  }
  .iw-news .news-touts-large .news-item.mobile-appear:hover .news-cta.mobile-appear:before,
  .iw-news .news-touts-small .news-item.mobile-appear:hover .news-cta.mobile-appear:before {
    display: initial;
  }
  .iw-news .news-touts-large .news-item .news-cta {
    height: 0;
    margin-top: -10px;
  }
}
@media screen and (max-width: 480px) {
  .iw-news .news-touts-large .news-item .news-headline,
  .iw-news .news-touts-small .news-item .news-headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  .iw-news .news-touts-large .news-item .news-headline,
  .iw-news .news-touts-small .news-item .news-headline {
    font-size: 20px;
  }
}
.iw-home-social {
  position: relative;
  height: 600px;
}
.iw-home-social .iw-section-number {
  display: none;
}
.iw-home-social .iw-social-section-headline-container {
  padding-top: 25px;
}
.iw-home-social .iw-section-sociallinks {
  top: 150px;
}
body #iw-home-section4:after {
  background-image: 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');
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #FFF;
  border-radius: 0px;
  background: #e3e3e3;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 38px;
  color: #000;
  padding: 20px 35px 20px 15px;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 15px;
  width: 27px;
  height: 27px;
  line-height: 38px;
  background-color: #e3e3e3;
  color: #BBB;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font: 0/0 a;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/hub/cod-blog-arrow-black.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #FFF;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric {
  background: #666;
}
.selectric-open .selectric .label {
  color: #FFF;
}
.selectric-open .selectric .button {
  background-color: #666;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/hub/cod-blog-arrow-white.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  min-height: 20px;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
.selectric-items li {
  display: block;
  padding: 20px 35px 20px 15px;
  color: #FFF;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e3e3e3;
  color: #000;
}
.selectric-items li.highlighted {
  background: #e3e3e3;
  color: #000;
}
.selectric-items li:hover {
  background: #e3e3e3;
  color: #000;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

