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

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.cod-app-banner {
  position: relative;
}
.cod-app-banner .mobile {
  display: none;
}
.cod-app-banner .desktop {
  display: block;
}
.cod-app-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}
.cod-app-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}
.cod-app-banner .inner-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cod-app-banner .app-banner {
  width: 55%;
}
.cod-app-banner .app-banner div,
.cod-app-banner .app-banner img {
  width: 100%;
}
.cod-app-banner .app-content {
  width: 40%;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cod-app-banner .app-content h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #FFF;
  margin-bottom: 25px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.cod-app-banner .app-content .cta {
  position: relative;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 auto;
  color: #FFF;
  border: 1px solid #ff6600;
  background: #713000 center center repeat;
  display: inline-block;
  min-width: 200px;
  max-width: 480px;
}
.cod-app-banner .app-content .cta a {
  padding: 15px 11px;
  font-size: 13px;
  text-shadow: 0px 0px 18px #646464;
  line-height: 1.3;
  color: #FFF;
  letter-spacing: 3px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
  background-size: 2px;
}
.cod-app-banner .app-content .cta a:hover {
  background-color: #aa4800;
}
.cod-app-banner .app-content ul {
  margin-top: 30px;
}
.cod-app-banner .app-content ul li {
  display: inline-block;
  margin: 0 15px;
  width: 120px;
}
.cod-app-banner .app-content ul li img {
  width: 100%;
}
.cod-app-banner .app-content ul li a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .cod-app-banner {
    padding-bottom: 50px;
  }
  .cod-app-banner .mobile {
    display: block;
  }
  .cod-app-banner .desktop {
    display: none;
  }
  .cod-app-banner .inner-container {
    display: block;
  }
  .cod-app-banner .app-banner,
  .cod-app-banner .app-content {
    width: 100%;
  }
  .cod-app-banner .app-content {
    margin-top: 25px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
.hub-news {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  padding: 25px 0 35px;
}
#cod-hub-news {
  max-width: 1280px;
  margin: 0 auto;
}
#cod-hub-news .latest-news {
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
}
#cod-hub-news .latest-news .news-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #525252;
  padding: 10px 0 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#cod-hub-news .latest-news .news-header .news-header-title h2 {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.5;
}
#cod-hub-news .latest-news .news-header .news-header-filter div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#cod-hub-news .latest-news .news-header .news-header-filter div p {
  color: #FFF;
  font-size: 13px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div .view-all-cta {
  color: #000;
  background: #FFF;
  padding: 5px;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  margin-left: 10px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button {
  margin-left: 10px;
  cursor: pointer;
  color: #a9a6a1;
  border: none;
  background-color: transparent;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/global/tout-icons-new.png);
  background-repeat: no-repeat;
  text-indent: 500px;
  overflow: hidden;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='all'] {
  background-image: none;
  text-indent: 0;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='mw2'] {
  width: 34px;
  height: 10px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/common/mw2-icon-dual-light.svg);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='vanguard'] {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/blog-logos/vg-icon-white.svg);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='black-ops-cold-war'] {
  width: 28px;
  height: 11px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cw-icon.png);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='warzone'] {
  width: 23px;
  height: 17px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/wz-icon.png);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='mw'] {
  width: 38px;
  height: 11px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/hub/touch-ui/common/kronos-icon.png);
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='bo4'] {
  width: 27px;
  height: 26px;
  background-position: -536px 2px;
  margin-left: 4px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='cod-mobile'] {
  width: 18px;
  height: 21px;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cod-m-icon.png);
  margin-left: 9px;
}
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='cwl'],
#cod-hub-news .latest-news .news-header .news-header-filter div button[data-game='cdl'] {
  width: 36px;
  height: 24px;
  background-image: url(https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/hub/icons/cdl-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  text-indent: unset;
  position: relative;
  top: 7px;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar {
  width: 6px;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #202020;
  background-color: #202020;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #444444;
}
#cod-hub-news .latest-news .news-content::-webkit-scrollbar-thumb:window-inactive {
  background: #444444;
}
@media only screen and (max-width: 768px) {
  #cod-hub-news .latest-news .news-content {
    max-height: 400px;
    overflow: auto;
  }
}
#cod-hub-news .latest-news .slick-slide {
  margin: 0 15px;
}
#cod-hub-news .latest-news .slick-slider .slick-list {
  width: 95%;
  margin: 0 auto;
}
#cod-hub-news .latest-news .slick-slider .slick-next,
#cod-hub-news .latest-news .slick-slider .slick-prev {
  z-index: 5;
}
#cod-hub-news .latest-news .slick-slider .slick-next:before,
#cod-hub-news .latest-news .slick-slider .slick-prev:before {
  display: none;
}
#cod-hub-news .latest-news .slick-slider .slick-next {
  background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0px;
}
#cod-hub-news .latest-news .slick-slider .slick-prev {
  background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-left.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0px;
}
#cod-hub-news .latest-news .news-entry {
  width: 250px;
  margin: 0 3%;
}
#cod-hub-news .latest-news .news-entry a {
  color: #FFF;
  text-decoration: none;
}
#cod-hub-news .latest-news .news-entry .news-text .news-thumb {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
#cod-hub-news .latest-news .news-entry .news-text .news-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
#cod-hub-news .latest-news .news-entry .news-text .news-thumb:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#cod-hub-news .latest-news .news-entry .news-text .news-title {
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #cod-hub-news .latest-news {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #cod-hub-news .latest-news .news-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #cod-hub-news .latest-news .news-header .news-header-title {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  #cod-hub-news .latest-news .news-header .news-header-title h2 {
    font-size: 23px;
  }
  #cod-hub-news .latest-news .news-header .news-header-filter {
    width: 100%;
    padding: 5px 0;
  }
  #cod-hub-news .latest-news .news-header .news-header-filter > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  #cod-hub-news .latest-news .news-entry {
    width: 90%;
    margin: 0 auto;
  }
  #cod-hub-news .latest-news .news-entry .news-text {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  #cod-hub-news .latest-news .news-entry .news-text .news-thumb {
    width: 40%;
  }
  #cod-hub-news .latest-news .news-entry .news-text .news-title {
    width: 55%;
  }
}
html:lang(ar) .latest-news .slick-next {
  right: 0 !important;
  left: auto !important;
}
html:lang(ar) .latest-news .slick-prev {
  left: 0 !important;
  right: auto !important;
}

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

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
#sample-modal-1,
#sample-modal-2 {
  display: none;
}
#hub-touts .hub-touts-inner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #hub-touts .hub-touts-inner-container {
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #hub-touts .hub-touts-inner-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#hub-touts .hub-touts-inner-container > .tout-entry:first-of-type {
  display: none;
}
@media screen and (max-width: 1300px) {
  #hub-touts .hub-touts-inner-container > .tout-entry:first-of-type {
    display: block;
  }
}
#hub-touts .tout-entry {
  width: 33.33%;
  position: relative;
}
#hub-touts .tout-entry[data-game='/content/dam/atvi/callofduty/cod-touchui/hub/logos/wzm-logo.png'] .tout-meta .tout-logo img {
  height: 40px;
}
#hub-touts .tout-entry#aot-armored .tout-meta .tout-logo img {
  height: 22px;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry#aot-armored .tout-legal {
    padding: 0 15px 40px;
  }
}
#hub-touts .tout-entry:hover .tout-thumb .tout-thumb-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #hub-touts .tout-entry {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    border: 1px #525252 solid;
  }
}
#hub-touts .tout-entry > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  z-index: 2;
}
#hub-touts .tout-entry .tout-thumb .tout-thumb-img {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
#hub-touts .tout-entry .tout-thumb .tout-thumb-img img {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#hub-touts .tout-entry .tout-legal {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  padding: 0 15px 5px;
  text-align: center;
}
#hub-touts .tout-entry .tout-legal p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 9px;
  color: #FFF;
  line-height: 1.2;
}
#hub-touts .tout-entry .tout-meta {
  background: #000;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry .tout-meta {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 15px;
    border-top: 1px #525252 solid;
  }
}
#hub-touts .tout-entry .tout-meta .tout-logo {
  width: 27%;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry .tout-meta .tout-logo {
    width: 100%;
    margin-bottom: 15px;
  }
}
#hub-touts .tout-entry .tout-meta .tout-logo img {
  height: 30px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#hub-touts .tout-entry .tout-meta .tout-title {
  width: 70%;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  #hub-touts .tout-entry .tout-meta .tout-title {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
#hub-touts .tout-entry .tout-meta .tout-title p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  color: #FFF;
  line-height: 1.2;
  text-transform: uppercase;
}

#cod-hub-hero {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  min-height: 500px;
  margin-top: 50px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero {
    padding-bottom: 0;
    min-height: auto;
    height: auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #cod-hub-hero .atvi-column-layout-bg-media-container {
    position: relative !important;
    padding-bottom: 100%;
  }
}
#cod-hub-hero .atvi-column-inner-container {
  max-width: 450px;
  left: 4%;
  bottom: 20px;
  position: absolute !important;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero .atvi-column-inner-container {
    position: relative !important;
    max-width: none;
    top: auto;
    left: auto !important;
    bottom: auto !important;
    margin-top: -10%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 90%;
    margin: -25% auto 25px;
  }
}
#cod-hub-hero #cod-logo {
  max-width: 200px;
  margin: 0 0 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero #cod-logo {
    margin: 0 auto 10px;
    display: block;
  }
}
#cod-hub-hero #season-logo {
  max-width: 280px;
  display: block;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero #season-logo {
    margin: 0 auto 15px;
  }
}
#cod-hub-hero #hero-tagline {
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero #hero-ctas #cta-1-listItem {
    margin-bottom: 20px;
  }
}
#cod-hub-hero #hero-ctas .gray-btn a,
#cod-hub-hero #hero-ctas .gray-btn button {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero #hero-ctas .gray-btn a,
  #cod-hub-hero #hero-ctas .gray-btn button {
    width: 350px !important;
  }
}
#cod-hub-hero.bottom-left .atvi-column-inner-container {
  left: 2%;
  bottom: 20px;
  max-width: 635px;
}
#cod-hub-hero.bottom-left #cod-logo {
  max-width: 280px;
  margin: 0 0 15px;
}
#cod-hub-hero.bottom-left #hero-tagline p,
#cod-hub-hero.bottom-left #hero-tagline h1 {
  text-align: left;
}
#cod-hub-hero.bottom-left #hero-ctas li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #cod-hub-hero.bottom-left #hero-ctas li {
    margin-right: 0;
  }
}
#cod-hub-hero.left-center .atvi-column-inner-container {
  left: 4%;
  top: 20%;
}
#cod-hub-hero.left-center #cod-logo {
  max-width: 450px;
  margin: 0 auto;
}
#cod-hub-hero.left-center #hero-tagline p,
#cod-hub-hero.left-center #hero-tagline h1 {
  text-align: center;
}
#cod-hub-hero.left-center #hero-ctas ul {
  justify-content: space-around !important;
}

.root > .experiencefragment:nth-child(6) > .experience-fragment-container > .aem-Grid > .responsivegrid > .aem-Grid > .atvi-text {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .root > .experiencefragment:nth-child(6) > .experience-fragment-container > .aem-Grid > .responsivegrid > .aem-Grid > .atvi-text {
    width: 100%;
  }
}
.root > .experiencefragment:nth-child(6) > .experience-fragment-container > .aem-Grid > .responsivegrid > .aem-Grid > .atvi-text a {
  color: #FFF;
}
#bonus-blueprint-container {
  height: 0;
  padding-bottom: 23.43%;
  min-height: 450px;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container {
    padding-bottom: 152%;
    min-height: 750px;
  }
}
#bonus-blueprint-container .atvi-column-inner-container {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container .atvi-column-inner-container {
    width: 80%;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-1 > .atvi-column-child-content {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-1 > .atvi-column-child-content {
    position: relative !important;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-1 .atvi-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-1 {
    margin-bottom: 25px;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 {
  font-family: 'Montserrat', Arial, sans-serif;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text {
  color: #000;
  margin-bottom: 20px;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text p {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-2 .atvi-text {
    text-align: center;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 #blueprint-cta-container li:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-2 #blueprint-cta-container li:first-of-type {
    margin-bottom: 15px;
  }
}
#bonus-blueprint-container #bonus-blueprint-container-child-resource-2 #blueprint-cta-container li a {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #bonus-blueprint-container #bonus-blueprint-container-child-resource-2 #blueprint-cta-container li a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #hub-main-small-banner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 {
    width: 100% !Important;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 > .atvi-column-child-content {
  height: 100%;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 > .atvi-column-child-content > .layout-container-element,
#hub-main-small-banner #hub-main-small-banner-child-resource-1 > .atvi-column-child-content > .layout-container-element > .atvi-column-layout {
  position: relative;
  height: 100%;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content {
  overflow: visible;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content {
    height: 100%;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content .atvi-column-inner-container {
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 576px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content .atvi-column-inner-container {
    flex-direction: row;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 {
  display: inline-block;
  padding: 15px;
  margin-bottom: 20px;
  flex-grow: unset;
  flex-basis: unset;
}
@media screen and (min-width: 576px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 {
    width: 40%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-logo {
  display: block;
  max-width: 250px;
  width: 70%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-logo {
    max-width: 300px;
    width: 50%;
  }
}
@media screen and (min-width: 1300px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-logo {
    max-width: 300px;
    width: 60%;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
  font-family: 'VA-Text-Regular';
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
    font-size: 22px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 1024px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
    width: 70%;
  }
}
@media screen and (min-width: 1140px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
    font-size: 27px;
  }
}
@media screen and (min-width: 1300px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-copy {
    font-size: 30px;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-cta-container {
  width: 65%;
  margin: 0 auto;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-cta-container #cdl-cta-listItem {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-cta-container #cdl-cta-listItem {
    margin: 0 auto;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-cta-container #cdl-cta-listItem a {
  width: 100%;
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-cta-container #cdl-cta-listItem a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-1 #cdl-cta-container #cdl-cta-listItem a {
    font-size: 20px;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 {
  flex-grow: unset;
  flex-basis: unset;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 576px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 {
    width: 60%;
    display: inline-block;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 .atvi-column-child-content .cdl-right {
  display: flex;
  flex-wrap: wrap;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 .atvi-column-child-content .cdl-right .atvi-image {
  width: 33%;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 .atvi-column-child-content .cdl-right .atvi-image .atvi-image-container img {
  width: 100%;
  heigth: auto;
  padding: 10px;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 .atvi-column-child-content .cdl-right .atvi-text {
  margin: 0 auto;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 .atvi-column-child-content .cdl-right .atvi-text .cdl-legal {
  position: absolute;
  right: 12px;
  bottom: -30px;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-1 #cdl-toronto-content #cdl-toronto-content-child-resource-2 .atvi-column-child-content .cdl-right .atvi-text .cdl-legal p {
  letter-spacing: 1px;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}
@media screen and (max-width: 1300px) {
  #hub-main-small-banner #hub-main-small-banner-child-resource-2 {
    display: none;
  }
}
#hub-main-small-banner #hub-main-small-banner-child-resource-2 #hub-touts .tout-entry {
  width: 100% !important;
}
#hub-main-small-banner #hub-main-small-banner-child-resource-2 #hub-touts .hub-touts-inner-container > .tout-entry:first-of-type {
  display: block;
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
body:not(.coral--light) div.wtb-portal-container {
  position: relative;
  min-height: 0;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) {
  z-index: 0;
}
body:not(.coral--light) div.wtb-portal-container .wtb-portal-master-screens-container {
  height: auto;
}
body:not(.coral--light) div.wtb-portal-container .portal-screen-container {
  position: absolute;
  height: auto;
}
body:not(.coral--light) div.wtb-portal-container .portal-screen-container.active-portal-screen {
  left: 0;
  overflow: hidden;
}
body:not(.coral--light) div.wtb-portal-container .portal-screen-container.exiting-screen {
  left: -100vw;
}
body:not(.coral--light) div.wtb-portal-container .close-button-container {
  display: none;
}
@media screen and (max-width: 1023.5px) {
  body:not(.coral--light) div.wtb-portal-container {
    height: 1500px;
  }
}
@media screen and (max-width: 480px) {
  body:not(.coral--light) div.wtb-portal-container {
    height: 870px;
  }
}
@media screen and (min-width: 1024px) {
  body:not(.coral--light) div.wtb-portal-container {
    height: 720px;
  }
  body:not(.coral--light) div.wtb-portal-container[data-current-screen="1"][data-current-path="vanguard"] {
    height: 920px;
  }
  body:not(.coral--light) div.wtb-portal-container[data-current-screen="1"][data-current-path="cold-war"] {
    height: 920px;
  }
}
.portal-screen-container.modernwarfare2.active-portal-screen.bundle-selection .disclaimers-container p {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .portal-screen-container.modernwarfare2.active-portal-screen.bundle-selection #steam-bundle-disclaimer a {
    color: #FFF;
  }
  .portal-screen-container.modernwarfare2.active-portal-screen.bundle-selection #steam-bundle-disclaimer p {
    margin-bottom: 15px;
  }
  .portal-screen-container.modernwarfare2.active-portal-screen.bundle-selection #mw2-wtb-module[data-current-platform='steam'] .additional-content-container > .inner {
    display: block;
  }
  .portal-screen-container.modernwarfare2.active-portal-screen.bundle-selection #mw2-wtb-module[data-current-platform='steam'] .additional-content-container > .inner .user-controls-container {
    float: right;
  }
}

