@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');
.wz-cta-button {
  min-height: 16px;
  padding: 12px 40px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  width: fit-content;
  background-size: 2px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png);
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: inline-block;
  vertical-align: middle;
}
.wz-cta-button:before,
.wz-cta-button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(0);
  left: 0;
}
.wz-cta-button:before {
  top: -1px;
}
.wz-cta-button:after {
  bottom: -1px;
}
.wz-cta-button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.wz-cta-button:hover:before,
.wz-cta-button:hover:after {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.cw-cta-button {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #e5e3e3;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  text-decoration: none;
}
.cw-cta-button:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.codm-cta-button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffe93c;
  border: 1px solid #ffe93c;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.codm-cta-button:hover {
  background-color: #000;
  color: #ffe93c;
  border: 1px solid #ffe93c;
}
/*********
MIXINS
*********/
/**********
END MIXINS
***********/
html.aem-AuthorLayer-Edit .cod-header-container,
html.aem-AuthorLayer-structure .cod-header-container {
  position: relative;
}
#cdo-bar {
  display: none !important;
}
body .sso-bar-spacer {
  display: none !important;
}
body.with-sso-bar {
  margin-top: 0!important;
}
body.sso-logged-in .logged-out {
  display: none;
}
body.sso-logged-in .logged-in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .logged-out {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .logged-in {
  display: none;
}
.cod-header-container {
  position: fixed;
  text-transform: uppercase;
  font-size: 12px;
  color: #969696;
  background: #000;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  /***********************
	START GLOBAL NAV STYLES
	***********************/
  /***********************
	END GLOBAL NAV STYLES
	***********************/
  /***********************
    START DESKTOP HEADER
    ***********************/
  /***********************
    END DESKTOP HEADER
    ***********************/
  /***********************
    START GLOBAL HEADER
    ***********************/
  /***********************
    END GLOBAL HEADER
    ***********************/
  /***********************
    START GAME HEADER
    ***********************/
  /***********************
    END GAME HEADER
    ***********************/
  /***********************
    END DESKTOP HEADER
    ***********************/
  /***********************
    START MOBILE HEADER
    ***********************/
  /***********************
    END MOBILE HEADER
    ***********************/
}
.cod-header-container.g-collapse {
  top: -50px;
}
.cod-header-container.g-collapse .cod-global-header .cod-global-header-right .cod-purchase {
  top: 50px;
}
.cod-header-container p,
.cod-header-container a {
  font-size: 12px;
  letter-spacing: 1px;
}
.cod-header-container a {
  color: #969696;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.cod-header-container a:hover {
  color: #FFF;
}
.cod-header-container .desktop-header .dd {
  position: relative;
}
.cod-header-container .desktop-header .dd:hover {
  background: #141414;
}
.cod-header-container .desktop-header .dd:hover > ul {
  display: block;
}
.cod-header-container .desktop-header .dd:hover > a {
  background-color: #ffffff10;
}
.cod-header-container .desktop-header .dd:hover > a img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cod-header-container .desktop-header .dd > ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 255px;
}
.cod-header-container .desktop-header .dd > ul > li a {
  background: #222;
  padding: 19px 35px;
  display: block;
  position: relative;
}
.cod-header-container .desktop-header .dd > ul > li a .border2 {
  margin: -16px 0 0 -35px;
  content: "";
  height: 50px;
  background-color: #fff0;
  display: block;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
  border: 0px solid #fff0;
  position: absolute;
}
.cod-header-container .desktop-header .dd > ul > li a p:before,
.cod-header-container .desktop-header .dd > ul > li a p:after {
  content: "|";
  margin-top: -1px;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
.cod-header-container .desktop-header .dd > ul > li a p:before {
  content: "|";
  margin-right: 10px;
}
.cod-header-container .desktop-header .dd > ul > li a p:after {
  content: "|";
  margin-left: -8px;
}
.cod-header-container .desktop-header .dd > ul > li:hover a {
  background: #141414;
  text-shadow: 0px 0px 18px #c8c8c8;
}
.cod-header-container .desktop-header .dd > ul > li:hover a .border2 {
  background-color: #ffffff10;
  border: 0px solid #ffffff10;
}
.cod-header-container .desktop-header .dd > ul > li:hover a p:before {
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
  opacity: .5;
}
.cod-header-container .desktop-header .dd > ul > li:hover a p:after {
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0);
  opacity: .5;
}
.cod-header-container .cod-global-header {
  background-color: #000000;
  background-image: url(../../../../../../content/dam/atvi/callofduty/global/global-nav/global-nav-bg.png);
  background-size: 2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 18px #646464;
  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: 50px;
  position: relative;
  z-index: 5;
}
.cod-header-container .cod-global-header .cod-global-header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
}
.cod-header-container .cod-global-header .cod-global-header-left .logo {
  position: relative;
}
.cod-header-container .cod-global-header .cod-global-header-left .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px;
  height: 100%;
  background: 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;
}
.cod-header-container .cod-global-header .cod-global-header-left .logo a:hover {
  background: #000;
}
.cod-header-container .cod-global-header .cod-global-header-left .logo img {
  width: 105px;
  display: block;
}
.cod-header-container .cod-global-header .cod-global-header-left .cod-global-nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.cod-header-container .cod-global-header .cod-global-header-left .cod-global-nav > ul > li > a {
  padding: 18px 15px;
  display: block;
  background-color: transparent;
}
.cod-header-container .cod-global-header .cod-global-header-left .cod-global-nav > ul > li > a img {
  width: 11px;
  height: 9px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cod-header-container .cod-global-header .cod-global-header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in .account-name {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  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;
  padding-right: 15px;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in .account-name .account-icon {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  background: url(../../../../../../content/dam/atvi/callofduty/global/global-nav/profile_icon.png) center center no-repeat;
  background-size: 20px;
  opacity: .5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 46px;
  height: 50px;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in .account-name .username {
  margin-right: 10px;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in .account-name img {
  width: 11px;
  height: 9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in ul {
  display: none;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in:hover .account-name {
  background: #000;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in:hover .account-name .account-icon {
  opacity: 1;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in:hover .account-name img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-in:hover ul {
  display: block;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-out {
  padding: 19px 15px;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-login .logged-out a {
  margin: 0 5px;
}
.cod-header-container .cod-global-header .cod-global-header-right .mycod-btn a {
  position: relative;
  padding: 19px 15px 19px 45px;
  background: transparent;
}
.cod-header-container .cod-global-header .cod-global-header-right .mycod-btn a:before {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 14px;
  -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: url(../../../../../../content/dam/atvi/callofduty/global/global-nav/shield_icon_no_drop.png) center center no-repeat;
  background-size: contain;
  opacity: .5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cod-header-container .cod-global-header .cod-global-header-right .mycod-btn:hover a {
  background: #000;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-purchase {
  position: relative;
  top: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.cod-header-container .cod-global-header .cod-global-header-right .cod-purchase a {
  /* Default styles */
  padding: 19px 15px;
  color: #FFF;
}
.cod-header-container .cod-game-header {
  background: #000;
}
.cod-header-container .cod-game-header .cod-game-header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
}
.cod-header-container .cod-game-header .cod-game-header-left .logo {
  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;
  margin-left: 10px;
  width: 114px;
}
.cod-header-container .cod-game-header .cod-game-header-left .logo a img {
  height: 20px;
}
.cod-header-container .cod-game-header .cod-game-header-left .cod-game-nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.cod-header-container .cod-game-header .cod-game-header-left .cod-game-nav > ul > li > a {
  padding: 18px 15px;
  display: block;
  background-color: transparent;
}
.cod-header-container .cod-game-header .cod-game-header-left .cod-game-nav > ul > li > a img {
  width: 11px;
  height: 9px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cod-header-container .mobile-header {
  display: none;
  position: relative;
}
.cod-header-container .mobile-header a {
  font-size: 15px;
}
.cod-header-container .mobile-header li.dd {
  cursor: pointer;
}
.cod-header-container .mobile-header li.dd img {
  width: 11px;
  height: 9px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  float: right;
}
.cod-header-container .mobile-header li.dd > ul {
  position: relative;
  display: none;
}
.cod-header-container .mobile-header li.dd > ul a {
  padding: 25px 25px 25px 50px;
}
.cod-header-container .mobile-header li.dd.active > ul {
  display: block;
}
.cod-header-container .mobile-header li.dd.active > a {
  color: #FFF;
}
.cod-header-container .mobile-header li.dd.active > a img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cod-header-container .mobile-header .mobile-top-nav {
  height: 50px;
  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;
}
.cod-header-container .mobile-header .mobile-top-nav .logo {
  margin-left: 15px;
}
.cod-header-container .mobile-header .mobile-top-nav .logo a {
  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;
  height: 100%;
}
.cod-header-container .mobile-header .mobile-top-nav .logo a img {
  height: 20px;
}
.cod-header-container .mobile-header .mobile-top-nav .cod-purchase a {
  /* Default styles */
  padding: 19px 15px;
  color: #FFF;
  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;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  top: 3px;
  right: 4px;
  background: none;
  border: none;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger .bar {
  width: 30px;
  height: 1px;
  display: block;
  position: relative;
  background-color: #FFF;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger .bar.one {
  position: absolute;
  top: 10px;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger .bar.two {
  position: absolute;
  top: 20px;
  transition: 0.3s ease .6s;
  animation: fade 2s;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger .bar.three {
  position: absolute;
  top: 30px;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger.active .bar.two {
  opacity: 0;
  transition: .3s ease;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger.anim .bar.one {
  top: 10px;
  position: absolute;
  transition: top .3s ease .6s;
  animation: turnthree 1s 0s;
  animation-fill-mode: forwards;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger.anim .bar.three {
  top: 30px;
  position: absolute;
  transition: top .3s ease .6s;
  animation: turnfour 1s 0s;
  animation-fill-mode: forwards;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger.anim.active .bar.one {
  top: 20px;
  transition: top 0.3s ease .1s;
  animation: turn 1s .3s;
  animation-fill-mode: forwards;
}
.cod-header-container .mobile-header .mobile-top-nav .mobile-burger.anim.active .bar.three {
  top: 20px;
  transition: top 0.3s ease .1s;
  animation: turntwo 1s .3s;
  animation-fill-mode: forwards;
}
.cod-header-container .mobile-header .mobile-panel {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  background-image: url(../../../../../../content/dam/atvi/callofduty/global/global-nav/global-nav-bg-mobile.png);
  background-size: 2px;
  background-color: #000;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.cod-header-container .mobile-header .mobile-panel .mobile-inner-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.cod-header-container .mobile-header .mobile-panel .mobile-game-nav {
  background: #000;
}
.cod-header-container .mobile-header .mobile-panel .mobile-game-nav > ul > li > a {
  padding: 25px;
}
.cod-header-container .mobile-header .mobile-panel .mobile-global-nav > ul > li.cod-logo a {
  width: 185px;
  display: block;
}
.cod-header-container .mobile-header .mobile-panel .mobile-global-nav > ul > li.cod-logo img {
  width: 100%;
}
.cod-header-container .mobile-header .mobile-panel .mobile-global-nav > ul > li > a {
  padding: 25px;
}
.cod-header-container .mobile-header.active .mobile-panel {
  height: calc(100% - 50px);
}
@media screen and (max-width: 1200px) {
  .cod-header-container .desktop-header {
    display: none;
  }
  .cod-header-container .mobile-header {
    display: block;
  }
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes turnthree {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes turntwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes turnfour {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.footer-container {
  padding: 40px 0px;
  background: #111111;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  position: relative;
  margin: 0;
}
.footer-container .inner-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer-container .inner-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-container .footer-left {
  float: left;
  width: 40%;
}
.footer-container .footer-left:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-container .footer-left .logos {
  float: left;
  width: 40%;
}
.footer-container .footer-left .logos li {
  margin-bottom: 10px;
}
.footer-container .footer-left .logos li a {
  display: block;
}
.footer-container .footer-left .logos img {
  width: 100%;
  display: block;
}
.footer-container .footer-left .esrb {
  float: right;
  width: 40%;
}
.footer-container .footer-left .esrb img {
  width: 100%;
  display: block;
}
.footer-container .footer-left .esrb .mobile-logos {
  display: none;
  margin-top: 10px;
}
.footer-container .footer-left .esrb .mobile-logos img {
  width: 100%;
  display: block;
}
.footer-container .footer-left .esrb .mobile-logos li {
  margin-bottom: 10px;
}
.footer-container .footer-left .esrb .mobile-logos li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-container .footer-left .esrb .mobile-logos {
    display: block;
  }
}
.footer-container .footer-right {
  float: right;
  width: 53%;
  font-size: 13px;
  line-height: 1.15;
}
.footer-container .footer-right .footer-links {
  margin: 0 0 20px 0;
  margin: 0 0 40px 0;
}
.footer-container .footer-right .footer-links .footer-locale-selector {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 10px;
}
.footer-container .footer-right .footer-links .footer-locale-selector .atvi-locale-selector .locale-list {
  width: 350px;
}
.footer-container .footer-right .footer-links > ul {
  display: inline-block;
}
.footer-container .footer-right .footer-links > ul > li {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
.footer-container .footer-right .footer-links > ul > li a,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.ot-sdk-show-settings,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.optanon-show-settings {
  text-decoration: none;
  color: #a9a6a1;
  text-transform: uppercase;
}
.footer-container .footer-right .footer-links > ul > li a:visited,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.ot-sdk-show-settings:visited,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.optanon-show-settings:visited {
  color: #a9a6a1;
}
.footer-container .footer-right .footer-links .optanon-toggle-display {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .footer-container .footer-right .footer-links .optanon-toggle-display {
    line-height: initial;
  }
}
.footer-container .footer-right .copyright {
  color: #a9a6a1;
  margin-top: 0px;
}
.footer-container .footer-right .studio-logos {
  margin-top: 20px;
}
.footer-container .footer-right .studio-logos ul.desktop-logos {
  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;
}
.footer-container .footer-right .studio-logos ul.desktop-logos li {
  margin-right: 15px;
  width: 160px;
}
.footer-container .footer-right .studio-logos ul.desktop-logos li a {
  display: block;
}
.footer-container .footer-right .studio-logos ul.desktop-logos li img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-container .footer-right .studio-logos ul.desktop-logos {
    display: none;
    /*.flex-direction(column);

                    li { 
                        width: 100%; 
                        margin-right: 0;
                        margin-bottom: 15px;
                    }*/
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer-left .logos,
  .footer-container .footer-left .esrb {
    float: none;
    width: 100%;
  }
  .footer-container .footer-right .footer-links ul li {
    display: block;
    margin-bottom: 15px;
  }
}
.footer-container .footer-locale-selector {
  margin-bottom: 45px;
  text-align: center;
}
.footer-container .footer-locale-selector .atvi-locale-selector {
  display: block;
}
.footer-container .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .footer-container .footer-locale-selector .atvi-locale-selector .region {
    font-size: 9px;
  }
}
.footer-container .footer-locale-selector .close-button {
  display: none;
}
.footer-container .footer-locale-selector .locale-menu {
  position: absolute;
  bottom: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
}
.footer-container .footer-locale-selector .locale-list {
  background: #4a4a4a;
  width: 450px;
  text-align: left;
}
.footer-container .footer-locale-selector .locale-list .locale-entry {
  width: 45%;
}
.footer-container .footer-locale-selector .locale-list .locale-entry.loc-mx.MX {
  display: none;
}
@media screen and (max-width: 480px) {
  .footer-container .footer-locale-selector .locale-list .locale-entry {
    width: 49%;
  }
}
@media screen and (max-width: 680px) {
  .footer-container .footer-locale-selector .locale-list {
    width: 475px;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .footer-locale-selector .locale-list {
    width: 375px;
  }
}
.footer-container .atvi-locale-selector .CN .flag,
.footer-container .atvi-locale-selector .TW .flag {
  opacity: 0;
}
.footer-container .atvi-locale-selector .locale-entry.CN .flag,
.footer-container .atvi-locale-selector .locale-entry.TW .flag {
  display: none;
}
.footer-container .atvi-locale-selector a.CN > .region,
.footer-container .atvi-locale-selector a.TW > .region {
  display: block;
  color: #fff;
}
html:not([lang='en']):not([lang='en-AR']):not([lang='en-CA']):not([lang='es-MX']):not([lang='en-AR']):not([lang='fr-CA']) .footer-left .esrb {
  max-width: 100px;
}
html[lang='ko'] .footer-container .inner-container {
  width: 90%;
}
html[lang='ko'] .footer-container .footer-left .esrb {
  width: 55%;
}
@media screen and (max-width: 768px) {
  html[lang='ko'] .footer-container .footer-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  html[lang='ko'] .footer-container .footer-left .esrb {
    width: 100%;
  }
  html[lang='ko'] .footer-container .footer-right {
    float: none;
    width: 100%;
  }
}

.atvi-locale-selector .BE .flag {
  background-position: -1067px 0px !important;
}
@media screen and (max-width: 680px) {
  .atvi-locale-selector .BE .flag {
    background-position: -1025px 0px !important;
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.atvi-agegate {
  background: #1a1e20 !important;
  z-index: 999999;
}
.atvi-agegate .form h2 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  color: #cdc4bd;
  text-transform: uppercase;
  margin: 10px;
  letter-spacing: 3px;
}
.atvi-agegate .form .fields {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.atvi-agegate .form .fields input {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #cdc4bd;
  padding: 20px;
  line-height: 1.15;
  background-color: #000000;
  max-height: 22px;
  margin: 0;
  transition: all .8s;
  width: 25%;
  border: none;
}
.atvi-agegate .form .fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cdc4bd;
}
.atvi-agegate .form .fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdc4bd;
}
.atvi-agegate .form .fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #cdc4bd;
}
.atvi-agegate .form .fields :-moz-placeholder {
  /* Firefox 18- */
  color: #cdc4bd;
}
@media screen and (max-width: 480px) {
  .atvi-agegate .form .fields input {
    padding: .3em;
    margin-right: 0;
  }
}
.atvi-agegate .form .submit-wrapper {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  padding: 0;
  margin: 20px auto !important;
}
.atvi-agegate .form .submit-wrapper a {
  text-decoration: none;
}
.atvi-agegate .form .submit-wrapper:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.atvi-agegate .form .submit-wrapper a,
.atvi-agegate .form .submit-wrapper h1,
.atvi-agegate .form .submit-wrapper h2,
.atvi-agegate .form .submit-wrapper h3,
.atvi-agegate .form .submit-wrapper span,
.atvi-agegate .form .submit-wrapper > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.atvi-agegate .form .submit-wrapper a:before,
.atvi-agegate .form .submit-wrapper h1:before,
.atvi-agegate .form .submit-wrapper h2:before,
.atvi-agegate .form .submit-wrapper h3:before,
.atvi-agegate .form .submit-wrapper span:before,
.atvi-agegate .form .submit-wrapper > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.atvi-agegate .form .submit-wrapper:hover a:before,
.atvi-agegate .form .submit-wrapper:hover h1:before,
.atvi-agegate .form .submit-wrapper:hover h2:before,
.atvi-agegate .form .submit-wrapper:hover h3:before,
.atvi-agegate .form .submit-wrapper:hover span:before,
.atvi-agegate .form .submit-wrapper:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
.atvi-agegate .submit {
  background-color: #e5e3e3 !important;
  padding: 0 !important;
  margin: 15px 80px;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.cod-header .logo img {
  height: 50px !important;
}
.cod-purchase {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  padding: 0 20px;
  width: auto;
  max-height: 50px;
}
.cod-purchase a {
  text-decoration: none;
}
.cod-purchase:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.cod-purchase a,
.cod-purchase h1,
.cod-purchase h2,
.cod-purchase h3,
.cod-purchase span,
.cod-purchase > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.cod-purchase a:before,
.cod-purchase h1:before,
.cod-purchase h2:before,
.cod-purchase h3:before,
.cod-purchase span:before,
.cod-purchase > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.cod-purchase:hover a:before,
.cod-purchase:hover h1:before,
.cod-purchase:hover h2:before,
.cod-purchase:hover h3:before,
.cod-purchase:hover span:before,
.cod-purchase:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
.cod-purchase a {
  padding: 15px !important;
  color: black !important;
  font-size: 16px;
  text-shadow: none !important;
  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-purchase a:before {
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .cod-purchase a {
    padding: 0 !important;
  }
}
.cod-purchase:hover a:before {
  width: 80%;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.atvi-modal {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.atvi-modal.active {
  display: block;
  opacity: 1;
}
.atvi-modal .background-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.atvi-modal .button-container.close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
.atvi-modal .button-container.close a {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  width: 60px;
  height: 60px;
  padding: 0px;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
.atvi-modal .button-container.close a a {
  text-decoration: none;
}
.atvi-modal .button-container.close a:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.atvi-modal .button-container.close a:before,
.atvi-modal .button-container.close a:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  background-color: #597985;
  left: calc(50% - 15px);
  top: 50%;
  transition: all ease .2s;
}
.atvi-modal .button-container.close a:before {
  transform: rotate(45deg);
}
.atvi-modal .button-container.close a:after {
  transform: rotate(-45deg);
}
.atvi-modal > .inner {
  width: 100%;
  position: fixed;
  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%);
  z-index: 10000;
}
.atvi-modal > .inner .modal-content-container .external-link-overlay {
  display: none;
}
.atvi-modal > .inner .modal-content-container .controls {
  position: relative;
}
.atvi-modal > .inner .modal-content-container .controls .controls-container {
  display: block;
}
.atvi-modal img {
  width: 100%;
}

.solid-lb {
  width: 0%;
  height: 2px;
  background-color: #66615c;
  margin-bottom: 10px;
  transition: width .8s;
}
.solid-lb.animate-in {
  transform: translateY(0px);
  opacity: 1;
}
.solid-lb.animating {
  width: 100%;
}
.solid-lb.animate-in.animating {
  transform: translateY(0px);
  opacity: 1;
}
.dash-lb {
  height: 2px;
  width: 0;
  content: "";
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/dashed-line.png);
  background-repeat-x: repeat;
  left: -10%;
  transition: width .8s;
  margin-bottom: 10px;
}
.dash-lb.animate-in {
  transform: translateY(0px);
  opacity: 1;
}
.dash-lb.animating {
  width: 60%;
}
.dash-lb.animate-in.animating {
  transform: translateY(0px);
  opacity: 1;
}

.wtb-portal-container .portal-screen-container {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/home/game-modes/decode-tile.png) !important;
  background-color: #1a1e20 !important;
  background-repeat: no-repeat;
  background-position: left 100px;
}

@media screen and (max-width: 1024px) {
  body {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  html:lang(ko) .footer-container .footer-locale-selector .locale-menu {
    bottom: 0!important;
  }
}
.atvi-locale-selector {
  opacity: 0;
}
html[lang="en-AU"] .footer-left .esrb {
  max-width: 215px !important;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.wtb-header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wtb-header {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.bundle-selection {
  height: 100%;
}
@media screen and (max-width: 768px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.bundle-selection {
    min-height: 130vw;
  }
}
@media screen and (max-width: 480px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.bundle-selection {
    min-height: 220vw;
  }
}
@media screen and (max-width: 400px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.bundle-selection {
    min-height: 275vw;
  }
}
@media screen and (max-width: 768px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen.cold-war.relevant-touts {
    min-height: 225vw;
  }
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
  position: relative;
  min-height: 0;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/home/game-modes/decode-tile.png) !important;
  background-color: #1a1e20 !important;
  background-repeat: no-repeat;
  background-position: left 100px;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container {
  height: auto;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
  width: 100%;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container {
  background-color: transparent;
  position: absolute;
  height: 100%;
  padding-top: 30px !important;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.active-portal-screen {
  left: 0;
  overflow: hidden;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container.exiting-screen {
  left: -100vw;
}
body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .close-button-container {
  display: none;
}
@media screen and (max-width: 1023px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 870px;
    padding-top: 0;
    margin-top: 20px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="cold-war"][data-current-screen="0"] {
    height: 1000px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="cold-war"][data-current-screen="0"] .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 1000px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .portal-screen-container {
    padding-top: 0;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 870px;
  }
}
@media screen and (max-width: 480px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 800px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 800px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="cold-war"][data-current-screen="0"] {
    height: 800px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container[data-current-path="cold-war"][data-current-screen="0"] .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 755px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 755px;
  }
}
@media screen and (min-width: 1594px) {
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container {
    height: 690px;
  }
  body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container .wtb-portal-master-screens-container > div.atvi-layout-container {
    height: 800px;
  }
}

