@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans');
.cq-Editable-dom--container,
.aem-GridColumn.cq-Editable-dom--container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.menu-active {
  overflow: hidden;
}
body {
  background: #eff3f5;
  font-family: "Open Sans", Arial, san-serif;
  overflow-x: hidden;
}
body b,
body strong {
  font-weight: bold;
}
body i,
body em {
  font-style: italic;
}
body u {
  text-decoration: underline;
}
body ul {
  /*list-style: disc;
        margin-left: 35px;*/
}
body a {
  color: #bc9b52;
  text-decoration: none;
}
body .teams-footer {
  text-align: center;
  border: 1px solid #d1d1d1;
  padding: 15px 0;
}
body .page-header {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
body .page-header .cmp-text {
  padding: 80px 0;
}
body .page-header h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .page-header {
    max-width: 100%;
  }
  body .page-header .cmp-text {
    padding: 40px 0px;
  }
}
body .whitebox-header {
  width: 100%;
  max-width: 1200px;
  margin: 25px auto 0;
  padding: 0 15px;
}
body .whitebox-header .cmp-text {
  background: #FFF;
  padding: 50px 75px;
}
body .whitebox-header h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
}
body .whitebox-header p {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
body .whitebox-header p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body .whitebox-header {
    max-width: 100%;
  }
  body .whitebox-header .cmp-text {
    padding: 25px 50px;
  }
}
body .hero-header {
  min-height: 350px;
  position: relative;
  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;
}
body .hero-header .cmp-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
body .hero-header h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #FFF;
}
body .hero-header p {
  color: #FFF;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-shadow: 2px 3px 3px #000;
}
body .hero-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  body .hero-header .cmp-text {
    max-width: 100%;
    text-align: center;
    padding: 15px;
  }
}
body .joinus-header {
  width: 100%;
  max-width: 1200px;
  margin: 25px auto 0;
  padding: 0 15px;
  text-align: center;
}
body .joinus-header .cmp-text {
  padding: 20px 75px;
  background: #000;
}
body .joinus-header h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #FFF;
}
body .joinus-header p {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 20px;
  color: #FFF;
}
body .joinus-header p:last-of-type {
  margin-bottom: 0;
}
body .joinus-header p b,
body .joinus-header p strong {
  font-weight: bold;
}
body .joinus-header a {
  background: #f4ba37;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 40px 10px 35px;
  position: relative;
  border-radius: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body .joinus-header a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../../../content/dam/atvi/activision/atvi-touchui/research/common/white-external-link-icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  body .joinus-header {
    max-width: 100%;
    padding: 25px 15px;
  }
  body .joinus-header .cmp-text {
    padding: 50px 15px;
  }
}
.atvi-video,
.video-embed {
  position: relative;
}
.atvi-video h2.dob-prompt,
.video-embed h2.dob-prompt {
  color: #FFF;
  text-transform: uppercase;
  font-size: 35px;
}
.atvi-video .submit-wrapper a,
.video-embed .submit-wrapper a {
  color: #FFF;
}
.atvi-video .submit-wrapper a:hover,
.video-embed .submit-wrapper a:hover {
  color: #FFF;
}
.video-embed .atvi-age-gate-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.video-embed .dob-prompt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-embed .dob-prompt .error-message {
  margin-top: 15px;
  color: #FFF;
  font-size: 18px;
}
.video-embed .dob-prompt h2 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 35px;
}
.video-embed .dob-prompt fieldset input {
  display: inline-block;
  font-size: 20px;
  padding: .3em;
  text-align: center;
  margin-right: .5em;
}
.video-embed .dob-prompt .submit {
  color: #FFF;
  padding: .5em 2em;
  background-color: #555;
  text-decoration: none;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.video-embed .dob-prompt .submit:hover {
  color: #FFF;
  background-color: #777;
}
