.footer-container {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/code/images/common/texture-blue.png);
  padding: 40px 0 20px;
  color: #FFF;
}
.footer-container .inner-footer {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 970px;
}
.footer-container .footer-top:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-container .footer-top .footer-links {
  font-size: 14px;
  line-height: 1.4;
  float: left;
  width: 45%;
}
.footer-container .footer-top .footer-links li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #FFF;
  padding-right: 5px;
}
.footer-container .footer-top .footer-links li:last-of-type {
  border-right: none;
}
.footer-container .footer-top .footer-links a,
.footer-container .footer-top .footer-links #ot-sdk-btn.ot-sdk-show-settings,
.footer-container .footer-top .footer-links #ot-sdk-btn.optanon-show-settings {
  color: #ff543e;
  text-decoration: none;
}
.footer-container .footer-top .footer-links a:hover,
.footer-container .footer-top .footer-links #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer-container .footer-top .footer-links #ot-sdk-btn.optanon-show-settings:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer-container .footer-top .footer-links p {
  margin-top: 10px;
}
.footer-container .footer-top .footer-logos {
  float: right;
  width: 45%;
  margin-bottom: 20px;
  text-align: right;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container .footer-top .footer-logos div {
  position: relative;
  height: 78px;
}
.footer-container .footer-top .footer-logos div a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-container .footer-top .footer-logos .endow-seal {
  background: url(../../../../../../../content/dam/atvi/callofduty/code/images/hero/Gudestar-Platinum.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 78px;
}
.footer-container .footer-top .footer-logos .esrb-pc {
  background: url(../../../../../../../content/dam/activision/callofduty/mw3/master/global/footer/Footer_ESRB_Privacy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 78px;
}
.footer-container .footer-top .footer-logos .atvi-link {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/code/images/web/activision-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 151px;
}
.footer-container .footer-bottom {
  text-align: center;
  margin-top: 20px;
}
.footer-container .footer-bottom h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-container .footer-bottom li {
  display: inline-block;
  margin-right: 10px;
}
.footer-container .footer-bottom li:last-of-type {
  margin-right: 0;
}
.footer-container .footer-bottom li img {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .footer-container .footer-top .footer-links,
  .footer-container .footer-top .footer-logos {
    float: none;
    width: 100%;
  }
  .footer-container .footer-top .footer-links {
    margin-bottom: 15px;
  }
  .footer-container .footer-top .footer-links ul {
    text-align: center;
  }
}
