.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; }
    }

}*/
body > .root > .aem-Grid > .responsivegrid {
  min-height: 100vh;
}
#mw2-buy-header-container {
  margin-top: 90px;
  margin-bottom: 50px;
}
#mw2-buy-header-container .atvi-column-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
#mw2-buy-header-container .atvi-column-inner-container .mw2-buy-header-container-child-resource-2-class {
  /*width: 55%;
            flex-grow: unset;
            flex-basis: unset;

            @media screen and (max-width: 768px) {
				width: 100%;
            }*/
}
@media screen and (max-width: 768px) {
  #mw2-buy-header-container .atvi-column-inner-container .mw2-buy-header-container-child-resource-2-class #mw2-buy-openbeta-logo-container {
    margin-top: 25px;
  }
}
#mw2-buy-header-container .atvi-column-inner-container .mw2-buy-header-container-child-resource-2-class .atvi-text p {
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  #mw2-buy-header-container .atvi-column-inner-container .mw2-buy-header-container-child-resource-1-class {
    width: 35%;
    flex-grow: unset;
    flex-basis: unset;
    margin-left: 9%;
  }
  #mw2-buy-header-container .atvi-column-inner-container .mw2-buy-header-container-child-resource-2-class {
    flex-grow: unset;
    flex-basis: unset;
    width: 45%;
  }
}
#mw2-buy-header-container #mw2-buy-logo-container {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #mw2-buy-header-container #mw2-buy-logo-container {
    margin-left: 0;
  }
}
#mw2-buy-header-container #mw2-buy-logo-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#mw2-buy-header-container #mw2-buy-openbeta-logo-container {
  display: none;
}
#mw2-buy-header-container #mw2-buy-openbeta-logo-container img {
  display: block;
  width: 70%;
  margin: auto;
}
#mw2-buy-wtb .screen-title-container {
  margin-bottom: 0;
}
#mw2-buy-wtb .screen-title-container .screen-title {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  #mw2-buy-wtb .screen-title-container .screen-title {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  html[lang='ar'] #mw2-buy-header-container .atvi-column-inner-container .mw2-buy-header-container-child-resource-1-class {
    margin-right: 11%;
  }
}
/*.modernwarfare2.platform-select.portal-screen-container .platform-disclaimers .atvi-text div p, .steam-bundle-disclaimer p {
	font-size: 12px;
    position: relative;
    z-index: 100;

    a {
		color: #5f93e1 !important;

        &:hover {
			cursor: pointer !important;
        }
    }
}
.disclaimers-container {

    a {
        color: #5f93e1 !important;

        &:hover {
			cursor: pointer !important;
        }
    }
}

.modernwarfare2 .portal-screen-container.platform-select .additional-content-container {
	margin-top: -55px;

    @media (min-width: 1024px) {
		margin-top: 50px;
    }
}

.bundle-selection.portal-screen-container.modernwarfare2 #steam-bundle-disclaimer {

    p:nth-child(n+2) {
       margin-top: .33rem;
    }

    p a {
        color: #5f93e1 !important;

        &:hover {
			cursor: pointer !important;
        }
    }
}*/

.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;
  }
}

