.selectricWrapper {
  border: 1px solid #a4a4a4;
  position: relative;
  margin: .25rem 0 0;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  background-color: #000;
  position: relative;
  color: #ffffff;
}
.selectric .label {
  font-size: 1rem;
  text-transform: uppercase;
  text-indent: 10px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px 0 0;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .selectric .label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectric .label {
    text-rendering: optimizeLegibility;
  }
}
.selectric .button {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  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%);
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/select-box-arrow.svg');
}
.selectric-empty .button {
  display: none;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .label {
  color: #ffff03;
}
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  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;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: -1px;
  width: 100.5% !important;
  background: #FFF;
  z-index: 9998;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
  min-height: 16px;
}
.selectricItems li {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  color: #000;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  display: block;
  padding: 5px 0 6px;
  text-indent: 10px;
  border-top: 1px solid #7c7c7c;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .selectricItems li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectricItems li {
    text-rendering: optimizeLegibility;
  }
}
.selectricItems li:hover {
  background-color: #ffff03;
  color: #000;
}
.selectricItems li.selected {
  background-color: #ffff03;
  color: #000;
}
.selectricItems li.disabled {
  background-color: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.selectricWrapper .beta {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectricWrapper .label .beta {
  display: none;
}
.selectricScroll::-webkit-scrollbar {
  width: 8px;
}
.selectricScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectricScroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ffff03;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.selectricScroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}

.home-sections-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: -125px;
  position: relative;
  z-index: 5;
}
.tout-invisible {
  display: none;
}

.hero-banner {
  background: #000;
  border-left: solid #ffff03 15px;
  width: 100%;
  max-width: 1260px;
  padding: 15px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 5;
}
.hero-banner h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffff03;
  font-size: 23px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .hero-banner h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-banner h3 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner h3 {
    font-size: 18px;
  }
}
.hero-banner a {
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .hero-banner a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-banner a {
    text-rendering: optimizeLegibility;
  }
}
.hero-banner a:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
.hero-container {
  background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/hero/hero-clouds-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0 160px;
  position: relative;
  /*@media screen and (max-width: 900px) {

		padding-top: 160px;

    }*/
}
.hero-container:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}
.hero-container .hero-clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.hero-container .inner-container {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.hero-container .video-burst {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hero-container .video-burst {
    top: 0;
  }
}
.hero-container .video-burst img {
  max-width: 100%;
}
.hero-container .video-burst img.desktop-only {
  display: block;
}
.hero-container .video-burst img.mobile-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .hero-container .video-burst img.desktop-only {
    display: none;
  }
  .hero-container .video-burst img.mobile-only {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .video-burst img {
    width: 100%;
    max-width: none;
  }
}
.hero-container .hero-video {
  position: relative;
  display: block;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero-container .hero-video:hover .top-left-corner {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.hero-container .hero-video:hover .top-right-corner {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.hero-container .hero-video:hover .bottom-left-corner {
  -webkit-transform: translate(-10px, 10px);
  -moz-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  -o-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}
.hero-container .hero-video:hover .bottom-right-corner {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.hero-container .hero-video .atvi-agegate {
  z-index: 2;
}
.hero-container .hero-video .player-wrapper {
  padding-bottom: 51.25%;
  min-height: 300px;
  position: relative;
  /*&:before {
				content: "";
                .size(120px, 149px);
                background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/hero/iw-home-game-informer-banner.png) top left no-repeat;
                background-size: contain;
                position: absolute;
                top: -1px;
                left: 8%;
                z-index: 1;

                @media screen and (max-width: 950px) and (min-width: 641px) {
					width: 70px;
                }

                @media screen and (max-width: 640px) {
					display: none;
                }
            }*/
}
.hero-container .hero-video .player-wrapper.play:before,
.hero-container .hero-video .player-wrapper.play:after {
  display: none;
}
.hero-container .hero-video .player-wrapper:after {
  content: "";
  pointer-events: none;
  width: 33.333%;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/hero/Hero_Section_Beta_Burst.png) top left no-repeat;
  background-size: contain;
  z-index: 9;
  display: none;
}
.hero-container .hero-video .atvi-video {
  border: 1px solid #ffff03;
}
.hero-container .video-corner {
  position: absolute;
  width: 60px;
  height: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hero-container .top-left-corner {
  border-top: 1px solid #ffff03;
  border-left: 1px solid #ffff03;
  top: -10px;
  left: -10px;
}
.hero-container .top-left-corner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #ffff03;
  border-left: 3px solid #ffff03;
  width: 30px;
  height: 17.5px;
}
.hero-container .top-right-corner {
  border-top: 1px solid #ffff03;
  border-right: 1px solid #ffff03;
  top: -10px;
  right: -10px;
}
.hero-container .top-right-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 3px solid #ffff03;
  border-right: 3px solid #ffff03;
  width: 30px;
  height: 17.5px;
}
.hero-container .bottom-left-corner {
  border-bottom: 1px solid #ffff03;
  border-left: 1px solid #ffff03;
  bottom: -10px;
  left: -10px;
}
.hero-container .bottom-left-corner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #ffff03;
  border-left: 3px solid #ffff03;
  width: 30px;
  height: 17.5px;
}
.hero-container .bottom-right-corner {
  border-bottom: 1px solid #ffff03;
  border-right: 1px solid #ffff03;
  bottom: -10px;
  right: -10px;
}
.hero-container .bottom-right-corner:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #ffff03;
  border-right: 3px solid #ffff03;
  width: 30px;
  height: 17.5px;
}

.cod-launch-cd {
  width: 100%;
  background: #ffff03;
  height: 5px;
  position: relative;
  z-index: 10;
}
.cod-launch-cd:before {
  content: "";
  background: #ffff03;
  height: 58px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40%;
}
.countdown-section {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 610px) {
  .countdown-section {
    background: #ffff03;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section {
    padding: 0 5px;
  }
}
.countdown-section .countdown-wrapper {
  width: 550px;
  background: #ffff03;
}
@media screen and (max-width: 610px) {
  .countdown-section .countdown-wrapper {
    width: 100%;
  }
}
.countdown-section .countdown-wrapper .countdown-inner {
  position: relative;
  height: 58px;
}
.countdown-section .countdown-wrapper .countdown-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 62px;
  height: 41px;
  background: url(../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/common/cd-iw-icon.png) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 610px) {
  .countdown-section .countdown-wrapper .countdown-inner:before {
    height: 20px;
  }
}
.countdown-section .countdown-wrapper .countdown-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 27px 0 0;
  border-color: #ffff03 transparent transparent transparent;
  position: absolute;
  right: -27px;
  top: 0;
}
@media screen and (max-width: 610px) {
  .countdown-section .countdown-wrapper .countdown-inner:after {
    display: none;
  }
}
.countdown-section .countdown-wrapper .cd-live {
  display: none;
}
.countdown-section .countdown-wrapper.live .countdown {
  display: none;
}
.countdown-section .countdown-wrapper.live .cd-live {
  display: inline-block;
  margin-left: 72px;
  margin-top: 12px;
}
@media screen and (max-width: 610px) {
  .countdown-section .countdown-wrapper.live .cd-live {
    margin-left: 38px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section .countdown-wrapper.live .cd-live {
    margin-top: 20px;
  }
}
.countdown-section .countdown-wrapper.live .cd-live h2 {
  color: #000;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-size: 29px;
}
@media screen and (max-width: 640px) {
  .countdown-section .countdown-wrapper.live .cd-live h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .countdown-section .countdown-wrapper.live .cd-live h2 {
    text-rendering: optimizeLegibility;
  }
}
.countdown-section .countdown-wrapper.live .cd-live h2 a {
  color: #FFF;
}
@media screen and (max-width: 610px) {
  .countdown-section .countdown-wrapper.live .cd-live h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section .countdown-wrapper.live .cd-live h2 {
    font-size: 15px;
  }
}
.countdown-section .countdown {
  padding-left: 65px;
  position: relative;
  padding-top: 3px;
}
@media screen and (max-width: 610px) {
  .countdown-section .countdown {
    padding-left: 32px;
    top: 9px;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section .countdown {
    top: 12px;
    padding-left: 37px;
  }
}
.countdown-section .countdown:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.countdown-section .cd-description {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .countdown-section .cd-description {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .countdown-section .cd-description {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 610px) {
  .countdown-section .cd-description {
    font-size: 10px;
    top: 16px;
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section .cd-description {
    font-size: 9px;
    top: 19px;
  }
}
.countdown-section .cd-description:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  top: -4px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 610px) {
  .countdown-section .cd-description:before {
    height: 1px;
  }
}
.countdown-section .cd-description:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #000;
  bottom: -4px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 610px) {
  .countdown-section .cd-description:after {
    width: 100%;
    height: 1px;
  }
}
.countdown-section .segment {
  float: left;
  width: auto;
  padding: 5px 12px;
  color: #000;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 610px) {
  .countdown-section .segment {
    padding: 5px 6px;
  }
}
.countdown-section .segment .value {
  font-size: 33px;
  position: relative;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .countdown-section .segment .value {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .countdown-section .segment .value {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 610px) {
  .countdown-section .segment .value {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section .segment .value {
    font-size: 20px;
  }
}
.countdown-section .segment:not(:last-of-type):after {
  content: ":";
  position: absolute;
  font-size: 33px;
  color: #000;
  right: -8%;
  top: 0%;
}
@media screen and (max-width: 610px) {
  .countdown-section .segment:not(:last-of-type):after {
    font-size: 25px;
    top: 7%;
  }
}
.countdown-section .segment .label-wrapper {
  font-size: 7px;
  color: #000;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .countdown-section .segment .label-wrapper {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .countdown-section .segment .label-wrapper {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 610px) {
  .countdown-section .segment .label-wrapper {
    font-size: 6px;
  }
}

.hero-touts-section .section-inner:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.hero-touts-section .hero-left-touts {
  width: 25%;
  float: left;
}
.hero-touts-section .livestream-tout {
  background: #ffff03;
  padding: 20px 65px 20px 20px;
  border-left: 15px solid #000;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 11px;
}
.hero-touts-section .livestream-tout a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  line-height: 1.4;
  color: #000;
  text-decoration: underline;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  .hero-touts-section .livestream-tout a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-touts-section .livestream-tout a {
    text-rendering: optimizeLegibility;
  }
}
.hero-touts-section .livestream-tout:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/infinite-warfare/common/tout-icons.png');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.hero-touts-section .livestream-tout:hover {
  background: #000;
  border-left: 15px solid #ffff03;
}
.hero-touts-section .livestream-tout:hover a {
  color: #ffff03;
}
.hero-touts-section .livestream-tout:hover:before {
  background-image: url('../../../../../../content/dam/atvi/callofduty/infinite-warfare/common/tout-icons.png');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 -30px;
}
.hero-touts-section .intel-tout {
  background: #000;
  padding: 20px 65px 20px 20px;
  border-left: 15px solid #ffff03;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hero-touts-section .intel-tout a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  line-height: 1.4;
  color: #ffff03;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  .hero-touts-section .intel-tout a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-touts-section .intel-tout a {
    text-rendering: optimizeLegibility;
  }
}
.hero-touts-section .intel-tout a u {
  font-size: 16px;
}
.hero-touts-section .intel-tout:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/infinite-warfare/common/tout-icons.png');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -29px 0;
}
.hero-touts-section .intel-tout:hover {
  background: #ffff03;
  border-left: 15px solid #000;
}
.hero-touts-section .intel-tout:hover a {
  color: #000;
}
.hero-touts-section .intel-tout:hover:before {
  background-image: url('../../../../../../content/dam/atvi/callofduty/infinite-warfare/common/tout-icons.png');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -29px -30px;
}
.hero-touts-section .hero-middle-touts {
  width: 23%;
  float: right;
  margin-right: 1%;
}
.hero-touts-section .hero-middle-touts .atvi-carousel .frame-container {
  background: #000;
}
.hero-touts-section .hero-middle-touts .frame {
  height: 300px;
}
.hero-touts-section .hero-middle-touts .nav-container {
  width: 100px;
  display: none;
}
.hero-touts-section .hero-middle-touts .nav-container .dot-container {
  display: none;
}
.hero-touts-section .hero-middle-touts .nav-container .carousel-nav {
  bottom: 65px;
  width: 100px;
  left: 20px;
}
.hero-touts-section .hero-middle-touts .nav-container .button {
  background-color: transparent;
}
.hero-touts-section .hero-middle-touts .nav-container .button.previous {
  border-top: 3px solid #ffff03;
  border-left: 3px solid #ffff03;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero-touts-section .hero-middle-touts .nav-container .button.next {
  border-top: 3px solid #ffff03;
  border-right: 3px solid #ffff03;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hero-touts-section .hero-middle-touts .slide-container {
  padding: 30px;
}
.hero-touts-section .hero-middle-touts .slide-container h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 23px;
  color: #ffff03;
}
@media screen and (max-width: 640px) {
  .hero-touts-section .hero-middle-touts .slide-container h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-touts-section .hero-middle-touts .slide-container h3 {
    text-rendering: optimizeLegibility;
  }
}
.hero-touts-section .hero-middle-touts .slide-container p {
  color: #FFF;
  font-size: 12px;
  margin-top: 15px;
}
.hero-touts-section .hero-right-touts {
  /*width: 100%;
        max-width: 625px;*/
  width: 48.828%;
  min-width: 600px;
  float: right;
}
.hero-touts-section .hero-tout {
  padding: 30px 70px 30px 30px;
  position: relative;
  overflow: hidden;
}
.hero-touts-section .hero-tout:before {
  content: "";
  position: absolute;
  height: 785px;
  top: -115px;
  right: -350px;
  width: 1400px;
  background: #000;
  transform: rotate(40deg);
}
.hero-touts-section .hero-tout h1 {
  color: #ffff03;
  font-size: 52px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-touts-section .hero-tout h1 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-touts-section .hero-tout h1 {
    text-rendering: optimizeLegibility;
  }
}
.hero-touts-section .hero-tout p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-touts-section .hero-tout p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-touts-section .hero-tout p {
    text-rendering: optimizeLegibility;
  }
}
.hero-touts-section .hero-tout sup {
  vertical-align: top;
  font-size: 25px;
}
.hero-touts-section .legal {
  color: #666;
  font-size: 12px;
  font-style: italic;
  margin-top: 1em;
}
.hero-touts-section .legal a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 1275px) {
  .hero-touts-section .hero-right-touts {
    min-width: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hero-touts-section .hero-right-touts,
  .hero-touts-section .hero-middle-touts,
  .hero-touts-section .hero-left-touts {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
  .hero-touts-section .hero-middle-touts {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 0;
  }
  .hero-touts-section .hero-middle-touts .frame {
    height: 250px;
    padding-bottom: 0;
  }
  .hero-touts-section .legal {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-touts-section .hero-tout h1,
  .hero-touts-section .hero-left-touts > div a {
    font-size: 20px;
  }
}

.gamemodes-section {
  margin: 20px 0;
  /*border-top: 1px solid @gray-light;
    border-bottom: 1px solid @gray-light;*/
}
.gamemodes-section .section-inner {
  position: relative;
}
.gamemodes-section .section-header {
  border-left: 4px solid #000;
  margin: 40px 0 20px;
}
.gamemodes-section .section-header h4 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 0 5px 10px;
  background: #eaeaea;
  background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: linear-gradient(to right, #eaeaea 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
  position: relative;
}
.gamemodes-section .section-header h4:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.gamemodes-section .section-header h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 30px;
  color: #000;
  padding: 5px 0 0 8px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .section-header h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .gamemodes-section .section-header h3 {
    text-rendering: optimizeLegibility;
  }
}
.gamemodes-section .section-header h3:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 8px;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .section-header h3 {
    font-size: 23px;
  }
}
.gamemodes-section .gamemodes-images-container {
  width: 80%;
  height: 90vh;
  min-height: 760px;
  overflow: hidden;
}
.gamemodes-section .gamemodes-images-container .tout-images {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-transform: translate(0, 0);
  -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);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.gamemodes-section .gamemodes-images-container .tout-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.gamemodes-section .gamemodes-touts {
  width: 50%;
  min-width: 625px;
  position: absolute;
  right: 0;
  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%);
  overflow: hidden;
}
.gamemodes-section .gamemodes-touts .tout-container {
  width: 100%;
  position: relative;
  height: 230px;
  margin: 20px 0;
  left: 0%;
  /*&:before {
				.top-right-white-triangle();
            }*/
}
.gamemodes-section .gamemodes-touts .tout-container.active .tout-inner {
  left: 0;
}
.gamemodes-section .gamemodes-touts .tout-container.active .tout-inner:before {
  left: 100%;
  background: transparent;
}
.gamemodes-section .gamemodes-touts .tout-container.active .game-tout-headline h3 {
  color: #ffff03;
}
.gamemodes-section .gamemodes-touts .tout-container.active .game-tout-headline .headline-link a {
  color: #ffff03;
}
.gamemodes-section .gamemodes-touts .tout-container.active .game-tout-body p {
  color: #FFF;
}
.gamemodes-section .gamemodes-touts .tout-group {
  position: relative;
  width: 100%;
  height: 100%;
}
.gamemodes-section .gamemodes-touts .tout-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 50%;
  background: #000;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.gamemodes-section .gamemodes-touts .tout-inner:hover:before {
  background: transparent;
}
.gamemodes-section .gamemodes-touts .tout-inner:hover .game-tout-headline h3 {
  color: #ffff03;
}
.gamemodes-section .gamemodes-touts .tout-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e3e3e3;
  left: 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;
}
.gamemodes-section .gamemodes-touts .game-tout {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  height: 100%;
}
.gamemodes-section .gamemodes-touts .game-tout-inner {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gamemodes-section .gamemodes-touts .game-tout-inner:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  padding: 30px 70px 30px 30px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .m-gamemode-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  font-size: 23px;
  color: #000;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
    text-rendering: optimizeLegibility;
  }
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .headline-link {
  position: absolute;
  bottom: 30px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .headline-link a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .headline-link a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .headline-link a {
    text-rendering: optimizeLegibility;
  }
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta {
  position: absolute;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta .expand-icon {
  float: right;
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta .expand-icon:before {
  content: "+";
  color: #ffffff;
  font-size: 40px;
  z-index: 5;
  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%);
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta .cta-link {
  float: left;
  width: 70%;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta .cta-link a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta .cta-link a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta .cta-link a {
    text-rendering: optimizeLegibility;
  }
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline .expandable-cta:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  padding: 30px 70px 30px 30px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 2px;
  height: 75%;
  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%);
  background: #ffff03;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  font-size: 13px;
  color: #000;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body p {
    text-rendering: optimizeLegibility;
  }
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta {
  position: absolute;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta .expand-icon {
  float: right;
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta .expand-icon:before {
  content: "-";
  color: #ffffff;
  font-size: 40px;
  z-index: 5;
  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%);
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta .cta-link {
  float: left;
  width: 70%;
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta .cta-link a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta .cta-link a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta .cta-link a {
    text-rendering: optimizeLegibility;
  }
}
.gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body .expandable-cta:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .gamemodes-section .gamemodes-images-container {
    display: none;
  }
  .gamemodes-section .gamemodes-touts {
    position: relative;
    width: 100%;
    min-width: 0;
    left: 0;
    right: auto;
    top: 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);
  }
  .gamemodes-section .gamemodes-touts .tout-container {
    height: 260px;
  }
  .gamemodes-section .gamemodes-touts .tout-container.hover .game-tout-headline {
    /*.rotateY(180deg);*/
  }
  .gamemodes-section .gamemodes-touts .tout-container.hover .game-tout-body {
    /*.rotateY(0);*/
    left: 0;
  }
  .gamemodes-section .gamemodes-touts .tout-inner {
    left: 0;
    background: transparent;
  }
  .gamemodes-section .gamemodes-touts .tout-inner:before {
    background: transparent;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner {
    cursor: default;
    /*-webkit-transform-style: preserve-3d;
                -moz-transform: perspective(1000px);
                -moz-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                position: relative;
                .transition(all 0.6s);*/
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline,
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body {
    cursor: pointer;
    width: 100%;
    /*-webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-transform-style: preserve-3d;
                    -moz-transform-style: preserve-3d;
                    -o-transform-style: preserve-3d;
                    -ms-transform-style: preserve-3d;
                    transform-style: preserve-3d;
					.rotateY(0deg);*/
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline {
    z-index: 2;
    /*.rotateY(0deg);*/
    padding: 30px 70px 30px 30px;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
    position: relative;
    line-height: 1;
    display: inline;
    white-space: pre-wrap;
    border: 0 solid #000;
    border-width: 0.1em 0;
    padding-right: 0.1em;
    color: #ffff03;
    font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
    font-size-adjust: 0.42;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 52px;
    background: #000;
    font-size: 20px;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 > span {
    position: relative;
    z-index: 1;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3:after {
    content: "";
    background: #000;
    position: absolute;
    top: -0.08em;
    right: 100%;
    bottom: -0.08em;
    width: 0.1em;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body {
    left: 100%;
    z-index: 5;
    /*.rotateY(-180deg);*/
    background: #000;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body p {
    color: #FFF;
  }
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-body:before {
    display: none;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 768px) and screen and (min-width: 641px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 640px) {
  .gamemodes-section .gamemodes-touts .game-tout-inner .game-tout-headline h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .gamemodes-section .desktop-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gamemodes-section .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .gamemodes-section .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gamemodes-section .mobile-only {
    display: block;
  }
}

.news-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.news-container .section-header {
  border-left: 4px solid #000;
  margin: 40px 0 20px;
}
.news-container .section-header h4 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 0 5px 10px;
  background: #eaeaea;
  background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: linear-gradient(to right, #eaeaea 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
  position: relative;
}
.news-container .section-header h4:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.news-container .section-header h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 30px;
  color: #000;
  padding: 5px 0 0 8px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news-container .section-header h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .section-header h3 {
    text-rendering: optimizeLegibility;
  }
}
.news-container .section-header h3:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 8px;
}
@media screen and (max-width: 640px) {
  .news-container .section-header h3 {
    font-size: 23px;
  }
}
.news-container .stackla-container {
  float: right;
  width: 27%;
  display: none;
}
.news-container .stackla-container .section-header {
  padding: 15px 0 15px 15px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #7c7c7c;
  border-left: none;
  margin-top: 0;
}
.news-container .stackla-container .section-header h2 {
  font-weight: bold;
}
.news-container .news-touts-container {
  float: left;
  width: 100%;
}
.news-container .news-touts-container .news-touts-inner:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.news-container .news-touts-container .home-tout {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .news-container .news-touts-container .home-tout {
    margin-bottom: 0;
  }
}
.news-container .news-touts-container .home-tout:nth-child(odd) {
  margin-right: 0;
}
.news-container .news-touts-container .home-tout:first-of-type {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .news-container .news-touts-container .home-tout:first-of-type {
    margin-bottom: 50px;
  }
}
.news-container .news-touts-container .home-tout.video-tout .tout-thumbnail-video-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.news-container .news-touts-container .home-tout.video-tout .tout-thumbnail-video-preview:after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/common/thumb-play.png) center center no-repeat;
  background-size: contain;
  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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-container .news-touts-container .home-tout .tout-title h3 {
  letter-spacing: 1.7px;
}
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail.video .atvi-video,
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail.video .player-part,
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail.video .player-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail.video a {
  position: relative;
}
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-container .news-touts-container .home-tout .tout-media .tout-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.news-container .news-touts-container .home-tout .tout-info {
  padding: 30px;
  position: relative;
}
.news-container .news-touts-container .home-tout .tout-info:before {
  left: 0;
}
.news-container .news-touts-container .home-tout .tout-info:after {
  right: 0;
}
.news-container .news-touts-container .home-tout .tout-info:before,
.news-container .news-touts-container .home-tout .tout-info:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #c1c1c1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c1c1c1 0%, transparent 80%, transparent 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c1c1c1 0%, transparent 80%, transparent 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c1c1c1 0%, transparent 80%, transparent 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='transparent', GradientType=0);
  /* IE6-9 */
}
.news-container .news-touts-container .home-tout .tout-info.active .tout-description {
  display: block;
}
.news-container .news-touts-container .home-tout .tout-info.active .tout-title {
  margin-bottom: 15px;
}
.news-container .news-touts-container .home-tout .tout-info.active .tout-expand {
  bottom: 27px;
}
.news-container .news-touts-container .home-tout .tout-info.active .tout-expand:after {
  content: "—";
  font-size: 45px;
}
.news-container .news-touts-container .home-tout .tout-description {
  display: none;
}
.news-container .news-touts-container .home-tout.wwii .tout-info {
  border-top: 6px solid #9f912a;
}
.news-container .news-touts-container .home-tout.iw .tout-info {
  border-top: 6px solid #ffff03;
}
.news-container .news-touts-container .home-tout.mwr .tout-info {
  border-top: 6px solid #99cc00;
}
.news-container .news-touts-container .home-tout.bo3 .tout-info {
  border-top: 6px solid #ff6600;
}
.news-container .news-touts-container .home-tout.aw .tout-info {
  border-top: 6px solid #cd9900;
}
.news-container .news-touts-container .home-tout.ghosts .tout-info {
  border-top: 6px solid #6e8fac;
}
.news-container .news-touts-container .home-tout.ghosts .tout-info {
  border-top: 6px solid #FFF;
}
.news-container .news-touts-container .home-tout .tout-cta {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.news-container .news-touts-container .home-tout .tout-expand {
  position: absolute;
  bottom: 10px;
  right: 30px;
  cursor: pointer;
  display: none;
}
.news-container .news-touts-container .home-tout .tout-expand:after {
  content: "+";
  font-size: 75px;
  color: #7c7c7c;
}
.news-container .news-touts-container .home-tout.no-blurb .tout-expand:after {
  display: none;
}
.news-container .news-load-more,
.news-container .social-load-more {
  margin-top: 5px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-container .news-load-more,
  .news-container .social-load-more {
    padding-bottom: 30px;
  }
}
.news-container .news-load-more a,
.news-container .social-load-more a {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 160px;
}
@media screen and (max-width: 640px) {
  .news-container .news-load-more a,
  .news-container .social-load-more a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .news-load-more a,
  .news-container .social-load-more a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .news-load-more a:hover,
.news-container .social-load-more a:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .news-load-more a,
  .news-container .social-load-more a {
    font-size: 12px;
  }
}
.news-container .news-load-more {
  border-top: 1px solid #9B9B9B;
}
.news-container .home-tout {
  position: relative;
}
.news-container .home-tout:last-of-type {
  margin-right: 0;
}
.news-container .home-tout.iw .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.iw .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.iw .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.iw .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.iw .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.iw .tout-icon {
  width: 27px;
  height: 20px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/hub/main-hub/tout-icons.png');
  background-repeat: no-repeat;
  background-position: 0 -27px;
}
.news-container .home-tout.mwr .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.mwr .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.mwr .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.mwr .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.mwr .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.mwr .tout-icon {
  width: 30px;
  height: 15px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/hub/main-hub/tout-icons.png');
  background-repeat: no-repeat;
  background-position: -34px -27px;
}
.news-container .home-tout.bo3 .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.bo3 .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.bo3 .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.bo3 .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.bo3 .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.bo3 .tout-icon {
  width: 24px;
  height: 25px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/hub/main-hub/tout-icons.png');
  background-repeat: no-repeat;
  background-position: -145px -27px;
}
.news-container .home-tout.aw .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.aw .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.aw .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.aw .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.aw .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.aw .tout-icon {
  width: 30px;
  height: 14px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/hub/main-hub/tout-icons.png');
  background-repeat: no-repeat;
  background-position: -174px -27px;
}
.news-container .home-tout.ghosts .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.ghosts .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.ghosts .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.ghosts .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.ghosts .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.ghosts .tout-icon {
  width: 20px;
  height: 24px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/hub/main-hub/tout-icons.png');
  background-repeat: no-repeat;
  background-position: -395px -27px;
}
.news-container .home-tout.link .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.link .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.link .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.link .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.link .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.link .tout-icon {
  width: 25px;
  height: 25px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/hub/main-hub/tout-icons.png');
  background-repeat: no-repeat;
  background-position: -310px -27px;
}
.news-container .home-tout.active.wwii .tout-cta a {
  color: #9f912a;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.wwii .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.wwii .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.wwii .tout-cta a:hover {
  color: #000000;
  background: #9f912a;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.wwii .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.active.iw .tout-cta a {
  color: #ffff03;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.iw .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.iw .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.iw .tout-cta a:hover {
  color: #000000;
  background: #ffff03;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.iw .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.active.mwr .tout-cta a {
  color: #99cc00;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.mwr .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.mwr .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.mwr .tout-cta a:hover {
  color: #000000;
  background: #99cc00;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.mwr .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.active.bo3 .tout-cta a {
  color: #ff6600;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.bo3 .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.bo3 .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.bo3 .tout-cta a:hover {
  color: #000000;
  background: #ff6600;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.bo3 .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.active.aw .tout-cta a {
  color: #cd9900;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.aw .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.aw .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.aw .tout-cta a:hover {
  color: #000000;
  background: #cd9900;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.aw .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.active.ghosts .tout-cta a {
  color: #6e8fac;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.ghosts .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.ghosts .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.ghosts .tout-cta a:hover {
  color: #000000;
  background: #6e8fac;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.ghosts .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout.active.link .tout-cta a {
  color: #ffffff;
  background: #000000;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout.active.link .tout-cta a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout.active.link .tout-cta a {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout.active.link .tout-cta a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .news-container .home-tout.active.link .tout-cta a {
    font-size: 12px;
  }
}
.news-container .home-tout .tout-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.news-container .home-tout .tout-category {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout .tout-category {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout .tout-category {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout .tout-title {
  margin-bottom: 25px;
  padding-right: 35px;
}
.news-container .home-tout .tout-title h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout .tout-title h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout .tout-title h3 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .news-container .home-tout .tout-title h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
}
.news-container .home-tout .tout-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .news-container .home-tout .tout-description {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .news-container .home-tout .tout-description {
    text-rendering: optimizeLegibility;
  }
}
.news-container .home-tout .tout-cta a {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 160px;
}
@media screen and (min-width: 1024px) {
  .news-container .desktop {
    display: block;
  }
  .news-container .mobile {
    display: none;
  }
  .news-container .atvi-agegate {
    background: rgba(0, 0, 0, 0.6);
  }
  .news-container .atvi-agegate .form {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .news-container .atvi-agegate .dob-prompt {
    font-size: 23px;
  }
  .news-container .atvi-agegate .field {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .news-container .desktop {
    display: none;
  }
  .news-container .mobile {
    display: block;
  }
  .news-container .news-touts-container,
  .news-container .stackla-container {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .news-container .news-touts-container .home-tout,
  .news-container .news-touts-container .home-tout:nth-child(odd) {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-right: 0;
  }
  .news-container .news-touts-container .home-tout .tout-cta {
    position: relative;
    left: 0;
  }
}

.space-section {
  margin: 20px 0;
}
.space-section .section-inner {
  position: relative;
}
.space-section .section-header {
  border-left: 4px solid #000;
  margin: 40px 0 20px;
  border-left: 4px solid #0e3173;
}
.space-section .section-header h4 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 0 5px 10px;
  background: #eaeaea;
  background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: linear-gradient(to right, #eaeaea 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
  position: relative;
}
.space-section .section-header h4:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.space-section .section-header h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 30px;
  color: #000;
  padding: 5px 0 0 8px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .space-section .section-header h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .space-section .section-header h3 {
    text-rendering: optimizeLegibility;
  }
}
.space-section .section-header h3:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 8px;
}
@media screen and (max-width: 640px) {
  .space-section .section-header h3 {
    font-size: 23px;
  }
}
.space-section .section-header h4 {
  background: #0e3173;
  color: #FFF;
  border-bottom: none;
}
.space-section .section-header h4:after {
  width: 100%;
  height: 1px;
  bottom: -4px;
  top: auto;
  left: 0;
}
.space-section .section-header h3:after {
  background: #0e3173;
}
.space-section .space-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.space-section .space-content .space-video {
  float: left;
  width: 71%;
  height: 0;
  padding-bottom: 42.25%;
}
.space-section .space-content .space-info {
  float: right;
  width: 26%;
  background: #0e3173;
  padding: 30px 20px;
  position: relative;
}
.space-section .space-content .space-info h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 23px;
  margin-bottom: 25px;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .space-section .space-content .space-info h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .space-section .space-content .space-info h3 {
    text-rendering: optimizeLegibility;
  }
}
.space-section .space-content .space-info p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .space-section .space-content .space-info p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .space-section .space-content .space-info p {
    text-rendering: optimizeLegibility;
  }
}
.space-section .space-content .space-info p:last-of-type {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.space-section .space-content .space-info a {
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .space-section .space-content .space-info a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .space-section .space-content .space-info a {
    text-rendering: optimizeLegibility;
  }
}
.space-section .space-content .space-info a:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
@media screen and (max-width: 900px) {
  .space-section .space-content .space-info,
  .space-section .space-content .space-video {
    width: 100%;
    float: none;
  }
  .space-section .space-content .space-info {
    margin-bottom: 90px;
  }
}

.earth-section {
  margin: 20px 0;
}
.earth-section .section-inner {
  position: relative;
}
.earth-section .section-header {
  border-left: 4px solid #000;
  margin: 40px 0 20px;
}
.earth-section .section-header h4 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 0 5px 10px;
  background: #eaeaea;
  background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 50%);
  background: linear-gradient(to right, #eaeaea 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
  position: relative;
}
.earth-section .section-header h4:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.earth-section .section-header h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 30px;
  color: #000;
  padding: 5px 0 0 8px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .earth-section .section-header h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .earth-section .section-header h3 {
    text-rendering: optimizeLegibility;
  }
}
.earth-section .section-header h3:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 8px;
}
@media screen and (max-width: 640px) {
  .earth-section .section-header h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  .earth-section .section-header h3 {
    font-size: 16px;
  }
}
.earth-section .earth-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.earth-section .earth-content .earth-left {
  float: left;
  width: 49%;
}
.earth-section .earth-content .earth-right {
  float: right;
  width: 49%;
}
.earth-section .earth-content .earth-overview {
  padding: 30px;
  background: #000;
  position: relative;
  margin-bottom: 4%;
}
.earth-section .earth-content .earth-overview p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .earth-section .earth-content .earth-overview p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .earth-section .earth-content .earth-overview p {
    text-rendering: optimizeLegibility;
  }
}
.earth-section .earth-content .earth-overview b {
  color: #ffff03;
}
.earth-section .earth-content .earth-overview h3 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffff03;
  font-size: 23px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .earth-section .earth-content .earth-overview h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .earth-section .earth-content .earth-overview h3 {
    text-rendering: optimizeLegibility;
  }
}
.earth-section .earth-content .earth-overview:after {
  content: "";
  background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/earth-world-problems/ewp-overview-icon.jpg) top left no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.earth-section .earth-content .earth-post {
  margin-bottom: 4%;
  position: relative;
}
.earth-section .earth-content .earth-post.twitter:after {
  content: "";
  background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/earth-world-problems/twitter-icon.jpg) top left no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 33px;
}
.earth-section .earth-content .earth-post.facebook:after {
  content: "";
  background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/earth-world-problems/fb-icon.jpg) top left no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 33px;
}
.earth-section .earth-content .earth-post.instagram:after {
  content: "";
  background: url(../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/earth-world-problems/ig-icon.jpg) top left no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 33px;
}
.earth-section .earth-content .earth-post .user-post {
  background: #e3e3e3;
  padding: 30px;
}
.earth-section .earth-content .earth-post .user-info {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.earth-section .earth-content .earth-post .user-info a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 25px;
  color: #000;
  text-decoration: underline;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  .earth-section .earth-content .earth-post .user-info a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .earth-section .earth-content .earth-post .user-info a {
    text-rendering: optimizeLegibility;
  }
}
.earth-section .earth-content .earth-post .user-message {
  margin-bottom: 15px;
}
.earth-section .earth-content .earth-post .user-message p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .earth-section .earth-content .earth-post .user-message p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .earth-section .earth-content .earth-post .user-message p {
    text-rendering: optimizeLegibility;
  }
}
.earth-section .earth-content .earth-post .user-message p a {
  color: #000;
  text-decoration: underline;
}
.earth-section .earth-content .earth-post .user-image {
  margin-bottom: 15px;
}
.earth-section .earth-content .earth-post .cod-post {
  background: #c9c9c9;
  padding: 30px;
  position: relative;
}
.earth-section .earth-content .earth-post .cod-post:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #c9c9c9 transparent;
  position: absolute;
  top: -20px;
  left: 50px;
}
.earth-section .earth-content .earth-post .cod-gif img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .earth-section .earth-content .earth-left,
  .earth-section .earth-content .earth-right {
    width: 100%;
    float: none;
  }
  .earth-section .earth-content .earth-post .user-info a {
    font-size: 18px;
  }
}

.wtb-container {
  background-image: url("../../../../../../content/dam/atvi/callofduty/infinite-warfare/home/hero/hero-clouds-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 60px;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .wtb-container {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .wtb-container {
    padding: 30px 15px;
  }
}
.wtb-container .pswtb-container {
  display: none;
}
.wtb-container .wtb-bundle {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.wtb-container .wtb-bundle:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .wtb-container .wtb-bundle {
    padding: 0;
  }
}
.wtb-container .wtb-bundle .column-one {
  width: 46.875%;
  max-width: 600px;
  margin-right: 2.35%;
  float: left;
  margin-top: 50px;
}
.wtb-container .wtb-bundle .column-one img {
  width: 100%;
}
.wtb-container .wtb-bundle .column-one .logo-header h4 {
  background: #ffff03;
  color: #000;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
  letter-spacing: 2px;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-one .logo-header h4 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-one .logo-header h4 {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-one .logo-header h5 {
  color: #FFF;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border-top: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
  font-size: 20px;
  letter-spacing: 4px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-one .logo-header h5 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-one .logo-header h5 {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 1100px) {
  .wtb-container .wtb-bundle .column-one {
    float: none;
    width: 100%;
    margin: 20px auto 0;
  }
}
.wtb-container .wtb-bundle .column-two {
  width: 48.828%;
  max-width: 625px;
  float: right;
}
@media only screen and (max-width: 1100px) {
  .wtb-container .wtb-bundle .column-two {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container {
  padding: 30px;
  position: relative;
  color: #000;
  /*.legal-text{
					.body-font();
                    color: #000;
                    position: relative;
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 20px;
                    a{
						color: #000;
                        font-style: italic;
                    }
                }*/
}
@media only screen and (max-width: 600px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container {
    padding: 15px;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .bg:before {
  background-color: #fff;
  content: "";
  height: 885px;
  position: absolute;
  right: -350px;
  top: -115px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 1400px;
}
@media only screen and (max-width: 1100px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .bg:before {
    height: 1220px;
    right: -268px;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .iw-title {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .iw-title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .iw-title {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-title {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-title {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 600px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-description {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .bundle-description {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container {
  position: relative;
  border-top: 3px solid #7c7c7c;
}
@media only screen and (max-width: 600px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container {
    padding-top: 15px;
    border-top: 1px solid #7c7c7c;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes {
  float: right;
  width: 49.5%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  margin-top: 15px;
  padding: 15px 30px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes p {
  font-weight: bold;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes ul {
  list-style: disc;
}
@media only screen and (max-width: 1100px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes {
    float: right;
    margin: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-bundle-includes {
    float: none;
    width: 100%;
    padding: 15px 15px 0;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list {
  border-right: 1px solid #a4a4a4;
  margin-top: 15px;
  padding: 15px 0;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list {
    border: none;
    float: none;
    width: 100%;
    padding: 0;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms .ps3,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms .xbox360 {
  display: none !important;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible {
  float: left;
  padding: 10px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible:first-child {
  margin: 0;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible a {
  color: #000;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible.selected {
  background-color: #ffff03;
}
@media only screen and (max-width: 600px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible {
    padding: 5px;
    margin-left: 5px;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers {
  padding-right: 30px;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper {
  border: 3px solid #a4a4a4;
  border-radius: 0;
  margin: 20px 0;
  /*&.selectricOpen .label{
                                    color: @yellow;
                                }*/
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .selectric,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .selectric {
  background-color: transparent;
  color: #000;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .label,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .label {
  line-height: 32px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .label,
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .label,
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .label {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .button,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .button {
  height: 32px;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .button:after,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .button:after {
  background-image: url("../../../../../../content/dam/atvi/callofduty/infinite-warfare/common/selectboxArrow-black.png");
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .selectricItems li,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .selectricItems li {
  line-height: 30px;
  padding: 2px 0 0;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .selectricItems li.selected,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .selectricItems li.selected,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .selectricItems li:hover,
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-retailers .selectricWrapper .selectricItems li:hover {
  background-color: #ffff03;
  color: #000;
}
.wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .empty-retailers-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .empty-retailers-message {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .empty-retailers-message {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-order-buttons:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.wtb-container .wtb-bundle .column-two .wtb-order-buttons .order-button {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle .column-two .wtb-order-buttons .order-button {
    float: none;
    width: 100%;
  }
}
.wtb-container .wtb-bundle .column-two .wtb-order-buttons .options-button {
  float: right;
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle .column-two .wtb-order-buttons .options-button {
    float: none;
    width: 100%;
  }
}
.wtb-container .wtb-bundle .column-two .order-button a {
  background-color: #ffff03;
  color: #000;
  display: block;
  font-size: 24px;
  margin-top: 10px;
  padding: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .order-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .order-button a {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .order-button a:hover {
  background-color: #000;
  color: #ffff03;
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle .column-two .order-button a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    padding: 15px;
  }
}
.wtb-container .wtb-bundle .column-two .options-button a {
  background-color: #e3e3e3;
  color: #000;
  display: block;
  font-size: 24px;
  margin-top: 10px;
  padding: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .options-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .options-button a {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .options-button a:hover {
  background-color: #000;
  color: #ffff03;
}
@media only screen and (max-width: 768px) {
  .wtb-container .wtb-bundle .column-two .options-button a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    padding: 15px;
  }
}
.wtb-container .wtb-bundle .column-two .legal {
  color: #FFF;
}
.wtb-container .wtb-bundle .column-two .legal p {
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .wtb-container .wtb-bundle .column-two .legal p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .wtb-container .wtb-bundle .column-two .legal p {
    text-rendering: optimizeLegibility;
  }
}
.wtb-container .wtb-bundle .column-two .legal p a {
  color: #FFF;
  text-decoration: none;
}
.wtb-container.test-b .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible {
  background-color: #e3e3e3;
  font-size: 16px;
  margin-right: 5px;
}
.wtb-container.test-b .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible.selected {
  background-color: #ffff03;
}
.wtb-container.test-b .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-platforms li.possible:first-child {
  margin-right: 5px;
}
.wtb-container.test-b .wtb-bundle .column-two .wtb-home-container .wtb-form-container .wtb-form-list .selection-type-regions .selectricWrapper .selectric {
  background: #ffff03;
}
/* # Pre-order Tout / WTB Promo
================================================== */
.wtb-container {
  /*margin-top: 150px;
    padding-top: 150px;*/
}
.wtb-promo-container {
  position: absolute;
  z-index: 99;
  -webkit-transform: translate(-50%, 75px);
  -moz-transform: translate(-50%, 75px);
  -ms-transform: translate(-50%, 75px);
  -o-transform: translate(-50%, 75px);
  transform: translate(-50%, 75px);
  left: 50%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .wtb-container {
    margin-top: 0;
    padding-top: 20px;
  }
  .beta-tout-wrapper {
    padding: 0;
    margin-top: 20px;
  }
  .wtb-promo-container {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

