
body {
  overflow-x: hidden;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  body.menu-open {
    position: fixed;
  }
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
h1 {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 0.85;
}
@media screen and (max-width: 480px) {
  h1 {
    text-rendering: optimizeSpeed;
  }
}
.interstitial-byproduct {
  display: inline;
  position: static;
}
.yellow-text {
  color: #cc9800;
}

#cdo-bar {
  /*z-index: 1000;*/
  z-index: 10001;
}
.SSO-BAR #sso-bar-wrapper {
  width: 100% !important;
}
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.header-container .authorable-reference.header,
.header-container .authorable-reference.header > div,
.header-container .authorable-reference.header > div > div,
.header-container .authorable-reference.header > div > div > div,
.header-container .authorable-reference.header,
.header-container .atvi-reference,
.header-container .atvi-reference > .wrapper {
  position: static;
  display: inline;
}
#main-nav {
  position: static;
  display: inline;
}
#side-nav {
  -webkit-transition: width 0.4s ease-out;
  -moz-transition: width 0.4s ease-out;
  -ms-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 10000;
}
#side-nav.open {
  width: 311px;
}
#side-nav .menu-open,
#side-nav .menu-close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 160px;
  width: 49px;
  height: 52px;
  background-color: #070606;
}
#side-nav .menu-open a,
#side-nav .menu-close a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: 10px 11px;
}
#side-nav .menu-open p {
  margin: 0;
}
#side-nav.open .menu-open {
  display: none;
}
#side-nav .menu-close {
  display: none;
}
#nav-aw-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
  position: absolute;
  left: 20px;
  top: 85px;
  width: 175px;
  height: 48px;
  z-index: 101;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/logo.png") no-repeat;
}
@media screen and (max-width: 1600px) {
  .logo-in-menu.scrolled-down #nav-aw-logo {
    left: -280px;
  }
}
@media screen and (max-width: 540px) {
  .logo-in-menu.scrolled-down #nav-aw-logo {
    left: auto;
    right: 100%;
  }
}
#side-nav.open #nav-aw-logo {
  left: 58px;
}
#menu-tray {
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
  position: absolute;
  min-height: 100%;
  width: 311px;
  top: 0;
  left: -311px;
  padding-top: 160px;
  /*overflow-x: hidden;
    overflow-y: auto;*/
  overflow: visible;
}
#menu-tray:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -157px 0px;
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#menu-tray .jspContainer {
  overflow: visible;
}
#side-nav.open #menu-tray {
  left: 0;
}
#menu-tray .menu-top {
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  /*overflow-y:scroll;*/
  overflow: visible !important;
  top: 160px;
  bottom: 0;
}
#menu-tray .menu-top:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -157px 0px;
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  margin-top: 20px;
  display: none;
}
#menu-tray .menu-top .jspVerticalBar {
  background: none;
  right: 7px;
}
#menu-tray .menu-top .jspVerticalBar .jspCapTop {
  display: block;
  height: 14px;
}
#menu-tray .menu-top .jspVerticalBar .jspTrack {
  background: none;
}
#menu-tray .menu-top .jspVerticalBar .jspDrag {
  background: none;
}
#menu-tray .menu-top .jspVerticalBar .jspDrag::after {
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  background-color: #cc9800;
  opacity: .8;
  content: "";
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#menu-tray .menu-top .jspVerticalBar .jspDrag:hover::after {
  opacity: 1;
}
#menu-tray li {
  height: auto;
  min-height: 36px;
  margin-top: 10px;
}
#menu-tray li:first-child {
  margin-top: 0;
}
#menu-tray li.sso,
#menu-tray li.sso.unauth {
  display: none;
}
#menu-tray li.parent-menu,
#menu-tray li.normal,
#menu-tray li.parent-menu li {
  padding-left: 22px;
}
#menu-tray a,
#menu-tray .parent-menu p {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.5rem;
  color: #464646;
  text-decoration: none;
  line-height: 36px;
}
@media screen and (max-width: 480px) {
  #menu-tray a,
  #menu-tray .parent-menu p {
    text-rendering: optimizeSpeed;
  }
}
#menu-tray a:hover,
#menu-tray .parent-menu p:hover {
  /*color: @menu-text-hover;*/
  color: #464646;
}
#menu-tray:focus,
#menu-tray .menu-top:focus,
#menu-tray .menu-top > .jspContainer:focus,
#menu-tray a:focus {
  outline: none;
}
#menu-tray .atvi-text p {
  margin-top: 0;
}
#menu-tray .parent-menu.active .parent-link p:hover {
  color: #464646;
}
#menu-tray .parent-menu {
  position: relative;
}
#menu-tray .parent-menu ul {
  display: none;
  overflow: hidden !important;
}
#menu-tray .parent-menu li:first-child {
  padding-top: .5em;
}
#menu-tray .parent-menu.open {
  background-color: #cc9800;
}
#menu-tray .parent-menu.open .parent-link p {
  color: #464646;
}
#menu-tray .parent-menu.open ul {
  display: block;
  position: absolute;
  top: 0;
  left: 311px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  padding-bottom: .5em;
}
@media screen and (max-width: 640px) {
  #menu-tray .parent-menu.open ul,
  #menu-tray .parent-menu ul {
    display: none;
    position: relative;
    left: 0;
    background: none;
  }
}
#menu-entry a {
  text-decoration: none;
}
#menu-tray .parent-menu ul {
  overflow: hidden !important;
}
#top-wheretobuy-button {
  -webkit-transition: opacity .4s, top .4s;
  -moz-transition: opacity .4s, top .4s;
  -ms-transition: opacity .4s, top .4s;
  -o-transition: opacity .4s, top .4s;
  transition: opacity .4s, top .4s;
  position: fixed;
  right: 40px;
  top: 85px;
  z-index: 100;
  height: 45px;
  overflow: hidden;
}
#top-wheretobuy-button p {
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .scrolled-down #top-wheretobuy-button {
    top: 0;
  }
}
#top-wheretobuy-button a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  display: block;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: #cc9800;
  padding: 0 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #top-wheretobuy-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 768px) {
  #top-wheretobuy-button a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #top-wheretobuy-button a:hover {
    background-color: #b38500;
  }
}
.page-wheretobuy #top-wheretobuy-button {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .4s, height 0s ease .4s;
  -moz-transition: opacity .4s, height 0s ease .4s;
  -ms-transition: opacity .4s, height 0s ease .4s;
  -o-transition: opacity .4s, height 0s ease .4s;
  transition: opacity .4s, height 0s ease .4s;
}
.SSO-BAR menu#sso-bar-menu li#menu-locale {
  height: 40px;
}
#cdo-bar.SSO-BAR menu#sso-bar-menu li#menu-explore,
#cdo-bar.SSO-BAR menu#sso-bar-menu li#menu-support,
#cdo-bar.SSO-BAR menu#sso-bar-menu li#menu-locale {
  border: none;
}
#cdo-bar.SSO-BAR #sso-bar-menu > li > a,
#cdo-bar.SSO-BAR #sso-bar-menu .sso-store-link a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  padding-right: 25px;
}
@media screen and (max-width: 480px) {
  #cdo-bar.SSO-BAR #sso-bar-menu > li > a,
  #cdo-bar.SSO-BAR #sso-bar-menu .sso-store-link a {
    text-rendering: optimizeSpeed;
  }
}
#cdo-bar.SSO-BAR #sso-bar-menu #menu-login-register #or {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #666;
  background: none;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 480px) {
  #cdo-bar.SSO-BAR #sso-bar-menu #menu-login-register #or {
    text-rendering: optimizeSpeed;
  }
}
#cdo-bar.SSO-BAR #sso-bar-menu #menu-login-register a {
  background: none !important;
  color: #cc9800;
  padding: 0;
}
#cdo-bar.SSO-BAR #menu-explore,
#cdo-bar.SSO-BAR #sso-explore-menu-label {
  width: auto;
}
#cdo-bar.SSO-BAR #menu-explore,
#cdo-bar.SSO-BAR #menu-store {
  background: none;
}
#cdo-bar.SSO-BAR #menu-explore:after,
#cdo-bar.SSO-BAR #menu-store:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -42px 0px;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 3px;
  top: 16px;
}
#cdo-bar.SSO-BAR #menu-support #sso-support-menu-label {
  width: auto;
}
#cdo-bar.SSO-BAR #menu-support #sso-support-menu-label:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -42px 0px;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 3px;
  top: 16px;
}
#cdo-bar.SSO-BAR .sso-store-link a {
  display: block;
  padding-left: 9px;
  line-height: 40px;
  color: white;
  font-size: 14px;
}
#cdo-bar.SSO-BAR .sso-store-link p {
  margin: 0;
}
#cdo-bar.SSO-BAR .locale-selector {
  margin: 13.5px 0 0 10px;
}
#cdo-bar.SSO-BAR #sso-locale-selector .locale-list {
  background-color: #000;
  width: 360px;
}
#cdo-bar.SSO-BAR #sso-locale-selector .locale-entry {
  border-bottom: 1px solid #cc9800;
}
#cdo-bar.SSO-BAR #sso-locale-selector .locale-entry:last-child:nth-child(odd) {
  border-bottom: none;
}
#cdo-bar.SSO-BAR #sso-locale-selector .locale-entry a {
  color: #fff;
}
#cdo-bar.SSO-BAR #sso-locale-selector .locale-entry a:hover {
  color: #cc9800;
}
#cdo-bar.SSO-BAR #sso-locale-selector .locale-menu {
  position: absolute;
}
#cdo-bar.SSO-BAR #sso-locale-selector .close-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  #side-nav.open .menu-close {
    display: block;
  }
  #side-nav.open .menu-close a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: 10px -32px;
  }
  #menu-tray li.sso {
    display: block;
  }
  #cdo-bar {
    display: none !important;
  }
  #mobile-menu-locale {
    display: none;
  }
  #mobile-locale-selector .locale-menu {
    position: fixed;
    width: 100%;
    max-width: 311px;
    height: 100%;
    left: 0;
    top: 135px;
    padding-bottom: 155px;
    background-color: #000;
    overflow-y: auto!important;
    z-index: 1;
  }
  #mobile-locale-selector .locale-list {
    background-color: #000;
  }
  #mobile-locale-selector .locale-entry {
    width: 100%;
    height: auto;
    background-color: #000;
    border-top: 1px solid #999;
    padding: 15px 10px 0 12px;
  }
  #mobile-locale-selector .locale-entry:first-child {
    border: none;
  }
  #mobile-locale-selector .locale-entry a {
    color: #fff;
    display: block;
    line-height: 40px;
  }
  #mobile-locale-selector .locale-entry .region {
    text-indent: 10px;
  }
  #mobile-locale-selector .close-button {
    background-color: #cc9800;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
  }
  #mobile-locale-selector .close-button:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #nav-aw-logo {
    left: 60px;
    top: 88px;
  }
  #side-nav .menu-open,
  #side-nav.open .menu-close {
    top: 85px;
  }
}
@media screen and (max-width: 640px) {
  #nav-aw-logo {
    top: 0;
    left: auto;
    background-size: 140px auto;
    background-position: 92%;
    background-color: #000;
    width: 100%;
    height: 52px;
    position: fixed;
    z-index: 1;
  }
  #nav-aw-logo p {
    margin: 0;
  }
  #nav-aw-logo a {
    position: absolute;
    height: 100%;
  }
  #side-nav {
    /*  #menu-tray a {
        font-size: 1rem !important;
        line-height: normal !important;
        }

        #menu-tray li {
        
        margin-top: 0 !important;
        min-height: 20px !important;
       }
	*/
  }
  #side-nav .menu-open,
  #side-nav .menu-close {
    top: 0px;
    z-index: 1;
  }
  #side-nav.open .menu-close {
    top: 0;
    z-index: 103;
  }
  #side-nav.open #nav-aw-logo {
    left: auto;
  }
  #top-wheretobuy-button {
    display: none;
  }
  #menu-tray {
    padding-top: 60px;
  }
  #menu-tray:after {
    display: none;
  }
  #menu-tray li.parent-menu,
  #menu-tray li.normal {
    padding-left: 22px;
    text-indent: 0px;
  }
  #menu-tray li.parent-menu.active {
    padding-left: 0px;
    text-indent: 22px;
  }
  #menu-tray li.locale-selector {
    padding-left: 22px;
  }
  #menu-tray li.parent-menu.active {
    background: #cc9800;
  }
  #menu-tray li.parent-menu.active ul {
    background: #141414;
  }
  #menu-tray li.parent-menu li {
    text-indent: 0;
    padding-left: 22px;
  }
  #menu-tray .menu-top {
    top: 50px;
  }
  #menu-tray .menu-top:after {
    display: block;
  }
  #mobile-locale-selector .locale-menu {
    top: 50px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 530px) {
  #side-nav.open {
    width: 225px;
  }
  #side-nav.open .menu-close {
    left: auto;
    right: 0;
    z-index: 1;
  }
  #side-nav.open #menu-tray {
    left: 0;
  }
  #menu-tray {
    width: 225px;
    left: -225px;
  }
}
@media screen and (max-width: 480px) {
  #mobile-locale-selector .locale-menu {
    max-width: none;
  }
}
@media screen and (min-width: 640px) {
  #nav-aw-logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #top-wheretobuy-button a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #top-wheretobuy-button a:hover {
    background-color: #b38500;
  }
}
@media screen and (min-width: 1025px) {
  #side-nav.open .menu-close {
    display: none;
  }
  #menu-tray .locale-selector {
    display: none;
  }
}
@media screen and (max-height: 615px) and (min-width: 640px) {
  #menu-tray:after {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  /*
 #menu-tray a {
        font-size: 1rem !important;
        line-height: 20px !important;
        }

        #menu-tray li {
		margin-top: 0 !important;
        min-height: 20px !important;
      }
*/
}

.footer-container {
  margin-top: -1px;
  /**CD-133 fix**/
}
.footer-container .wrapper {
  background-color: #000;
  width: 100%;
}
#aw-footer {
  color: #fff;
  width: 100%;
  min-height: 400px;
}
#aw-footer a {
  color: #cc9800;
}
#aw-footer a,
#aw-footer p {
  font-size: 0.75rem;
}
#aw-footer .list-container > div {
  display: inline-block;
  vertical-align: top;
}
#aw-footer .list-container .footer-link {
  text-align: center;
}
#aw-footer .logos-container > div.usk a img {
  display: block;
  height: 65px;
  width: 65px;
}
@media screen and (max-width: 767px) {
  #aw-footer {
    padding: 50px 12px 20px;
    width: 320px;
    margin: 0 auto;
    min-height: 0;
  }
  #aw-footer .mobile-only {
    display: list-item;
  }
  #aw-footer .desktop-only {
    display: none;
  }
  #aw-footer .legal-container {
    margin-top: 15px;
  }
  #aw-footer .legal-container > div p:first-child {
    display: none;
  }
  #aw-footer .logos-container > div:first-child {
    float: left;
  }
  #aw-footer .logos-container > div:nth-child(2) {
    float: left;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  #aw-footer .logos-container > div:nth-child(2) img {
    width: 70%;
  }
  #aw-footer .logos-container > div:nth-child(3) {
    float: left;
    margin-left: 7px;
  }
  #aw-footer .logos-container > div:nth-child(3) img {
    width: 70%;
  }
  #aw-footer .logos-container a {
    display: block;
    text-align: center;
  }
  #aw-footer .logos-container:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  #aw-footer .list-container {
    margin-top: 15px;
    text-align: center;
  }
  #aw-footer .list-container > div {
    margin: 0 10px;
  }
  #aw-footer .list-container .footer-link {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #aw-footer {
    padding: 35px 0 150px;
    max-width: 900px;
    margin: 0 auto;
  }
  #aw-footer a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  #aw-footer a:hover {
    color: #b38500;
  }
  #aw-footer .mobile-only {
    display: none;
  }
  #aw-footer .desktop-only {
    display: list-item;
  }
  #aw-footer .logos-container > div {
    display: inline-block;
    vertical-align: top;
  }
  #aw-footer .legal-container,
  #aw-footer .logos-container {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  #aw-footer .logos-container,
  #aw-footer .list-container {
    padding-right: 40px;
  }
  #aw-footer .logos-container {
    text-align: right;
    z-index: 2;
  }
  #aw-footer .logos-container > div:first-child {
    position: absolute;
    left: 100%;
    top: 40px;
    margin-left: 10px;
  }
  #aw-footer .logos-container > div:nth-child(2) {
    margin-right: 20px;
  }
  #aw-footer .logos-container > div:nth-child(3) {
    margin-top: 8px;
  }
  #aw-footer .logos-container a {
    display: block;
  }
  #aw-footer .legal-container {
    padding-left: 10px;
  }
  #aw-footer .legal-container p:nth-child(2) {
    margin-top: 135px;
  }
  #aw-footer .list-container {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 50%;
    top: 50px;
    z-index: 1;
  }
  #aw-footer .list-container > div:nth-child(2) {
    margin-left: 50px;
  }
  #aw-footer .list-container .footer-link {
    margin-top: 15px;
  }
}
@media screen and (min-width: 840px) {
  #aw-footer .logos-container {
    padding-right: 50px;
  }
  #aw-footer .logos-container > div:nth-child(2) {
    margin-right: 50px;
  }
  #aw-footer .list-container {
    /*padding-right: 65px;*/
  }
  #aw-footer .list-container > div:nth-child(2) {
    /*margin-left: 80px;*/
  }
}
#aw-footer .logos-container > div:nth-child(4) {
  position: absolute;
  margin-left: 275px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  #aw-footer .logos-container > div:nth-child(4) {
    top: 0px;
    margin-left: 202px;
  }
}

.atvi-video .external-link-overlay {
  display: none;
}
.atvi-video .controls {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  vertical-align: top;
  left: auto;
  right: auto;
  height: 30px;
}
.atvi-video .controls .controls-container {
  height: 30px;
}
.atvi-video .controls .controls-container .button {
  position: relative;
}
.atvi-video .controls .controls-container .play,
.atvi-video .controls .controls-container .pause {
  margin: 9px 0 0 15px;
}
.atvi-video .controls .controls-container .play {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1398px -2px;
  width: 12px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
}
.atvi-video .controls .controls-container .pause {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1393px -21px;
  width: 12px;
  height: 13px;
}
.atvi-video .controls .controls-container .volume-wrapper {
  right: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.atvi-video .controls .controls-container .speaker {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1415px 0px;
  width: 25px;
  height: 18px;
  margin: 6px 0 0 15px;
}
.atvi-video .controls .controls-container .sd-hd {
  display: none;
}
.atvi-video .controls .controls-container .fullscreen {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1467px -23px;
  width: 28px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 15px;
  right: auto;
}
.atvi-video .controls .controls-container .time-slider {
  -webkit-transition: height 1s ease 0.5s;
  -moz-transition: height 1s ease 0.5s;
  -ms-transition: height 1s ease 0.5s;
  -o-transition: height 1s ease 0.5s;
  transition: height 1s ease 0.5s;
  position: absolute;
  height: 10px;
  width: 100%;
  margin: 0;
  bottom: 100%;
}
.atvi-video .controls .controls-container .time-slider .inner {
  top: 0;
  margin: 0;
  height: 100%;
}
.atvi-video .controls .controls-container .time-slider .filled {
  background-color: #cc9800;
}
.atvi-video .controls .controls-container .time-slider .marker {
  display: none;
}
.atvi-video .controls .controls-container .clock {
  right: 0px;
  color: #cc9800;
  font-size: 0.9rem;
  line-height: 30px;
  padding: 0 0 0 15px;
  width: 100px;
  border-left: 2px solid #cc9800;
}
.atvi-video .controls .controls-container .additional-controls .addthis-wrapper,
.atvi-video .controls .controls-container .additional-controls .meta-section {
  display: inline-block;
  vertical-align: top;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  position: relative;
  color: #cc9800;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .atvi-video .controls .controls-container .additional-controls .addthis-wrapper,
  .atvi-video .controls .controls-container .additional-controls .meta-section {
    text-rendering: optimizeSpeed;
  }
}
.atvi-video .controls .controls-container .additional-controls .meta-section .info-button {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1473px 0;
  width: 19px;
  height: 19px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 5px 0 0 20px;
  cursor: pointer;
  opacity: .8;
}
.atvi-video .controls .controls-container .additional-controls .meta-section .info-button:hover {
  opacity: 1;
}
.atvi-video .controls .controls-container .additional-controls .meta-section .title {
  display: inline-block;
  vertical-align: top;
  font-size: .8rem;
  position: relative;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin-left: 5px;
  padding-right: 5px;
  max-width: 505px;
  text-align: left;
}
.atvi-video .controls .controls-container .additional-controls .meta-section .description {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: height .75s, min-height .75s, opacity .75s;
  -moz-transition: height .75s, min-height .75s, opacity .75s;
  -ms-transition: height .75s, min-height .75s, opacity .75s;
  -o-transition: height .75s, min-height .75s, opacity .75s;
  transition: height .75s, min-height .75s, opacity .75s;
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  min-width: 268px;
  height: 0px;
  min-height: 0;
  padding: 0;
  text-align: left;
  border-radius: 1px;
  font-size: .8rem;
  line-height: 1.25;
  overflow: hidden;
  opacity: 0;
}
.atvi-video .controls .controls-container .additional-controls .meta-section .description.is-visible {
  height: auto;
  min-height: 150px;
  opacity: 1;
  word-wrap: break-word;
}
.atvi-video .controls .controls-container .additional-controls .meta-section .description p {
  padding: 5px 10px 10px;
}
.atvi-video .controls .controls-container .video-wtb.button {
  display: none;
}
.atvi-video.muted .controls .speaker,
.atvi-video .controls .speaker:hover {
  background-position: -1415px -21px;
  width: 28px;
}
.atvi-video.muted .controls .speaker:hover {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1415px 0px;
  width: 25px;
  height: 18px;
}
.atvi-video.playing .controls {
  -webkit-transition: height 1s ease 0.5s;
  -moz-transition: height 1s ease 0.5s;
  -ms-transition: height 1s ease 0.5s;
  -o-transition: height 1s ease 0.5s;
  transition: height 1s ease 0.5s;
  opacity: 1;
  height: 0;
}
.atvi-video.playing .controls .time-slider {
  -webkit-transition: height 1s ease .5s, top 1s ease .5s;
  -moz-transition: height 1s ease .5s, top 1s ease .5s;
  -ms-transition: height 1s ease .5s, top 1s ease .5s;
  -o-transition: height 1s ease .5s, top 1s ease .5s;
  transition: height 1s ease .5s, top 1s ease .5s;
  height: 5px;
}
.atvi-video.playing .controls .play {
  display: none;
}
.atvi-video.playing .controls .pause {
  display: inline-block;
  vertical-align: top;
}
.atvi-video.playing.hovered .controls,
.atvi-video.playing .controls:hover {
  -webkit-transition: height 0.5s ease 0s;
  -moz-transition: height 0.5s ease 0s;
  -ms-transition: height 0.5s ease 0s;
  -o-transition: height 0.5s ease 0s;
  transition: height 0.5s ease 0s;
  height: 30px;
  opacity: 1;
}
.atvi-video.playing.hovered .controls .time-slider,
.atvi-video.playing .controls:hover .time-slider {
  -webkit-transition: height .5s ease 0s, top .5s ease 0s;
  -moz-transition: height .5s ease 0s, top .5s ease 0s;
  -ms-transition: height .5s ease 0s, top .5s ease 0s;
  -o-transition: height .5s ease 0s, top .5s ease 0s;
  transition: height .5s ease 0s, top .5s ease 0s;
  height: 10px;
}
.atvi-video .additional-controls {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
}
.media-wrapper .addthis-wrapper {
  height: 30px;
  bottom: 0;
  position: relative;
  text-align: center;
  margin-left: 25.5px;
  border-left: 1px solid #cc9800;
  border-right: 1px solid #cc9800;
}
.media-wrapper .addthis-wrapper .atvi-addthis {
  display: inline-block;
}
.media-wrapper .addthis_toolbox {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
@media screen and (max-width: 1023px) {
  .media-wrapper .addthis_default_style .at300m,
  .media-wrapper .addthis_32x32_style .addthis_counter.addthis_bubble_style {
    display: none !important;
  }
  .atvi-video .controls-container .additional-controls .meta-section .title {
    display: none;
  }
}
@media screen and (max-device-width: 1024px) {
  .atvi-video .controls .volume-wrapper {
    display: none;
  }
}

.atvi-agegate {
  background: #000;
}
.atvi-agegate .dob-prompt {
  color: #FFF;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .atvi-agegate .dob-prompt {
    text-rendering: optimizeSpeed;
  }
}
.atvi-agegate .error-message {
  color: #FFF;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .atvi-agegate .error-message {
    text-rendering: optimizeSpeed;
  }
}
.atvi-agegate .submit-wrapper a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  display: block;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #cc9800;
  padding: 0 1em;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .atvi-agegate .submit-wrapper a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 480px) {
  .atvi-agegate .form {
    min-width: 100% !important;
    padding: 1em !important;
    width: 80%;
  }
  .atvi-agegate .dob-prompt {
    font-size: 1.6rem;
  }
  .atvi-agegate .submit-wrapper {
    margin: 1em 0 .5em;
  }
  .atvi-agegate .error-message {
    font-size: 1em;
  }
  .atvi-agegate .feedback-message {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .atvi-agegate .dob-prompt {
    font-size: 1.1rem;
  }
  .atvi-agegate .field {
    margin-right: 0;
    font-size: 16px;
  }
  .atvi-agegate .submit-wrapper {
    margin-top: 0.5em;
  }
}

body:not(.user-targeted) .target-no-data,
body:not(.user-targeted) .target-xbl,
body:not(.user-targeted) .target-psn,
body:not(.user-targeted) .target-steam,
body:not(.user-targeted) .target-aw,
body:not(.user-targeted) .target-no-aw,
body:not(.user-targeted) .target-sp,
body:not(.user-targeted) .target-no-sp,
body:not(.user-targeted) .target-zombies,
body:not(.user-targeted) .target-no-zombies {
  display: none;
}
body.user-targeted .target-no-data {
  display: none;
}
body:not(.user-xbl) .target-xbl {
  display: none;
}
body:not(.user-psn) .target-psn {
  display: none;
}
body:not(.user-steam) .target-steam {
  display: none;
}
body:not(.user-has-aw) .target-aw {
  display: none;
}
body.user-has-aw .target-no-aw,
body.user-has-aw .target-no-aw-or-unknown {
  display: none;
}
body:not(.user-has-sp) .target-sp {
  display: none;
}
body.user-has-sp .target-no-sp,
body.user-has-sp .target-no-sp-or-unknown {
  display: none;
}
body:not(.user-plays-zombies) .target-zombies {
  display: none;
}
body.user-plays-zombies .target-no-zombies,
body.user-plays-zombies .target-no-zombies-or-unknown {
  display: none;
}

body:not(.launch-aware) .show-on-day-zero,
body:not(.launch-aware) .show-on-day-one,
body:not(.launch-aware) .show-after-countdown {
  display: none;
}
body.counting-down .show-on-day-zero,
body.counting-down .show-on-day-one,
body.counting-down .show-after-countdown {
  display: none;
}
body.day-zero .show-on-countdown,
body.day-zero .show-on-day-one {
  display: none;
}
body.day-one .show-on-countdown,
body.day-one .show-on-day-zero {
  display: none;
}

#sso-banner {
  display: none !important;
  z-index: 11000;
  position: absolute;
  left: 50%;
  margin-left: -433px;
  height: 0;
  opacity: 0;
}
#sso-banner .expand-wrapper {
  width: 100%;
  max-width: 895px;
  margin: 0 auto;
  position: relative;
}
#sso-banner .expand-wrapper .banner-expand {
  display: block;
  background: #cc9933;
  padding: 2.5px 6px;
  position: absolute;
  right: 0;
  cursor: pointer;
  font-weight: bold;
}
#sso-inner-banner {
  width: 100%;
  max-width: 895px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
  border-left: 1px #cc9800 solid;
  border-right: 1px #cc9800 solid;
  border-bottom: 1px #cc9800 solid;
  position: relative;
  top: -169px;
  -webkit-transition: top 1s ease-out;
  -moz-transition: top 1s ease-out;
  -ms-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  transition: top 1s ease-out;
}
#sso-inner-banner.open {
  top: 0px;
}
#sso-inner-banner-c0 {
  width: 630px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  vertical-align: top;
  margin-left: 25px;
}
#sso-inner-banner-c0 .aa-burst-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 39px;
  width: 300px;
}
#sso-inner-banner-c0 .aa-burst-text p {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #sso-inner-banner-c0 .aa-burst-text p {
    text-rendering: optimizeSpeed;
  }
}
#sso-inner-banner-c0 .aa-burst-text p:first-child {
  color: #FFF;
}
#sso-inner-banner-c0 .aa-burst-text p:nth-child(2) {
  color: #cc9800;
}
#sso-inner-banner-c0 .ce-logo {
  display: inline-block;
  width: 318px;
}
#sso-inner-banner-c1 {
  width: 190px;
  display: inline-block;
  position: relative;
  margin-top: 31px;
  margin-right: 25px;
}
#sso-inner-banner-c1 a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.1rem;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  /*padding: 0 1em;*/
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #sso-inner-banner-c1 a {
    text-rendering: optimizeSpeed;
  }
}
#sso-inner-banner-c1 p {
  margin-top: 0;
}
#sso-inner-banner-c1 p:first-of-type a {
  background-color: #cc9800;
  border: #000 1px solid;
  color: #000;
  margin-bottom: 10px;
}
#sso-inner-banner-c1 p:last-of-type a {
  background: #000;
  border: #cc9800 1px solid;
  color: #cc9800;
}
.ce-expand-btn {
  position: absolute;
  bottom: -40px;
  right: -1px;
  cursor: pointer;
}
.ce-expand-btn p {
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #cc9800;
  padding: 12px 25px 12px 18px;
  font-size: 14px;
  margin: 0;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  .ce-expand-btn p {
    text-rendering: optimizeSpeed;
  }
}
.ce-expand-btn p:before {
  position: absolute;
  content: "";
  background: url(../../../../../../content/dam/atvi/callofduty/advanced/home/ce-expand-btn-lt.png) top left no-repeat;
  height: 40px;
  width: 64px;
  display: block;
  top: 0;
  left: -64px;
}
.ce-expand-btn p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
@media screen and (max-width: 1180px) {
  #sso-inner-banner-c1 .ce-expand-btn {
    right: 306px;
  }
}
@media screen and (max-width: 915px) {
  #sso-banner {
    display: none;
  }
}

html,
body {
  height: 100%;
}
#home-container {
  position: static;
  display: inline;
}

#home-hero {
  height: 100%;
  min-height: 400px;
  margin-top: -40px;
}
#home-hero .target-container {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
#home-hero .target-container .content-tile-entry {
  width: 100%;
  height: 100%;
}
#home-hero .target-container .hero-target-container {
  display: none;
  height: 100%;
}
#home-hero .hero-background {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
#home-hero .hero-background .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home-hero .hero-background video {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-color: #000;
  width: 100%;
}
@media screen and (max-aspect-ratio: 16/9) {
  #home-hero .hero-background video {
    width: auto;
    height: 100%;
  }
}
#home-hero .hero-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 40px;
  left: 0;
}
#home-hero .hero-content-wrapper {
  display: inline-block;
  position: absolute;
  margin: auto;
  height: 210px;
  overflow-y: visible;
  top: 0;
  bottom: 0;
  height: 350px;
  font-size: 4.5rem;
  max-width: 100%;
  text-transform: uppercase;
  /*h1:first-of-type {
            background: url(../../../../../../content/dam/atvi/callofduty/advanced/pointandshoot/hero/pns-logo.png) top left no-repeat;
            text-indent: -9999px;
            width: 80%;
            background-size: 100%;
            height: 0;
            padding-bottom: 12%;

            @media screen and (max-width: 360px) {
            	width: 100%;
            }
        }*/
}
@media screen and (max-width: 767px) {
  #home-hero .hero-content-wrapper {
    left: 50px;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  #home-hero .hero-content-wrapper {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) and (max-height: 440px) {
  #home-hero .hero-content-wrapper {
    bottom: auto;
    top: 75px;
  }
}
@media screen and (max-width: 400px) {
  #home-hero .hero-content-wrapper {
    padding: 0 8px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #home-hero .hero-content-wrapper {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  #home-hero .hero-content-wrapper {
    left: 0;
    right: 0;
    width: 910px;
  }
}
#home-hero .hero-content-wrapper h1 {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
#home-hero .hero-content-wrapper h1 {
  font-size: 3.3rem;
}
@media screen and (max-width: 360px) {
  #home-hero .hero-content-wrapper h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  #home-hero .hero-content-wrapper h1 {
    font-size: 2.3rem;
  }
}
#home-hero .hero-content-wrapper .first-line,
#home-hero .hero-content-wrapper .available-date-text {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
  color: #fff;
}
@media screen and (max-width: 480px) {
  #home-hero .hero-content-wrapper .first-line,
  #home-hero .hero-content-wrapper .available-date-text {
    text-rendering: optimizeSpeed;
  }
}
#home-hero .hero-content-wrapper .first-line {
  display: none;
  font-size: 60%;
}
#home-hero .hero-content-wrapper .presented-by {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  float: right;
  height: 60px;
  position: relative;
  margin-top: -75px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #home-hero .hero-content-wrapper .presented-by {
    text-rendering: optimizeSpeed;
  }
}
#home-hero .hero-content-wrapper .presented-by p {
  margin: 0;
}
#home-hero .hero-content-wrapper .presented-by .xbox {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../../../../../../content/dam/atvi/callofduty/advanced/home/presented-by-xbox.png') no-repeat;
  background-size: contain;
  width: 126px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  #home-hero .hero-content-wrapper .presented-by {
    font-size: 0.9rem;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    float: none;
  }
}
#home-hero .hero-content-wrapper .countdown {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  border: 3px solid #cc9800;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #cc9800;
  padding: .25em .5em .25em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #home-hero .hero-content-wrapper .countdown {
    text-rendering: optimizeSpeed;
  }
}
#home-hero .hero-content-wrapper .countdown .count {
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #home-hero .hero-content-wrapper .countdown .count {
    text-rendering: optimizeSpeed;
  }
}
#home-hero .hero-content-wrapper .countdown .count:before {
  content: "//";
  color: #cc9800;
}
#home-hero .hero-content-wrapper .countdown .label {
  text-transform: uppercase;
  font-size: 40%;
}
#home-hero .hero-content-wrapper .countdown > span {
  margin-left: -13px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -1px;
}
@media screen and (max-width: 1024px) {
  #home-hero .hero-content-wrapper .countdown {
    font-size: 3rem;
    padding: .25em;
  }
  #home-hero .hero-content-wrapper .countdown > span {
    margin-left: -5px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #home-hero .hero-content-wrapper .countdown {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  #home-hero .hero-content-wrapper .countdown {
    padding: .2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 380px) {
  #home-hero .hero-content-wrapper .countdown {
    font-size: 1.8rem;
  }
}
#home-hero .hero-content-wrapper .available-date-text {
  font-size: 50%;
}
#home-hero .hero-content-wrapper .available-date-text .yellow-text {
  display: inline-block;
  text-indent: 1rem;
}
@media screen and (max-width: 768px) {
  #home-hero .hero-content-wrapper .available-date-text {
    font-size: 2.25rem;
  }
  #home-hero .hero-content-wrapper .available-date-text .yellow-text {
    display: block;
    text-indent: 0;
  }
}
@media screen and (max-width: 360px) {
  #home-hero .hero-content-wrapper .available-date-text {
    font-size: 1.25rem;
  }
}
#home-hero .hero-content-wrapper .zoomy {
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
}
#home-hero .hero-content-wrapper .second-button {
  margin-top: -10px;
}
#home-hero .hero-content-wrapper .cta.button {
  display: block;
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
  height: 50px;
}
#home-hero .hero-content-wrapper .cta.button a {
  position: relative;
  color: #cc9800;
  background-color: rgba(0, 0, 0, 0.45);
  border: 2px solid #cc9800;
  height: 100%;
  display: inline-block;
  padding: 0 1rem;
  vertical-align: top;
  line-height: 50px;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #home-hero .hero-content-wrapper .cta.button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 768px) {
  #home-hero .hero-content-wrapper .cta.button a {
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  #home-hero .hero-content-wrapper .cta.button a:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 640px) {
  #home-hero .hero-content-wrapper .cta.button p,
  #home-hero .hero-content-wrapper .cta.button a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #home-hero .hero-content-wrapper .cta.button .hidden-mobile {
    display: none;
  }
  #home-hero .hero-content-wrapper .cta.button p,
  #home-hero .hero-content-wrapper .cta.button a {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  #home-hero .hero-content-wrapper .cta.button p,
  #home-hero .hero-content-wrapper .cta.button a {
    font-size: .95rem;
  }
}
@media screen and (max-width: 350px) {
  #home-hero .hero-content-wrapper .cta.button p,
  #home-hero .hero-content-wrapper .cta.button a {
    font-size: .9rem;
  }
}
#home-hero .hero-content-wrapper .cta.button a {
  padding: 0 10px 0 60px;
}
#home-hero .hero-content-wrapper .cta.button a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #cc9800;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#home-hero .hero-content-wrapper .cta.button a:after {
  content: "";
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -91px -2px;
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
}
#home-hero .hero-content-wrapper .cta.button p {
  margin-top: 0;
}
#home-hero .hero-content-wrapper .cta.button p a {
  position: relative;
  float: left;
}
@media screen and (max-width: 570px) {
  #home-hero .hero-content-wrapper {
    left: 5px;
  }
}
#home-hero .hero-content-wrapper .normal-group .top,
#home-hero .hero-content-wrapper .animation-group .top,
#home-hero .hero-content-wrapper .normal-group .bottom,
#home-hero .hero-content-wrapper .animation-group .bottom,
#home-hero .hero-content-wrapper .normal-group h1,
#home-hero .hero-content-wrapper .animation-group h1,
#home-hero .hero-content-wrapper .normal-group p,
#home-hero .hero-content-wrapper .animation-group p {
  -webkit-transform-origin: 192px 50%;
  -moz-transform-origin: 192px 50%;
  -ms-transform-origin: 192px 50%;
  transform-origin: 192px 50%;
}
#home-hero .hero-content-wrapper .animation-group {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  position: absolute;
}
#home-hero .hero-content-wrapper .animation-group .top {
  font-size: 3.3rem;
  margin-bottom: 20px;
  margin: 0;
  line-height: 0.85;
}
#home-hero .hero-content-wrapper .animation-group .bottom {
  font-size: 50%;
  margin-top: .5em;
  vertical-align: bottom;
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
#home-hero .hero-content-wrapper .normal-group {
  position: relative;
}
#home-hero .social-media-fixed .social-media-link a,
#home-hero .social-media-fixed .social-media-link p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #home-hero .hero-content-wrapper h1 {
    margin-bottom: 5px;
  }
  #home-hero .hero-content-wrapper .atvi-text:first-of-type p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 715px) {
  #home-hero .hero-content-wrapper .fr .button .text-container a {
    font-size: 1.3rem;
  }
}
@media screen and (max-height: 440px) and (max-width: 639px) {
  #home-hero .hero-content-wrapper {
    top: 100px;
  }
}
@media screen and (max-width: 640px) {
  #home-hero {
    min-height: 510px;
  }
  #home-hero .mobile-preorder {
    position: absolute;
    top: 90%;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
  }
  #home-hero .mobile-preorder a {
    font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
    font-size-adjust: 0.42;
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 1.2rem;
    display: block;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #cc9800;
    width: 100%;
  }
  #home-hero .mobile-preorder p {
    margin-top: 0;
  }
  #home-hero .hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #home-hero .hero-background .background-image.desktop-only {
    display: none;
  }
  #home-hero .hero-background .background-image.mobile-only {
    background-position: center center;
    background-repeat: no-repeat;
  }
  #home-hero .desktop-only {
    display: none;
  }
  #home-hero .hero-content-wrapper .second-button {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) and screen and (max-width: 480px) {
  #home-hero .mobile-preorder a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 640px) and screen and (min-width: 768px) {
  #home-hero .mobile-preorder a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #home-hero .mobile-preorder a:hover {
    background-color: #b38500;
  }
}
@media screen and (max-width: 540px) {
  #home-hero .hero-content-wrapper .fr .button .text-container a {
    font-size: .9rem;
  }
}
@media screen and (max-width: 460px) {
  #home-hero .hero-content-wrapper {
    padding: 0 8px;
    left: 0;
  }
  #home-hero .hero-content-wrapper .fr h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 400px) {
  #home-hero .hero-content-wrapper {
    top: 110px;
    bottom: auto;
  }
}
@media screen and (max-width: 400px) and (max-height: 460px) {
  #home-hero .hero-content-wrapper {
    top: 105px;
    bottom: auto;
  }
  #home-hero .hero-content-wrapper h1 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 395px) {
  #home-hero .hero-content-wrapper .de h1 {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 375px) {
  #home-hero .hero-content-wrapper .it .button .text-container a {
    font-size: 0.9rem;
  }
  #home-hero .hero-content-wrapper .fr h1 {
    font-size: 2.1rem;
  }
  #home-hero .hero-content-wrapper .fr .button .text-container {
    padding: 0 5px;
  }
  #home-hero .hero-content-wrapper .fr .button .text-container a {
    font-size: .775rem;
  }
}
@media screen and (max-width: 350px) {
  #home-hero .hero-content-wrapper .it .button .text-container a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 650px) and (max-width: 1024px) {
  #home-container > div:not(#home-hero),
  .footer-container {
    -webkit-transform: translateZ(0);
  }
  #home-container > div:not(#home-hero) {
    z-index: 2;
    position: relative;
  }
  #home-hero .hero-content-wrapper {
    left: 70px;
  }
  #home-hero .hero-background .background-image {
    z-index: 1;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 641px) {
  #home-hero .hero-background .background-image.mobile-only {
    display: none;
  }
  #home-hero .mobile-preorder {
    display: none;
  }
  #home-hero .social-media-fixed {
    position: fixed;
    left: 8px;
    top: 140px;
    width: 31px;
    z-index: 20;
  }
  #home-hero .social-media-fixed .social-media-link {
    width: 31px;
    height: 31px;
    margin-top: 8px;
  }
  #home-hero .social-media-fixed .social-media-link a,
  #home-hero .social-media-fixed .social-media-link p {
    display: block;
    width: 100%;
    height: 100%;
  }
  #home-hero .social-media-fixed .social-media-link a {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.75;
  }
  #home-hero .social-media-fixed .social-media-link a:hover {
    opacity: 1;
  }
  #home-hero .social-media-fixed .social-media-link p {
    background-color: #000;
  }
  #home-hero .social-media-fixed .facebook-link a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1141px 0;
  }
  #home-hero .social-media-fixed .twitter-link a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1174px 0;
  }
  #home-hero .social-media-fixed .gplus-link a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1207px 0;
  }
  #home-hero .social-media-fixed .tumblr-link a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1242px 0;
  }
  #home-hero .social-media-fixed .instagram-link a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1276px 0;
  }
  #home-hero .social-media-fixed .youtube-link a {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1309px 0;
  }
}
@media screen and (min-width: 768px) {
  #home-hero .social-media-fixed {
    top: 250px;
  }
}

#home-touts-container {
  text-transform: uppercase;
  min-height: 400px;
  text-align: center;
  margin-top: -96px;
  padding: 50px 0 50px;
}
#home-touts-container .background-solid,
#home-touts-container .background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home-touts-container .background-solid {
  background-color: #060606;
  opacity: 0;
}
#home-touts-container .background-gradient {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #060606);
}
#home-touts:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
#home-touts .home-tout-container {
  float: left;
  width: 33%;
}
#home-touts .home-tout-container:first-child {
  width: 34%;
}
#home-touts .home-tout-container .tout-container {
  width: 310px;
  margin: 0 auto;
  display: none;
}
#home-touts .home-tout-container.home-tout-container-1 .tout-inner {
  left: 100%;
}
#home-touts .home-tout-container.home-tout-container-3 .tout-inner {
  left: -100%;
}
#home-touts .content-tile-entry {
  display: inline-block;
  vertical-align: top;
  width: 310px;
}
#home-touts .content-tile-entry:nth-child(1) {
  margin-right: 70px;
}
#home-touts .content-tile-entry:nth-child(2) {
  margin: 0 20px;
}
#home-touts .content-tile-entry:nth-child(3) {
  margin-left: 70px;
}
#home-touts .tout-mid {
  position: relative;
  width: 70px;
  left: 0;
  height: 100%;
}
#home-touts .tout-inner {
  background-color: rgba(0, 0, 0, 0.85);
  border-top: 2px solid #cc9800;
  border-right: 2px solid #cc9800;
  position: relative;
  left: 0;
  margin: 0;
  width: 310px;
  text-align: left;
  padding-bottom: 8px;
}
#home-touts .tout-inner:after {
  background-color: #cc9800;
  width: 46px;
  height: 5px;
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  left: 0;
}
#home-touts .content-tile-entry:first-child .tout-inner {
  left: 100%;
}
#home-touts .content-tile-entry:nth-child(3) .tout-inner {
  left: -100%;
}
#home-touts .top-link {
  color: #cc9800;
  display: block;
  height: 100%;
}
#home-touts .top-link:hover {
  color: #b38500;
}
#home-touts .title {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.1rem;
  text-transform: uppercase;
  min-height: 20px;
  width: 100%;
  margin: 12px 8px 8px;
  padding-right: 8px;
}
@media screen and (max-width: 480px) {
  #home-touts .title {
    text-rendering: optimizeSpeed;
  }
}
#home-touts .title p {
  margin-top: 0;
}
#home-touts .tout-image {
  position: relative;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home-touts .text-body {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  margin: 8px;
}
@media screen and (max-width: 480px) {
  #home-touts .text-body {
    text-rendering: optimizeSpeed;
  }
}
#home-touts .text-body p {
  line-height: 1.1;
}
#home-touts .tout-link {
  margin: 36px 8px 8px 8px;
}
#home-touts .tout-link a {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #cc9800;
  display: block;
  height: 100%;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  #home-touts .tout-link a {
    text-rendering: optimizeSpeed;
  }
}
#home-touts .tout-link a:hover {
  color: #b38500;
}
@media screen and (max-width: 1265px) {
  #home-touts .content-tile-entry:nth-child(1),
  #home-touts .content-tile-entry:nth-child(3) {
    margin: 0;
  }
  #home-touts .content-tile-entry:nth-child(2) {
    margin: 0 1%;
  }
  #home-touts .tout-mid {
    width: 0;
  }
}
@media screen and (max-width: 1023px) {
  #home-touts .tout-inner:before {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -42px 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 11px;
    content: "";
    top: 8px;
    right: 8px;
    position: absolute;
    display: block;
  }
}
@media screen and (max-width: 975px) {
  #home-touts .home-tout-container {
    width: 100%;
  }
  #home-touts .home-tout-container:first-child {
    width: 100%;
  }
  #home-touts .content-tile-entry {
    display: block;
  }
  #home-touts .content-tile-entry:first-child {
    margin: 0 auto;
  }
  #home-touts .content-tile-entry:nth-child(n+2) {
    margin: 25px auto;
  }
}
@media screen and (max-width: 480px) {
  #home-touts .tout-image {
    position: relative;
    max-width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #home-container #home-touts-container {
    margin-top: -39px;
  }
}
@media screen and (min-width: 640px) {
  #home-touts .top-link,
  #home-touts .tout-link a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 650px) and (max-width: 1024px) {
  #home-touts-container {
    min-height: 425px;
  }
  #home-touts .tout-inner,
  #home-touts .content-tile-entry {
    width: 310px;
  }
}

#homepage-ce-tout .atvi-text p {
  margin-top: 0;
}
#homepage-ce-tout p,
#homepage-ce-tout li,
#homepage-ce-tout a {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: .85rem;
}
@media screen and (max-width: 480px) {
  #homepage-ce-tout p,
  #homepage-ce-tout li,
  #homepage-ce-tout a {
    text-rendering: optimizeSpeed;
  }
}
#homepage-ce-tout .button.wrapper {
  height: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#homepage-ce-tout .button.wrapper .text-container {
  background-color: rgba(0, 0, 0, 0.55);
  border: 2px solid #cc9800;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  height: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
#homepage-ce-tout .button.wrapper .text-container p,
#homepage-ce-tout .button.wrapper .text-container a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  line-height: 50px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #homepage-ce-tout .button.wrapper .text-container p,
  #homepage-ce-tout .button.wrapper .text-container a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 640px) {
  #homepage-ce-tout .button.wrapper .text-container p,
  #homepage-ce-tout .button.wrapper .text-container a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #homepage-ce-tout .button.wrapper .text-container {
    padding: 0 20px;
  }
  #homepage-ce-tout .button.wrapper .text-container p,
  #homepage-ce-tout .button.wrapper .text-container a {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  #homepage-ce-tout .button.wrapper .text-container {
    padding: 0 15px;
  }
  #homepage-ce-tout .button.wrapper .text-container p,
  #homepage-ce-tout .button.wrapper .text-container a {
    font-size: .95rem;
  }
}
@media screen and (max-width: 350px) {
  #homepage-ce-tout .button.wrapper .text-container {
    padding: 0 9px;
  }
  #homepage-ce-tout .button.wrapper .text-container p,
  #homepage-ce-tout .button.wrapper .text-container a {
    font-size: .9rem;
  }
}
#homepage-ce-tout .button.wrapper:hover .text-container {
  background-color: #000000;
}
#homepage-ce-tout h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
}
#homepage-ce-tout {
  background-image: url("../../../../../../content/dam/atvi/callofduty/advanced/ce/ce-bgd.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #000;
  padding: 40px 60px 0px;
  overflow: hidden;
}
#homepage-ce-tout .ce-items-wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#homepage-ce-tout .content-container {
  display: inline-block;
  position: absolute;
  margin: auto;
  height: 210px;
  overflow-y: visible;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #homepage-ce-tout .content-container {
    left: 50px;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  #homepage-ce-tout .content-container {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) and (max-height: 440px) {
  #homepage-ce-tout .content-container {
    bottom: auto;
    top: 75px;
  }
}
@media screen and (max-width: 400px) {
  #homepage-ce-tout .content-container {
    padding: 0 8px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #homepage-ce-tout .content-container {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  #homepage-ce-tout .content-container {
    left: 0;
    right: 0;
    width: 910px;
  }
}
#homepage-ce-tout .headline h2 {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 480px) {
  #homepage-ce-tout .headline h2 {
    text-rendering: optimizeSpeed;
  }
}
#homepage-ce-tout .button.wrapper {
  margin-top: 1.75rem;
}
#homepage-ce-tout .button.wrapper .text-container a {
  display: block;
}
#homepage-ce-tout .ce-items {
  position: relative;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 56.25%;
}
#homepage-ce-tout .ce-item {
  position: absolute;
  height: 0;
}
#homepage-ce-tout .ce-item .item-image,
#homepage-ce-tout .ce-item .atvi-image,
#homepage-ce-tout .ce-item .backgrounded {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}
#homepage-ce-tout .ce-item-1 {
  top: 5%;
  left: 5%;
  width: 84%;
  padding-bottom: 40.29375%;
}
#homepage-ce-tout .ce-item-2 {
  left: 73%;
  top: 42%;
  width: 22%;
  padding-bottom: 19.35014006%;
}
#homepage-ce-tout .ce-item-3 {
  left: 38%;
  top: 61%;
  width: 44%;
  padding-bottom: 17.63766049%;
}
#homepage-ce-tout .item-text {
  color: #fff;
  position: absolute;
  margin-left: -60px;
  width: 120px;
  text-align: center;
  -webkit-transition: opacity .3s, text-shadow .5s ease .3s;
  -moz-transition: opacity .3s, text-shadow .5s ease .3s;
  -ms-transition: opacity .3s, text-shadow .5s ease .3s;
  -o-transition: opacity .3s, text-shadow .5s ease .3s;
  transition: opacity .3s, text-shadow .5s ease .3s;
}
#homepage-ce-tout .item-text.hidden {
  opacity: 0;
  text-shadow: #343434 1px 1px 1px,
                0 0 10px #fff,
                0 0 20px #fff,
                0 0 30px #fff,
                0 0 40px #fff,
                0 0 70px #fff,
                0 0 80px #fff,
                0 0 100px #fff,
                0 0 150px #fff;
}
#homepage-ce-tout .ce-item-1 .item-text-a {
  top: 20%;
  left: 32%;
  margin-top: -14px;
}
#homepage-ce-tout .ce-item-1 .item-text-b {
  top: 41%;
  left: 8%;
  margin-top: -14px;
}
#homepage-ce-tout .ce-item-1 .item-text-c {
  top: 93%;
  left: 10%;
}
#homepage-ce-tout .ce-item-1 .item-text-d {
  top: 99%;
  left: 28%;
}
#homepage-ce-tout .ce-item-1 .item-text-e {
  top: 79%;
  left: 53%;
}
#homepage-ce-tout .ce-item-1 .item-text-f {
  top: 10%;
  left: 93%;
}
#homepage-ce-tout .ce-item-2 .item-text-a {
  top: -6%;
  left: 77%;
  margin-top: -14px;
}
#homepage-ce-tout .ce-item-2 .item-text-b {
  top: 78%;
  left: 40%;
  margin-left: 0;
}
#homepage-ce-tout .ce-item-3 .item-text-a {
  left: 56%;
  top: 75%;
  width: 160px;
  margin-left: -80px;
}
@media screen and (max-width: 640px) {
  #homepage-ce-tout {
    padding-bottom: 40px;
    min-height: 300px;
  }
  #homepage-ce-tout .ce-mobile-background {
    background-size: contain;
    height: 0;
    padding-bottom: 56.25%;
  }
  #homepage-ce-tout .ce-items-wrapper {
    display: none;
  }
  #homepage-ce-tout h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 460px) {
  #homepage-ce-tout h2 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 641px) {
  #homepage-ce-tout .ce-items-wrapper {
    background-size: 0;
  }
}

#homepage-media-tout .atvi-text p {
  margin-top: 0;
}
#homepage-media-tout p,
#homepage-media-tout li,
#homepage-media-tout a {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: .85rem;
}
@media screen and (max-width: 480px) {
  #homepage-media-tout p,
  #homepage-media-tout li,
  #homepage-media-tout a {
    text-rendering: optimizeSpeed;
  }
}
#homepage-media-tout ul {
  padding-left: 15px;
}
#homepage-media-tout li {
  list-style-type: disc;
}
#homepage-media-tout .button.wrapper {
  height: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#homepage-media-tout .button.wrapper .text-container {
  background-color: rgba(0, 0, 0, 0.55);
  border: 2px solid #cc9800;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  height: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
#homepage-media-tout .button.wrapper .text-container p,
#homepage-media-tout .button.wrapper .text-container a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  line-height: 50px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #homepage-media-tout .button.wrapper .text-container p,
  #homepage-media-tout .button.wrapper .text-container a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 640px) {
  #homepage-media-tout .button.wrapper .text-container p,
  #homepage-media-tout .button.wrapper .text-container a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #homepage-media-tout .button.wrapper .text-container {
    padding: 0 20px;
  }
  #homepage-media-tout .button.wrapper .text-container p,
  #homepage-media-tout .button.wrapper .text-container a {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  #homepage-media-tout .button.wrapper .text-container {
    padding: 0 15px;
  }
  #homepage-media-tout .button.wrapper .text-container p,
  #homepage-media-tout .button.wrapper .text-container a {
    font-size: .95rem;
  }
}
@media screen and (max-width: 350px) {
  #homepage-media-tout .button.wrapper .text-container {
    padding: 0 9px;
  }
  #homepage-media-tout .button.wrapper .text-container p,
  #homepage-media-tout .button.wrapper .text-container a {
    font-size: .9rem;
  }
}
#homepage-media-tout .button.wrapper:hover .text-container {
  background-color: #000000;
}
#homepage-media-tout h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
}
#homepage-media-tout {
  position: relative;
  width: 100%;
  background-color: #111;
  height: 856px;
  overflow: hidden;
}
#homepage-media-tout .media-tout-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#homepage-media-tout .content-container {
  max-width: 925px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#homepage-media-tout:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/game-features/angled-bars.png") repeat-x;
}
@media screen and (max-width: 1024px) {
  #homepage-media-tout {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 640px) {
  #homepage-media-tout {
    min-height: 300px;
    padding-bottom: 40px;
  }
}
#media-tiles-carousel {
  float: right;
  margin-top: 40px;
}
@media screen and (max-width: 925px) {
  #media-tiles-carousel {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #media-tiles-carousel {
    display: none;
  }
}
#homepage-media-tout .cta-container {
  display: inline-block;
  position: absolute;
  margin: auto;
  height: 210px;
  overflow-y: visible;
  top: 0;
  bottom: 0;
  max-width: 693px;
}
@media screen and (max-width: 767px) {
  #homepage-media-tout .cta-container {
    left: 50px;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  #homepage-media-tout .cta-container {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) and (max-height: 440px) {
  #homepage-media-tout .cta-container {
    bottom: auto;
    top: 75px;
  }
}
@media screen and (max-width: 400px) {
  #homepage-media-tout .cta-container {
    padding: 0 8px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #homepage-media-tout .cta-container {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  #homepage-media-tout .cta-container {
    left: 0;
    right: 0;
    width: 910px;
  }
}
@media screen and (min-width: 1024px) {
  #homepage-media-tout .cta-container {
    left: 0;
    right: auto;
  }
}
#homepage-media-tout .button.wrapper {
  margin-top: 1.75rem;
}
#homepage-media-tout .button.wrapper a {
  display: block;
}
@media screen and (max-width: 640px) {
  #homepage-media-tout h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 460px) {
  #homepage-media-tout h1 {
    font-size: 2.1rem;
  }
}
#media-tiles-carousel {
  width: 242px;
}
#media-tiles-carousel .arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #cc9800;
}
#media-tiles-carousel .arrow:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -88px -36px;
  width: 23px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
#media-tiles-carousel .arrow.next:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  #media-tiles-carousel .arrow {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #media-tiles-carousel .arrow:hover {
    background-color: #b38500;
  }
}
#media-tiles {
  position: relative;
  height: 706px;
  overflow: hidden;
}
.media-tile {
  display: none;
  position: absolute;
  width: 222px;
  height: 222px;
  margin: 10px;
  border-bottom: 2px solid transparent;
  top: -888px;
  left: 0;
  opacity: 0;
  -webkit-transition: top .5s, opacity .5s;
  -moz-transition: top .5s, opacity .5s;
  -ms-transition: top .5s, opacity .5s;
  -o-transition: top .5s, opacity .5s;
  transition: top .5s, opacity .5s;
}
.media-tile.p-3 {
  display: block;
  opacity: 0;
  top: -696px;
}
.media-tile.p-2 {
  display: block;
  opacity: 0;
  top: -464px;
}
.media-tile.p-1 {
  display: block;
  opacity: 0;
  top: -232px;
}
.media-tile.p0 {
  display: block;
  opacity: 1;
  top: 0;
}
.media-tile.p1 {
  display: block;
  opacity: 1;
  top: 232px;
}
.media-tile.p2 {
  display: block;
  opacity: 1;
  top: 464px;
}
.media-tile.p3 {
  display: block;
  opacity: 0;
  top: 696px;
}
.media-tile.p4 {
  display: block;
  opacity: 0;
  top: 928px;
}
.media-tile.p5 {
  display: block;
  opacity: 0;
  top: 1160px;
}
.media-tile:after {
  display: block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid rgba(204, 152, 0, 0);
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -20px;
  -webkit-transition: all 1s ease-in 0.3s;
  -moz-transition: all 1s ease-in 0.3s;
  -ms-transition: all 1s ease-in 0.3s;
  -o-transition: all 1s ease-in 0.3s;
  transition: all 1s ease-in 0.3s;
}
.media-tile {
  /* active state */
}
.media-tile .inner {
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-tile.media-video .inner:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1519px 0px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 57px;
  height: 57px;
  content: "";
  opacity: 0.75;
}
.media-tile.media-video .inner:hover:after {
  opacity: 1;
}
.media-tile.media-image:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-top: 50px solid #cc9800;
  border-right: none;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.media-tile.media-image.current:after {
  border-top: 50px solid #cc9800;
  left: auto;
}
.media-tile.media-image .inner:after {
  width: 20px;
  height: 20px;
  content: "+";
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 10;
  font-size: 25px;
  color: #000;
}
.media-tile.media-image:hover .inner:after {
  color: #FFF;
}
.media-tile .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.media-tile .title-pane {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  background-color: rgba(204, 152, 0, 0.8);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: .5em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .media-tile .title-pane {
    text-rendering: optimizeSpeed;
  }
}
.media-tile.current {
  border-bottom: 2px solid #cc9800;
}
.media-tile.current:after {
  border-top: 22px solid #cc9800;
  left: 50%;
}
.media-tile:hover .title-pane {
  background-color: rgba(204, 152, 0, 0.95);
}

#homepage-sub-touts {
  position: relative;
  width: 100%;
  background-color: #dca;
  overflow: hidden;
}
#homepage-sub-touts .aspect-ratio {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
@media screen and (max-width: 480px) {
  #homepage-sub-touts .aspect-ratio {
    padding-bottom: 100%;
  }
}
#homepage-sub-touts .clipper {
  min-height: 400px;
  max-height: 800px;
}
#homepage-sub-touts .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #homepage-sub-touts .layer {
    display: block!important;
  }
}
#homepage-sub-touts .layer .atvi-image {
  display: inline;
  position: static;
}
#homepage-sub-touts .layer .atvi-image .backgrounded {
  width: 115%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
}
#homepage-sub-touts .layer.background {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#homepage-sub-touts .layer.smoke {
  top: -30%;
  height: 140%;
  width: 140%;
  opacity: .5;
}
#homepage-sub-touts .layer.embers {
  height: 120%;
  width: 105%;
}
#homepage-sub-touts .layer.front-smoke {
  height: 120%;
  width: 110%;
}
#homepage-sub-touts .layer.front-smoke .backgrounded {
  background-position: bottom center;
}
#homepage-sub-touts .layer.mobile-only .atvi-image .backgrounded {
  width: 100%;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #homepage-sub-touts .layer.mobile-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #homepage-sub-touts .layer.mobile-only {
    display: none;
  }
}
#homepage-sub-touts .content-container {
  display: inline-block;
  position: absolute;
  margin: auto;
  height: 210px;
  overflow-y: visible;
  top: 0;
  bottom: 0;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #homepage-sub-touts .content-container {
    left: 50px;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  #homepage-sub-touts .content-container {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) and (max-height: 440px) {
  #homepage-sub-touts .content-container {
    bottom: auto;
    top: 75px;
  }
}
@media screen and (max-width: 400px) {
  #homepage-sub-touts .content-container {
    padding: 0 8px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #homepage-sub-touts .content-container {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  #homepage-sub-touts .content-container {
    left: 0;
    right: 0;
    width: 910px;
  }
}
@media screen and (min-width: 768px) {
  #homepage-sub-touts .content-container {
    left: 10%;
  }
}
#homepage-sub-touts .content-container h1 {
  color: #fff;
  font-size: 3.5rem;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#homepage-sub-touts .content-container h1 .yellow-text {
  text-shadow: none;
}
@media screen and (max-width: 460px) {
  #homepage-sub-touts .content-container h1 {
    font-size: 2.1rem;
  }
}
#homepage-sub-touts .content-container .button.wrapper {
  height: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: .5em;
}
#homepage-sub-touts .content-container .button.wrapper .text-container {
  background-color: rgba(0, 0, 0, 0.55);
  border: 2px solid #cc9800;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  height: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
#homepage-sub-touts .content-container .button.wrapper .text-container p,
#homepage-sub-touts .content-container .button.wrapper .text-container a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  line-height: 50px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #homepage-sub-touts .content-container .button.wrapper .text-container p,
  #homepage-sub-touts .content-container .button.wrapper .text-container a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 640px) {
  #homepage-sub-touts .content-container .button.wrapper .text-container p,
  #homepage-sub-touts .content-container .button.wrapper .text-container a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #homepage-sub-touts .content-container .button.wrapper .text-container {
    padding: 0 20px;
  }
  #homepage-sub-touts .content-container .button.wrapper .text-container p,
  #homepage-sub-touts .content-container .button.wrapper .text-container a {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  #homepage-sub-touts .content-container .button.wrapper .text-container {
    padding: 0 15px;
  }
  #homepage-sub-touts .content-container .button.wrapper .text-container p,
  #homepage-sub-touts .content-container .button.wrapper .text-container a {
    font-size: .95rem;
  }
}
@media screen and (max-width: 350px) {
  #homepage-sub-touts .content-container .button.wrapper .text-container {
    padding: 0 9px;
  }
  #homepage-sub-touts .content-container .button.wrapper .text-container p,
  #homepage-sub-touts .content-container .button.wrapper .text-container a {
    font-size: .9rem;
  }
}
#homepage-sub-touts .content-container .button.wrapper:hover .text-container {
  background-color: #000000;
}

#instagram-section {
  padding-top: 50px;
  background: #000;
  border-bottom: 2px solid #cc9800;
}
#instagram-section:before {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/game-features/angled-bars.png") repeat;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  min-width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
#instagram-section .instagram-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
#instagram-section .instagram-title h1 {
  display: inline-block;
  font-size: 2.5rem;
}
#instagram-section .instagram-title h1:first-of-type {
  color: #FFF;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  top: 2px;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #instagram-section .instagram-title h1:first-of-type {
    text-rendering: optimizeSpeed;
  }
}
#instagram-section .instagram-title h1:last-of-type {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 10px 35px 10px 25px;
  background: #cc9800;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#instagram-section .instagram-title h1:last-of-type:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  right: 14px;
  bottom: 16px;
}
@media screen and (max-width: 480px) {
  #instagram-section .instagram-title h1:last-of-type {
    text-rendering: optimizeSpeed;
  }
}
#instagram-section .instagram-pics {
  background: #000;
  display: none;
  position: relative;
  margin-top: -135px;
  background: url(../../../../../../content/dam/atvi/callofduty/advanced/media/Fission-Evacuation.jpg) center center no-repeat;
  background-size: cover;
}
#instagram-section .instagram-pics:before,
#instagram-section .instagram-pics:after {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/game-features/angled-bars.png") repeat;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  min-width: 100%;
  z-index: 10;
}
#instagram-section .instagram-pics:before {
  top: 0;
  display: none;
}
#instagram-section .instagram-pics:after {
  bottom: 0;
}
#instagram-video-container {
  position: absolute;
  width: 100%;
}
#instagram-video-container video {
  width: 100%;
}
#instagram-feed {
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
}
#instagram-feed .social-feed:after {
  clear: both;
  display: block;
  height: 0px;
  content: "";
}
#instagram-feed .social-post {
  width: 17%;
  margin: 1.5%;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#instagram-feed .social-post:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#instagram-feed .social-post img {
  width: 100%;
}
#instagram-feed .social-caption,
#instagram-feed .social-body {
  display: none;
}
#instagram-feed .instagram-nav {
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 975px) {
  #instagram-feed .social-post {
    width: 20%;
    margin: 2.5%;
  }
  #instagram-video-container video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #instagram-feed {
    height: 0;
    padding: 20px 0 115% 0;
  }
  #instagram-feed .social-post {
    width: 90%;
    position: absolute;
    margin-left: 5%;
    top: 75px;
    left: 0;
    display: none;
  }
  #instagram-feed .social-post.current {
    display: block;
    z-index: 10;
  }
  #instagram-feed .social-post:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #instagram-feed .instagram-nav {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    width: 26px;
    height: 26px;
  }
  #instagram-feed .instagram-prev {
    left: 5%;
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1176px -40px;
  }
  #instagram-feed .instagram-next {
    left: 15%;
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1140px -40px;
  }
  #instagram-section {
    padding-top: 40px;
  }
  #instagram-section .instagram-title h1 {
    font-size: 1.5rem;
    padding: 10px 12px;
  }
  #instagram-section .instagram-pics {
    margin-top: -111px;
  }
}
@media screen and (max-width: 480px) {
  #instagram-feed {
    padding: 20px 0 140% 0;
  }
  #instagram-feed .social-post {
    top: 125px;
  }
  #instagram-section .instagram-pics {
    margin-top: -122px;
  }
}
@media screen and (max-width: 380px) {
  #instagram-feed {
    padding: 20px 0 153% 0;
  }
}

#homepage-ce-tout {
  padding: 0;
}
#stats-subtout {
  background-image: url("../../../../../../content/dam/atvi/callofduty/advanced/stats/awstats_home_bg.jpg");
  background-size: cover;
  background-position: top center;
  padding: 60px;
  color: #fff;
  border-bottom: 2px solid #cc9800;
}
#stats-subtout .logged-out,
#stats-subtout .logged-in,
#stats-subtout .no-stats {
  display: none;
}
#stats-subtout .logged-out .stat-list {
  width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  overflow: hidden;
  height: 260px;
}
#stats-subtout .logged-out .stat-list .stat {
  float: left;
  margin-right: 3%;
  width: 22%;
  position: relative;
}
#stats-subtout .logged-out .stat-list .stat#stat4 {
  margin: 0;
}
#stats-subtout .logged-out .stat-list .stat p {
  margin-top: 10px;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #stats-subtout .logged-out .stat-list .stat p {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .logged-out .stat-list .stat .atvi-image .backgrounded {
  width: 100%;
}
#stats-subtout .logged-out > p {
  width: 800px;
  margin: 0 auto;
  font-size: 55px;
  line-height: 45px;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  position: relative;
}
@media screen and (max-width: 480px) {
  #stats-subtout .logged-out > p {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .logged-out > p a {
  color: #fff;
  font-size: 1.5rem;
  padding: 0px 20px;
  margin-top: 30px;
  display: inline-block;
  border: 2px solid #cc9800;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #stats-subtout .logged-out > p a {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .logged-in {
  width: 800px;
  margin: 0 auto;
}
#stats-subtout .logged-in .number-kills {
  font-size: 60px;
  text-transform: uppercase;
  color: #cc9800;
  margin-bottom: 30px;
  position: relative;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #stats-subtout .logged-in .number-kills {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .logged-in .number-kills .number-kills-number {
  font-size: 110px;
  color: #fff;
}
#stats-subtout .logged-in .number-kills .number-kills-label:before {
  content: "////";
  padding-right: 15px;
}
#stats-subtout .logged-in .logged-in-title {
  position: relative;
}
#stats-subtout .logged-in .logged-in-title p {
  font-size: 55px;
  line-height: 45px;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #stats-subtout .logged-in .logged-in-title p {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .logged-in .cta-button {
  margin-top: 30px;
  position: relative;
}
#stats-subtout .logged-in .cta-button a {
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #cc9800;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #stats-subtout .logged-in .cta-button a {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .no-stats {
  width: 800px;
  margin: 0 auto;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #stats-subtout .no-stats {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .no-stats h2 {
  font-size: 64px;
}
#stats-subtout .no-stats h2 .username {
  color: #cc9800;
}
#stats-subtout .no-stats .atvi-text p {
  font-size: 50px;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  width: 600px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  #stats-subtout .no-stats .atvi-text p {
    text-rendering: optimizeSpeed;
  }
}
#stats-subtout .no-stats .cta-button {
  margin-top: 30px;
}
#stats-subtout .no-stats .cta-button a {
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #cc9800;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #stats-subtout .no-stats .cta-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 768px) {
  #stats-subtout .logged-in {
    width: 600px;
  }
  #stats-subtout .logged-out .stat-list {
    width: 600px;
  }
  #stats-subtout .logged-out .stat-list .stat .atvi-image .backgrounded {
    height: 160px;
  }
  #stats-subtout .logged-out > p {
    width: 600px;
  }
  #stats-subtout .no-stats {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  #stats-subtout {
    padding: 60px 0;
  }
  #stats-subtout .logged-in {
    width: 310px;
  }
  #stats-subtout .logged-in .number-kills .number-kills-number {
    line-height: 85px;
  }
  #stats-subtout .logged-in .number-kills .number-kills-label {
    display: block;
    font-size: 27px;
  }
  #stats-subtout .logged-in .number-kills .number-kills-label:before {
    content: "///////////////////////";
    letter-spacing: -2px;
  }
  #stats-subtout .logged-in .logged-in-title p {
    font-size: 45px;
    line-height: 40px;
  }
  #stats-subtout .logged-out .stat-list {
    width: 310px;
  }
  #stats-subtout .logged-out .stat-list .stat {
    display: none;
    width: 100%;
    margin: 0;
  }
  #stats-subtout .logged-out .stat-list .stat:first-child {
    display: block;
  }
  #stats-subtout .logged-out .stat-list .stat .atvi-image .backgrounded {
    height: 228px;
  }
  #stats-subtout .logged-out > p {
    width: 310px;
  }
  #stats-subtout .no-stats {
    width: 310px;
  }
  #stats-subtout .no-stats h2 {
    font-size: 42px;
  }
  #stats-subtout .no-stats .atvi-text p {
    font-size: 30px;
    margin: 20px auto 0;
    width: 310px;
  }
}

#features-container {
  background-color: rgba(0, 20, 80, 0.5);
  min-height: 600px;
}

p {
  margin-top: 0;
}
#pu-connection-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity .4s, height 0s ease .4s;
  -moz-transition: opacity .4s, height 0s ease .4s;
  -ms-transition: opacity .4s, height 0s ease .4s;
  -o-transition: opacity .4s, height 0s ease .4s;
  transition: opacity .4s, height 0s ease .4s;
}
@media screen and (max-height: 800px) {
  #pu-connection-wrapper {
    overflow: auto;
  }
}
#pu-connection-wrapper > .dialog-wrapper {
  position: relative;
  height: 100%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform .4s;
}
#pu-connection-wrapper.open {
  opacity: 1;
  display: block;
  height: 100%;
  -webkit-transition: opacity .4s, height 0s;
  -moz-transition: opacity .4s, height 0s;
  -ms-transition: opacity .4s, height 0s;
  -o-transition: opacity .4s, height 0s;
  transition: opacity .4s, height 0s;
}
#pu-connection-wrapper.open > .dialog-wrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#pu-connection-wrapper #pu-connection-container {
  position: relative;
  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%);
  width: 75%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
  background-color: #000;
  border: 2px solid #cc9800;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  #pu-connection-wrapper #pu-connection-container .extra-text {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #pu-connection-wrapper #pu-connection-container {
    width: 83%;
  }
}
@media screen and (max-width: 1000px) {
  #pu-connection-wrapper #pu-connection-container {
    width: 90%;
  }
}
@media screen and (max-height: 800px) {
  #pu-connection-wrapper #pu-connection-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 5%;
  }
}
@media screen and (max-width: 400px) {
  #pu-connection-wrapper #pu-connection-container {
    padding: 1rem;
  }
}
#pu-connection-wrapper #pu-connection-container .instructions {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #pu-connection-wrapper #pu-connection-container .instructions {
    text-rendering: optimizeSpeed;
  }
}
#pu-connection-wrapper #pu-connection-container .instructions p {
  font-size: 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 539px) {
  #pu-connection-wrapper #pu-connection-container .instructions p {
    font-size: 1.05rem;
  }
}
#pu-connection-wrapper #pu-connection-container .short-url {
  text-align: center;
  margin-top: 16px;
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #cc9800;
  text-transform: none;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  #pu-connection-wrapper #pu-connection-container .short-url {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 650px) {
  #pu-connection-wrapper #pu-connection-container .short-url {
    font-size: 1.5rem;
  }
}
#pu-connection-wrapper #pu-connection-container .qr-wrapper {
  margin: 24px 0;
}
#pu-connection-wrapper #pu-connection-container .qr-container {
  position: relative;
  margin: .5rem auto 0;
  padding: 5px;
  width: 180px;
  background-color: #fff;
  box-sizing: content-box;
}
#pu-connection-wrapper #pu-connection-container .qrcode {
  height: 180px;
  width: 180px;
  margin: auto;
}
@media screen and (max-width: 320px) {
  #pu-connection-wrapper #pu-connection-container .qrcode {
    position: relative;
  }
}
#pu-connection-wrapper #pu-connection-container .qrcode img {
  max-width: 100%;
  margin: auto;
  display: block;
}
@media screen and (min-width: 321px) {
  #pu-connection-wrapper #pu-connection-container .post-qr-message {
    margin-top: 2rem;
  }
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper {
  position: relative;
  color: #cc9800;
  font-size: 75%;
  text-align: left;
  margin: 20px;
}
@media screen and (max-width: 400px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper {
    margin: .75rem 0;
    text-align: center;
  }
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .instructions {
  font-size: 100%;
  text-align: center;
}
@media screen and (max-width: 400px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .instructions {
    margin-left: 0;
  }
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .meter {
  margin: 6px 0;
  text-align: center;
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .segment {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  padding: 6px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 539px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .segment {
    width: 16%;
    height: 60px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 540px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .segment {
    width: 20%;
    height: 50px;
  }
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .segment:first-child {
  margin: 0;
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .segment span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 539px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .segment span {
    color: #cc9800;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .segment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #cc9800;
  background-color: #000;
  z-index: 0;
}
@media screen and (max-width: 539px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .segment::after {
    border-radius: 7px 0 0 0;
  }
}
@media screen and (min-width: 540px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .segment::after {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .segment.filled {
  color: #000;
}
#pu-connection-wrapper #pu-connection-container .meter-wrapper .segment.filled::after {
  background-color: #cc9800;
  border-color: antiquewhite;
}
@media screen and (max-width: 539px) {
  #pu-connection-wrapper #pu-connection-container .meter-wrapper .segment.filled span {
    color: #000;
  }
}
#pu-connection-wrapper #pu-connection-container .bottom-button {
  margin-top: 1rem;
  height: 50px;
  display: block;
  position: relative;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
#pu-connection-wrapper #pu-connection-container .bottom-button a {
  position: relative;
  color: #cc9800;
  background-color: rgba(0, 0, 0, 0.45);
  border: 2px solid #cc9800;
  height: 100%;
  display: inline-block;
  padding: 0 1rem;
  vertical-align: top;
  line-height: 50px;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 768px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  #pu-connection-wrapper #pu-connection-container .bottom-button a:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 640px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button p,
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button .hidden-mobile {
    display: none;
  }
  #pu-connection-wrapper #pu-connection-container .bottom-button p,
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button p,
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    font-size: .95rem;
  }
}
@media screen and (max-width: 350px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button p,
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    font-size: .9rem;
  }
}
@media screen and (max-width: 540px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button {
    width: 100%;
  }
  #pu-connection-wrapper #pu-connection-container .bottom-button:first-child {
    margin-top: 0;
  }
  #pu-connection-wrapper #pu-connection-container .bottom-button a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button:nth-child(n+2) {
    margin-left: 1rem;
  }
}
#pu-connection-wrapper #pu-connection-container .bottom-button p {
  margin: 0;
}
#pu-connection-wrapper #pu-connection-container .bottom-button a {
  padding: 0 1rem;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share .addthis_counter {
  display: none!important;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container {
  opacity: 0;
  height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 300px;
  bottom: 90%;
  padding: 1rem 0;
  background-color: #cc9800;
  display: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container > div {
  width: 100%;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container a {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
  background-color: transparent;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container a:first-child {
  margin-left: 12%;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 98%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #cc9800;
  -webkit-transition: left 0.5s ease 1s;
  -moz-transition: left 0.5s ease 1s;
  -ms-transition: left 0.5s ease 1s;
  -o-transition: left 0.5s ease 1s;
  transition: left 0.5s ease 1s;
}
@media screen and (max-width: 540px) {
  #pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container {
    width: auto;
  }
  #pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container a {
    padding: 0;
    border: 0;
    width: auto;
    float: none;
    margin-left: 6%;
  }
  #pu-connection-wrapper #pu-connection-container .bottom-button.share .share-container a:first-child {
    margin-left: 0;
  }
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share.open .share-container {
  height: auto;
  opacity: 1;
  bottom: 125%;
  display: block;
}
#pu-connection-wrapper #pu-connection-container .bottom-button.share.open .share-container:after {
  left: 138px;
}
#pu-connection-wrapper #pu-connection-container .close-button-container {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 1000;
}
#pu-connection-wrapper #pu-connection-container .close-button-container p {
  margin-top: 0;
}
#pu-connection-wrapper #pu-connection-container .close-button-container a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1354px -29px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#pu-connection-wrapper #pu-connection-container .qr-reader-link {
  margin-top: .25rem;
}
#pu-connection-wrapper #pu-connection-container .qr-reader-link a {
  color: #cc9800;
  text-decoration: underline;
}
#pu-connection-wrapper .steward-page-link {
  display: none;
}
#pu-connection-wrapper.only-2 #pu-connection-container .meter-wrapper .segment:nth-child(n+3) {
  display: none;
}
#pu-connection-wrapper.only-3 #pu-connection-container .meter-wrapper .segment:nth-child(n+4) {
  display: none;
}
#pu-connection-wrapper.only-4 #pu-connection-container .meter-wrapper .segment:nth-child(n+5) {
  display: none;
}
/*
@keyframes pu-pulse {
    from { .transform(translateZ(0) scale(1)); }
    40% { .scale(1.15); }
    90% { .scale(1); }
    to { .scale(1); }
}
@-webkit-keyframes pu-pulse {
    from { .transform(translateZ(0) scale(1)); }
    40% { .scale(1.15); }
    90% { .scale(1); }
    to { .scale(1); }
}
*/
@keyframes pu-pulse {
  from {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  40% {
    -webkit-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -ms-transform: translateZ(80px);
    -o-transform: translateZ(80px);
    transform: translateZ(80px);
  }
  98% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes pu-pulse {
  from {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  40% {
    -webkit-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -ms-transform: translateZ(80px);
    -o-transform: translateZ(80px);
    transform: translateZ(80px);
  }
  98% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.pu-icon-section {
  display: none;
  position: relative;
  width: 70px;
  height: 70px;
  margin-top: 12px;
}
.pu-icon-section.float-it {
  float: left;
}
.pu-icon-section.float-it + .pu-icon-section {
  margin-left: 85px;
}
.pu-icon-holder {
  display: block;
  position: absolute;
  z-index: 90;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  perspective: 500px;
  -webkit-perspective: 500px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pu-icon-holder .holder-inner {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: pu-pulse;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-name: pu-pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.pu-icon-holder .icon {
  width: 60px;
  height: 60px;
}
.pu-icon-holder .icon-inner {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #cc9800;
  text-align: center;
}
.pu-icon-holder .icon-inner::after {
  color: #000;
  content: "";
  top: 13%;
  left: 13%;
  width: 74%;
  height: 74%;
  position: absolute;
  background: url('../../../../../../content/dam/atvi/callofduty/advanced/power-unlocked/plus-sign.svg') no-repeat;
  background-size: contain;
}
.pu-icon-holder .icon-inner,
.pu-icon-holder .icon {
  position: relative;
  left: 50%;
  top: 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%);
  border-radius: 100%;
  border: 4px solid #cc9800;
}
.pu-instructions-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  overflow: hidden;
  z-index: 20000;
  opacity: 0;
  -webkit-transition: height 0s ease .3s, opacity .3s;
  -moz-transition: height 0s ease .3s, opacity .3s;
  -ms-transition: height 0s ease .3s, opacity .3s;
  -o-transition: height 0s ease .3s, opacity .3s;
  transition: height 0s ease .3s, opacity .3s;
}
.pu-instructions-container .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.pu-instructions-container.open {
  height: 100%;
  opacity: 1;
  -webkit-transition: height 0s, opacity .3s;
  -moz-transition: height 0s, opacity .3s;
  -ms-transition: height 0s, opacity .3s;
  -o-transition: height 0s, opacity .3s;
  transition: height 0s, opacity .3s;
}
.pu-instructions-container.open #pu-instructions-modal {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#pu-instructions-modal {
  width: 75%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  background-color: #000;
  text-transform: uppercase;
  font-size: 24px;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  border: 2px solid #cc9800;
  -webkit-transform: translate(-50%, -50%) scale(.5);
  -moz-transform: translate(-50%, -50%) scale(.5);
  -ms-transform: translate(-50%, -50%) scale(.5);
  -o-transform: translate(-50%, -50%) scale(.5);
  transform: translate(-50%, -50%) scale(.5);
}
@media screen and (max-width: 480px) {
  #pu-instructions-modal {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 1024px) {
  #pu-instructions-modal {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  #pu-instructions-modal {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #pu-instructions-modal {
    width: 95%;
  }
}
@media screen and (max-width: 320px) {
  #pu-instructions-modal {
    padding: .5rem;
    max-height: 99%;
  }
}
@media screen and (min-width: 1024px) {
  #pu-instructions-modal {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #pu-instructions-modal .pu-instructions-header {
    margin-top: 1rem;
  }
}
#pu-instructions-modal h2 {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #cc9800;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  #pu-instructions-modal h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 1024px) {
  #pu-instructions-modal h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  #pu-instructions-modal h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  #pu-instructions-modal p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  #pu-instructions-modal p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #pu-instructions-modal p {
    font-size: 1.5rem;
  }
}
#pu-instructions-modal .slide-center {
  position: relative;
}
#pu-instructions-modal .slide-center .backgrounded {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #pu-instructions-modal .slide-center {
    height: 150px;
    margin: 45px auto;
  }
}
@media screen and (max-width: 640px) {
  #pu-instructions-modal .slide-center {
    height: 125px;
  }
}
@media screen and (max-width: 320px) {
  #pu-instructions-modal .slide-center {
    height: 90px;
    margin: 25px auto;
  }
}
@media screen and (min-width: 1024px) {
  #pu-instructions-modal .slide-center {
    height: 290px;
    margin: 10px auto;
  }
}
#pu-instructions-modal .pu-icon-holder {
  -webkit-animation: none;
  animation: none;
}
@media screen and (max-width: 1024px) {
  #pu-instructions-modal .pu-icon-holder .icon {
    -webkit-transform: translate(-50%, -50%) scale(3);
    -moz-transform: translate(-50%, -50%) scale(3);
    -ms-transform: translate(-50%, -50%) scale(3);
    -o-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
  }
}
@media screen and (max-width: 640px) {
  #pu-instructions-modal .pu-icon-holder .icon {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@media screen and (min-width: 1024px) {
  #pu-instructions-modal .pu-icon-holder .icon {
    -webkit-transform: translate(-50%, -50%) scale(4);
    -moz-transform: translate(-50%, -50%) scale(4);
    -ms-transform: translate(-50%, -50%) scale(4);
    -o-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
#pu-instructions-modal .pu-button {
  height: 50px;
  display: block;
  position: relative;
  margin: .5rem;
}
#pu-instructions-modal .pu-button a {
  position: relative;
  color: #cc9800;
  background-color: rgba(0, 0, 0, 0.45);
  border: 2px solid #cc9800;
  height: 100%;
  display: inline-block;
  padding: 0 1rem;
  vertical-align: top;
  line-height: 50px;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #pu-instructions-modal .pu-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 768px) {
  #pu-instructions-modal .pu-button a {
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  #pu-instructions-modal .pu-button a:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 640px) {
  #pu-instructions-modal .pu-button p,
  #pu-instructions-modal .pu-button a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #pu-instructions-modal .pu-button .hidden-mobile {
    display: none;
  }
  #pu-instructions-modal .pu-button p,
  #pu-instructions-modal .pu-button a {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  #pu-instructions-modal .pu-button p,
  #pu-instructions-modal .pu-button a {
    font-size: .95rem;
  }
}
@media screen and (max-width: 350px) {
  #pu-instructions-modal .pu-button p,
  #pu-instructions-modal .pu-button a {
    font-size: .9rem;
  }
}
#pu-instructions-modal .pu-button,
#pu-instructions-modal .pu-button p {
  display: inline-block;
}
#pu-instructions-modal .pu-button p {
  margin-top: 0;
}
#pu-instructions-modal .close-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
#pu-instructions-modal .close-button p {
  margin: 0;
}
#pu-instructions-modal .close-button a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1354px -29px;
  display: block;
}
#pu-instructions-carousel {
  position: relative;
  height: auto;
}
#pu-instructions-carousel .frame-container,
#pu-instructions-carousel .atvi-carousel .frame-container,
#pu-instructions-carousel .frame {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  padding: 0;
  background: #000;
}
@media screen and (max-width: 1024px) {
  #pu-instructions-carousel .frame-container,
  #pu-instructions-carousel .atvi-carousel .frame-container,
  #pu-instructions-carousel .frame {
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  #pu-instructions-carousel .frame-container,
  #pu-instructions-carousel .atvi-carousel .frame-container,
  #pu-instructions-carousel .frame {
    height: 450px;
  }
}
@media screen and (max-width: 320px) {
  #pu-instructions-carousel .frame-container,
  #pu-instructions-carousel .atvi-carousel .frame-container,
  #pu-instructions-carousel .frame {
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  #pu-instructions-carousel .frame-container,
  #pu-instructions-carousel .atvi-carousel .frame-container,
  #pu-instructions-carousel .frame {
    height: 430px;
  }
}
#pu-instructions-carousel .carousel-nav {
  text-align: right;
  bottom: 0;
  top: 0;
  height: 0;
}
#pu-instructions-carousel .nav-container {
  height: 0;
  bottom: 0;
}
#pu-instructions-carousel .nav-container .previous,
#pu-instructions-carousel .nav-container .next {
  position: absolute;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #pu-instructions-carousel .nav-container .previous,
  #pu-instructions-carousel .nav-container .next {
    bottom: 537px;
  }
}
@media screen and (max-width: 768px) {
  #pu-instructions-carousel .nav-container .previous,
  #pu-instructions-carousel .nav-container .next {
    bottom: 655px;
  }
}
@media screen and (max-width: 360px) {
  #pu-instructions-carousel .nav-container .previous,
  #pu-instructions-carousel .nav-container .next {
    bottom: 670px;
  }
}
@media screen and (max-width: 320px) {
  #pu-instructions-carousel .nav-container .previous,
  #pu-instructions-carousel .nav-container .next {
    bottom: 610px;
  }
}
@media screen and (min-width: 1025px) {
  #pu-instructions-carousel .nav-container .previous,
  #pu-instructions-carousel .nav-container .next {
    bottom: 535px;
  }
}
#pu-instructions-carousel .nav-container .previous {
  left: 0;
}
#pu-instructions-carousel .nav-container .next {
  right: 0;
}
#pu-instructions-carousel .nav-container .button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 17px;
  height: 50px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  opacity: .8;
  backface-visibility: hidden;
}
#pu-instructions-carousel .nav-container .button.previous {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1581px 0;
}
#pu-instructions-carousel .nav-container .button.next {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -1599px 0;
}
@media screen and (min-width: 768px) {
  #pu-instructions-carousel .nav-container .button:hover {
    opacity: 1;
  }
}
#pu-instructions-carousel .nav-container .dot-container {
  left: 50px;
  bottom: 5px;
}
@media screen and (max-width: 320px) {
  #pu-instructions-carousel .nav-container .dot-container {
    left: 0;
    bottom: 20px;
    margin: 0;
  }
}
#pu-instructions-carousel .nav-container .dot {
  border-radius: 0;
  border: 1px solid #cc9800;
  background-color: #cc9800;
  font-size: 100%;
  opacity: 1;
  top: 0;
}
#pu-instructions-carousel .nav-container .dot.current {
  background-color: #000;
}
#pu-instructions-carousel .nav-container .dot-inner {
  display: none;
}

.atvi-wheretobuy {
  /* Items box */
}
.atvi-wheretobuy .selectricWrapper {
  border: 1px solid #cc9800;
  position: relative;
  margin: 8px 0 0;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.atvi-wheretobuy .selectricResponsive {
  width: 100%;
}
.atvi-wheretobuy .selectric {
  background-color: #000;
  position: relative;
  color: #cc9800;
}
.atvi-wheretobuy .selectric .label {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  text-indent: 10px;
  line-height: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .atvi-wheretobuy .selectric .label {
    text-rendering: optimizeSpeed;
  }
}
.atvi-wheretobuy .selectric .button {
  padding: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.atvi-wheretobuy .selectric .button:after {
  content: "";
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
  background-position: -42px 0px;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.atvi-wheretobuy .selectricOpen {
  z-index: 9999;
}
.atvi-wheretobuy .selectricOpen .selectric {
  z-index: 9999;
}
.atvi-wheretobuy .selectricOpen .selectricItems {
  display: block;
}
.atvi-wheretobuy .selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.atvi-wheretobuy .selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.atvi-wheretobuy .selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.atvi-wheretobuy .selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.atvi-wheretobuy .selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.atvi-wheretobuy .selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: 0;
  background: #000;
  z-index: 9998;
}
.atvi-wheretobuy .selectricItems ul,
.atvi-wheretobuy .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 40px;
  min-height: 40px;
}
.atvi-wheretobuy .selectricItems li {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  display: block;
  padding: 5px 0 6px;
  text-indent: 10px;
  border-top: 1px solid #464646;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .atvi-wheretobuy .selectricItems li {
    text-rendering: optimizeSpeed;
  }
}
.atvi-wheretobuy .selectricItems li:hover {
  background-color: #131313;
}
.atvi-wheretobuy .selectricItems li.selected {
  background-color: #cc9800;
}
.atvi-wheretobuy .selectricItems li.disabled {
  background-color: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.atvi-wheretobuy .beta {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: left bottom;
  width: 51px;
  height: 15px;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.atvi-wheretobuy .label .beta {
  display: none;
}
.atvi-wheretobuy::-webkit-scrollbar {
  width: 8px;
}
.atvi-wheretobuy::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.atvi-wheretobuy::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #cc9800;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.atvi-wheretobuy::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}
/* ***************** */
#wheretobuy-container {
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/default-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  min-height: 100%;
}
#wheretobuy-container .atvi-text {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .atvi-text {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .wtb-page-title {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 3rem;
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .wtb-page-title {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .wtb-header-container p {
  font-size: 0.8rem;
  margin-top: 0;
}
#wheretobuy-container .aa-image-container {
  display: none;
  width: 575px;
  height: 194px;
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  #wheretobuy-container .aa-image-container {
    display: none;
  }
}
#wheretobuy-container .aa-image-container .atvi-image,
#wheretobuy-container .aa-image-container .backgrounded {
  width: 100%;
  height: 100%;
}
#wheretobuy-container .aa-image-container .atvi-text {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  position: absolute;
  right: 80px;
  top: 77px;
  text-align: center;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .aa-image-container .atvi-text {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .aa-image-container .atvi-text p {
  margin: 0;
}
#wheretobuy-container .aa-image-container .atvi-text p:first-child {
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
}
#wheretobuy-container .aa-image-container .atvi-text p:nth-child(2) {
  font-size: 2.15rem;
  line-height: 1;
  color: #cc9800;
}
#wheretobuy-container .aa-image-container .atvi-text p:nth-child(3) {
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
}
#wheretobuy-container .wtb-message-text {
  display: none;
  margin-bottom: 25px;
}
#wheretobuy-container .wtb-message-text p {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .wtb-message-text p {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .wtb-select,
#wheretobuy-container .wtb-list {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .wtb-select,
  #wheretobuy-container .wtb-list {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .platform-title {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .platform-title {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .bundles-ui-container .wtb-list a span {
  display: none;
}
#wheretobuy-container .bundle-title {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #cc9800;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .bundle-title {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .container {
  border: 2px solid #cc9800;
  border-radius: 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
#wheretobuy-container .wtb-select {
  width: 100%;
}
#wheretobuy-container .order-button {
  width: 100%;
}
#wheretobuy-container .box-art-container {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#wheretobuy-container .box-art-container .product-img {
  position: relative;
  width: 100%;
  height: 100%;
}
#wheretobuy-container .box-art-container .product-img .snow {
  content: "";
  height: 32px;
  width: 82%;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/wheretobuy/box-art-snow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 6px;
  right: 19px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
@media screen and (max-width: 1023px) {
  #wheretobuy-container .box-art-container .product-img .snow {
    display: none;
  }
}
#wheretobuy-container .box-art-container .product-img.ps4 .snow {
  content: "";
  height: 32px;
  width: 82%;
  background: url("../../../../../../content/dam/atvi/callofduty/advanced/wheretobuy/box-art-snow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1px;
  right: 19px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
@media screen and (max-width: 1023px) {
  #wheretobuy-container .box-art-container .product-img.ps4 .snow {
    display: none;
  }
}
#wheretobuy-container .box-art-container .backgrounded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
#wheretobuy-container .wtb-button {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  display: block;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: #cc9800;
  border-radius: 1px;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .wtb-button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 768px) {
  #wheretobuy-container .wtb-button {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #wheretobuy-container .wtb-button:hover {
    background-color: #b38500;
  }
}
#wheretobuy-container .wtb-description-container > .atvi-text:first-child {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  font-size: 1.75rem;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .wtb-description-container > .atvi-text:first-child {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .wtb-description-container .bundle-title {
  font-size: 1.75rem;
}
#wheretobuy-container .description-text {
  width: 90%;
  max-width: 900px;
}
#wheretobuy-container .description-text .atvi-text,
#wheretobuy-container .description-text p,
#wheretobuy-container .description-text a {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  #wheretobuy-container .description-text .atvi-text,
  #wheretobuy-container .description-text p,
  #wheretobuy-container .description-text a {
    text-rendering: optimizeSpeed;
  }
}
#wheretobuy-container .description-text a {
  color: #cc9800;
}
@media screen and (max-width: 1023px) {
  #wheretobuy-container .atvi-wheretobuy {
    padding: 175px 0 25px 50px;
  }
  #wheretobuy-container .tablet.container {
    width: 290px;
    padding: 20px 15px;
  }
  #wheretobuy-container div[class$="-ui-container"] > .atvi-text p,
  #wheretobuy-container div[class$="-select-container"] > .atvi-text p {
    margin-top: 30px;
  }
  #wheretobuy-container .order-button {
    margin-top: 40px;
  }
  #wheretobuy-container .aa-image-container,
  #wheretobuy-container .wtb-message-text {
    position: absolute;
    display: none;
  }
  #wheretobuy-container .aa-image-container {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: 590px;
    right: 0;
  }
  #wheretobuy-container .wtb-message-text {
    top: 790px;
    right: 0;
    max-width: 350px;
  }
  #wheretobuy-container .tablet.box-art-container {
    width: 45%;
    height: 435px;
    margin: 25px 0 0 5%;
  }
  #wheretobuy-container .wtb-description-container {
    margin-top: 40px;
  }
  #wheretobuy-container .wtb-page-title {
    display: none;
  }
  #wheretobuy-container .wtb-list.bundles-container,
  #wheretobuy-container .wtb-list.platform-list-container {
    display: none;
  }
  #wheretobuy-container .desktop.container {
    position: static;
    border: none;
    width: 100%;
  }
  #wheretobuy-container .desktop.platform-title,
  #wheretobuy-container .desktop.bundle-title {
    display: none;
  }
  #wheretobuy-container .desktop.box-art-container {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  #wheretobuy-container .atvi-wheretobuy {
    padding: 115px 0 25px;
    border-bottom: 2px solid #cc9800;
  }
  #wheretobuy-container .wtb-page-title {
    font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 3rem;
    color: #fff;
    display: block;
    padding: 0 25px;
  }
  #wheretobuy-container .aa-image-container,
  #wheretobuy-container .wtb-message-text {
    padding: 0 25px;
  }
  #wheretobuy-container .wtb-message-text {
    margin-bottom: 0;
  }
  #wheretobuy-container .tablet.container {
    border: none;
    width: 100%;
  }
  #wheretobuy-container .box-art-container,
  #wheretobuy-container .wtb-description-container,
  #wheretobuy-container .tablet.platform-title,
  #wheretobuy-container .tablet.bundle-title {
    display: none;
  }
  #wheretobuy-container .atvi-wheretobuy select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000;
    color: #cc9800;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0 0;
    border: 2px solid #cc9800;
    font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size-adjust: 0.42;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 1.2rem;
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 660px) and screen and (max-width: 480px) {
  #wheretobuy-container .wtb-page-title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 660px) and screen and (max-width: 480px) {
  #wheretobuy-container .atvi-wheretobuy select {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (max-width: 566px) {
  #wheretobuy-container .aa-image-container {
    padding: 0;
  }
}
@media screen and (max-width: 321px) {
  #wheretobuy-container .wtb-page-title {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 1024px) {
  #wheretobuy-container .atvi-wheretobuy {
    padding: 160px 0 50px;
    /*padding: 150px 0 136px;*/
  }
  #wheretobuy-container .wtb-form-container {
    width: 910px;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
  }
  #wheretobuy-container .wtb-header-container {
    position: relative;
    top: -170px;
  }
  #wheretobuy-container .wtb-message-text {
    margin-bottom: 150px;
  }
  #wheretobuy-container .wtb-list li {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    border: 2px solid #464646;
    height: 50px;
    border-radius: 3px;
  }
  #wheretobuy-container .wtb-list li:hover,
  #wheretobuy-container .wtb-list li.selected {
    border: 2px solid #cc9800;
  }
  #wheretobuy-container .wtb-list li a {
    display: block;
    position: relative;
  }
  #wheretobuy-container .bundles-ui-container {
    width: 100%;
    display: block;
    position: absolute;
    top: -140px;
  }
  #wheretobuy-container .bundles-ui-container .atvi-text {
    top: -12px;
  }
  #wheretobuy-container .wtb-list.bundles-container li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 10px 0 0 20px;
  }
  #wheretobuy-container .wtb-list.bundles-container li a {
    font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size-adjust: 0.42;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 1.2rem;
    color: #464646;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
  }
  #wheretobuy-container .wtb-list.bundles-container li a:hover {
    color: #cc9800;
  }
  #wheretobuy-container .wtb-list.bundles-container li.selected a {
    color: #cc9800;
  }
  #wheretobuy-container .wtb-list.bundles-container li:nth-child(4n+1) {
    margin-left: 0;
  }
  #wheretobuy-container .platforms-ui-container {
    margin-top: 150px;
    width: 225px;
    display: inline-block;
    vertical-align: top;
  }
  #wheretobuy-container .platforms-ui-container p {
    margin: 0;
  }
  #wheretobuy-container .platform-list-container {
    width: 80%;
    margin: 25px 0;
    position: relative;
    z-index: 9999;
  }
  #wheretobuy-container .platform-list-container li {
    margin-top: 22px;
    width: 160px;
  }
  #wheretobuy-container .platform-list-container li a.xbox:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -716px 1px;
    width: 112px;
  }
  #wheretobuy-container .platform-list-container li a.xbox:hover:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -716px -37px;
  }
  #wheretobuy-container .platform-list-container li .xbox.selected a.xbox:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -716px -37px;
  }
  #wheretobuy-container .platform-list-container li a.xboxone:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -464px 2px;
    width: 113px;
  }
  #wheretobuy-container .platform-list-container li a.xboxone:hover:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -464px -37px;
  }
  #wheretobuy-container .platform-list-container li .xboxone.selected a.xboxone:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -464px -37px;
  }
  #wheretobuy-container .platform-list-container li a.ps3:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -859px 0px;
    width: 91px;
  }
  #wheretobuy-container .platform-list-container li a.ps3:hover:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -859px -37px;
  }
  #wheretobuy-container .platform-list-container li .ps3.selected a.ps3:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -859px -37px;
  }
  #wheretobuy-container .platform-list-container li a.ps4:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -606px 0px;
    width: 89px;
  }
  #wheretobuy-container .platform-list-container li a.ps4:hover:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -606px -37px;
  }
  #wheretobuy-container .platform-list-container li .ps4.selected a.ps4:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -606px -37px;
  }
  #wheretobuy-container .platform-list-container li a.pc:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -973px 0px;
    width: 39px;
  }
  #wheretobuy-container .platform-list-container li a.pc:hover:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -973px -37px;
  }
  #wheretobuy-container .platform-list-container li .pc.selected a.pc:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -973px -37px;
  }
  #wheretobuy-container .platform-list-container li a.wiiu:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1032px 0px;
    width: 88px;
    height: 25px;
  }
  #wheretobuy-container .platform-list-container li a.wiiu:hover:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1032px -37px;
  }
  #wheretobuy-container .platform-list-container li .wiiu.selected a.wiiu:after {
    background: url("../../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png") no-repeat;
    background-position: -1032px -37px;
  }
  #wheretobuy-container .platform-list-container li:first-child {
    margin-top: 0;
  }
  #wheretobuy-container .platform-list-container a,
  #wheretobuy-container .platform-list-container span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #wheretobuy-container .platform-list-container a {
    height: 100%;
  }
  #wheretobuy-container .platform-list-container a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    height: 22px;
    display: inline-block;
  }
  #wheretobuy-container .desktop.container {
    width: 320px;
    height: 420px;
    margin-left: 20px;
    padding: 20px 15px;
    border: none;
    z-index: 999;
  }
  #wheretobuy-container .desktop.bundle-title {
    font-size: 1.75rem;
  }
  #wheretobuy-container .region-select-container,
  #wheretobuy-container .retailers-section {
    margin-top: 20px;
  }
  #wheretobuy-container .order-button {
    position: relative;
    margin-top: 2rem;
  }
  #wheretobuy-container .order-button a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #wheretobuy-container .order-button a:hover {
    background-color: #b38500;
  }
  #wheretobuy-container .desktop.box-art-container {
    margin-left: 50px;
    height: 418px;
    width: 31%;
  }
  #wheretobuy-container .wtb-description-container {
    width: 910px;
    margin: 0 auto;
    margin-top: 75px;
  }
  #wheretobuy-container .wtb-description-container > .atvi-text:first-child {
    display: inline-block;
  }
  #wheretobuy-container .wtb-description-container .bundle-title {
    display: inline;
    padding-left: 8px;
  }
  #wheretobuy-container .wtb-select.bundles-container,
  #wheretobuy-container .wtb-select.platform-select-container {
    display: none;
  }
  #wheretobuy-container .tablet.container {
    position: relative;
    border: none;
    width: 100%;
    display: block;
  }
  #wheretobuy-container .tablet.platform-title,
  #wheretobuy-container .tablet.bundle-title {
    display: none;
  }
  #wheretobuy-container .tablet.box-art-container {
    display: none;
  }
  #wheretobuy-container .platforms-ui-container,
  #wheretobuy-container .desktop.container,
  #wheretobuy-container .desktop.box-art-container {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1024px) and screen and (max-width: 480px) {
  #wheretobuy-container .wtb-list.bundles-container li a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #wheretobuy-container .atvi-wheretobuy {
    padding: 150px 0 120px;
  }
}

.cq-wcm-edit * {
  position: relative;
  text-align: left;
}
.cq-wcm-edit .edit-mode {
  background-color: #BEF789;
}
.cq-wcm-edit .edit-mode.label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 3px 0;
  margin-top: 20px;
  color: #666;
}
.cq-wcm-edit #home-hero .mobile-preorder {
  display: block;
}
@media screen and (min-width: 640px) {
  .cq-wcm-edit #home-hero .mobile-preorder {
    display: block;
  }
}
.cq-wcm-edit .header-container {
  display: none;
}
.cq-wcm-edit #explore-more li .atvi-text,
.cq-wcm-edit #explore-more li .atvi-text p,
.cq-wcm-edit #explore-more li .atvi-text p a,
.cq-wcm-edit #explore-more li .atvi-text p b {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.cq-wcm-edit #wheretobuy-container {
  color: #fff;
}
.cq-wcm-edit #wheretobuy-container *[class^="wtb"] {
  display: block;
  position: relative;
  margin: 25px 0;
  height: auto;
  width: auto;
}
.cq-wcm-edit #wheretobuy-container li {
  display: list-item;
}
.cq-wcm-edit #wheretobuy-container a {
  color: #fff;
}
.cq-wcm-edit #wheretobuy-container .platform-title,
.cq-wcm-edit #wheretobuy-container .bundle-title,
.cq-wcm-edit #wheretobuy-container .selection-type-platforms,
.cq-wcm-edit #wheretobuy-container .selection-type-bundle,
.cq-wcm-edit #wheretobuy-container .box-art-container,
.cq-wcm-edit #wheretobuy-container .wtb-list,
.cq-wcm-edit #wheretobuy-container .product-img,
.cq-wcm-edit #wheretobuy-container .wtb-select {
  display: none;
}
.cq-wcm-edit #wheretobuy-container .wtb-page-title {
  display: block!important;
}
.cq-wcm-edit #wheretobuy-container .platforms-ui-container,
.cq-wcm-edit #wheretobuy-container .container {
  margin: 0;
  display: block;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
}
.cq-wcm-edit #wheretobuy-container .bundles-ui-container,
.cq-wcm-edit #wheretobuy-container .order-button {
  position: relative;
  top: 0;
  bottom: 0;
  width: auto;
  margin: 0;
}
.cq-wcm-edit #wheretobuy-container .aa-image-container {
  height: auto;
}
.cq-wcm-edit #wheretobuy-container .aa-image-container .image {
  height: 175px;
  width: 375px;
}
.cq-wcm-edit #wheretobuy-container .aa-image-container .atvi-image,
.cq-wcm-edit #wheretobuy-container .aa-image-container .backgrounded {
  height: 100%;
}
.cq-wcm-edit #wheretobuy-container .aa-image-container .atvi-text {
  position: relative;
  top: 0;
  right: 0;
}

.pu-icon-holder {
  display: none;
  z-index: 99;
}
#home-hero .pu-icon-holder {
  left: 10px;
  bottom: 10px;
  right: auto;
}

