@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* *****************************************
        0START: PLAYTEST PAGE 
****************************************** */
#playtest-body-container {
  background: transparent url("../../../../../content/dam/atvi/activision/company/playtest/Background.png") center / 100% auto repeat-y fixed;
}
/* *****************************************
        PLAYTEST - COMMON
****************************************** */
#playtest-body-container > section {
  position: relative;
  clear: both;
}
#playtest-body-container .section-divider-vert {
  position: relative;
  width: 1px;
  height: 40px;
  margin: 5px auto;
  border-left: 5px dotted #999999;
  clear: both;
}
#playtest-body-container .section-divider {
  position: relative;
  width: 100%;
  height: 92px;
  background-color: transparent;
  background-position: center center;
  background-size: 72px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  clear: both;
}
#playtest-body-container .section-divider:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 44px;
  border-top: 5px dotted #999999;
  width: calc(40% - 56px);
}
#playtest-body-container .section-divider:after {
  content: "";
  position: absolute;
  right: 10%;
  top: 44px;
  border-bottom: 5px dotted #999999;
  width: calc(40% - 56px);
}
#playtest-body-container .section-divider.controller {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-controller.png");
  background-size: 53px auto;
}
#playtest-body-container .section-divider.key {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-key.png");
  background-size: auto 72px;
}
#playtest-body-container .section-divider.bomb {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bomb.png");
  background-size: auto 71px;
}
#playtest-body-container .section-divider.knight {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-knight.png");
  background-size: auto 72px;
}
#playtest-body-container .section-divider.mail {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-envelope.png");
  background-size: 72px auto;
}
#playtest-body-container p {
  line-height: 1.3em;
}
.speech-bubble {
  position: relative;
  display: inline-block;
  padding: 15px;
  background: #FFFFFF;
  border: #1e1e1e solid 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bottom-arrow:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 85%;
  border-style: solid;
  border-width: 15px;
  border-color: #FFFFFF #FFFFFF transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.bottom-arrow:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: calc(85% - 3px);
  border-style: solid;
  border-width: 18px;
  border-color: #1e1e1e #1e1e1e transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
}
.left-arrow:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 20%;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.left-arrow:before {
  content: "";
  position: absolute;
  left: -36px;
  top: calc(20% - 3px);
  border-style: solid;
  border-width: 18px;
  border-color: transparent #1e1e1e #1e1e1e transparent;
  display: block;
  width: 0;
  z-index: 0;
}
.top-arrow:after {
  content: "";
  position: absolute;
  top: -44px;
  left: calc(50% - 22px);
  border-style: solid;
  border-width: 22px;
  border-color: transparent transparent #FFFFFF transparent;
  display: none;
  width: 0;
  z-index: 1;
}
.top-arrow:before {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50% - 25px);
  border-style: solid;
  border-width: 25px;
  border-color: transparent transparent #1e1e1e transparent;
  display: none;
  width: 0;
  z-index: 0;
}
.cta-button-yellow {
  font-family: 'Press Start 2P', cursive;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.4em;
  color: #000000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #f6d92a;
  border: 3px solid #000000;
  -webkit-box-shadow: 7px 7px 5px #000000;
  -moz-box-shadow: 7px 7px 5px #000000;
  box-shadow: 7px 7px 5px #000000;
  padding: 30px 0;
}
.cta-button-yellow:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 320%;
  height: 200%;
  opacity: 0;
  transform: rotate(120deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.33) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.cta-button-yellow:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.cta-button-yellow:hover {
  color: #fcdd2b;
  text-shadow: 1px 1px 5px #ffffff;
  background-color: #000000;
  -webkit-box-shadow: 10px 10px 20px #000000;
  -moz-box-shadow: 10px 10px 20px #000000;
  box-shadow: 10px 10px 20px #000000;
}
.cta-button-yellow:active {
  color: #fcdd2b;
  text-shadow: 1px 1px 5px #ffffff;
  background-color: #000000;
  -webkit-box-shadow: 3px 3px 5px #000000;
  -moz-box-shadow: 3px 3px 5px #000000;
  box-shadow: 3px 3px 5px #000000;
}
.cta-button-yellow-on-dark {
  font-family: 'Press Start 2P', cursive;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8em;
  color: #000000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #f6d92a;
  border: 2px solid #000000;
  -webkit-box-shadow: 7px 7px 5px #666666;
  -moz-box-shadow: 7px 7px 5px #666666;
  box-shadow: 7px 7px 5px #666666;
  padding: 20px 0;
}
.cta-button-yellow-on-dark:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 320%;
  height: 200%;
  opacity: 0;
  transform: rotate(120deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.33) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.cta-button-yellow-on-dark:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.cta-button-yellow-on-dark:hover {
  color: #f6d92a;
  border: 2px solid #cccccc;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #000000;
  -webkit-box-shadow: 10px 10px 20px #666666;
  -moz-box-shadow: 10px 10px 20px #666666;
  box-shadow: 10px 10px 20px #666666;
}
.cta-button-yellow-on-dark:active {
  color: #f6d92a;
  border: 2px solid #cccccc;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #000000;
  -webkit-box-shadow: 5px 5px 5px #666666;
  -moz-box-shadow: 5px 5px 5px #666666;
  box-shadow: 5px 5px 5px #666666;
}
.cta-button-gray {
  font-family: 'Press Start 2P', cursive;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8em;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
  background-color: #666666;
  border: 4px solid #282828;
  -webkit-box-shadow: 7px 7px 5px #000000;
  -moz-box-shadow: 7px 7px 5px #000000;
  box-shadow: 7px 7px 5px #000000;
  padding: 30px 0;
}
.cta-button-gray:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 320%;
  height: 200%;
  opacity: 0;
  transform: rotate(120deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.33) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.cta-button-gray:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.cta-button-gray:hover {
  color: #f6d92a;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.74);
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.74);
}
.cta-button-gray:active {
  color: #f6d92a;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.74);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.74);
}
.cta-button-white {
  font-family: 'Press Start 2P', cursive;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.4em;
  color: #000000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #ffffff;
  border: 3px solid #000000;
  -webkit-box-shadow: 7px 7px 5px #000000;
  -moz-box-shadow: 7px 7px 5px #000000;
  box-shadow: 7px 7px 5px #000000;
  padding: 28px 0;
}
.cta-button-white:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 320%;
  height: 200%;
  opacity: 0;
  transform: rotate(120deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.33) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.cta-button-white:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.cta-button-white:hover {
  color: #000000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 20px #000000;
  -moz-box-shadow: 10px 10px 20px #000000;
  box-shadow: 10px 10px 20px #000000;
}
.cta-button-white:active {
  color: #000000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.65);
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px #000000;
  -moz-box-shadow: 3px 3px 5px #000000;
  box-shadow: 3px 3px 5px #000000;
}
#playtest-body-container .oval-header {
  background: #ffffff;
  width: 100%;
  border: 5px solid #000000;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 30px;
  margin: 30px 0;
  color: #000000;
  font-family: "Roboto", "Arial", "sans-serif";
  font-size: 4.0em;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px #000000;
  text-transform: uppercase;
}
.plus {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  border: 1px solid #000000;
  box-sizing: border-box;
  position: relative;
}
.plus:before {
  content: '';
  width: 9px;
  height: 1px;
  border-top: 1px solid #000000;
  display: block;
  position: absolute;
  margin-top: 5px;
  margin-left: 1px;
  box-sizing: border-box;
}
.plus:after {
  content: '';
  width: 1px;
  height: 9px;
  border-right: 1px solid #000000;
  display: block;
  position: absolute;
  margin-top: 1px;
  margin-left: 5px;
  box-sizing: border-box;
}
.minus {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
}
.minus:before {
  content: '';
  width: 9px;
  height: 1px;
  border-top: 1px solid #ffffff;
  display: block;
  position: absolute;
  margin-top: 5px;
  margin-left: 1px;
  box-sizing: border-box;
}
/* ***********************************************************************
 *************** PLAYTEST - COMMON - MEDIA QUERIES ***********************
************************************************************************ */
/* ************************************************************** 
        PLAYTEST - COMMON - ALL DESKTOP CSS
*************************************************************** */
@media screen and (min-width: 1025px) {
  #playtest-body-container .section-divider.key:before,
  #playtest-body-container .section-divider.bomb:before,
  #playtest-body-container .section-divider.key:after,
  #playtest-body-container .section-divider.bomb:after {
    border-color: transparent;
  }
}
/* ************************************************************** 
        PLAYTEST - COMMON - DESKTOP (Large) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - COMMON - DESKTOP (Small) CSS
*************************************************************** */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .speech-bubble {
    padding: 12px;
  }
  .cta-button-yellow {
    font-size: 1.0em;
    padding: 20px 0;
  }
}
/* ************************************************************** 
        PLAYTEST - COMMON - TABLET CSS
*************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playtest-body-container .section-divider-vert {
    height: 80px;
    border-color: #000000;
  }
  #playtest-body-container .section-divider-vert.key:last-child {
    display: none;
  }
  #playtest-body-container .section-divider-vert.bomb:nth-of-type(odd) {
    display: none;
  }
  #playtest-body-container .section-divider:before,
  #playtest-body-container .section-divider:after {
    border-color: #000000;
  }
  #playtest-body-container .section-divider.controller {
    display: none;
  }
  #playtest-body-container .section-divider.key {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-key.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: auto 50px, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .section-divider.bomb {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bomb.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: auto 50px, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .section-divider.knight {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-knight.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: auto 50px, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .section-divider.mail {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-envelope.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: 44px auto, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .oval-header {
    font-size: 2.5em;
    padding: 20px;
  }
  .speech-bubble {
    display: block;
    max-width: none;
    padding: 10px;
  }
  .bottom-arrow:after {
    left: 85%;
  }
  .bottom-arrow:before {
    left: calc(85% - 3px);
  }
  .cta-button-yellow {
    font-size: 0.8em;
    padding: 20px 0;
  }
  .plus,
  .minus {
    float: right;
  }
}
/* ************************************************************** 
        PLAYTEST - COMMON - MOBILE CSS
*************************************************************** */
@media screen and (max-width: 767px) {
  #playtest-body-container .section-divider-vert {
    height: 30px;
    border-color: #000000;
  }
  #playtest-body-container .section-divider-vert.key:last-child {
    display: none;
  }
  #playtest-body-container .section-divider-vert.bomb:nth-of-type(odd) {
    display: none;
  }
  #playtest-body-container .section-divider:before,
  #playtest-body-container .section-divider:after {
    border-color: #000000;
  }
  #playtest-body-container .section-divider.controller {
    display: none;
  }
  #playtest-body-container .section-divider.key {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-key.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: auto 50px, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .section-divider.bomb {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bomb.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: auto 50px, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .section-divider.knight {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-knight.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: auto 50px, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .section-divider.mail {
    background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-envelope.png"), url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-bg-ring.png");
    background-size: 44px auto, 66px 66px;
    background-position: center center, center center;
  }
  #playtest-body-container .oval-header {
    font-size: 1.6em;
    padding: 20px;
  }
  .speech-bubble {
    display: block;
    max-width: none;
    padding: 10px;
  }
  .bottom-arrow:after {
    left: 55%;
  }
  .bottom-arrow:before {
    left: calc(55% - 3px);
  }
  .plus,
  .minus {
    float: right;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* *****************************************
        PLAYTEST - WELCOME 
****************************************** */
#playtest-body-container #welcome-container {
  background: transparent url("../../../../../content/dam/atvi/activision/company/playtest/Map.png") right top / 50% no-repeat scroll;
  position: relative;
  z-index: 0;
}
#playtest-body-container #welcome-container #welcome-title {
  font-family: "Roboto", "Arial", "sans-serif";
  font-size: 4.0em;
  font-weight: bold;
  text-shadow: 2px 2px 5px #666666;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0;
}
#playtest-body-container #welcome-container #welcome-bubble {
  font-family: "Roboto", "Arial", "sans-serif";
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  right: 58%;
  width: 32%;
  max-width: 460px;
  box-sizing: border-box;
  z-index: 1;
}
#playtest-body-container #welcome-container #welcome-logo {
  width: 30%;
  margin: 0 auto;
  clear: both;
}
#playtest-body-container #welcome-container #welcome-logo img {
  width: 100%;
}
#playtest-body-container #welcome-container #welcome-logo img.png-dropshadow {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
  filter: url(playtest/css/#drop-shadow);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.74));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.74));
}
#playtest-body-container #welcome-container #welcome-logo img.png-dropshadow:hover {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=7, OffY=7, Color='#444')";
  filter: url(playtest/css/#drop-shadow);
  -webkit-filter: drop-shadow(7px 7px 15px rgba(0, 0, 0, 0.74));
  filter: drop-shadow(7px 7px 15px rgba(0, 0, 0, 0.74));
}
#playtest-body-container #welcome-container #welcome-logo img.png-dropshadow:active {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
  filter: url(playtest/css/#drop-shadow);
  -webkit-filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.63));
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.63));
}
#playtest-body-container #welcome-container #welcome-signup {
  width: 28%;
  margin: 30px auto;
  clear: both;
}
/* ***********************************************************************
 ***************** PLAYTEST - WELCOME - MEDIA QUERIES ********************
************************************************************************ */
/* ************************************************************** 
        PLAYTEST - WELCOME - ALL DESKTOP CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - WELCOME - DESKTOP (Large) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - WELCOME - DESKTOP (Small) CSS
*************************************************************** */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #playtest-body-container #welcome-container #welcome-title {
    font-size: 3.0em;
  }
  #playtest-body-container #welcome-container #welcome-bubble {
    font-size: 1.0em;
  }
}
/* ************************************************************** 
        PLAYTEST - WELCOME - TABLET CSS
*************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playtest-body-container #welcome-container {
    background: none;
  }
  #playtest-body-container #welcome-container #welcome-title {
    font-size: 2.5em;
  }
  #playtest-body-container #welcome-container #welcome-bubble {
    float: left;
    width: 40%;
    margin: 0;
    font-size: 0.9em;
    left: 18%;
    right: 0;
  }
  #playtest-body-container #welcome-container #welcome-logo {
    float: right;
    width: 50%;
    max-width: 520px;
    margin: 0 50px 0 0;
    clear: none;
  }
  #playtest-body-container #welcome-container #welcome-signup {
    float: left;
    width: 34%;
    max-width: 350px;
    margin: -65px 0 40px 50px;
  }
}
/* ************************************************************** 
        PLAYTEST - WELCOME - MOBILE CSS
*************************************************************** */
@media screen and (max-width: 767px) {
  #playtest-body-container #welcome-container {
    background: none;
  }
  #playtest-body-container #welcome-container #welcome-title {
    font-size: 1.7em;
    padding: 30px 15px;
  }
  #playtest-body-container #welcome-container #welcome-bubble {
    display: none;
  }
  #playtest-body-container #welcome-container #welcome-logo {
    width: 85%;
    max-width: 520px;
  }
  #playtest-body-container #welcome-container #welcome-signup {
    width: 70%;
    max-width: 420px;
  }
  .cta-button-yellow {
    font-size: 0.8em;
    padding: 15px 0;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* *****************************************
        PLAYTEST - HOW IT WORKS 
****************************************** */
#playtest-body-container #how-it-works-container {
  width: 90%;
  margin: 0 auto;
}
#playtest-body-container #how-it-works-container .chest {
  background: #ffffff;
  width: 100%;
  border: 5px solid #000000;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}
#playtest-body-container #how-it-works-container #hiw-chest-top {
  font-family: "Roboto", "Arial", "sans-serif";
  font-size: 4.0em;
  font-weight: bold;
  color: #000000;
  text-shadow: 2px 2px 5px #000000;
  text-transform: uppercase;
  -webkit-border-radius: 60px 60px 0 0;
  -moz-border-radius: 60px 60px 0 0;
  border-radius: 60px 60px 0 0;
  margin-top: 30px;
}
#playtest-body-container #how-it-works-container #hiw-content {
  font-family: "Roboto", "Arial", "sans-serif";
  color: #ffffff;
  background-color: #000000;
  width: calc(100% - 45px);
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 0;
}
#playtest-body-container #how-it-works-container #hiw-content #hiw-text {
  position: relative;
  overflow: auto;
  margin-top: 30px;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column {
  float: left;
  width: 33%;
  padding: 0 30px 20px 0;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:not(:first-child) {
  padding-left: 30px;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:nth-child(2) {
  border-left: 5px dotted #999999;
  border-right: 5px dotted #999999;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > h3 {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > p {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > ul {
  font-size: 1.2em;
  font-weight: bold;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
#playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > a {
  width: 70%;
  margin: 0 auto 20px auto;
}
#playtest-body-container #how-it-works-container #hiw-content #hiw-loot {
  width: 95%;
  display: block;
  margin: 0 auto 30px auto;
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/loot-shine-left.png"), url("../../../../../content/dam/atvi/activision/company/playtest/loot-shine-right.png");
  background-size: 20% 100%, 20% 100%;
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-color: #000000;
  clear: both;
}
#playtest-body-container #how-it-works-container #hiw-content #hiw-loot img {
  width: 60%;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#playtest-body-container #how-it-works-container #hiw-chest-bottom {
  padding: 25px 30px;
  margin: -5px 0 20px 0;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
}
#playtest-body-container #how-it-works-container #hiw-chest-bottom-inner {
  height: 216px;
  background: transparent url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-keyhole.png") center center / 63px no-repeat scroll;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
}
.red-font {
  color: #eb2d2f;
}
.orange-font {
  color: #ef8e30;
}
.blue-font {
  color: #01a9ea;
}
.green-font {
  color: #58b94d;
}
/* ***********************************************************************
 ************* PLAYTEST - HOW IT WORKS - MEDIA QUERIES *******************
************************************************************************ */
/* ************************************************************** 
        PLAYTEST - HOW IT WORKS - ALL DESKTOP CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - HOW IT WORKS - DESKTOP (Large) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - HOW IT WORKS - DESKTOP (Small) CSS
*************************************************************** */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > h3 {
    font-size: 1.2em;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > p {
    font-size: 1.0em;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > a {
    font-size: 0.7em;
    width: 90%;
    max-width: 250px;
    min-width: 170px;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > ul {
    font-size: 1.0em;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > a {
    max-width: 300px;
  }
}
/* ************************************************************** 
        PLAYTEST - HOW IT WORKS - TABLET CSS
*************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playtest-body-container #how-it-works-container #hiw-chest-top {
    font-size: 2.5em;
  }
  #playtest-body-container #how-it-works-container #hiw-content {
    height: auto;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:not(:first-child) {
    padding-left: 0px;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:nth-child(2) {
    border: none;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > h3 {
    font-size: 1.6em;
    font-weight: bold;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:not(:first-child) > h3 {
    margin-top: 30px;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > a {
    max-width: 300px;
  }
  #playtest-body-container #how-it-works-container #hiw-loot {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
  }
  #playtest-body-container #how-it-works-container #hiw-loot img {
    width: 100%;
    max-width: none;
    position: relative;
    margin: 0;
  }
  #playtest-body-container #hiw-chest-bottom-inner {
    height: 150px;
  }
}
/* ************************************************************** 
        PLAYTEST - HOW IT WORKS - MOBILE CSS
*************************************************************** */
@media screen and (max-width: 767px) {
  #playtest-body-container #how-it-works-container #hiw-chest-top {
    font-size: 1.6em;
  }
  #playtest-body-container #how-it-works-container #hiw-content {
    height: auto;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:not(:first-child) {
    padding-left: 0px;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:not(:first-child) > h3 {
    margin-top: 30px;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column:nth-child(2) {
    border: none;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > h3 {
    font-size: 1.2em;
    font-weight: bold;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > p {
    font-size: 1.0em;
    margin: 0 0 20px 0;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > a {
    font-size: 0.6em;
    width: 90%;
    max-width: 250px;
    min-width: 170px;
  }
  #playtest-body-container #how-it-works-container #hiw-content .hiw-tri-column > ul {
    font-size: 1.0em;
  }
  #playtest-body-container #how-it-works-container #hiw-content #hiw-loot {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
  }
  #playtest-body-container #how-it-works-container #hiw-content #hiw-loot img {
    width: 100%;
    max-width: none;
    position: relative;
    margin: 0;
  }
  #playtest-body-container #how-it-works-container #hiw-chest-bottom-inner {
    height: 150px;
    background-size: 45px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* *****************************************
        PLAYTEST - FAQ
****************************************** */
#playtest-body-container #faq-container {
  width: 90%;
  margin: 0 auto;
}
#playtest-body-container #faq-container #faq-content {
  font-family: sans-serif;
  color: #000000;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column {
  float: left;
  width: 33%;
  padding: 0 30px 20px 0;
  box-sizing: border-box;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column:not(:first-child) {
  padding-left: 30px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column:nth-child(2) {
  border-left: 5px dotted #999999;
  border-right: 5px dotted #999999;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column > h3 {
  font-size: 1.9em;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 40px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 6px 0 0 45px;
  background: transparent url("") left center / 40px no-repeat scroll;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column > h3:before {
  content: "";
  float: right;
  display: block;
  margin: 0 2px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column > h3:after {
  content: "";
  float: right;
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: 5px -14px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#playtest-body-container #faq-container #faq-content .faq-tri-column > h3.active:after {
  content: "";
  float: right;
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: 7px -14px 0 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .signing-up {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-note.png");
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .playtesting {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/icon-controller.png");
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .other {
  background-image: url("../../../../../content/dam/atvi/activision/company/playtest/icons/FAQ_Other.svg");
}
#playtest-body-container #faq-container #faq-content .faq-tri-column > div {
  margin-bottom: 30px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question {
  font-family: "Roboto", "Arial", "sans-serif";
  text-transform: uppercase;
  line-height: 1.3em;
  padding: 15px 5px 15px 10px;
  cursor: pointer;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question:hover a {
  color: #01a9ea;
  text-shadow: 1px 1px 6px #ffffff;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question a,
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question a:visited {
  color: #000000;
  font-size: 1.0em;
  text-decoration: none;
  font-weight: bold;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question.active {
  padding: 15px 5px 15px 10px;
  background-color: #000000;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question.active a,
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question.active a:visited {
  color: #ffffff;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question.active:hover a {
  color: #01a9ea;
  text-shadow: none;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question div {
  margin: -14px 0 0 20px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  margin-top: 10px;
  display: none;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer.open {
  display: block;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer > p {
  line-height: 1.3em;
  margin: 0 0 20px 12px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer > p b {
  font-weight: bold;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer > p a {
  color: #01a9ea;
  font-weight: bold;
  text-decoration: none;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer > p a.cta-button-yellow {
  color: #000000;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer > p a.cta-button-yellow:hover,
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer > p a.cta-button-yellow:active {
  color: #fcdd2b;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer a.cta-button-yellow {
  width: 70%;
  margin: 0 auto 20px auto;
  padding: 20px 0;
  font-size: 0.8em;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer .social-share {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer .social-share > a {
  display: inline;
  margin: 0 5%;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer .social-share > a > img {
  width: 30px;
  height: 30px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer table th {
  border: 1px solid #999999;
  font-size: 0.8em;
  font-weight: bold;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer table td {
  border: 1px solid #999999;
  font-size: 0.8em;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer table ul {
  margin-left: 20px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer ul {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.3em;
  margin-left: 30px;
}
#playtest-body-container #faq-container #faq-content .faq-tri-column .faq-answer ul > li {
  margin-top: 5px;
}
/* ***********************************************************************
 ****************** PLAYTEST - FAQ - MEDIA QUERIES ***********************
************************************************************************ */
/* ************************************************************** 
        PLAYTEST - FAQ - ALL DESKTOP CSS
*************************************************************** */
@media screen and (min-width: 1025px) {
  #playtest-body-container #faq-container #faq-content .faq-tri-column > h3:before,
  #playtest-body-container #faq-container #faq-content .faq-tri-column > h3:after,
  #playtest-body-container #faq-container #faq-content .faq-tri-column > h3.active:after {
    display: none;
  }
}
/* ************************************************************** 
        PLAYTEST - FAQ - DESKTOP (Large) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - FAQ - DESKTOP (Small) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - FAQ - TABLET CSS
*************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playtest-body-container #faq-container #faq-content .faq-tri-column {
    float: none;
    width: 100%;
    padding: 10px 0 0 0 ;
    border-top: 2px dotted #666666;
    box-sizing: border-box;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column:not(:first-child) {
    padding-left: 0px;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 2px dotted #666666;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column > h3 {
    font-size: 1.5em;
    cursor: pointer;
    padding-top: 8px;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-questions-and-answers {
    display: none;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-questions-and-answers.open {
    display: block;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question {
    border-top: 1px solid #cccccc;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question div {
    margin: 0 20px 0 0;
  }
}
/* ************************************************************** 
        PLAYTEST - FAQ - MOBILE CSS
*************************************************************** */
@media screen and (max-width: 767px) {
  #playtest-body-container #faq-container #faq-content .faq-tri-column {
    float: none;
    width: 100%;
    padding: 10px 0 0 0 ;
    border-top: 2px dotted #666666;
    box-sizing: border-box;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column:not(:first-child) {
    padding-left: 0px;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 2px dotted #666666;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column > h3 {
    font-size: 1.4em;
    padding-top: 9px;
    cursor: pointer;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-questions-and-answers {
    display: none;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-questions-and-answers.open {
    display: block;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question {
    border-top: 1px solid #cccccc;
  }
  #playtest-body-container #faq-container #faq-content .faq-tri-column .faq-question div {
    margin: 0 20px 0 0;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* *****************************************
        PLAYTEST - WHO WE ARE 
****************************************** */
#playtest-body-container #who-we-are-container {
  width: 90%;
  margin: 0 auto;
}
#playtest-body-container #who-we-are-container #wwa-content {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
}
#playtest-body-container #who-we-are-container #wwa-content #wwa-text {
  float: left;
  width: 40%;
  padding: 0 30px 20px 0;
  border-right: 5px dotted #999999;
  box-sizing: border-box;
}
#playtest-body-container #who-we-are-container #wwa-content #wwa-text .wwa-description {
  margin-bottom: 30px;
}
#playtest-body-container #who-we-are-container #wwa-content #wwa-text .wwa-description > p {
  font-size: 1.2em;
  margin-bottom: 15px;
}
#playtest-body-container #who-we-are-container #wwa-content .wwa-subheader {
  font-family: "Roboto", "Arial", "sans-serif";
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#playtest-body-container #who-we-are-container #wwa-content #wwa-images {
  float: left;
  width: 60%;
  padding: 0 0 20px 30px;
  box-sizing: border-box;
}
#playtest-body-container #who-we-are-container #wwa-content #wwa-images > div {
  margin: 20px 0 20px 0;
}
#playtest-body-container #who-we-are-container #wwa-content #wwa-images img {
  width: 100%;
  border: 5px solid #000000;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
/* ***********************************************************************
 ************* PLAYTEST - WHO WE ARE - MEDIA QUERIES *********************
************************************************************************ */
/* ************************************************************** 
        PLAYTEST - WHO WE ARE - ALL DESKTOP CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - WHO WE ARE - DESKTOP (Large) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - WHO WE ARE - DESKTOP (Small) CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - WHO WE ARE - TABLET CSS
*************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playtest-body-container #who-we-are-container #wwa-content #wwa-text {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
  }
  #playtest-body-container #who-we-are-container #wwa-content h3.wwa-subheader {
    font-size: 1.5em;
  }
  #playtest-body-container #who-we-are-container #wwa-content #wwa-images {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #playtest-body-container #who-we-are-container #wwa-content #wwa-images > div {
    width: 90%;
    margin: 20px auto;
  }
}
/* ************************************************************** 
        PLAYTEST - WHO WE ARE - MOBILE CSS
*************************************************************** */
@media screen and (max-width: 767px) {
  #playtest-body-container #who-we-are-container #wwa-content #wwa-text {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
  }
  #playtest-body-container #who-we-are-container #wwa-content h3.wwa-subheader {
    font-size: 1.1em;
  }
  #playtest-body-container #who-we-are-container #wwa-content .wwa-description > p {
    font-size: 0.8em;
    line-height: 1.2em;
  }
  #playtest-body-container #who-we-are-container #wwa-content #wwa-images {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #playtest-body-container #who-we-are-container #wwa-content #wwa-images > div {
    width: 100%;
    margin: 20px auto;
  }
  #playtest-body-container #who-we-are-container #wwa-content #wwa-images img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* *****************************************
    0    PLAYTEST - CONTACT US 
****************************************** */
#playtest-body-container #contact-us-container {
  width: 90%;
  margin: 0 auto;
}
#playtest-body-container #contact-us-container #contact-us-content {
  width: 100%;
  background: transparent url("../../../../../content/dam/atvi/activision/company/playtest/CUR_Logo-Logo_Text.png") 10% top / 40% auto no-repeat scroll;
  overflow: auto;
  display: block;
  padding-bottom: 30px;
}
#playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help {
  float: right;
  width: 40%;
  margin-right: 30px;
}
#playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help h3 {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
#playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-yellow {
  width: 90%;
  margin: 20px auto;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 1.0em;
  line-height: 1.4em;
  text-align: left;
}
#playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-white {
  padding: 13px 20px;
}
#playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-buttons-level-2 {
  width: 80%;
  margin: 20px auto;
  border-left: 5px dotted #999999;
  padding-left: 20px;
  box-sizing: border-box;
}
#playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-buttons-level-2 > a {
  width: 100%;
  margin: 20px auto;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
}
/* ***********************************************************************
 **************** PLAYTEST - CONTACT US - MEDIA QUERIES ******************
************************************************************************ */
/* ************************************************************** 
        PLAYTEST - CONTACT US - ALL DESKTOP CSS
*************************************************************** */
/* ************************************************************** 
        PLAYTEST - CONTACT US - DESKTOP (Large) CSS
*************************************************************** */
@media screen and (min-width: 1600px) {
  #playtest-body-container #contact-us-container #contact-us-content {
    background-size: auto 95%;
  }
}
/* ************************************************************** 
        PLAYTEST - CONTACT US - DESKTOP (Small) CSS
*************************************************************** */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #playtest-body-container #contact-us-container #contact-us-content {
    background-size: 45% auto;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help h3 {
    font-size: 1.3em;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-yellow {
    font-size: 0.8em;
    padding: 15px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-gray {
    font-size: 0.6em;
    padding: 15px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-white {
    font-size: 0.8em;
    padding: 13px;
  }
}
/* ************************************************************** 
        PLAYTEST - CONTACT US - TABLET CSS
*************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playtest-body-container #contact-us-container #contact-us-content {
    width: 100%;
    background: none;
    overflow: auto;
    display: block;
    padding: 30px 0;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help {
    float: none;
    width: 85%;
    margin: 0 auto;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help h3 {
    font-size: 1.0em;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-yellow {
    font-size: 0.8em;
    padding: 10px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-gray {
    font-size: 0.6em;
    padding: 10px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-white {
    font-size: 0.8em;
    padding: 8px;
  }
  .left-arrow:after {
    display: none;
  }
  .left-arrow:before {
    display: none;
  }
  .top-arrow:after {
    display: block;
  }
  .top-arrow:before {
    display: block;
  }
}
/* ************************************************************** 
        PLAYTEST - CONTACT US - MOBILE CSS
*************************************************************** */
@media screen and (max-width: 767px) {
  #playtest-body-container #contact-us-container #contact-us-content {
    width: 100%;
    background: none;
    overflow: auto;
    display: block;
    padding: 30px 0;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help {
    float: none;
    width: 85%;
    margin: 0 auto;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help h3 {
    font-size: 0.9em;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-yellow {
    font-size: 0.7em;
    padding: 10px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-gray {
    font-size: 0.5em;
    padding: 10px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-button-white {
    font-size: 0.7em;
    padding: 8px;
  }
  #playtest-body-container #contact-us-container #contact-us-content #contact-us-how-can-we-help .cta-buttons-level-2 > a {
    font-size: 0.6em;
  }
  .left-arrow:after {
    display: none;
  }
  .left-arrow:before {
    display: none;
  }
  .top-arrow:after {
    display: block;
  }
  .top-arrow:before {
    display: block;
  }
}

