/*
* generated using stylus - don't alter
*/

/* =============================================================================
   webfonts
   ========================================================================== */
@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-thin-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-extralight-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-light-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-semibold-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-bold-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins-black-webfont.woff2') format('woff2'),
         url('/fonts/poppins/poppins-black-webfont.woff') format('woff');
    font-weight: 950;
    font-style: normal;

}





/*
*
*
*
*
* start custom stylesheets
*
*
*
*
*
*/
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
  background-color: #333;
  background-image: url("/images/textures/kraft-dk/tile.jpg");
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  font-weight: 400;
}
hr {
  border: none;
  border-bottom: 1px solid #333;
}
hr.alt {
  border: none;
  border-bottom: 4px solid rgba(255,255,255,0.9);
}
.noPad {
  padding: 0 !important;
}
main {
  background-color: rgba(0,0,0,0.5);
  min-height: 91vh;
}
main.flexHeight {
  min-height: 10vh;
}
body footer {
  border-top: 1px solid rgba(255,255,255,0.25);
  background-color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 750px) {
  main {
    min-height: 85vh;
    padding-top: 0;
    padding-bottom: 5vw;
  }
  main,
  div#priNav-v2,
  div#priNav,
  div#secNav,
  footer.siteWide,
  div#carouselIndicator,
  div#slideNav,
  div.owl-theme.mktngSlider div.contentHdr {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  body footer {
    min-height: 2vh;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  div#priNav,
  div#priNav-v2 {
    height: 15vh;
  }
  div#secNav {
    height: 6vh;
  }
  div#slideNav {
    padding-top: 1.5vw;
    padding-bottom: 1.8vw;
  }
}
.picturefill-background {
  overflow: hidden;
}
div#masthead {
  z-index: 10;
}
div.contentHdr,
div.content {
  width: 100%;
  height: 100%;
}
div.contentHdr {
  position: relative;
  z-index: 2;
}
div.content > section > div {
  padding: 1.8vw;
  margin-top: 1.8vw;
  margin-bottom: 3vw;
}
*.pullUp div.content > section > div {
  padding-top: 0;
}
*.inset div.content {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
*.fullH {
  height: 85vh;
}
*.largeH {
  height: 70vh;
}
*.halfH {
  height: 50vh;
}
*.smallH {
  height: 25vh;
}
.largeH div.content > section > div {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
}
.halfH div.content > section > div {
  padding-top: 2.1vw;
  padding-bottom: 2.1vw;
}
.smallH div.content > section > div {
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}
article.imageContent div.content > section {
  margin-right: 0;
}
article.imageContent.row div.content > section:last-child {
  background-color: rgba(0,0,0,0.05);
}
article.imageContent section > div {
  padding: 5vw 3vw;
  min-height: 22vw;
}
article.grid section > div {
  padding: 0;
}
article.grid section > div:last-child,
article.grid .picturefill-background {
  padding: 3vw 3vw;
}
article.grid.side-by-side section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
article.grid.side-by-side section > div {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
article.grid.side-by-side section > div:last-child {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 1.5vw 0 1.8vw 1.8vw;
}
article > header {
  padding: 3vw;
}
main.mktng {
  padding-top: 1.8vw;
}
main.mktng > header,
main.mktng > article {
  padding-top: 5vw;
  padding-bottom: 1.8vw;
}
*.centerMe div.content {
  text-align: center;
}
div.content.rC {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.content.rE {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.content.cC {
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.content.cE {
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rC > div,
.rE > div,
.cC > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rC > div {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rE > div {
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cC > div {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -o-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}
.tC {
  text-align: left;
}
.tR {
  text-align: left;
}
@media screen and (max-width: 750px) {
  main,
  footer.siteWide,
  div.owl-theme.mktngSlider div.contentHdr {
    padding: 1.8vw;
  }
  div.content section > div {
    padding: 10.5vw 7vw 10.5vw 7.5vw;
  }
  article > header {
    padding: 10.5vw 7vw 7.5vw 7.5vw;
    border: none;
  }
  div.picturefill-background div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  div.picturefill-background div.content.hero {
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.picturefill-background div.content section {
    width: 100%;
  }
  .picturefill-background {
    min-height: 50vh;
  }
  article.imageContent.row div.content > section:last-child {
    background: none;
  }
  article.grid {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  article.grid section > div {
    padding: 5vw 7.5vw !important;
  }
  article.grid section > div:last-child {
    padding-bottom: 7vw !important;
  }
  article.grid.side-by-side section > div:first-child {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 3vw 3vw 3vw 7.5vw;
  }
  article.grid.side-by-side section > div:last-child {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 5vw 7vw 3vw 3vw;
    font-size: 85%;
  }
  article.grid .picturefill-background {
    min-height: 50vh;
  }
  article.grid .picturefill-background > div {
    min-height: 50vh;
  }
  article.imageContent {
    margin-bottom: 0;
  }
  .remSec section > div:first-child {
    display: none;
  }
  .remSec section > div {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 5vw 7.5vw !important;
  }
}
@media screen and (min-width: 750px) {
  div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-column-gap: 10vw;
    -moz-column-gap: 10vw;
    column-gap: 10vw;
  }
  div.content > section {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  article.alignMiddle div.content {
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  article.grid div.content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
    row-gap: 3vw;
  }
  article.grid div.content > section {
    margin: 0;
  }
  article.grid.allCols div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
  article.grid.allCols div.content > section {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  article.grid .picturefill-background {
    min-height: 35vw;
  }
  article.grid .picturefill-background > div {
    min-height: 35vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  article.grid.side-by-side div.content {
    display: block;
  }
  article.grid.side-by-side section {
    margin-bottom: 3vw !important;
  }
  article.grid.side-by-side section > div {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  article.grid.side-by-side section > div:last-child {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
@media screen and (min-width: 1100px) {
  div.content > section {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

    div.content > section.fullWidth {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

  article.grid.allCols div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.grid.allCols div.content > section {
    margin-right: 0.8vw;
  }
  article.grid.allCols div.content > section:last-child {
    margin-right: 0;
  }
  article.grid .picturefill-background {
    min-height: 14.5vw;
  }
  article.grid .picturefill-background > div {
    min-height: 14.5vw;
  }
  article.grid.side-by-side div.content {
    grid-template-columns: repeat(auto-fill, minmax(35vw, 1fr));
  }
  article.grid.side-by-side div.content > section {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  div.content.rC {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.content.rE {
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  div.content.cC {
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.content.cE {
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rC > div,
  .rE > div,
  .cC > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rC > div {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rE > div {
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cC > div {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tC {
    text-align: center;
  }
  .tR {
    text-align: right;
  }
  article > header {
    max-width: 40vw;
  }
  .row.flip div.content {
    -webkit-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
footer.siteWide section {
  padding: 5vw;
}
footer.siteWide section > a {
  display: inline-block;
  margin-bottom: 0.75em;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  footer.siteWide {
    border-top: none;
  }
  footer.siteWide section {
    text-align: center;
    border-top: 4px solid #333;
  }
  footer.siteWide img.logo {
    margin: 2em auto;
    width: 30vw !important;
  }
  footer.siteWide p,
  footer.siteWide a {
    max-width: 75%;
    margin: 1em auto;
    font-size: 1em !important;
    line-height: 1.3em !important;
  }
}
@media screen and (min-width: 750px) {
  footer.siteWide section:last-child {
    border-top: 4px solid #333;
  }
  footer.siteWide img.logo {
    margin-bottom: 2em;
  }
  footer.siteWide p,
  footer.siteWide a {
    max-width: 90%;
  }
}
@media screen and (min-width: 1100px) {
  footer.siteWide section {
    padding: 0 1.8vw;
  }
  footer.siteWide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
  }
  footer.siteWide > section {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  footer.siteWide section:last-child {
    border-top: none;
  }
  footer.siteWide p,
  footer.siteWide a {
    max-width: 100%;
  }
}
div#masthead {
  background-color: rgba(0,0,0,0.45);
  display: block;
  color: #fff;
}
div#priNav,
div#priNav-v2 {
  background-color: rgba(0,0,0,0.75);
  display: block;
}
div#slideNav {
  background-color: rgba(0,0,0,0.75);
}
div#secNav {
  background-color: rgba(0,0,0,0.75);
}
div#priNav,
div#priNav-v2,
div#secNav,
div#carouselIndicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div#priNav > *,
div#priNav-v2 > *,
div#secNav > * {
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}
div#priNav > nav,
div#priNav-v2 > nav,
div#carouselIndicator > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
div#priNav > nav > *,
div#priNav-v2 > nav > *,
div#carouselIndicator > div:first-child > div {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  margin-right: 1.5vw;
}
div#priNav > div,
div#priNav-v2 > div {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
div#secNav > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
div#secNav > nav > * {
  margin-left: 1.8vw;
}
div#secNav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
div#secNav > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
div#secNav > div a {
  margin-right: 1.8vw;
}
div#slideNav {
  display: none;
}
div#slideNav > div {
  padding-left: 14.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
div#slideNav > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10vw;
}
div#slideNav > div > nav > * {
  margin-bottom: 1.2vw;
}
div#carouselIndicator div.dashes > div {
  height: 4px;
}
div#carouselIndicator div.dashes > div.active {
  background-color: #f00;
}
div#priNav-v2 > nav a:not(:first-child) {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255,255,255,0.5);
  padding-left: 3px;
  padding-bottom: 7px;
  color: rgba(255,255,255,0.75);
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
}
div#priNav-v2 > nav a:first-child,
div#carouselIndicator > div:first-child > div:first-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  div#priNav > nav,
  div#priNav-v2 > nav,
  div#carouselIndicator > div:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  div#priNav > nav > *,
  div#priNav-v2 > nav > *,
  div#carouselIndicator > div:first-child > div {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-right: 3vw;
  }
  div#priNav-v2 > div,
  div#priNav > div {
    display: none;
  }
  div#slideNav > div {
    padding-left: 20%;
  }
}
.navHeight {
  height: 50px;
}
#navMobile {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 6000;
}
#navHeader {
  position: fixed;
  z-index: 7000;
  background-color: rgba(30,30,30,0.9);
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#navHeader div#mblNavControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-right: 2px;
}
#navHeader div#mblNavControl > * {
  margin-right: 4px;
}
#navHeader div.status {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 3vw;
}


div.mblnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6001;
  background-color: #000;
}
div.mblnavContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* The main point: */
  overflow-y: auto;
/* Optional but highly reccomended: enables momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  background-image: url("/images/textures/kraft-dk/tile.jpg");
  background-color: #000;
}
.open {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}
div.containMNav {
  padding: 7vw 7vw;
}
div.containMNav > * {
  text-align: center;
}
div.containMNav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 5vw;
}
div.containMNav nav a {
  padding: 3.75vw 3vw;
  line-height: 130%;
  margin: 3px 0;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.8);
}
div.containMNav h6 {
  font-size: 1em;
  margin-top: 1.8vw;
  margin-bottom: 5vw;
}
div.containMNav a.alert {
  color: #f00;
}
div.containMNav div.minorLinks,
div.containMNav div.social {
  margin: 3vw 0 10vw 0;
}
div.containMNav div.minorLinks {
  padding: 0 5vw;
}
div.containMNav div.minorLinks a {
  margin: 0.8vw;
  padding: 1.5vw;
  line-height: 1.4em;
  white-space: nowrap;
  display: inline-block;
}
html.noscroll {
  overflow: hidden;
}
body.noscroll {
  overflow: visible;
  height: 100%;
}
header.lobby {
  text-align: center;
  padding: 5vw 5vw;
}
header.lobby > * {
  margin: 0;
}
header.lobby > .name {
  margin-bottom: 0.2em;
}
header.lobby > div.gameCTAs {
  margin-top: 1em;
  margin-bottom: 1.5vw;
}
div.lobbyDiv {
  padding: 5vw 3vw;
  margin-bottom: 3vw;
}
div.lobbyDiv div.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
div.lobbyDiv div.flexRow > * {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
div.lobbyDiv div.flexRow a.tabLink {
  border-bottom: 3px solid rgba(255,255,255,0);
  text-align: center;
}
div.lobbyDiv div.flexRow a.tabLink.activeLink {
  border-bottom: 3px solid #fff;
}
div.lobbyDiv div.flexRow a.minorCTA.activeLink,
div.lobbyDiv div.flexRow a.minorCTA.activeLink:hover {
  background-color: #fff;
  color: #29abe2 !important;
}
div.lobbyDiv.gamesList a {
  text-decoration: none;
}
div.lobbyDiv.gamesList tr.gameDetail td {
  background-color: rgba(255,255,255,0.05);
  padding: 1.5vw;
}
div.lobbyDiv.gamesList tr.gameDetail ol {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
div.lobbyDiv.gamesList tr.gameDetail li {
  margin: 0;
  margin-top: 0.8vw;
  padding-left: 0;
  margin-left: 20px;
  line-height: 1.6;
  vertical-align: bottom;
  white-space: nowrap;
}
div.lobbyDiv.gamesList tr.gameDetail li.p1 {
  color: var(--pTheme1);
}
div.lobbyDiv.gamesList tr.gameDetail li.p2 {
  color: var(--pTheme2);
}
div.lobbyDiv.gamesList tr.gameDetail li.p3 {
  color: var(--pTheme3);
}
div.lobbyDiv.gamesList tr.gameDetail li.p4 {
  color: var(--pTheme4);
}
div.lobbyDiv.gamesList tr.gameDetail li.active:before {
  font-family: 'icomoon';
  content: '\e910';
  position: absolute;
  left: 0;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
div.lobbyDiv.gamesList div.gameDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.lobbyDiv.gamesList div.gameDetail > div {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-item-align: stretch;
}
div.lobbyDiv.gamesList div.gameDetail > div:last-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}
div.lobbyDiv.gamesList div.gameDetail > div:last-child > span {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
div.lobbyDiv.gamesList div.gameDetail > div:last-child > span:last-child {
  text-align: center;
}
@media screen and (max-width: 750px) {
  div.lobbyDiv.gamesList div.gameDetail > div:last-child > span {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  div.lobbyDiv.gamesList div.lobbyDiv.gamesList,
  div.lobbyDiv.gamesList div.gameDetail > div:last-child > span:last-child {
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  tr.gameDetailTrigger:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
div.actionPanel {
  position: fixed;
  width: 100vw;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 5000;
}
div.actionInner {
  padding: 3vw 1vw 2vw 1vw;
}
div.actionPanel div.actionInfo,
div.actionPanel div.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-column-gap: 2vw;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2vw 0;
}
div.actionPanel div.actionInfo {
  margin-bottom: 4vw;
}
div.actionPanel div.actionInfo div.actionMsg {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  font-size: 0.85em;
  line-height: 1.2em;
}
div.actionPanel div.actionInfo div:first-child {
  text-align: center;
}
div.overlayBoard {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 2000;
  background-color: rgba(0,0,0,0.9);
}
div.overlayContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90vh;
}
div.overlayContent {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 7vw;
  background-color: rgba(255,255,255,0.1);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 5px #000;
  box-shadow: 0 0 20px 5px #000;
}
div.overlayMsg {
  text-align: center;
}
.icon {
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0.1em;
  font-size: 1.7em;
  border-radius: 8px;
}
.icon.alt {
  background-color: #f00;
}
.ic-basic {
  font-size: 2.2em;
  line-height: 1.8em;
  color: #333;
}
.ic-basic::before {
  color: #333;
}
.ic-basic.rev {
  color: #fff;
}
.ic-basic.rev::before {
  color: #fff;
}
.inline {
  display: inline-block;
}
#navMobile .icon,
#navHeader .icon {
  background: #000;
  width: 30px;
  height: 30px;
  padding: 0.1em;
  font-size: 1.5em;
}
footer.siteWide .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  font-size: 1.4em;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: none;
  padding: 0;
}
a.majorCTA,
a.minorCTA,
a.ctaButton,
a.ctaButtonPri,
a.ctaButtonSec,
input[type=submit] {
  color: #fff;
  background-color: #29abe2;
  border: 1px solid #29abe2;
  padding: 14px 20px 9px 20px;
  margin-bottom: 1.5vw;
  display: inline-block;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 0.9em;
  line-height: 140%;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
  text-align: center;
}
input[type=submit] {
  margin-bottom: 0;
}
a.majorCTA {
  background-color: #f00;
  border-color: #f00;
}
a.ctaButtonPri {
  background-color: #fff;
  border-color: #fff;
  color: #29abe2 !important;
}
a.ctaButtonSec {
  background-color: #646464;
  border-color: #646464;
}
a.minorCTA {
  background: none;
  border-color: #fff;
}
a.ctaButton i,
a.ctaButtonPri i,
a.ctaButtonSec i {
  margin-left: 0;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.ctaButton i:before {
  color: #333;
}
a.majorCTA.hasIcon,
a.minorCTA.hasIcon,
a.ctaButtonPri.hasIcon,
a.ctaButtonSec.hasIcon,
input[type=submit] .hasIcon {
  padding: 12px 15px 7px 30px;
}
a.majorCTA.hasIcon i:before,
a.minorCTA.hasIcon i:before,
a.ctaButtonPri.hasIcon i:before,
a.ctaButtonSec.hasIcon i:before,
input[type=submit] .hasIcon i:before {
  font-size: 25px;
  left: 12px;
  position: absolute;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  a.majorCTA,
  a.minorCTA,
  a.ctaButton,
  a.ctaButtonPri,
  a.ctaButtonSec,
  input[type=submit] {
    padding: 12px 14px 7px 14px;
    border-radius: 6px;
  }
}
#priNav a.majorCTA {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.45);
  -webkit-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000;
}
div.cta > div {
  text-align: center;
}
div.cta > div > h6 {
  margin-bottom: 0;
}
@media (pointer: fine) {
  input[type=submit]:hover,
  a.ctaButton:hover,
  a.ctaButton:hover > i:before,
  a.ctaButtonPri:hover,
  a.ctaButtonPri:hover > i:before,
  a.ctaButtonSec:hover,
  a.ctaButtonSec:hover > i:before,
  a.minorCTA:hover,
  a.minorCTA:hover > i:before,
  a.majorCTA:hover,
  a.majorCTA:hover > i:before {
    color: #fff !important;
    border-color: #fff;
    background: none;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  a.ctaButton:hover i {
    margin-left: 25px;
    margin-right: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.mLogo {
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6em;
  margin-right: 1.8vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  border-right: 1px solid rgba(255,255,255,0.5);
}
#priNav-v2 a.logo-small img,
#priNav a.logo-small img {
  display: block;
  width: 60px;
  height: auto;
  margin-bottom: 0.8vw;
}
footer.siteWide img.logo {
  width: 15vw;
}
.inpage-logo {
  display: block;
  width: 50vw;
  height: auto;
}
.inpage-logo-stacked {
  display: block;
  width: 50vw;
  height: auto;
}
@media screen and (min-width: 750px) {
  footer.siteWide img.logo {
    width: 120px;
  }
  .inpage-logo {
    width: 30vw;
  }
  .inpage-logo-stacked {
    width: 30vw;
  }
}
@media screen and (min-width: 1100px) {
  .inpage-logo {
    width: 25vw;
  }
  .inpage-logo-stacked {
    width: 10vw;
  }
}
span.flag {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.75);
}
span.flag {
  width: 30px;
}
span.flag.small {
  width: 18px;
}
h1 span.flag {
  width: 50px;
  margin: 0 12px 5px;
}
h2 span.flag {
  width: 37px;
  margin: 0 10px 3px;
}
h3 span.flag {
  width: 23px;
  margin: 0 10px 3px;
}
h4 span.flag {
  width: 25px;
  margin: 0 8px 2px;
}
h5 span.flag {
  width: 22px;
  margin: 0 6px 2px;
}
h6 span.flag {
  width: 20px;
  margin: 0 6px 1px;
}
p span.flag {
  width: 18px;
  margin: 0 6px 1px;
}
@media screen and (max-width: 750px) {
  span.flag.small {
    width: 12px;
  }
}
.grid-clients {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 5px;
}
.grid-clients > div {
  padding: 1vw;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,0.1);
}
.grid-clients > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.grid-clients > div img {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
i.block {
  display: inline-block;
  font-size: 1em;
  line-height: 100%;
  font-weight: 900;
}
.faded {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rotateIC {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brand1 {
  color: #333;
}
.brand2 {
  color: #f00;
}
.pbVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.pbVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.video {
  position: relative;
}
div.video > div {
  width: 100%;
  height: 100%;
}
.hidden-xs {
  display: none;
}
div.vidHolder {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
video.hidden-xs {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px) {
  video.hidden-xs {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .hidden-xs {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}
img.med {
  width: 75%;
  margin: 0px auto;
}
picture.med {
  width: 75%;
}
picture.small {
  width: 60%;
}
picture.tiny {
  width: 30%;
}
.heroLogo {
  width: 80%;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
picture {
  margin: 0 0 3vw 0;
  display: block;
}
picture.bordered {
  margin: 0 0 3vw 0;
  padding: 0.8vw;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0px 1px rgba(255,255,255,0.1), inset 0 0 0px 4px #000, inset 0 0 0px 5px rgba(255,255,255,0.25);
  box-shadow: inset 0 0 0px 1px rgba(255,255,255,0.1), inset 0 0 0px 4px #000, inset 0 0 0px 5px rgba(255,255,255,0.25);
}
@media screen and (max-width: 750px) {
  picture {
    margin: 3vw;
  }
}
span.gameLeader {
  display: inline-table;
  padding: 3px;
  background-color: #dc9600;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 3px 0px #000;
  box-shadow: 2px 2px 3px 0px #000;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: baseline;
}
span.gameLeader img {
  width: 10px;
}
p.figureCap {
  width: auto;
  border-left: 2px solid #333;
  padding: 1.5vw 5vw 3vw 3vw;
  margin-left: 10vw;
  position: relative;
  margin-bottom: 5vw;
}
p.quote::before {
  position: absolute;
  content: '\201C';
  left: -3.3vw;
  font-weight: 1000;
  font-size: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 40px;
  line-height: 15px;
}
@media screen and (max-width: 750px) {
  p.figureCap {
    font-size: 0.9em;
  }
  p.quote::before {
    left: -40px;
    font-size: 60px;
    height: 35px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  p.figureCap {
    width: auto;
  }
  p.quote::before {
    left: -50px;
  }
}
@media screen and (min-width: 1100px) {
  p.figureCap {
    width: 40vw;
    padding: 0.8vw 1.5vw;
    margin-left: 3vw;
    margin-bottom: 5vw;
  }
  p.quote::before {
    left: -50px;
  }
}
div.slider {
  overflow: hidden;
}
.inpgNv {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .inpgNv .inpgNvTop {
    display: none;
  }
}
.gridBoxes {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 27vmin 1px 27vmin;
  grid-template-columns: repeat(2, 27vmin);
  -ms-grid-rows: 20vmin 1px 20vmin 1px 20vmin;
  grid-template-rows: repeat(3, 20vmin);
  grid-gap: 1px;
}
.gridBoxes > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.gridBoxes > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.gridBoxes > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.gridBoxes > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.gridBoxes > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.gridBoxes > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.gridBoxes > * {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(180,0,0,0.8)), color-stop(#b40000), color-stop(rgba(190,0,0,0.8)), to(rgba(200,0,0,0.8)));
  background: linear-gradient(to bottom left, rgba(180,0,0,0.8), #b40000, rgba(190,0,0,0.8), rgba(200,0,0,0.8));
  padding: 1.2em;
}
.gridBoxes > * > * {
  margin: 0.1em;
}
@media screen and (max-width: 750px) {
  article.bythenumbers *.picturefill-background {
    height: auto;
  }
  article.bythenumbers div.content {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gridBoxes {
    display: block;
  }
  .gridBoxes br {
    display: none;
  }
}
div.infographic {
  position: relative;
}
div.ig-whatisomni {
  margin-top: 0;
  margin-bottom: 5vw;
}
div.ig-whatisomni div.igContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igContent {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
div.ig-whatisomni div.igContent {
  background-color: #fefefe;
}
div.ig-whatisomni div.igItem {
  padding: 1.5vw 1.8vw;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem {
    padding: 5vw 7vw;
    border-left: none;
  }
}
div.ig-whatisomni div.igItem:last-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem hr {
    display: none;
  }
}
div.ig-whatisomni div.igItem > div {
  padding: 0.8vw;
}
div.ig-whatisomni div.igItem > div > * {
  margin: 0;
  line-height: 1.3em;
  margin-bottom: 0.8vw;
}
div.ig-whatisomni div.igItem h5 {
  padding-bottom: 0;
  margin-bottom: 0;
}
div.ig-whatisomni div.igItem.orange h5 {
  color: #d8481b;
}
div.ig-whatisomni div.igItem.yellow h5 {
  color: #eb9626;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem h5 > br {
    display: none;
  }
  div.ig-whatisomni div.igItem p {
    margin: 0.8vw 0;
  }
}
@media screen and (min-width: 1100px) {
  div.ig-whatisomni div.igItem {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.ig-whatisomni div.igItem > div {
    padding-left: 0;
    padding-bottom: 0;
  }
  div.ig-whatisomni div.igItem > div > *:not(p) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .greyToColor.onOff .stateInactive {
    background-color: rgba(0,0,0,0.5) !important;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .greyToColor.onOff .stateActive {
    background-color: rgba(0,0,0,0.1) !important;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }
}
span.storeLinks {
  display: block;
}
span.storeLinks a,
span.storeLinks a img {
  display: block;
  max-width: 150px;
  max-height: 40px;
}
span.storeLinks a {
  display: inline-block;
}
ul.featureList li {
  list-style-type: none;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
ul.featureList li strong {
  display: inline-block;
  min-width: 12%;
}
div.outer {
  background-color: #000;
}
span.controlSlider {
  display: block;
  position: relative;
  width: 25vw;
  height: 50vw;
  background-image: url("/images/genericPhone.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto 5vw auto;
  border-radius: 3.5vw;
  -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.9);
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.9);
}
div.videoContent {
  position: absolute;
  margin: 2vh 1.75vw;
  width: 86%;
  overflow: hidden;
  z-index: 1;
}
div.videoContent div#vidHolder video {
  border-radius: 2vw;
}
span.controlSlider .owl-theme-slider1 .owl-item,
span.controlSlider .owl-theme-slider1 div.item {
  height: 50vw;
}
span.controlSlider .owl-theme-slider1 div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
span.controlSlider div.itemContent {
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-item-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
/* background-color: rgba(1,1,1,1.0)*/
  margin: 2.2vh 1.75vw;
  border-radius: 2vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
span.controlSlider div.itemContent > div {
  text-align: center;
  padding: 1vw 2vw;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0,0,0,0.9)), color-stop(50%, rgba(0,0,0,0.75)), to(rgba(0,0,0,0)));
  background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0));
}
table {
  margin: 1.5vw 0;
}
table td,
table th {
  padding: 0.8vw 0.48vw 0.64vw;
  margin: 0;
  font-size: 95%;
}
table th i {
  font-size: 1.3em;
}
table.list {
  padding: 0.8vw;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  position: relative;
}
table.list thead th {
  padding-bottom: 0.56vw;
  border-bottom: 1px solid #fff;
  text-align: left;
  color: rgba(255,255,255,0.75);
  font-weight: 400;
  white-space: nowrap;
}
table.list tbody tr:nth-child(even) {
  background-color: rgba(255,255,255,0.05);
}
table.list tbody td {
  font-weight: 500;
}
div.fixedHeightTable {
  max-height: 30vh;
  overflow: auto;
}
div.fixedHeightTable table {
  padding-top: 0;
}
div.fixedHeightTable th {
  padding-top: 0.8vw;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #000;
  vertical-align: bottom;
}
tr.player,
.player {
  color: #29abe2;
}
@media screen and (max-width: 750px) {
  table.list th {
    padding: 0.8vw 0.48vw 0.64vw;
    margin: 0;
    font-size: 0.7em;
  }
  table.list thead th {
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #fff;
  }
  table.list tbody td {
    font-size: 0.9em;
    padding: 1.875vw 1.5vw;
  }
}
ul.lozengeFilter {
  padding: 0;
  text-align: right;
}
div.lobbyDiv ul.lozengeFilter {
  margin: 0;
}
ul.lozengeFilter li {
  display: inline-block;
  list-style-type: none;
  line-height: 1em;
  margin: 0;
}
ul.lozengeFilter li a {
  display: inline-block;
  text-decoration: none;
  background-color: rgba(255,255,255,0.1);
  padding: 9px 20px 6px 20px;
  line-height: 1em;
  font-size: 0.9em;
  text-underline-offset: 0px;
  border-radius: 50px;
}
ul.lozengeFilter li a.active {
  background-color: rgba(255,255,255,0.5);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  ul.lozengeFilter li a {
    padding: 9px 12px 6px 12px;
    line-height: 0.7em;
    font-size: 0.7em;
  }
}
input.darkmode,
select.darkmode {
  background: none;
  width: 98.5%;
  font-size: 0.95em;
  line-height: 2em;
  color: #fff;
  border: none;
}
select.darkmode option {
  color: #000;
}
span.formFieldBorder {
  border: 1px solid #fff;
  display: block;
  border-radius: 6px;
  padding: 0.8vw 1.5vw 0;
  margin-bottom: 1.5vw;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  padding: 0.2em 2em 0.2em 0.8em;
}
.select-container {
  position: relative;
  display: block;
}
.select-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.select-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0.8em;
  right: 15px;
  border-top: 8px solid #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
::-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
::placeholder {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
*:focus::-webkit-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
*:focus::-moz-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
*:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
*:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
*:focus::placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input:focus,
select:focus {
  outline: none;
}
@media screen and (min-width: 1200px) {
  span.formFieldBorder {
    display: block;
    padding: 0.4vw 1.5vw 0;
  }
}
a:link,
a:visited {
  color: #fff;
  text-underline-offset: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#navHeader a {
  text-decoration: none;
}
p a:link,
p a:visited,
li a:link,
li a:visited {
  text-decoration: underline;
}
@media (pointer: fine) {
  a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
.iconLink {
  text-decoration: none !important;
  position: relative;
}
.iconLink span {
  text-decoration: underline;
  margin-left: 0.4vw;
}
.iconLink::before {
  font-size: 1.5em;
  vertical-align: sub;
}
ul {
  margin-bottom: 2em;
  padding-left: 1em;
}
ul li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  list-style-type: circle;
}
*.picturefill-background,
*.picturefill-background a {
  color: #fff;
}
@media screen and (min-width: 750px) {
  *.picturefill-background.lighten1,
  *.picturefill-background.lighten1 a,
  *.picturefill-background.lighten2,
  *.picturefill-background.lighten2 a,
  *.picturefill-background.darktext,
  *.picturefill-background.darktext a {
    color: #000;
  }
}
div#masthead a:link,
div#masthead a:visited {
  color: rgba(255,255,255,0.75);
}
div#priNav-v2 a.logo-small h2,
div#priNav a.logo-small h2 {
  font-size: 0.5em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #646464;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}
div#priNav h5 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 7px;
}
div#priNav-v2 h5 {
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 7px;
}
div#priNav a#omniDrop h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div#priNav h6,
div#slideNav h6 {
  font-size: 0.7em;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
div#secNav nav a {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 100%;
  padding: 0;
}
div.langNav a {
  text-transform: uppercase;
}
div.langNav a:hover {
  cursor: pointer;
}
div.langNav a.activeLang {
  font-weight: 800 !important;
}
div#slideNav nav h6 {
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
}
div#slideNav nav a {
  font-weight: 500;
  font-size: 0.9em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.5em;
}
main p {
  margin: 0;
  margin-bottom: 1.8vw;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 3.7em;
  line-height: 105%;
  letter-spacing: -0.05em;
}
h1 span,
.h1 span {
  font-weight: 300;
  letter-spacing: -0.02em;
}
h2,
.h2 {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 115%;
  letter-spacing: -0.035em;
}
h2 span,
.h2 span {
  font-weight: 300;
  letter-spacing: -0.015em;
}
h3,
.h3 {
  font-weight: 550;
  font-size: 2em;
  line-height: 120%;
  letter-spacing: -0.04em;
}
h3 span,
.h3 span {
  font-weight: 300;
  letter-spacing: -0.02em;
}
h4,
.h4 {
  font-weight: 300;
  font-size: 1.6em;
  line-height: 120%;
  letter-spacing: -0.02em;
}
h4 span,
.h4 span {
  font-weight: 700;
}
h5,
.h5 {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 125%;
  letter-spacing: -0.02em;
}
h5 span,
.h5 span {
  font-weight: 400;
  letter-spacing: -0.01em;
}
h6,
.h6 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 150%;
  letter-spacing: -0.015em;
}
h6 span,
.h6 span {
  font-weight: 300;
}
p,
a {
  font-size: 1em;
  line-height: 150%;
  margin-top: 0;
}
strong {
  font-weight: 700;
  letter-spacing: -0.015em;
}
.small {
  font-size: 0.55em;
}
.minor {
  font-size: 0.9em;
}
.good {
  color: #00b478;
}
.ok {
  color: #ff7800;
}
.bad {
  color: #f00;
}
.msg {
  font-style: oblique;
  white-space: nowrap;
}
.status {
  color: rgba(255,255,255,0.75);
  overflow: hidden;
}
footer.siteWide p a {
  font-size: 1em;
  line-height: 160%;
}
footer.siteWide h6 {
  font-weight: 700;
  font-size: 1em;
  line-height: 120%;
  color: #f00;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 1.8em;
    line-height: 110%;
  }
  *.picturefill-background h1 {
    font-size: 2.2em;
    line-height: 110%;
  }
  h2 {
    font-size: 1.8em;
    line-height: 110%;
  }
  h3 {
    font-size: 1.6em;
    line-height: 110%;
  }
  h4 {
    font-size: 1.6em;
    line-height: 110%;
  }
  h5 {
    font-size: 1.2em;
    line-height: 110%;
  }
  h6 {
    font-size: 1.1em;
    line-height: 110%;
  }
  p {
    font-size: 1em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  div.lobbyDiv h3 {
    font-size: 1em;
    line-height: 110%;
  }
}
div.gameboard {
  display: block;
  position: relative;
  margin: 4px auto;
  text-align: center;
/*border: 2px solid rewhited
    box-shadow: 0px 0px 30px 5px blackAlp75
     border-radius: rBorderM*/
}
div.gameboard div.fluff {
  display: inline-block;
  padding: 0.8vw;
  background-color: rgba(255,255,255,0.1);
}
div.gameboard div.container {
  height: 75vh;
  width: 75vh;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 0;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255,255,255,0.25);
}
div.gameboard div.dashContain {
  height: 7.5vh;
  width: 75vh;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 0;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 750px) {
  div.gameboard div.container {
    height: 94vw;
    width: 94vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  div.gameboard div.container {
    height: 60vh;
    width: 60vh;
  }
}
div.gameboard.g6x6 div.container {
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(6, 1fr);
}
div.gameboard.g6x6 div.container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
div.gameboard.g6x6 div.container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
div.gameboard.g6x6 div.container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
div.gameboard.g6x6 div.container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
div.gameboard.g6x6 div.container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
div.gameboard.g6x6 div.container > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
div.gameboard.g6x6 div.container > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
div.gameboard.g6x6 div.container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
div.gameboard.g6x6 div.container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
div.gameboard.g6x6 div.container > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
div.gameboard.g6x6 div.container > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}
div.gameboard.g6x6 div.container > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}
div.gameboard.g6x6 div.container > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
div.gameboard.g6x6 div.container > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
div.gameboard.g6x6 div.container > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
div.gameboard.g6x6 div.container > *:nth-child(16) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}
div.gameboard.g6x6 div.container > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}
div.gameboard.g6x6 div.container > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
}
div.gameboard.g6x6 div.container > *:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
div.gameboard.g6x6 div.container > *:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
div.gameboard.g6x6 div.container > *:nth-child(21) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}
div.gameboard.g6x6 div.container > *:nth-child(22) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}
div.gameboard.g6x6 div.container > *:nth-child(23) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
}
div.gameboard.g6x6 div.container > *:nth-child(24) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
}
div.gameboard.g6x6 div.container > *:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}
div.gameboard.g6x6 div.container > *:nth-child(26) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}
div.gameboard.g6x6 div.container > *:nth-child(27) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}
div.gameboard.g6x6 div.container > *:nth-child(28) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
}
div.gameboard.g6x6 div.container > *:nth-child(29) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
}
div.gameboard.g6x6 div.container > *:nth-child(30) {
    -ms-grid-row: 9;
    -ms-grid-column: 11;
}
div.gameboard.g6x6 div.container > *:nth-child(31) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}
div.gameboard.g6x6 div.container > *:nth-child(32) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}
div.gameboard.g6x6 div.container > *:nth-child(33) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}
div.gameboard.g6x6 div.container > *:nth-child(34) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
}
div.gameboard.g6x6 div.container > *:nth-child(35) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
}
div.gameboard.g6x6 div.container > *:nth-child(36) {
    -ms-grid-row: 11;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container {
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(7, 1fr);
}
div.gameboard.g7x7 div.container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}
div.gameboard.g7x7 div.container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
}
div.gameboard.g7x7 div.container > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(16) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(21) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
}
div.gameboard.g7x7 div.container > *:nth-child(22) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(23) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(24) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 13;
}
div.gameboard.g7x7 div.container > *:nth-child(29) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(30) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(31) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(32) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(33) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(34) {
    -ms-grid-row: 9;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(35) {
    -ms-grid-row: 9;
    -ms-grid-column: 13;
}
div.gameboard.g7x7 div.container > *:nth-child(36) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(37) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(38) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(39) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(40) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(41) {
    -ms-grid-row: 11;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(42) {
    -ms-grid-row: 11;
    -ms-grid-column: 13;
}
div.gameboard.g7x7 div.container > *:nth-child(43) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}
div.gameboard.g7x7 div.container > *:nth-child(44) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
}
div.gameboard.g7x7 div.container > *:nth-child(45) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
}
div.gameboard.g7x7 div.container > *:nth-child(46) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
}
div.gameboard.g7x7 div.container > *:nth-child(47) {
    -ms-grid-row: 13;
    -ms-grid-column: 9;
}
div.gameboard.g7x7 div.container > *:nth-child(48) {
    -ms-grid-row: 13;
    -ms-grid-column: 11;
}
div.gameboard.g7x7 div.container > *:nth-child(49) {
    -ms-grid-row: 13;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container {
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(8, 1fr);
}
div.gameboard.g8x8 div.container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(21) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(22) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(23) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(24) {
    -ms-grid-row: 5;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(29) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(30) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(31) {
    -ms-grid-row: 7;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(32) {
    -ms-grid-row: 7;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(33) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(34) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(35) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(36) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(37) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(38) {
    -ms-grid-row: 9;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(39) {
    -ms-grid-row: 9;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(40) {
    -ms-grid-row: 9;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(41) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(42) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(43) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(44) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(45) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(46) {
    -ms-grid-row: 11;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(47) {
    -ms-grid-row: 11;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(48) {
    -ms-grid-row: 11;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(49) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(50) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(51) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(52) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(53) {
    -ms-grid-row: 13;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(54) {
    -ms-grid-row: 13;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(55) {
    -ms-grid-row: 13;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(56) {
    -ms-grid-row: 13;
    -ms-grid-column: 15;
}
div.gameboard.g8x8 div.container > *:nth-child(57) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
}
div.gameboard.g8x8 div.container > *:nth-child(58) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
}
div.gameboard.g8x8 div.container > *:nth-child(59) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
}
div.gameboard.g8x8 div.container > *:nth-child(60) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
}
div.gameboard.g8x8 div.container > *:nth-child(61) {
    -ms-grid-row: 15;
    -ms-grid-column: 9;
}
div.gameboard.g8x8 div.container > *:nth-child(62) {
    -ms-grid-row: 15;
    -ms-grid-column: 11;
}
div.gameboard.g8x8 div.container > *:nth-child(63) {
    -ms-grid-row: 15;
    -ms-grid-column: 13;
}
div.gameboard.g8x8 div.container > *:nth-child(64) {
    -ms-grid-row: 15;
    -ms-grid-column: 15;
}
div.gameboard.g10x1 div.dashContain {
  height: 5vh;
  width: 50vh;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
}
div.gameboard.g10x1 div.dashContain > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
}
div.gameboard.g10x1 div.dashContain > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
}
div.gameboard div.container > div.item,
div.gameboard div.dashContain > div.item {
  position: relative;
  border: 1px solid;
  border-right: none;
  border-bottom: none;
  border-color: rgba(255,255,255,0.25);
  padding: 0px;
  z-index: 1000;
}
div.gameboard.singleRow {
  border: none;
  border-radius: 0;
  width: 96%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 2%;
}
div.gameboard.singleRow div.dashContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 6vh;
  width: 100%;
  border: none;
}
div.gameboard.singleRow div.dashContain div.item {
  -webkit-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: 5vh;
      flex-basis: 5vh;
  border: none;
  padding: 0;
  text-align: center;
}
ul.playerDash div.dashContain div:nth-child(8) {
  margin-left: auto;
}
ul.playerDash {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
ul.playerDash li {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0;
  list-style-type: none;
}
ul.playerDash li.drawerItem {
  background-color: #000;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
ul.playerDash li.drawerItem div.gameboard {
  background: none;
  padding-top: 0;
}
li.drawerItem div.itemHeader {
  padding: 4px 4px 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.itemHeader span.smallBox {
  font-size: 0.7em;
  line-height: 0.7em;
  border-radius: 4px;
  font-weight: 500;
  background-color: rgba(255,255,255,0.1);
  display: inline-block;
  padding: 8px 10px 5px 10px;
  min-width: 35px;
  margin-right: 5px;
}
div.itemHeader span.smallBox h6 {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-left: 5px;
  top: -2px;
  vertical-align: middle;
  font-size: 1em;
  line-height: 0.7em;
}
div.itemHeader span.timeRemain h6 {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
  font-size: 0.7em;
  line-height: 0.7em;
  margin-left: 3px;
}
div.itemHeader span.username {
  font-size: 0.9em;
  font-weight: 500;
}
div.itemHeader.p1 span.username,
div.itemHeader.p1 span.timeRemain h6 {
  color: var(--pTheme1);
}
div.itemHeader.p2 span.username,
div.itemHeader.p2 span.timeRemain h6 {
  color: var(--pTheme2);
}
div.itemHeader.p3 span.username,
div.itemHeader.p3 span.timeRemain h6 {
  color: var(--pTheme3);
}
div.itemHeader.p4 span.username,
div.itemHeader.p4 span.timeRemain h6 {
  color: var(--pTheme4);
}
div.itemHeader span.rating {
  font-size: 0.75em;
}
div.itemHeader span.flag.small {
  width: 12px;
}
div.itemHeader a.openDetail {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  padding: 0.8vw 1.5vw;
  position: relative;
  margin-right: 0.8vw;
}
span.timeRemain {
  display: inline-block;
  vertical-align: middle;
}
span.timeRemain svg.indicator {
  width: 11px;
  fill: #fff;
}
svg.capturedArrows {
  width: 15px;
}
svg.capturedArrows {
  fill: #fff;
}
div.p1 svg.capturedArrows g.outline {
  fill: var(--pTheme1);
}
div.p2 svg.capturedArrows g.outline {
  fill: var(--pTheme2);
}
div.p3 svg.capturedArrows g.outline {
  fill: var(--pTheme3);
}
div.p4 svg.capturedArrows g.outline {
  fill: var(--pTheme4);
}
span.statusDots {
  display: block;
  position: absolute;
  bottom: 2px;
  height: 4px;
  line-height: 4px;
  font-size: 4px;
  padding: 0;
  width: 60%;
  left: 20%;
  text-align: center;
}
span.statusDots span {
  width: 4px;
  height: 4px;
  margin: 0 1px;
  border-radius: 2px;
  padding: 0;
  display: inline-block;
  background-color: rgba(255,255,255,0.9);
}
span.statusDots span.inactive {
  background-color: rgba(255,255,255,0.25);
}
span.pieceCount {
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: #000;
  padding: 0.6vw 0.8vw 0 0.8vw;
}
span.pieceCount {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
div.item.p1 span.pieceCount {
  color: var(--pTheme1);
}
div.item.p2 span.pieceCount {
  color: var(--pTheme2);
}
div.item.p3 span.pieceCount {
  color: var(--pTheme3);
}
div.item.p4 span.pieceCount {
  color: var(--pTheme4);
}
div.opponentDrawer div.itemDetail {
  display: none;
}
div.opponentDrawer div.itemDetail.active {
  display: block;
}
@media screen and (min-width: 750px) {
  div.opponentDrawer div.itemDetail {
    display: block;
  }
  div.itemHeader a.openDetail {
    display: none;
  }
}
.darkMode {
  background: rgba(255,255,255,0.05);
}
:root {
  --startPos: 0deg;
  --startPosN: 0deg;
  --startPosE: 90deg;
  --startPosS: 180deg;
  --startPosW: 270deg;
  --pTheme1: #f00;
  --pTheme2: #005cff;
  --pTheme3: #00b545;
  --pTheme4: #eabf00;
  --pTheme1atck: #f00;
  --pTheme2atck: #005cff;
  --pTheme3atck: #00b545;
  --pTheme4atck: #eabf00;
  --selected: #fff;
}
svg.piece {
  position: absolute;
  display: block;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
svg.piece g.base rect.fill {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
svg.piece g.base rect.border {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
svg.piece g.pieceType {
  -webkit-transform-origin: inherit;
  transform-origin: inherit;
/* transition-duration: 750ms; */
}
svg.piece g.pieceType path {
  fill: #fff;
}
svg.piece g.pieceType polyline {
  stroke: #fff;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
ul.playerDash li.drawerItem svg g.base rect.border {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.item.focus {
  z-index: 5000;
}
ul.playerDash div.item.focus svg.piece {
  -webkit-transform: scale(115%);
  transform: scale(115%);
}
div.item.focus svg.piece g.base rect.border {
  stroke: #fff !important;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
div.boardContain div.item svg.piece {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.boardContain div.item.p1 svg.piece,
div.boardContain div.item.p2 svg.piece,
div.boardContain div.item.p3 svg.piece,
div.boardContain div.item.p4 svg.piece,
div.boardContain div.item.playable svg.piece {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
div.boardContain div.item.playable svg.piece g.base rect.fill {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.boardContain div.item.playable svg.piece g.base rect.border {
  fill: rgba(255,255,255,0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.flashModded {
  -webkit-animation-name: flashModded;
  animation-name: flashModded;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
div.boardContain div.item span.coords {
  display: inline-block;
  background-color: rgba(255,255,255,0.25);
  color: #000;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 9px;
  line-height: 8px;
  margin: 0;
  padding: 1px 1px 0 1px;
  z-index: 1;
}
div.boardContain div.item span.coords.flash {
  background-color: rgba(255,255,255,0.75);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
div.boardContain div.gameboard.hideCoords span.coords {
  display: none;
}
.movement {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}
.p1 rect.fill {
  fill: var(--pTheme1);
}
.p1 rect.border {
  stroke: var(--pTheme1);
}
.p2 rect.fill {
  fill: var(--pTheme2);
}
.p2 rect.border {
  stroke: var(--pTheme2);
}
.p3 rect.fill {
  fill: var(--pTheme3);
}
.p3 rect.border {
  stroke: var(--pTheme3);
}
.p4 rect.fill {
  fill: var(--pTheme4);
}
.p4 rect.border {
  stroke: var(--pTheme4);
}
div.item.r90 g.pieceType {
  -webkit-transform: rotate(calc(var(--startPos) + 90deg));
  transform: rotate(calc(var(--startPos) + 90deg));
}
div.item.r180 g.pieceType {
  -webkit-transform: rotate(calc(var(--startPos) + 180deg));
  transform: rotate(calc(var(--startPos) + 180deg));
}
div.item.r270 g.pieceType {
  -webkit-transform: rotate(calc(var(--startPos) + 270deg));
  transform: rotate(calc(var(--startPos) + 270deg));
}
div.item.available {
  border: 1px solid rgba(255,255,255,0.5) !important;
  z-index: 2000 !important;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 10;
  animation-iteration-count: 10;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
div.item.available.pN {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme1);
  box-shadow: 0 0 10px 3px var(--pTheme1);
  -webkit-animation-name: pNavails;
  animation-name: pNavails;
  border: 1px solid var(--pTheme1) !important;
}
div.item.available.pE {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme2);
  box-shadow: 0 0 10px 3px var(--pTheme2);
  -webkit-animation-name: pEavails;
  animation-name: pEavails;
  border: 1px solid var(--pTheme2) !important;
}
div.item.available.pS {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme3);
  box-shadow: 0 0 10px 3px var(--pTheme3);
  -webkit-animation-name: pSavails;
  animation-name: pSavails;
  border: 1px solid var(--pTheme3) !important;
}
div.item.available.pW {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme4);
  box-shadow: 0 0 10px 3px var(--pTheme4);
  -webkit-animation-name: pWavails;
  animation-name: pWavails;
  border: 1px solid var(--pTheme4) !important;
}
svg.piece g.shield path.shieldfront1 {
  fill: #fff;
}
svg.piece g.shield path.shieldfront2 {
  fill: #333;
}
svg.piece g.shield path.shieldShadow {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
svg.piece g.shield path.shieldBorder {
  stroke-miterlimit: 10;
  stroke-width: 1px;
  stroke: #fff;
}
.p1 svg.piece g.shield path.shieldBorder {
  stroke: var(--pTheme1);
}
.p2 svg.piece g.shield path.shieldBorder {
  stroke: var(--pTheme2);
}
.p3 svg.piece g.shield path.shieldBorder {
  stroke: var(--pTheme3);
}
.p4 svg.piece g.shield path.shieldBorder {
  stroke: var(--pTheme4);
}
.p1 svg.piece g.shield path.shieldfront2,
.p1 svg.piece g.eyeShdw path {
  fill: var(--pTheme1);
}
.p2 svg.piece g.shield path.shieldfront2,
.p2 svg.piece g.eyeShdw path {
  fill: var(--pTheme2);
}
.p3 svg.piece g.shield path.shieldfront2,
.p3 svg.piece g.eyeShdw path {
  fill: var(--pTheme3);
}
.p4 svg.piece g.shield path.shieldfront2,
.p4 svg.piece g.eyeShdw path {
  fill: var(--pTheme4);
}
svg.piece g.eye path {
  fill: #fff;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
div.dashContain svg.piece g.eye path {
  fill: #fff;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
svg.piece g.eyeShdw path {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
svg.piece g.hidden g.rings rect {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
svg.piece g.hidden g.rings rect:first-child {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
svg.piece g.hidden g.rings rect:last-child {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
div.item.hasHidden svg.piece g.pieceType path {
  fill: rgba(255,255,255,0.1);
}
div.item.hasHidden svg.piece g.pieceType polyline {
  stroke: rgba(255,255,255,0.75);
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.inactive svg {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
div.itemDetail div.item.p1.disabled svg.piece g.base rect.fill {
  fill: rgba(255,255,255,0.25);
}
div.itemDetail div.item.p2.disabled svg.piece g.base rect.fill {
  fill: rgba(255,255,255,0.25);
}
div.itemDetail div.item.p3.disabled svg.piece g.base rect.fill {
  fill: rgba(255,255,255,0.25);
}
div.itemDetail div.item.p4.disabled svg.piece g.base rect.fill {
  fill: rgba(255,255,255,0.25);
}
div.itemDetail div.item.p1.disabled svg.piece path,
div.itemDetail div.item.p1.disabled svg.piece polygon {
  fill: var(--pTheme1);
}
div.itemDetail div.item.p1.disabled svg.piece polyline {
  stroke: var(--pTheme1);
}
div.itemDetail div.item.p2.disabled svg.piece path,
div.itemDetail div.item.p2.disabled svg.piece polygon {
  fill: var(--pTheme2);
}
div.itemDetail div.item.p2.disabled svg.piece polyline {
  stroke: var(--pTheme2);
}
div.itemDetail div.item.p3.disabled svg.piece path,
div.itemDetail div.item.p3.disabled svg.piece polygon {
  fill: var(--pTheme3);
}
div.itemDetail div.item.p3.disabled svg.piece polyline {
  stroke: var(--pTheme3);
}
div.itemDetail div.item.p4.disabled svg.piece path,
div.itemDetail div.item.p4.disabled svg.piece polygon {
  fill: var(--pTheme4);
}
div.itemDetail div.item.p4.disabled svg.piece polyline {
  stroke: var(--pTheme4);
}
div.item.attack {
  z-index: 2000 !important;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 10;
  animation-iteration-count: 10;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
div.item.attack_pN {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme1);
  box-shadow: 0 0 10px 3px var(--pTheme1);
  border: 1px solid var(--pTheme1atck) !important;
  -webkit-animation-name: attackable;
  animation-name: attackable;
}
div.item.attack_pE {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme2);
  box-shadow: 0 0 10px 3px var(--pTheme2);
  border: 1px solid var(--pTheme2atck) !important;
  -webkit-animation-name: attackable;
  animation-name: attackable;
}
div.item.attack_pS {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme3);
  box-shadow: 0 0 10px 3px var(--pTheme3);
  border: 1px solid var(--pTheme3atck) !important;
  -webkit-animation-name: attackable;
  animation-name: attackable;
}
div.item.attack_pW {
  -webkit-box-shadow: 0 0 10px 3px var(--pTheme4);
  box-shadow: 0 0 10px 3px var(--pTheme4);
  border: 1px solid var(--pTheme4atck) !important;
  -webkit-animation-name: attackable;
  animation-name: attackable;
}
.pN svg.piece g.pieceType g.attackDir polyline {
  stroke: var(--pTheme1atck);
}
.pN svg.piece g.pieceType g.attackDir path {
  fill: var(--pTheme1atck);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.pE svg.piece g.pieceType g.attackDir polyline {
  stroke: var(--pTheme2atck);
}
.pE svg.piece g.pieceType g.attackDir path {
  fill: var(--pTheme2atck);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.pS svg.piece g.pieceType g.attackDir polyline {
  stroke: var(--pTheme3atck);
}
.pS svg.piece g.pieceType g.attackDir path {
  fill: var(--pTheme3atck);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.pW svg.piece g.pieceType g.attackDir polyline {
  stroke: var(--pTheme4atck);
}
.pW svg.piece g.pieceType g.attackDir path {
  fill: var(--pTheme4atck);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.p1 svg.piece g.skull path,
.p1 svg.piece g.skull polygon {
  fill: var(--pTheme1);
}
.p2 svg.piece g.skull path,
.p2 svg.piece g.skull polygon {
  fill: var(--pTheme2);
}
.p3 svg.piece g.skull path,
.p3 svg.piece g.skull polygon {
  fill: var(--pTheme3);
}
.p4 svg.piece g.skull path,
.p4 svg.piece g.skull polygon {
  fill: var(--pTheme4);
}
.scaleOut {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in, linear, ease-out;
  animation-timing-function: ease-in, linear, ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: ScaleUpFade;
  animation-name: ScaleUpFade;
}
.swipeOff {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in, linear, ease-out;
  animation-timing-function: ease-in, linear, ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: SwipeOff;
  animation-name: SwipeOff;
}
.slideDown {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in, linear, ease-out;
  animation-timing-function: ease-in, linear, ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: SlideIn;
  animation-name: SlideIn;
}
.TEST-scaleGo:hover {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-timing-function: ease-in, linear, ease-out;
  animation-timing-function: ease-in, linear, ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: SwipeOn;
  animation-name: SwipeOn;
}
span.isoSVG {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-bottom: -4px;
  margin-left: 4px;
  margin-right: 4px;
}
span.isoSVG.x1_5 {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  margin-bottom: -4px;
  margin-left: 4px;
  margin-right: 4px;
}
span.isoSVG.x2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: -4px;
  margin-left: 4px;
  margin-right: 4px;
}
svg.piece g.bonus {
  fill: #fff;
}
div.item.attackable svg.piece g.pieceType polyline,
div.item.attackable svg.piece g.pieceType path {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
div.item.attackable svg.piece g.pieceType polyline.attackable {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
div.item.attackable svg.piece rect.border {
  stroke: #fff;
}
div.p1.item.attackable.nonContrib svg.piece rect.border {
  stroke: var(--pTheme1);
}
div.p2.item.attackable.nonContrib svg.piece rect.border {
  stroke: var(--pTheme2);
}
div.p3.item.attackable.nonContrib svg.piece rect.border {
  stroke: var(--pTheme3);
}
div.p4.item.attackable.nonContrib svg.piece rect.border {
  stroke: var(--pTheme4);
}
@-webkit-keyframes flashModded {
  0%, 50%, 100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  25%, 75% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
@keyframes flashModded {
  0%, 50%, 100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  25%, 75% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
@-webkit-keyframes pNavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme1);
    box-shadow: 0 0 5px 3px var(--pTheme1);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme1);
    box-shadow: 0 0 15px 5px var(--pTheme1);
  }
}
@keyframes pNavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme1);
    box-shadow: 0 0 5px 3px var(--pTheme1);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme1);
    box-shadow: 0 0 15px 5px var(--pTheme1);
  }
}
@-webkit-keyframes pEavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme2);
    box-shadow: 0 0 5px 3px var(--pTheme2);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme2);
    box-shadow: 0 0 15px 5px var(--pTheme2);
  }
}
@keyframes pEavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme2);
    box-shadow: 0 0 5px 3px var(--pTheme2);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme2);
    box-shadow: 0 0 15px 5px var(--pTheme2);
  }
}
@-webkit-keyframes pSavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme3);
    box-shadow: 0 0 5px 3px var(--pTheme3);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme3);
    box-shadow: 0 0 15px 5px var(--pTheme3);
  }
}
@keyframes pSavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme3);
    box-shadow: 0 0 5px 3px var(--pTheme3);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme3);
    box-shadow: 0 0 15px 5px var(--pTheme3);
  }
}
@-webkit-keyframes pWavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme4);
    box-shadow: 0 0 5px 3px var(--pTheme4);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme4);
    box-shadow: 0 0 15px 5px var(--pTheme4);
  }
}
@keyframes pWavails {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--pTheme4);
    box-shadow: 0 0 5px 3px var(--pTheme4);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--pTheme4);
    box-shadow: 0 0 15px 5px var(--pTheme4);
  }
}
@-webkit-keyframes attackable {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--selected);
    box-shadow: 0 0 5px 3px var(--selected);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--selected);
    box-shadow: 0 0 15px 5px var(--selected);
  }
}
@keyframes attackable {
  from {
    -webkit-box-shadow: 0 0 5px 3px var(--selected);
    box-shadow: 0 0 5px 3px var(--selected);
  }
  to {
    -webkit-box-shadow: 0 0 15px 5px var(--selected);
    box-shadow: 0 0 15px 5px var(--selected);
  }
}
@-webkit-keyframes ScaleUpFade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ScaleUpFade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes SwipeOff {
  0% {
    -webkit-transform: scale(1) rotate(0deg) translateY(0);
    transform: scale(1) rotate(0deg) translateY(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: scale(1.5) rotate(-360deg) translateY(-20vh);
    transform: scale(1.5) rotate(-360deg) translateY(-20vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes SwipeOff {
  0% {
    -webkit-transform: scale(1) rotate(0deg) translateY(0);
    transform: scale(1) rotate(0deg) translateY(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: scale(1.5) rotate(-360deg) translateY(-20vh);
    transform: scale(1.5) rotate(-360deg) translateY(-20vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: scale(1.5) translateY(-50px);
    transform: scale(1.5) translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  60% {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  80% {
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes SlideIn {
  0% {
    -webkit-transform: scale(1.5) translateY(-50px);
    transform: scale(1.5) translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  60% {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  80% {
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@media screen and (min-width: 750px) {
  div.actionPanel {
    position: fixed;
    width: 95vw;
    bottom: 2vh;
    left: 2.5vw;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 0 10px 0px #000;
    box-shadow: 0 0 10px 0px #000;
  }
  div.actionPanel div.actionInfo div.actionMsg {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 1em;
  }
  div.actionInner {
    padding: 2vw 1vw 1vw 1vw;
  }
  div.actionPanel div.actionInfo,
  div.actionPanel div.actions {
    margin: 0;
  }
  div.actionPanel div.actionInfo {
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  main.flexHeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    min-height: 75vh;
  }
  div.actionPanel div.actionInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  div.overlayContent {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  header.lobby {
    padding: 3vw 3vw 1.5vw 3vw;
  }
  div.lobbyDiv {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding: 3vw 1.5vw;
  }
  div.lobbyDiv.gamesList tr.gameDetail li.active:before {
    left: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  div.lobbyDiv.gamesList tr.gameDetail td {
    background-color: rgba(255,255,255,0.05);
    padding: 0.8vw;
  }
  div.gameDetail > div:last-child > span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.lobbyDiv div.flexRow > * {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  div.lobbyDiv div.flexRow h3 {
    font-size: 1.2em;
  }
  div.fixedHeightTable {
    max-height: 50vh;
  }
  #navHeader div#mblNavControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding-right: 1.5vw;
  }
  #navHeader div#mblNavControl > * {
    margin-right: 0.8vw;
  }
  div.containMNav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3vw;
    -webkit-column-gap: 2vw;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
    row-gap: 2vw;
    margin-top: 2vw;
  }
  div.containMNav nav a {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding: 1.5vw 1.8vw;
    line-height: 130%;
    margin: 0;
    border-radius: 4px;
  }
  div.containMNav div.minorLinks,
  div.containMNav div.social {
    margin: 3vw 0 3vw 0;
  }
  main.gameBoardMain {
    padding-top: 5vh;
    padding-bottom: 20vh !important;
    min-height: 70vh;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-gap: 2vw;
    -ms-grid-columns: auto 2vw minmax(auto, 1fr);
    grid-template-columns: auto minmax(auto, 1fr);
  }
  main.gameBoardMain > * {
    padding: 1vw;
  }
  main.gameBoardMain div.boardContain {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: rgba(255,255,255,0.05);
    border-radius: 1em;
  }
  main.gameBoardMain div.opponentDrawer {
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-align-self: end;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-flex-item-align: end;
    background-color: rgba(255,255,255,0.1);
    border-radius: 1em;
  }
  main.gameBoardMain div.playerDrawer {
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: rgba(255,255,255,0.1);
    border-radius: 1em;
  }
  div.gameboard div.container {
    height: 65vh;
    width: 65vh;
  }
  div.gameboard div.dashContain {
    width: 65vh;
  }
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  main.gameBoardMain div.playerDrawer ul.playerDash div.itemHeader span.username {
    font-size: 110%;
  }
}
@media screen and (min-width: 1200px) {
  main.gameBoardMain div.playerDrawer ul.playerDash div.itemHeader span.username {
    font-size: 115%;
    font-weight: 600;
  }
}
@media screen and (max-width: 1100px) {
  div.opponentDrawer.turnInProgress {
    display: none;
  }
}
/* effects */
.multiply {
  background-blend-mode: multiply;
/*background-color: blackAlp25*/
}
.bgoverlay0 {
  background-color: rgba(0,0,0,0.1) !important;
}
.bgoverlay1 {
  background-color: rgba(0,0,0,0.25) !important;
}
.bgoverlay2 {
  background-color: rgba(0,0,0,0.5) !important;
}
.bgoverlay3 {
  background-color: rgba(0,0,0,0.75) !important;
}

.bgoverlay4 {
    background-color: rgba(0,0,0,0.75) !important;
}
@media screen and (max-width: 750px) {
  .bgoverlay0 {
    background-color: rgba(0,0,0,0.25) !important;
  }
  .bgoverlay1 {
    background-color: rgba(0,0,0,0.25) !important;
  }
  .bgoverlay2 {
    background-color: rgba(0,0,0,0.25) !important;
  }
  .bgoverlay3 {
    background-color: rgba(0,0,0,0.25) !important;
  }
}
.multiplyBlack {
  background-color: #333;
}
.multiplyRed {
  background-color: #f00;
}
.multiplyGreen {
  background-color: #2fcd15;
}
.lighten1 {
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: overlay;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.lighten2 {
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: overlay;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.greyscale {
  background-color: rgba(0,0,0,0.3);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.greyscaleLt {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.burnColor {
  background-blend-mode: color-burn;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.gradient0 {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.75)), color-stop(rgba(0,0,0,0.05)), to(rgba(0,0,0,0.05)));
  background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.05), rgba(0,0,0,0.05));
}
.gradient1 {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#f00), to(rgba(0,0,0,0.5)));
  background: linear-gradient(to right, #f00, rgba(0,0,0,0.5));
}
.gradient2 {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.1)));
  background: linear-gradient(to right, #000, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}
.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.opaque75 {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.opaque50 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opaque25 {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
@media screen and (min-width: 750px) {
  .m {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .d {
    display: none !important;
  }
}
