/* Status specific override */

/* PlayFab global header styles */

@font-face {
  font-family: "Segoe UI"; font-weight: 300; font-style: normal;
  src: url("../../fonts/SegoeUI-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI"; font-weight: 400; font-style: normal;
  src: url("../../fonts/SegoeUI-webfont.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI"; font-weight: 400; font-style: italic;
  src: url("../../fonts/SegoeUI-Italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI"; font-weight: 600; font-style: normal;
  src: url("../../fonts/SegoeUI-SemiBold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI"; font-weight: 700; font-style: normal;
  src: url("../../fonts/SegoeUI-Bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI"; font-weight: 700; font-style: italic;
  src: url("../../fonts/SegoeUI-BoldItalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "Bahnschrift Static"; font-weight: 400; font-style: normal;
  src: url("../../fonts/BahnschriftStaticRegular.woff") format("woff");
}
@font-face {
  font-family: "Bahnschrift Static"; font-weight: 600; font-style: normal;
  src: url("../../fonts/BahnschriftStaticSemibold.woff") format("woff");
}

/* <header> tag for PlayFab header/nav bar. */
#pf-global-footer.pf-global-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding: 30px 0;
  background-color: #2F2F2F;
  color: #FFFFFF;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

/* Wrapper for header content */
#pf-global-footer .pf-global-footer_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 3fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 32px;
  width: 100%;
  max-width: 1024px; /* Status specific */
  padding: 0 24px;
}
#pf-global-footer .pf-global-footer_content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

#pf-global-footer .pf-global-footer_content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

#pf-global-footer .pf-global-footer_content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }

#pf-global-footer .pf-global-footer_content > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }

#pf-global-footer .pf-global-footer_content > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9; }
@media only screen and (min-width: 425px) and (max-width: 1023px) {
    #pf-global-footer .pf-global-footer_content {
      -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; }
    #pf-global-footer .pf-global-footer_content > div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2; }
    #pf-global-footer .pf-global-footer_content > div:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-column-span: 4;
      grid-column-end: 4; }
    #pf-global-footer .pf-global-footer_content > div:nth-child(3) {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2; }
    #pf-global-footer .pf-global-footer_content > div:nth-child(4) {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
          grid-column-start: 2;
      -ms-grid-column-span: 1;
      grid-column-end: 3; }
    #pf-global-footer .pf-global-footer_content > div:nth-child(5) {
      -ms-grid-row: 2;
      -ms-grid-column: 5;
          grid-column-start: 3;
      -ms-grid-column-span: 1;
      grid-column-end: 4; } }
  @media only screen and (max-width: 424px) {
    #pf-global-footer .pf-global-footer_content {
      display: block; } }

/* Heading for footer sections */
#pf-global-footer .pf-global-footer_heading {
  font-size: 18px;
  margin: 24px 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.25);

}
/* If heading is inside a sub-section */
#pf-global-footer .pf-global-footer_item .pf-global-footer_heading {
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 24px;
  border: 0;
  color: rgba(255,255,255,.5);
  margin: 0 0 16px 0;
  padding: 0;
}

/* List of links in footer section */
#pf-global-footer .pf-global-footer_list {
  list-style: none;
  margin: 0;
  padding: 0;

}
/* If footer section has sub-sections */
#pf-global-footer .pf-global-footer_list.pf-global-footer_list--children {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 32px;
}
#pf-global-footer .pf-global-footer_list.pf-global-footer_list--children > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; 
}
#pf-global-footer .pf-global-footer_list.pf-global-footer_list--children > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; 
}
#pf-global-footer .pf-global-footer_list.pf-global-footer_list--children > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; 
}
@media only screen and (max-width: 424px) {
  #pf-global-footer .pf-global-footer_list.pf-global-footer_list--children {
    display: block;
  }
}

/* Each link's <li> wrapper */
#pf-global-footer .pf-global-footer_item {
  margin: 16px 0;
}
#pf-global-footer .pf-global-footer_list--children > .pf-global-footer_item {
  margin: 0;
}

/* Footer links */
#pf-global-footer .pf-global-footer_link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#pf-global-footer .pf-global-footer_link:focus {
  outline: 1px solid #FFFFFF !important;
	outline-offset: 2px !important;
	outline-style: dashed !important;
}
#pf-global-footer .pf-global-footer_link:hover {
  text-decoration: underline;
}

#pf-global-footer .pf-global-footer_link.pf-global-footer_link--social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #pf-global-footer .pf-global-footer_link.pf-global-footer_link--social svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
  #pf-global-footer .pf-global-footer_link.pf-global-footer_link--social svg path {
    fill: #ffffff;
  }


#pf-global-footer .pf-global-footer_msft {
  width: 100%;
  max-width: 1024px; /* Status specific */
  padding: 24px 24px 0;
}

#pf-global-footer .pf-global-footer_msft-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#pf-global-footer .pf-global-footer_msft-list li {
  margin: 0;
  padding: 0 12px 0;
}

#pf-global-footer .pf-global-footer_msft-link,
#pf-global-footer a.pf-global-footer_msft-link {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

#pf-global-footer a.pf-global-footer_msft-link:focus {
  outline: 1px solid #FFFFFF !important;
  outline-offset: 2px !important;
  outline-style: dashed !important;
}

#pf-global-footer a.pf-global-footer_msft-link:hover {
  text-decoration: underline;
}
