.va-bold-it {
  font-family: 'VA-Text-Caps-Bold-It';
}
/*.green-btn() {
    .basic-cta();
    border: 1px solid #71af3a;
    color: #d2d4cd;
    text-shadow: 0px 0px 15px #000000;
    &:before {
        background-image: linear-gradient(6deg, #71af3a 0%, #649732 30% 70%, #71af3a 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #71af3a 0%, #6ca336 30% 70%, #71af3a 100%);
        opacity: 1;
    }
    
    &:hover {
        color: #ffffff;
        box-shadow: inset 0px 0px 30px #bb9934;
        border: 1px solid #679e25;
        &:before{ opacity: 0; }
    }
}*/
/*.gray-btn(){ 

	.basic-cta();
	//border: 1px solid #f4f4f4;;
    //color: #171a1a;
    color: #000000;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #f4f4f4 0%, #c2c5bb 30% 70%, #f4f4f4 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #ffffff 0%, #f4f4f4 30% 70%, #ffffff 100%);
    	opacity: 1;
    }
    
    &:hover {
        color: #000000;
        //border: 1px solid #ffffff;
        box-shadow: inset 0px 0px 30px #ffffff;

        &:before{ opacity: 0; }
    }

}*/
#preorder-hero #mw2-preorder-hero {
  height: calc(100vh - 50px);
  min-height: 700px;
}
@media only screen and (max-width: 768px) {
  #preorder-hero #mw2-preorder-hero {
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 769px) {
  #preorder-hero #mw2-preorder-hero .atvi-column-layout-bg-media-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 45%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 45%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 45%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
  }
}
@media only screen and (max-width: 768px) {
  #preorder-hero #mw2-preorder-hero .atvi-column-layout-bg-media-container {
    position: relative !important;
    height: auto;
    padding-bottom: 100%;
  }
}
#preorder-hero #mw2-preorder-hero .atvi-column-inner-container {
  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;
  max-width: 35%;
  height: 100%;
  position: absolute !important;
  right: 5%;
}
@media only screen and (max-width: 768px) {
  #preorder-hero #mw2-preorder-hero .atvi-column-inner-container {
    position: relative !important;
    max-width: 90%;
    height: auto;
    right: auto;
    margin: -25% auto 0;
  }
}
#preorder-hero #mw2-preorder-hero #mw2-beta-logo-container {
  width: 100%;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-logo-container img {
  display: block;
  width: 100%;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-description {
  margin-top: 20px;
  text-align: center;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-description p a {
  text-decoration: none;
  pointer-events: none;
  color: #d2d4cd;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-description p a:hover {
  cursor: text;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-description p:last-child {
  margin-top: 20px;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-hero-btns {
  margin-top: 20px;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-hero-btns > ul {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-hero-btns > ul li {
  width: 100%;
  max-width: 250px;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-hero-btns > ul li button {
  width: 100%;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-hero-btns #pre-order-btn {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 1.92px;
  border: none;
  font-family: 'VA-Text-Caps-Bold';
  font-size: 24px;
  line-height: 30px;
  width: 240px;
  padding: 5px 0 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
  color: #FFFFFF;
}
#preorder-hero #mw2-preorder-hero #mw2-beta-hero-btns #watch-trailer-btn {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 1.92px;
  border: none;
  font-family: 'VA-Text-Caps-Bold';
  font-size: 24px;
  line-height: 30px;
  width: 240px;
  padding: 5px 0 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
  color: #000;
  margin-top: 15px;
}
#preorder-hero #beta-disclaimer {
  padding: 20px;
  margin-left: 5%;
}
#preorder-hero #beta-disclaimer p {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #preorder-hero #beta-disclaimer {
    margin-left: 0;
  }
}

.va-bold-it {
  font-family: 'VA-Text-Caps-Bold-It';
}
/*.green-btn() {
    .basic-cta();
    border: 1px solid #71af3a;
    color: #d2d4cd;
    text-shadow: 0px 0px 15px #000000;
    &:before {
        background-image: linear-gradient(6deg, #71af3a 0%, #649732 30% 70%, #71af3a 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #71af3a 0%, #6ca336 30% 70%, #71af3a 100%);
        opacity: 1;
    }
    
    &:hover {
        color: #ffffff;
        box-shadow: inset 0px 0px 30px #bb9934;
        border: 1px solid #679e25;
        &:before{ opacity: 0; }
    }
}*/
/*.gray-btn(){ 

	.basic-cta();
	//border: 1px solid #f4f4f4;;
    //color: #171a1a;
    color: #000000;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #f4f4f4 0%, #c2c5bb 30% 70%, #f4f4f4 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #ffffff 0%, #f4f4f4 30% 70%, #ffffff 100%);
    	opacity: 1;
    }
    
    &:hover {
        color: #000000;
        //border: 1px solid #ffffff;
        box-shadow: inset 0px 0px 30px #ffffff;

        &:before{ opacity: 0; }
    }

}*/
.wtb-header {
  margin: 40px auto 0;
  text-align: center;
  line-height: 1.15;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) {
  position: relative;
  min-height: 0;
  z-index: 1;
  overflow: visible;
  background-color: #000;
  /*@media screen and (max-width: 480px) {
    padding-top: 12px;

    .portal-screen-container {
      .platform-logo-image-container .svg-element:not(.pc) svg {
        height: 55%;
      }

      .platform-name {
        top: 75%;
      }
    }

    .sub-screen-container {
      padding-bottom: 44px;
    }

    .wtb-portal-tout {
      width: 310px;
      max-width: 100%;
      margin: 0 auto;
    }


  }*/
}
@media only screen and (max-width: 480px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) {
    padding-top: 12px;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .wtb-portal-master-screens-container {
  height: auto;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .wtb-portal-master-screens-container > div.atvi-layout-container {
  width: 100%;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode)[data-current-path="battlepass"] {
  height: 640px;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container {
  position: absolute;
  height: 100%;
  padding-top: 52px;
  background-color: transparent;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container.active-portal-screen {
  left: 0;
  overflow: hidden;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container.exiting-screen {
  left: -100vw;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container.platform-select {
  font-family: 'VA-Text-Regular';
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  line-height: 1.3;
  font-size: 18px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container.platform-select {
    font-size: 20px;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container.platform-select a {
  text-decoration: none;
  color: #71af3a;
}
@media only screen and (max-width: 480px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title-container {
    padding: 0;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title-container .screen-title {
  margin-bottom: 0;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title p {
  font-family: 'VA-Text-Caps-Bold';
  font-weight: 800;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  /*background: -webkit-linear-gradient(6deg, #f4f4f4 0%, #c2c5bb 30% 70%, #f4f4f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  font-size: 45px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title p {
    font-size: 45px;
  }
}
@media screen and (max-width: 640px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title p {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title p {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title p {
    font-size: 25px !important;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 480px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .screen-title {
    margin-bottom: 0;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-name {
  font-family: 'VA-Text-Regular';
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-name {
    font-size: 20px;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.pc img {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.pc img {
    width: 50%;
    margin-top: 0;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.steam img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.steam img {
    width: 20%;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.xbox svg,
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.ps svg {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.xbox svg,
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-logo-image-container .svg-element.ps svg {
    width: 35%;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .close-button-container {
  display: none;
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .disclaimers-container {
  font-family: 'VA-Text-Regular';
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  line-height: 1.3;
  font-size: 18px;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .disclaimers-container {
    font-size: 20px;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .user-controls-container {
  display: none;
  font-family: 'VA-Text-Regular';
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .user-controls-container {
    font-size: 20px;
  }
}
body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .user-controls-container a {
  text-transform: uppercase;
}
@media screen and (max-width: 1023.5px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) {
    padding-top: 20px;
  }
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container {
    padding-top: 0;
  }
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) .portal-screen-container .platform-name {
    top: 78%;
  }
}
@media screen and (max-width: 768px) {
  body:not(.coral--light) div.wtb-portal-container:not(.modal-mode) {
    padding-top: 50px;
  }
}

