@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans');
.cq-Editable-dom--container,
.aem-GridColumn.cq-Editable-dom--container {
  padding: 0 !important;
}
.atvi-research-hero {
  float: none !important;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.research-hero {
  color: #FFF;
  position: relative;
}
.research-hero .research-bg {
  height: 0;
  position: relative;
  padding-bottom: 30%;
  min-height: 500px;
}
.research-hero .research-bg .d-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.research-hero .research-bg .m-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.research-hero .research-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-repeat: repeat-x;
}
.research-hero .content .content-inner {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  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%);
}
.research-hero .content h1 {
  font-size: 35px;
  margin-bottom: 25px;
}
.research-hero .content p {
  font-size: 22px;
  line-height: 1.3;
}
.sub-banner {
  width: 100%;
  max-width: 950px;
  margin: 50px auto 0;
  padding: 0 15px;
}
.sub-banner .inner-container {
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}
.sub-banner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sub-banner a {
  color: #000;
  background: #f4ba37;
  padding: 15px;
  display: inline-block;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans');
.hero-header {
  background: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/research/home/about-hero.jpg) center center no-repeat;
  background-size: cover;
}
.blog-container .cta {
  margin-top: 20px;
}
.blog-container .cta.home-landing a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #18a0fb;
  position: relative;
  display: block;
  -moz-width: fit-content;
  -ms-width: fit-content;
  width: fit-content;
}
.mid-page-header {
  width: 85%;
  margin: 60px auto 40px;
  padding: 0 15px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.blue-cta {
  width: 85%;
  margin: 10px auto 70px;
  padding: 0 15px;
  text-align: center;
}
.blue-cta ul {
  list-style: none;
}
.blue-cta ul li a {
  color: #FFF;
  margin: 0 auto;
  text-decoration: none;
  font-size: 25px;
  padding: 10px 40px;
  border-radius: 5px;
  background: #18a0fb;
  position: relative;
  display: block;
  -moz-width: fit-content;
  -ms-width: fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .blue-cta ul li a {
    font-size: 19px;
  }
}

