@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans');
.atvi-research-footer-container {
  background: #000;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  padding: 80px 20px;
}
.atvi-research-footer-container .inner-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.atvi-research-footer-container .latest-updates {
  margin-bottom: 25px;
}
.atvi-research-footer-container .latest-updates h4 {
  color: #FFF;
  font-size: 35px;
}
.atvi-research-footer-container .social-icons {
  margin-bottom: 50px;
}
.atvi-research-footer-container .social-icons ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.atvi-research-footer-container .social-icons ul li {
  position: relative;
  margin: 0 10px;
}
.atvi-research-footer-container .social-icons ul li a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.atvi-research-footer-container .social-icons ul li.research-logo {
  margin-right: 25px;
}
.atvi-research-footer-container .social-icons ul li.research-logo:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  background: #FFF;
}
.atvi-research-footer-container .social-icons ul li.research-logo a {
  background-image: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/research/common/atvi-research-footer-logo.jpg);
}
.atvi-research-footer-container .social-icons ul li.fb-icon a {
  background-image: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/research/common/facebook_rgb.png);
}
.atvi-research-footer-container .social-icons ul li.tw-icon a {
  background-image: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/research/common/twitter_rgb.png);
}
.atvi-research-footer-container .social-icons ul li.yt-icon a {
  background-image: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/research/common/youtube_rgb.png);
}
.atvi-research-footer-container .social-icons ul li.ig-icon a {
  background-image: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/research/common/instagram_rgb.png);
}
.atvi-research-footer-container .footer-links ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.atvi-research-footer-container .footer-links ul li {
  position: relative;
  margin: 0 20px;
}
.atvi-research-footer-container .footer-links ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  background: #FFF;
}
.atvi-research-footer-container .footer-links ul li:last-of-type:after {
  display: none;
}
.atvi-research-footer-container .footer-links ul li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .atvi-research-footer-container .latest-updates h4 {
    font-size: 24px;
  }
  .atvi-research-footer-container .social-icons ul li a {
    width: 25px;
    height: 25px;
  }
  .atvi-research-footer-container .footer-links ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .atvi-research-footer-container .footer-links ul li {
    margin-bottom: 20px;
  }
  .atvi-research-footer-container .footer-links ul li:after {
    display: none;
  }
}
