/*COLORS*/
/*GREEN*/
/*GREEN*/
fieldset, hr {
  border: 0;
  padding: 0; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  margin: 0; }

textarea {
  resize: vertical; }

/*BORDERBOX RESET*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.title-bar {
  background-color: transparent;
  padding: .75rem; }

.title-bar .menu-icon {
  margin-top: .25rem; }

.top-bar, .top-bar ul {
  background-color: transparent; }

.menu-icon::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }

.menu-icon:hover::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border: inset 4px;
  border-color: #fff transparent transparent; }

.top-bar ul.is-dropdown-submenu {
  border: 0;
  background-color: #000; }

.drilldown a {
  background: #000;
  border-bottom: 1px solid #6EC7BD; }

.drilldown .js-drilldown-back > a::before {
  border-color: transparent #fff transparent transparent; }

.drilldown .is-drilldown-submenu {
  background: #000; }

.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff; }

.button {
  background-color: #6EC7BD;
  color: #333333; }
  .button:focus, .button:hover, .button.active {
    background-color: #274744;
    color: #6EC7BD; }
  .button.launch {
    font-size: 3rem;
    height: 100%;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }

.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0; }

.featherlight .featherlight-close-icon {
  line-height: 50px;
  width: 50px;
  font-size: 24px; }

.featherlight-next, .featherlight-previous {
  top: 0;
  right: 0;
  bottom: 0; }

.featherlight-previous {
  left: 0;
  right: 80%; }

.featherlight-next span, .featherlight-previous span {
  text-shadow: none;
  color: #000; }

.featherlight-next:hover, .featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.25); }

tbody, tfoot, thead {
  border: 0;
  background-color: transparent; }

th {
  text-align: left;
  color: #6EC7BD; }

td {
  color: #efefef; }

tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #222; }

/***TYPO***/
/* rajdhani-300 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/rajdhani-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Rajdhani Light"), local("Rajdhani-Light"), url("fonts/rajdhani-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/rajdhani-v8-latin-300.woff2") format("woff2"), url("fonts/rajdhani-v8-latin-300.woff") format("woff"), url("fonts/rajdhani-v8-latin-300.ttf") format("truetype"), url("fonts/rajdhani-v8-latin-300.svg#Rajdhani") format("svg");
  /* Legacy iOS */ }
/* rajdhani-regular - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/rajdhani-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Rajdhani Regular"), local("Rajdhani-Regular"), url("fonts/rajdhani-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/rajdhani-v8-latin-regular.woff2") format("woff2"), url("fonts/rajdhani-v8-latin-regular.woff") format("woff"), url("fonts/rajdhani-v8-latin-regular.ttf") format("truetype"), url("fonts/rajdhani-v8-latin-regular.svg#Rajdhani") format("svg");
  /* Legacy iOS */ }
h1, h2, h3, h4, h5 {
  font-family: 'Rajdhani';
  font-weight: 300;
  color: #ffffff; }

h1 {
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0 black, 2px 0px 0 black, 0px 2px 0 black, -2px 0px 0 black, 0px -2px 0 black, 0 0 15px black, 0 0 10px black, 0 0 15px black, 0 0 10px black, 0 0 15px black, 0 0 10px black, 0 0 15px black, 0 0 10px black; }

h2 {
  text-align: center;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0 black, 2px 0px 0 black, 0px 2px 0 black, -2px 0px 0 black, 0px -2px 0 black, 0 0 15px black, 0 0 10px black, 0 0 15px black, 0 0 10px black, 0 0 15px black, 0 0 10px black, 0 0 15px black, 0 0 10px black; }

p, li, small {
  color: #e0e0e0; }

a {
  color: #6EC7BD; }

a:focus, a:hover {
  color: #274744; }

.dropdown.menu > li.is-active > a {
  color: #fff; }

/***BASE STYLING***/
body {
  background-color: #222; }

h1, h2, h3, h4 {
  text-align: center; }

h1, h2 {
  text-shadow: none; }

h2 {
  font-size: 2rem;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  margin: 1rem 0 0 0; }

p {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 100%;
  margin-bottom: 0.25rem;
  font-size: 120%; }
  p.hero {
    font-size: 36px; }
  p.superhero {
    font-size: 4rem; }

/***TABLE***/
.table-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .table-wrapper.pAactive .flex-row:not(.full) .item:first-child {
    background-color: #315D7D; }
    .table-wrapper.pAactive .flex-row:not(.full) .item:first-child.primary {
      background-color: #2C5470; }
    .table-wrapper.pAactive .flex-row:not(.full) .item:first-child.secondary {
      background-color: #224157; }
  .table-wrapper.pAactive .flex-row:not(.full) .item:last-child {
    background-color: #777; }
    .table-wrapper.pAactive .flex-row:not(.full) .item:last-child.primary {
      background-color: #555; }
    .table-wrapper.pAactive .flex-row:not(.full) .item:last-child.secondary {
      background-color: #333; }
  .table-wrapper.pBactive .flex-row:not(.full) .item:last-child {
    background-color: #315D7D; }
    .table-wrapper.pBactive .flex-row:not(.full) .item:last-child.primary {
      background-color: #2C5470; }
    .table-wrapper.pBactive .flex-row:not(.full) .item:last-child.secondary {
      background-color: #224157; }
  .table-wrapper.pBactive .flex-row:not(.full) .item:first-child {
    background-color: #777; }
    .table-wrapper.pBactive .flex-row:not(.full) .item:first-child.primary {
      background-color: #555; }
    .table-wrapper.pBactive .flex-row:not(.full) .item:first-child.secondary {
      background-color: #333; }

.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: stretch;
  justify-content: space-around; }
  .flex-row .item {
    width: 45%;
    padding: 1rem;
    margin-bottom: 4px;
    background-color: #555; }
    .flex-row .item h2 {
      margin: 0 .25rem; }
      .flex-row .item h2 span {
        display: inline-block;
        background-color: #cc9933;
        color: #000;
        font-weight: 700;
        padding: 0 0.75rem; }
    .flex-row .item.winner {
      background-color: #cc9933; }
      .flex-row .item.winner h2, .flex-row .item.winner p, .flex-row .item.winner p.superhero {
        color: #000; }
  .flex-row.full .item {
    width: 100%;
    background-color: transparent; }
    .flex-row.full .item h2 {
      font-size: 1.25rem; }

tbody td {
  vertical-align: baseline;
  height: 100%;
  padding: 2px 5px;
  width: 50%;
  margin: 2px 5px; }

/***NUMBER INPUT***/
.quantity5,
.quantity {
  position: relative; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity5 input,
.quantity input {
  width: 100%;
  height: 100px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 40px;
  border: none;
  font-size: 36px;
  text-align: center; }

.quantity5 input:focus,
.quantity input:focus {
  outline: 0; }

.quantity5-nav,
.quantity-nav {
  position: absolute;
  height: 100px;
  top: 0;
  right: 0; }

.quantity5-button,
.quantity-button {
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  line-height: 2.2;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.quantity5-button.quantity5-up,
.quantity-button.quantity-up {
  top: 0;
  background-color: #519976; }

.quantity5-button.quantity5-down,
.quantity-button.quantity-down {
  bottom: 0;
  background-color: #cc8f8f; }

.callout.alert {
  margin: 0;
  background-color: #cc8f8f;
  border: 1px solid #300; }
  .callout.alert p {
    font-weight: bold;
    color: #300; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.grid-padding-x > .cell.noPadding,
.noPadding {
  padding: 0; }

.noPaddingY {
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .noPadding-small {
    padding: 0; } }

/*# sourceMappingURL=scorechart.css.map */
