@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.nav-container {
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.nav-container .nav-links-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-container .nav-links-container a {
  text-decoration: none;
  color: inherit;
}
.nav-container .nav-links-container > .atvi-text:nth-child(2) {
  position: relative;
}
.nav-container .logo-image-container {
  position: relative;
  width: 155px;
  height: 81px;
}
.nav-container .logo-image-container .atvi-image-link,
.nav-container .logo-image-container .logo-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-container .logo-image-container .logo-image {
  z-index: 1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.nav-container .progress-bar-container {
  position: absolute;
  width: calc(100% - 50px);
  height: 6px;
  left: 0;
  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%);
}
.nav-container .progress-bar-container .progress-bar,
.nav-container .progress-bar-container .filled {
  position: absolute;
  height: 100%;
}
.nav-container .progress-bar-container .progress-bar {
  width: 100%;
  background-color: #808081;
}
.nav-container .progress-bar-container .filled {
  width: 0;
  background-color: #ed8322;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.nav-container .nav-links {
  color: #808081;
}
.nav-container .nav-links > ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav-container .nav-links > ul > li {
  position: relative;
  -webkit-filter: drop-shadow(-5px -2px 3px #000000);
  filter: drop-shadow(-5px -2px 3px #000000);
}
.nav-container .nav-links > ul > li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 13%, #000000 50%, rgba(0, 0, 0, 0.85) 92%, rgba(0, 0, 0, 0) 100%);
}
.nav-container .nav-links a {
  position: relative;
  text-shadow: -1px 1px 3px #000000;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.nav-container .nav-links a:hover {
  color: #00fcff;
}
.nav-container .nav-links a.active {
  color: #fff;
}
.nav-container .th-sso-links {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.nav-container .th-sso-links.logged-in,
.nav-container .th-sso-links.not-logged-in {
  opacity: 1;
}
.nav-container .th-sso-links.logged-in li:nth-child(-n+2) {
  display: none;
}
.nav-container .th-sso-links li {
  display: inline-block;
  vertical-align: top;
}
.nav-container .th-sso-links.not-logged-in li:nth-child(n+3) {
  display: none;
}
.nav-container .th-sso-links.no-sso {
  display: none;
}
@media screen and (max-width: 1199px) {
  .nav-container .th-sso-links {
    font-size: 1rem;
    position: fixed;
    top: 8px;
    right: 20px;
    z-index: 1;
  }
  .nav-container .th-sso-links a {
    font-size: inherit;
  }
}
@media screen and (max-width: 1023px) {
  .nav-container {
    background-image: url('../../../../../content/dam/atvi/tony-hawk/alcatraz/common/nav/NavBG-mobile.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 18.51574213vh;
    min-height: 150px;
    padding-left: 8px;
  }
  .mobile-device .nav-container,
  body:not(.home-page) .nav-container {
    max-width: 100vw;
    height: auto;
    min-height: 0;
    padding-bottom: 10px;
    background-size: 100vw auto;
  }
  .nav-container .nav-links-container {
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body:not(.home-page) .nav-container .nav-links-container > div {
    width: 100%;
    max-width: 100vw;
  }
  body:not(.home-page) .nav-container .nav-links-container > div:last-child {
    position: fixed;
    top: 0;
    left: 100vw;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .nav-container .nav-links-container .nav-links > ul {
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-container .nav-links-container .nav-links > ul > li {
    text-align: center;
  }
  .nav-container .logo-image-container {
    width: 90vw;
  }
  .nav-container .logo-image-container .logo-image {
    background-size: auto 65%;
    background-position: left center;
  }
  body:not(.home-page) .nav-container .logo-image-container .logo-image {
    width: 45vw;
  }
  .nav-container .nav-links li {
    padding: 0 .33em;
    line-height: 1rem;
  }
  .nav-container .nav-links a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .nav-container {
    height: auto;
    min-height: 0;
    max-height: 145px;
  }
  .nav-container .nav-links {
    margin-top: -4px;
  }
  .nav-container .nav-links li:first-child {
    padding: 0 .33em 0 0;
  }
}
@media screen and (max-width: 420px) {
  .nav-container .logo-image-container {
    height: 60px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .nav-container .nav-links a {
    font-size: 1.33rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-container {
    background-image: url('../../../../../content/dam/atvi/tony-hawk/alcatraz/common/nav/NavBG.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 12vw;
    max-height: 110px;
  }
  .nav-container .nav-links-container {
    top: 16px;
    left: 25px;
  }
  .nav-container .nav-links li {
    margin-left: 75px;
  }
  .nav-container .nav-links a {
    line-height: 1.46;
    font-size: 1.5rem;
    letter-spacing: .48px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-container .th-sso-links {
    position: fixed;
    top: 43px;
    right: 20px;
  }
}

@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.ar .nav-container .th-sso-links,
[lang="ar"] .nav-container .th-sso-links {
  right: auto;
  left: 20px;
}
@media screen and (max-width: 1199px) {
  .ar .nav-container .th-sso-links,
  [lang="ar"] .nav-container .th-sso-links {
    right: auto;
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .ar .nav-container .th-sso-links,
  [lang="ar"] .nav-container .th-sso-links {
    right: auto;
    left: 20px;
  }
}

