@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
body:not(.coral--light) .wtb-portal-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  min-height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.01);
}
body:not(.coral--light) .wtb-portal-container .ir {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  color: transparent;
}
body:not(.coral--light) .wtb-portal-container .hidden {
  display: none;
}
body:not(.coral--light) .wtb-portal-container .section-blur {
  overflow: visible;
}
body:not(.coral--light) .wtb-portal-container[data-current-path="initial"]:not(.modal-mode) {
  height: 600px;
}
@media screen and (max-width: 1023.5px) {
  body:not(.coral--light) .wtb-portal-container[data-current-path="initial"]:not(.modal-mode) {
    height: 1000px;
  }
}
body:not(.coral--light).wtb-portal-modal-active .wtb-portal-container {
  width: 100vw;
  opacity: 1;
  background-color: #000;
  z-index: 25000;
}
body:not(.coral--light).wtb-portal-modal-active .wtb-portal-master-screens-container {
  height: 100vh;
}
body:not(.coral--light) .wtb-portal-master-screens-container > .atvi-layout-container {
  height: 100%;
  position: absolute;
  left: 100%;
  z-index: 1;
}
body:not(.coral--light) .wtb-portal-master-screens-container > .atvi-layout-container.active-portal-screen {
  left: 0;
  opacity: 1;
  z-index: 2;
}
body:not(.coral--light) .wtb-portal-master-screens-container > .atvi-layout-container.active-portal-screen .portal-screen-container.active-portal-screen {
  left: 0;
  opacity: 1;
}
body:not(.coral--light) .wtb-portal-container .portal-screen-container {
  opacity: 0;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body:not(.coral--light) .wtb-portal-container .portal-screen-container.exiting-screen {
  opacity: 0;
  -webkit-transform: translate(-200vw, 0);
  -moz-transform: translate(-200vw, 0);
  -ms-transform: translate(-200vw, 0);
  -o-transform: translate(-200vw, 0);
  transform: translate(-200vw, 0);
}
body:not(.coral--light) .wtb-portal-container .portal-screen-container.screen-finished {
  opacity: 0;
  width: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body:not(.coral--light) .wtb-portal-container .portal-screen-container.active-portal-screen {
  opacity: 1;
  overflow-y: auto;
  -webkit-transform: translate(-100vw, 0);
  -moz-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  -o-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
}
body:not(.coral--light) .wtb-portal-container .portal-screen-container.platform-select,
body:not(.coral--light) .wtb-portal-container .portal-screen-container.bundle-selection {
  background-color: #000;
  color: #a59d95;
  padding-top: 80px;
  padding-bottom: 40px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  body:not(.coral--light) .wtb-portal-container .portal-screen-container.platform-select,
  body:not(.coral--light) .wtb-portal-container .portal-screen-container.bundle-selection {
    padding-top: 30px;
  }
}
body:not(.coral--light) .wtb-portal-container .screen-title-container {
  margin-left: auto;
  margin-right: auto;
}
body:not(.coral--light) .wtb-portal-container .screen-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-family: "Montserrat", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  margin-bottom: 64px;
}
body:not(.coral--light) .wtb-portal-container .close-button-container {
  position: fixed;
  right: 0;
  top: 20px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  width: 0;
  height: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
body:not(.coral--light) .wtb-portal-container .close-button-container * {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:not(.coral--light) .wtb-portal-container .close-button-container .fill-element {
  fill: #fff;
}
body:not(.coral--light) .wtb-portal-container .back-button-container {
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  width: 0;
  height: 0;
}
body:not(.coral--light) .wtb-portal-container .back-button-container * {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:not(.coral--light) .wtb-portal-container .back-button-container .back-button-image {
  background-image: url('../../../../../content/dam/atvi/callofduty/cod-touchui/hub/wtb-portal/common/back-arrow.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body:not(.coral--light) .wtb-portal-container .back-button-container.active {
  width: 25px;
  height: 25px;
}
body:not(.coral--light).wtb-portal-modal-active .wtb-portal-container .close-button-container {
  z-index: 3;
  right: 20px;
  -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: 30px;
  height: 30px;
}
body:not(.coral--light).wtb-portal-modal-active .wtb-portal-container .close-button-container .close-button {
  z-index: 1;
}
@media screen and (max-width: 1023.5px) {
  body:not(.coral--light) .wtb-portal-container .sub-screen-container {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  body:not(.coral--light) .wtb-portal-container .desktop-only {
    display: none;
  }
  body:not(.coral--light) .wtb-portal-container .back-button-container {
    top: 80px;
    left: 28px;
  }
  body:not(.coral--light) .screen-title-container {
    max-width: 80vw;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.coral--light).wtb-portal-modal-active .wtb-portal-container .close-button-container {
    top: 8px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  body:not(.coral--light) .wtb-portal-container .back-button-container {
    top: 40px;
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body:not(.coral--light) .wtb-portal-container .mobile-only {
    display: none;
  }
  body:not(.coral--light) .wtb-portal-container .screen-title-container {
    margin-bottom: 40px;
  }
  body:not(.coral--light) .wtb-portal-container .back-button-container {
    top: 78px;
    left: calc(50% + 15px);
    -webkit-transform: translate(-40.15056462vw, 0);
    -moz-transform: translate(-40.15056462vw, 0);
    -ms-transform: translate(-40.15056462vw, 0);
    -o-transform: translate(-40.15056462vw, 0);
    transform: translate(-40.15056462vw, 0);
  }
}
