@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), url("/National_Library/20170827070107oe_/http://marketplace.xbox.com/shell/fonts/segoeui.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Segoe UI Light";
  src: local("Segoe UI Light"), url("/National_Library/20170827070107oe_/http://marketplace.xbox.com/shell/fonts/segoeuil.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Segoe UI Semibold";
  src: local("Segoe UI Semibold"), url("/National_Library/20170827070107oe_/http://marketplace.xbox.com/shell/fonts/seguisb.ttf");
  font-weight: normal;
  font-style: normal; }
html[lang*="ja"] #shellHeaderContent #shellNavigationArea ul.navigationElements li a {
  font-family: Meiryo, "Segoe UI", Arial, Sans-Serif !important; }

html[lang*="ko"] #shellHeaderContent #shellNavigationArea ul.navigationElements li a {
  font-family: Gulim, "Segoe UI", Arial, Sans-Serif !important; }

div#BodyHeader {
  background-color: #107C10;
  height: 64px;
  min-height: 64px;
  min-width: 995px;
  width: 100%;
  z-index: 100;
  position: relative; }

div.headerFixedHeight {
  height: 64px !important;
  min-height: 64px !important;
  top: 0px !important; }

#shellHeaderContent {
  font-weight: normal;
  font-size: 13px;
  margin: 0 auto;
  min-width: 960px;
  text-align: left;
  line-height: 64px;
  position: relative;
  background-color: #107C10;
  height: 64px;
  width: 960px;
  z-index: 20; }
  #shellHeaderContent a {
    font-weight: normal;
    font-size: 13px; }
  #shellHeaderContent #shellLogoArea {
    float: left;
    margin-right: 16px;
    height: 64px;
    width: 32px; }
    #shellHeaderContent #shellLogoArea #shellLogo {
      height: 32px;
      width: 32px;
      position: absolute;
      top: 16px;
      left: 0; }
  #shellHeaderContent #shellNavigationArea {
    float: left;
    height: 64px;
    width: 676px;
    z-index: 30;
    background-color: #107C10; }
    #shellHeaderContent #shellNavigationArea ul.navigationElements {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0;
      font-family: "Segoe UI Semibold", Arial, Sans-Serif; }
      #shellHeaderContent #shellNavigationArea ul.navigationElements li {
        float: left;
        list-style: none;
        text-align: left; }
        #shellHeaderContent #shellNavigationArea ul.navigationElements li:hover, #shellHeaderContent #shellNavigationArea ul.navigationElements li:hover > a, #shellHeaderContent #shellNavigationArea ul.navigationElements li:focus, #shellHeaderContent #shellNavigationArea ul.navigationElements li:focus > a {
          color: #FFFFFF;
          background-color: #222222; }
        #shellHeaderContent #shellNavigationArea ul.navigationElements li a {
          color: #FFFFFF;
          display: block;
          padding: 0px 14px;
          text-decoration: none;
          white-space: nowrap;
          font-family: "Segoe UI Semibold", Arial, Sans-Serif !important; }
          #shellHeaderContent #shellNavigationArea ul.navigationElements li a:hover {
            color: #FFFFFF; }
        #shellHeaderContent #shellNavigationArea ul.navigationElements li:hover ul {
          visibility: visible; }
        #shellHeaderContent #shellNavigationArea ul.navigationElements li ul {
          font-family: "Segoe UI", Arial, Sans-Serif;
          min-width: 165px;
          margin: 0;
          padding: 0;
          position: absolute;
          background-color: #222222;
          visibility: hidden;
          z-index: 200; }
          #shellHeaderContent #shellNavigationArea ul.navigationElements li ul li {
            background-color: transparent;
            float: none;
            line-height: 36px; }
            #shellHeaderContent #shellNavigationArea ul.navigationElements li ul li a {
              font-family: "Segoe UI", Arial, Sans-Serif !important;
              color: #EBEBEB;
              background-color: transparent; }
              #shellHeaderContent #shellNavigationArea ul.navigationElements li ul li a:hover {
                color: #FFFFFF;
                background-color: #3A3A3A; }
    #shellHeaderContent #shellNavigationArea div#shellSearchContainer {
      cursor: pointer;
      font-family: "Segoe UI", Arial, Sans-Serif;
      float: left;
      height: 64px;
      width: 64px;
      position: relative; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer a {
        width: 20px;
        height: 20px;
        margin-top: 22px;
        margin-right: 22px;
        float: right; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer .searchIcon {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 22px;
        right: 22px;
        z-index: 22; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer.opened, #shellHeaderContent #shellNavigationArea div#shellSearchContainer:hover {
        background-color: #222222; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchBoxWrapper {
        background-color: #222222;
        cursor: default;
        overflow: hidden;
        position: absolute;
        right: 64px;
        width: 0;
        z-index: 22; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchTextBox {
        background-color: #FFF;
        border: 0;
        color: #6B6B6B;
        height: 24px;
        line-height: 24px;
        padding: 10px;
        width: 162px;
        outline: 0; }
        #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchTextBox::-ms-clear {
          display: none; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchCloseIcon {
        visibility: hidden;
        background: url("/National_Library/20170827070107oe_/http://marketplace.xbox.com/shell/images/shell/CloseIcon.png");
        height: 12px;
        width: 12px;
        position: absolute;
        right: 15px;
        top: 26px; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchTextContainer {
        line-height: normal;
        margin: 10px 0 10px 10px; }
      #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchBoxWrapper.clearable {
        line-height: normal; }
        #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchBoxWrapper.clearable #searchTextContainer {
          background-color: white; }
          #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchBoxWrapper.clearable #searchTextContainer #searchTextBox {
            width: 137px;
            outline: none;
            padding-right: 0;
            margin-right: 10px; }
          #shellHeaderContent #shellNavigationArea div#shellSearchContainer #searchBoxWrapper.clearable #searchTextContainer #searchCloseIcon {
            visibility: visible; }

#mebarArea {
  height: auto;
  float: right; }
  #mebarArea:hover .gamerInfo {
    background-color: #222222; }
  #mebarArea:hover ul {
    visibility: visible; }
  #mebarArea a {
    text-decoration: none;
    color: #FFFFFF; }
    #mebarArea a:visited {
      color: #FFFFFF; }
    #mebarArea a:hover {
      color: #FFFFFF; }
  #mebarArea.signOut #mebar .gamerInfo ul {
    padding: 0 28px; }
  #mebarArea.signOut #mebar .gamerInfo .gamerStat {
    text-align: center; }
    #mebarArea.signOut #mebar .gamerInfo .gamerStat a {
      color: #FFFFFF;
      font-size: 15px;
      line-height: 64px; }
  #mebarArea.signOut .mebarList {
    right: 0;
    width: 188px; }
  #mebarArea.signIn {
    width: 236px; }
    #mebarArea.signIn #mebar {
      width: 236px; }
      #mebarArea.signIn #mebar .gamerInfo {
        width: 172px; }
        #mebarArea.signIn #mebar .gamerInfo ul {
          padding: 10px 14px 0px 14px; }
        #mebarArea.signIn #mebar .gamerInfo li {
          margin-top: 6px;
          text-align: left;
          line-height: 16px; }
          #mebarArea.signIn #mebar .gamerInfo li a {
            display: block;
            width: 140px; }
          #mebarArea.signIn #mebar .gamerInfo li:hover a {
            font-weight: 900;
            font-family: "Segoe UI", Arial, Sans-Serif; }
        #mebarArea.signIn #mebar .gamerInfo .accountLink {
          margin-top: 2px; }
        #mebarArea.signIn #mebar .gamerInfo .gamerStat a {
          overflow: hidden;
          text-overflow: ellipsis;
          -o-word-break: keep-all;
          -moz--word-break: keep-all;
          -moz--text-overflow: ellipsis;
          word-break: keep-all;
          word-wrap: normal;
          color: #5DC21E; }
    #mebarArea.signIn .mebarList {
      width: 236px; }

#mebar {
  height: 64px; }
  #mebar .gamerPic {
    width: 64px;
    height: 64px;
    background: url("/National_Library/20170827070107oe_/http://marketplace.xbox.com/shell/images/shell/Gamer-Signedout.jpg");
    float: right; }
    #mebar .gamerPic .headShot {
      width: 64px;
      height: 64px; }
  #mebar .gamerInfo {
    height: 64px;
    line-height: 64px;
    background-color: #156115;
    text-align: center;
    font-size: 13px;
    font-family: "Segoe UI Semibold", Arial, Sans-Serif; }
    #mebar .gamerInfo ul {
      height: 32px;
      margin: 0;
      list-style-type: none; }
    #mebar .gamerInfo .accountLink a {
      font-size: 12px;
      color: #FFFFFF; }
      #mebar .gamerInfo .accountLink a:hover {
        color: #FFFFFF; }

.mebarList {
  background-color: #222222;
  color: #EBEBEB;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  list-style-type: none;
  z-index: 200;
  font-family: "Segoe UI", Arial, Sans-Serif;
  font-size: 13px; }
  .mebarList hr {
    border: 0;
    background-color: #3A3A3A;
    height: 1px;
    margin-top: 0;
    margin-bottom: 0; }
  .mebarList .mebarListItem {
    line-height: 36px; }
    .mebarList .mebarListItem a, .mebarList .mebarListItem a:visited {
      color: #EBEBEB;
      display: block;
      padding: 0 14px;
      width: auto; }
    .mebarList .mebarListItem a:hover {
      color: #FFFFFF;
      background-color: #3A3A3A; }
  .mebarList .signUpItem {
    background-color: #156115;
    padding: 20px 14px 20px 14px;
    padding: 20px 14px;
    line-height: 16px; }
    .mebarList .signUpItem:hover {
      background-color: #299C10; }
      .mebarList .signUpItem:hover a {
        color: #FFFFFF; }
    .mebarList .signUpItem a:visited {
      color: #EBEBEB; }
    .mebarList .signUpItem a:hover {
      color: #FFFFFF; }
    .mebarList .signUpItem .xboxliveLogo {
      width: 158px;
      height: 31px;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0px; }
  .mebarList .separator {
    margin: 0px;
    padding: 0px; }
  .mebarList .stausContainer {
    text-align: right;
    float: right;
    height: 36px;
    width: auto; }
    .mebarList .stausContainer .statusIcon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }

.cookieBannerWrapper {
  background-color: #646464;
  display: none;
  height: 26px;
  width: 100%;
  min-width: 995px; }
  .cookieBannerWrapper .bar {
    background-color: #646464;
    height: 26px;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    min-width: 995px; }
  .cookieBannerWrapper .cookieBannerBarOnForums {
    width: 3000px;
    left: -1000px; }

.cookieBanner {
  margin: 0 auto;
  min-width: 955px;
  position: relative;
  width: 955px; }
  .cookieBanner .alertDescription {
    float: left;
    color: #FFFFFF;
    text-align: left;
    font: 12px/26px "Segoe UI", Arial, Sans-Serif;
    max-width: 810px; }
  .cookieBanner .learnMore {
    height: 26px;
    float: right; }
    .cookieBanner .learnMore a, .cookieBanner .learnMore a:visited {
      display: block;
      float: left;
      color: #FFFFFF;
      font: 12px/26px "Segoe UI Semibold", Arial, Sans-Serif; }
    .cookieBanner .learnMore img {
      margin-top: 5px;
      margin-left: 20px;
      cursor: pointer; }

/*overides for  UHF shell header*/
#shell-header .shell-header-wrapper .shell-header-top {
  max-width: 1180px;
  margin: 0 auto; }

.shell-category-header .shell-category-nav {
  max-width: 1180px;
  margin: 0 auto; }

/*undoing the override for smaller mobile resolutions*/
@media screen and (max-width: 899px) {
  #shell-header .shell-header-wrapper, .shell-category-header {
    padding-left: 0; } }

/*# sourceMappingURL=Shell.css.map */
