html {
  height: 1080px; }

body {
  background: white url(../img/bkg/bkg-weave.gif);
  border-left: #f73c10 20px solid;
  height: 100%;
  margin: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 400;
  color: #0c1e35;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

p {
  font-size: 18px; }

strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700; }

span,
strong {
  pointer-events: none; }

.container {
  position: relative;
  height: 100%; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.ember-application {
  height: 100%;
  overflow: hidden; }

button,
.button {
  color: white;
  background: #099edb;
  padding: 0;
  margin: auto;
  height: 68px;
  border: none;
  font-style: italic;
  font-size: 22px;
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 300px;
  text-align: center; }
  button:focus,
  .button:focus {
    outline: none; }
  button:before, button:after,
  .button:before,
  .button:after {
    content: "";
    width: 0;
    position: absolute;
    top: 0px; }
  button:before,
  .button:before {
    border-right: 22px solid #099edb;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    left: -22px; }
  button:after,
  .button:after {
    border-left: 22px solid #099edb;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    right: -22px; }
  button span,
  .button span {
    padding: 20px;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 500; }

section.content {
  background: url(../img/bkg/bkg-blueprint.jpg) no-repeat;
  margin-left: 469px;
  height: 1020px;
  color: white;
  padding: 30px;
  -webkit-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.25); }
  section.content article {
    padding: 30px; }
  section.content h1 {
    position: relative;
    text-transform: uppercase;
    font-size: 52px;
    margin: auto;
    color: white;
    text-align: center;
    font-weight: 400; }
  section.content h2 {
    font-size: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 500;
    font-style: italic;
    margin: 30px auto;
    text-align: center; }
  section.content ul {
    list-style: none;
    margin: auto; }
    section.content ul li {
      position: relative; }
      section.content ul li span.step {
        background: url(../img/round_button_blue.svg) no-repeat 7px 7px;
        background-size: 91%;
        position: absolute;
        display: block;
        padding: 0;
        top: 3px;
        left: -20px;
        height: 120px;
        width: 120px;
        text-align: center;
        -webkit-text-shadow: 1px 1px 5px #0076a5;
        -ms-text-shadow: 1px 1px 5px #0076a5;
        -moz-text-shadow: 1px 1px 5px #0076a5;
        -o-text-shadow: 1px 1px 5px #0076a5;
        text-shadow: 1px 1px 5px #0076a5;
        filter: dropshadow(color=#0076a5, offx=1, offy=1); }
        section.content ul li span.step:before {
          position: absolute;
          background: url(../img/dashed_circle.svg) no-repeat;
          width: 120px;
          height: 120px;
          top: 0px;
          left: 0px;
          content: ""; }
        section.content ul li span.step strong {
          font-family: 'Ultra', 'Times New Roman', serif;
          color: white;
          font-weight: bold;
          font-size: 66px;
          margin: 15px 0px;
          display: block; }
          section.content ul li span.step strong sup {
            font-size: 25px; }
      section.content ul li span.select {
        background: url(../img/small_dotted_button.svg) no-repeat;
        font-size: 19px;
        font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
        font-weight: 500;
        font-style: italic;
        display: block;
        padding: 10px;
        margin: auto;
        text-align: center;
        width: 160px;
        color: white; }
      section.content ul li p {
        font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
        font-weight: 700;
        font-size: 25px;
        background: url(../img/bordered_arrow.svg) no-repeat;
        width: 867px;
        height: 124px;
        margin: 0;
        padding: 30px 20px 10px 30px;
        position: relative;
        left: 110px; }

.system-overlay,
.system-complete-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 1000; }
  .system-overlay.show,
  .system-complete-overlay.show {
    display: block; }
  .system-overlay .modal,
  .system-complete-overlay .modal {
    background: url(../img/bkg/bkg-modal.jpg) no-repeat;
    width: 1222px;
    height: 812px;
    top: 406px;
    left: 611px;
    margin-top: -253px;
    margin-left: -246px;
    text-align: center;
    position: absolute;
    z-index: 200;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25); }
    .system-overlay .modal h1,
    .system-complete-overlay .modal h1 {
      background: url(../img/tso-logo.png) no-repeat;
      background-size: contain;
      display: block;
      margin: 20px 0px 115px 20px;
      height: 240px;
      text-indent: -5000px;
      width: 554px;
      position: absolute;
      top: -120px;
      left: 320px;
      -webkit-filter: drop-shadow(3px 5px 5px #999999);
      -ms-filter: drop-shadow(3px 5px 5px #999999);
      -moz-filter: drop-shadow(3px 5px 5px #999999);
      -o-filter: drop-shadow(3px 5px 5px #999999);
      filter: drop-shadow(3px 5px 5px #999999); }
    .system-overlay .modal h2,
    .system-complete-overlay .modal h2 {
      margin: 155px auto 30px auto;
      font-size: 52px;
      text-transform: uppercase; }
    .system-overlay .modal h3,
    .system-complete-overlay .modal h3 {
      font-family: 'Ultra', 'Times New Roman', serif;
      font-size: 36px;
      margin: 36px 0 3px 0;
      text-transform: uppercase;
      -webkit-text-shadow: 3px 3px 3px #e0e0e0;
      -ms-text-shadow: 3px 3px 3px #e0e0e0;
      -moz-text-shadow: 3px 3px 3px #e0e0e0;
      -o-text-shadow: 3px 3px 3px #e0e0e0;
      text-shadow: 3px 3px 3px #e0e0e0; }
    .system-overlay .modal p,
    .system-complete-overlay .modal p {
      font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
      font-weight: 500;
      font-size: 24px;
      margin: 20px auto;
      width: 1000px; }
    .system-overlay .modal .environment h3,
    .system-complete-overlay .modal .environment h3 {
      color: #099edb; }
    .system-overlay .modal .setting h3,
    .system-complete-overlay .modal .setting h3 {
      color: #158206;
      margin-top: 33px; }
    .system-overlay .modal .challenge h3,
    .system-complete-overlay .modal .challenge h3 {
      color: #c80007;
      margin-top: 44px; }
    .system-overlay .modal .rect-button,
    .system-complete-overlay .modal .rect-button {
      background: url(../img/rounded_rect_button_blue.svg) no-repeat 7px 7px;
      background-size: 95%;
      color: white;
      display: block;
      padding: 0;
      height: 100px;
      width: 353px;
      text-align: center;
      text-decoration: none;
      position: absolute;
      top: 751px;
      left: 428px; }
      .system-overlay .modal .rect-button span,
      .system-complete-overlay .modal .rect-button span {
        padding: 22px;
        display: block;
        font-family: 'Ultra', 'Times New Roman', serif;
        font-size: 36px;
        text-transform: uppercase;
        -webkit-text-shadow: 0px 3px 1px #0076a5;
        -ms-text-shadow: 0px 3px 1px #0076a5;
        -moz-text-shadow: 0px 3px 1px #0076a5;
        -o-text-shadow: 0px 3px 1px #0076a5;
        text-shadow: 0px 3px 1px #0076a5; }
  .system-overlay .back,
  .system-complete-overlay .back {
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.68;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 100; }

.system-complete-overlay .modal p {
  margin: 33px auto; }
.system-complete-overlay .modal h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700;
  width: 800px;
  font-size: 47px;
  margin: 116px auto 3px auto; }

nav {
  float: left;
  width: 469px; }
  nav h1 {
    background: url(../img/tso-logo.png) no-repeat;
    background-size: contain;
    display: block;
    margin: 20px 0px 45px 20px;
    height: 185px;
    text-indent: -5000px;
    width: 428px;
    -webkit-filter: drop-shadow(3px 5px 5px #999999);
    -ms-filter: drop-shadow(3px 5px 5px #999999);
    -moz-filter: drop-shadow(3px 5px 5px #999999);
    -o-filter: drop-shadow(3px 5px 5px #999999);
    filter: drop-shadow(3px 5px 5px #999999); }
  nav ul {
    list-style: none;
    margin: 40px 0px 40px 65px;
    padding: 0;
    width: 310px; }
    nav ul li {
      position: relative;
      color: #6e6e6e;
      background: white;
      padding: 0;
      margin: 0 0 24px 34px;
      height: 90px;
      border: none; }
      nav ul li:before, nav ul li:after {
        content: "";
        width: 0;
        position: absolute;
        top: 0px; }
      nav ul li:after {
        border-left: 22px solid white;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        right: -22px; }
      nav ul li:before {
        width: 90px;
        height: 90px;
        background: white;
        -webkit-border-radius: 45px;
        -ms-border-radius: 45px;
        -moz-border-radius: 45px;
        -o-border-radius: 45px;
        border-radius: 45px;
        left: -45px; }
      nav ul li.checked span.step {
        background: url(../img/round_button_check.svg) no-repeat;
        text-indent: -5000px; }
      nav ul li.checked span.label {
        color: #158206; }
      nav ul li span.step {
        background: url(../img/round_button_blue.svg) no-repeat;
        position: absolute;
        top: 6px;
        left: -40px;
        height: 83px;
        width: 83px;
        overflow: hidden; }
        nav ul li span.step strong {
          font-family: 'Ultra', 'Times New Roman', serif;
          color: white;
          font-weight: bold;
          font-size: 40px;
          display: block;
          padding: 12px 0px 0px 0px;
          text-align: center;
          margin-left: -4px; }
      nav ul li span.label {
        font-size: 40px;
        text-transform: uppercase;
        position: absolute;
        top: 22px;
        left: 50px;
        font-family: 'NewsGothicBTW01-BoldExt', Arial, sans;
        color: #099edb; }
  nav hr {
    height: 0px;
    margin: 0px 70px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #a8a8a8; }
  nav .social {
    margin: auto;
    padding-top: 50px;
    width: 310px; }
    nav .social ul {
      margin: auto;
      width: 140px; }
      nav .social ul li {
        background: none;
        margin: 0;
        float: left;
        padding-right: 20px; }
        nav .social ul li:before, nav .social ul li:after {
          display: none; }

.keyboard {
  position: absolute;
  top: 470px;
  left: 735px; }
  .keyboard .keyboard-row .keyboard-key {
    float: left;
    margin: 0 10px 10px 0;
    text-indent: 0;
    border: 1px solid #e0e0e0;
    display: inline-block;
    color: #0c1e35;
    font-family: GothamBook, Arial, sans;
    font-size: 24px;
    font-style: normal;
    height: 72px;
    line-height: 72px;
    width: 72px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px white;
    -ms-box-shadow: inset 0px 1px 0px 0px white;
    -moz-box-shadow: inset 0px 1px 0px 0px white;
    -o-box-shadow: inset 0px 1px 0px 0px white;
    box-shadow: inset 0px 1px 0px 0px white;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, #e0e0e0));
    background: -moz-linear-gradient(center top, white 5%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='$off-white'); }
    .keyboard .keyboard-row .keyboard-key:active {
      position: relative;
      top: 1px; }
    .keyboard .keyboard-row .keyboard-key.key-alt {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(255, 255, 255, 0.5)), color-stop(1, rgba(255, 255, 255, 0.25)));
      background: -moz-linear-gradient(center top, white 5%, #e0e0e0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='$off-white'); }
    .keyboard .keyboard-row .keyboard-key.key-space {
      margin-left: 190px;
      width: 470px; }
    .keyboard .keyboard-row .keyboard-key.key-delete {
      width: 156px; }

/*************
Default Theme
*************/
/* overall */
.tablesorter-default {
  width: 100%;
  font: 12px / 18px Arial, Sans-serif;
  color: #333;
  background-color: #fff;
  border-spacing: 0;
  margin: 10px 0 15px;
  text-align: left; }
  .tablesorter-default th, .tablesorter-default thead td {
    font: bold 12px / 18px Arial, Sans-serif;
    color: #000;
    background-color: #fff;
    border-collapse: collapse;
    border-bottom: #ccc 2px solid;
    padding: 0; }
  .tablesorter-default tfoot th, .tablesorter-default tfoot td {
    border: 0; }
  .tablesorter-default .header, .tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px; }
  .tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerSortUp, .tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: #000 2px solid; }
  .tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerSortDown, .tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: #000 2px solid; }
  .tablesorter-default thead .sorter-false {
    background-image: none;
    padding: 4px; }
  .tablesorter-default tfoot .tablesorter-headerSortUp, .tablesorter-default tfoot .tablesorter-headerSortDown, .tablesorter-default tfoot .tablesorter-headerAsc, .tablesorter-default tfoot .tablesorter-headerDesc {
    border-top: #000 2px solid; }
  .tablesorter-default td {
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    padding: 4px;
    vertical-align: top; }
  .tablesorter-default tbody > tr:hover > td, .tablesorter-default tbody > tr.even:hover > td, .tablesorter-default tbody > tr.odd:hover > td {
    background: #fff;
    color: #000; }
  .tablesorter-default .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* background-image: url(../addons/pager/icons/loading.gif) !important; */
    background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important; }
  .tablesorter-default tr.odd td {
    background-color: #dfdfdf; }
  .tablesorter-default tr.even td {
    background-color: #efefef; }
  .tablesorter-default tr.odd td.primary {
    background-color: #bfbfbf; }
  .tablesorter-default td.primary {
    background-color: #d9d9d9; }
  .tablesorter-default tr.even td.primary, .tablesorter-default tr.odd td.secondary {
    background-color: #d9d9d9; }
  .tablesorter-default td.secondary {
    background-color: #e6e6e6; }
  .tablesorter-default tr.even td.secondary, .tablesorter-default tr.odd td.tertiary {
    background-color: #e6e6e6; }
  .tablesorter-default td.tertiary, .tablesorter-default tr.even td.tertiary {
    background-color: #f2f2f2; }

/* header */
/* tfoot */
/* tbody */
/* hovered row colors */
/* table processing indicator */
/* Zebra Widget - row alternating colors */
/* Column Widget - column sort colors */
/* caption */
caption {
  background: #fff; }

/* filter widget */
.tablesorter-default .tablesorter-filter-row td {
  background: #eee;
  border-bottom: #ccc 1px solid;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease; }
.tablesorter-default .tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed; }
.tablesorter-default .tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer; }
.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0); }
.tablesorter-default .tablesorter-filter {
  width: 95%;
  height: auto;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease; }

/* optional disabled input styling */
/* hidden filter row */
/* filters */
/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  cursor: pointer;
  background-color: #e6bf99; }

/* Webicons by Adam Fairhead at Fairhead Creative http://fairheadcreative.com */
.webicon {
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  text-align: left;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px; }
  .webicon:hover {
    margin: -1px 0 1px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
  .webicon.small {
    width: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .webicon.large {
    width: 48px;
    height: 48px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }

.no-svg .webicon.facebook {
  background: url(../img/webicons/webicon-facebook-m.png); }
  .no-svg .webicon.facebook.large {
    background: url(../img/webicons/webicon-facebook.png); }
  .no-svg .webicon.facebook.small {
    background: url(../img/webicons/webicon-facebook-s.png); }

.svg .webicon.facebook {
  background: url(../img/webicons/webicon-facebook.svg); }

.no-svg .webicon.twitter {
  background: url(../img/webicons/webicon-twitter-m.png); }
  .no-svg .webicon.twitter.large {
    background: url(../img/webicons/webicon-twitter.png); }
  .no-svg .webicon.twitter.small {
    background: url(../img/webicons/webicon-twitter-s.png); }

.svg .webicon.twitter {
  background: url(../img/webicons/webicon-twitter.svg); }

.index video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #bada55;
  z-index: 100; }
  .index video.show {
    display: block; }
.index nav {
  position: absolute; }
.index section.leaderboard {
  height: 100%; }
  .index section.leaderboard article {
    background: url(../img/bkg/arrow_outline_leaderboard.svg) no-repeat 110px -50px;
    background-size: 90%;
    height: 100%; }
    .index section.leaderboard article h2 {
      font-size: 35px;
      width: 880px;
      text-align: center;
      margin: auto;
      padding-top: 180px; }
    .index section.leaderboard article .scores {
      margin: 110px auto 0 auto;
      width: 1200px;
      -webkit-column-count: 2;
      -ms-column-count: 2;
      -moz-column-count: 2;
      -o-column-count: 2;
      column-count: 2; }
      .index section.leaderboard article .scores dl {
        margin: 0;
        padding: 0 0 0 80px;
        list-style-position: outside;
        height: 840px;
        font-size: 30px;
        line-height: 34px; }
        .index section.leaderboard article .scores dl dt {
          float: left;
          font-weight: normal;
          padding: 0;
          width: 360px;
          margin: 0 20px 38px 0;
          overflow: hidden;
          position: relative;
          white-space: nowrap; }
        .index section.leaderboard article .scores dl dd {
          margin: 0 0 38px 0;
          padding: 0;
          font-weight: bold;
          font-family: GothamBold, Arial, sans;
          position: relative; }
    .index section.leaderboard article .button {
      width: 390px;
      margin-top: 130px; }
  .index section.leaderboard.completed article {
    background-position: 110px -80px; }
  .index section.leaderboard.completed h2 {
    font-size: 57px;
    width: 1300px; }
  .index section.leaderboard.completed .scores {
    margin: 100px auto 0 auto; }
    .index section.leaderboard.completed .scores dl dt.highlighted,
    .index section.leaderboard.completed .scores dl dd.highlighted {
      color: white; }
    .index section.leaderboard.completed .scores dl dt.highlighted:after,
    .index section.leaderboard.completed .scores dl dd.highlighted:after {
      background: #f73c10;
      position: absolute;
      width: 100%;
      height: 120%;
      content: "";
      top: 0px;
      left: -25px;
      z-index: -1;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
  .index section.leaderboard.completed h3 {
    font-size: 35px;
    width: 1220px;
    text-align: center;
    margin: 80px auto; }
    .index section.leaderboard.completed h3 em {
      font-family: GothamBold, Arial, sans;
      color: #03b6ff;
      font-style: normal;
      font-weight: bold; }

.setup article {
  border: 1px dotted #a8a8a8; }
  .setup article h1:before, .setup article h1:after {
    position: absolute;
    width: 135px;
    height: 22px;
    top: 36px;
    content: ""; }
  .setup article h1:before {
    background: url(../img/double_line.svg) no-repeat;
    left: -168px; }
  .setup article h1:after {
    background: url(../img/double_line.svg) no-repeat;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: -168px; }
  .setup article h1.block {
    border: 10px solid #03b6ff;
    background: url(../img/bkg/bkg-hatch.png) #099edb;
    padding: 20px 0 10px 0;
    width: 700px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25); }
    .setup article h1.block strong {
      margin-left: 160px; }
  .setup article h3 {
    font-size: 13px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 500;
    font-style: italic;
    width: 385px;
    margin: auto;
    position: relative;
    text-align: center; }
    .setup article h3:before, .setup article h3:after {
      position: absolute;
      width: 200px;
      height: 2px;
      top: 8px;
      content: "";
      background: white;
      opacity: 0.2; }
    .setup article h3:before {
      left: -220px; }
    .setup article h3:after {
      right: -220px; }
  .setup article fieldset {
    width: 715px;
    border: none;
    margin: 60px auto 20px auto; }
    .setup article fieldset input {
      width: 330px;
      height: 50px;
      border: none;
      font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
      font-weight: 400;
      font-size: 28px;
      text-transform: uppercase;
      padding: 0px 10px;
      margin: 0px 10px 20px 0px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .setup article fieldset input.email {
        width: 695px; }
  .setup article ul {
    width: 1024px; }
.setup .pump {
  background: url(../img/parts/instructions_pump.png) no-repeat;
  width: 175px;
  height: 116px;
  background-size: contain;
  margin: auto;
  position: absolute;
  z-index: 100;
  left: 1130px; }
.setup .buttons {
  margin-top: 510px; }
  .setup .buttons .button {
    display: inline-block; }
    .setup .buttons .button.is-incomplete {
      opacity: 0.5; }
    .setup .buttons .button.back {
      margin-left: 320px;
      margin-right: 30px; }
      .setup .buttons .button.back:after {
        border: none; }
    .setup .buttons .button.done:before {
      border: none; }

.instructions article {
  border: 1px dotted #a8a8a8; }
  .instructions article h1:before, .instructions article h1:after {
    position: absolute;
    width: 135px;
    height: 22px;
    top: 36px;
    content: ""; }
  .instructions article h1:before {
    background: url(../img/double_line.svg) no-repeat;
    left: -168px; }
  .instructions article h1:after {
    background: url(../img/double_line.svg) no-repeat;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: -168px; }
  .instructions article h1.block {
    border: 10px solid #03b6ff;
    background: url(../img/bkg/bkg-hatch.png) #099edb;
    padding: 20px 100px 10px 100px;
    width: 462px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25); }
  .instructions article ul {
    width: 1024px; }
.instructions .pump {
  background: url(../img/parts/instructions_pump.png) no-repeat;
  width: 195px;
  height: 136px;
  background-size: contain;
  margin: 24px auto;
  position: relative; }
  .instructions .pump:before, .instructions .pump:after {
    position: absolute;
    width: 333px;
    height: 2px;
    top: 66px;
    content: "";
    background: white;
    opacity: 0.2; }
  .instructions .pump:before {
    left: -344px; }
  .instructions .pump:after {
    right: -344px; }
.instructions .button {
  margin: 50px auto; }

.systems nav .score {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 78px;
  width: 330px;
  margin: auto;
  color: #099edb; }
  .systems nav .score strong {
    text-transform: uppercase;
    font-size: 18px; }
.systems nav h3 {
  width: 330px;
  margin: 20px auto;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center; }
.systems nav .points {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 96px;
  width: 330px;
  margin: 0 auto 50px auto;
  color: #099edb; }
  .systems nav .points strong {
    text-transform: uppercase;
    font-size: 28px;
    display: block; }
.systems nav p {
  margin: 50px auto;
  width: 340px;
  font-size: 20px;
  text-transform: uppercase;
  color: black; }
.systems nav .button {
  margin-top: 50px; }
.systems article {
  background: url(../img/bkg/arrow_outline.svg) no-repeat 14px 132px;
  background-size: 107%;
  background-origin: border-box;
  height: 960px; }
  .systems article h1 {
    width: 1100px; }
  .systems article h2 {
    padding-left: 401px;
    text-align: left; }
  .systems article ul {
    margin: 50px 0px 0px -3px; }
    .systems article ul li {
      float: left;
      margin: 0 30px 30px 0;
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25); }
      .systems article ul li.is-complete a {
        border: 10px solid #099edb; }
        .systems article ul li.is-complete a .label {
          display: none; }
        .systems article ul li.is-complete a .points {
          color: white;
          position: absolute;
          z-index: 1000;
          font-size: 65px;
          margin-top: 70px;
          width: 100%;
          text-align: center;
          text-transform: uppercase;
          font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
          font-weight: 300; }
          .systems article ul li.is-complete a .points .score {
            font-size: 40px;
            display: block;
            margin-bottom: 20px; }
          .systems article ul li.is-complete a .points .tag {
            font-size: 22px;
            display: block;
            font-family: 'Ultra', 'Times New Roman', serif;
            margin-top: 40px; }
        .systems article ul li.is-complete a .color-overlay {
          background: #099edb; }
      .systems article ul li.lube-oil a {
        background: url(../img/diagrams/btn-lube_oil.png) no-repeat; }
      .systems article ul li.water-injection a {
        background: url(../img/diagrams/btn-water_injection.png) no-repeat; }
      .systems article ul li.fuel-injection a {
        background: url(../img/diagrams/btn-fuel_injection.png) no-repeat; }
      .systems article ul li.fuel-forwarding a {
        background: url(../img/diagrams/btn-fuel_forwarding.png) no-repeat; }
      .systems article ul li a {
        background: url(../img/system_placeholder.jpg) no-repeat;
        width: 509px;
        height: 329px;
        border: 10px solid white;
        display: block;
        text-decoration: none;
        position: relative; }
        .systems article ul li a .label {
          position: absolute;
          width: 509px;
          height: 329px;
          top: 0px;
          left: 0px;
          z-index: 100; }
          .systems article ul li a .label span.name {
            font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
            font-weight: 300;
            font-size: 41px;
            display: block;
            margin: 140px auto 10px auto;
            text-align: center;
            color: white;
            text-transform: uppercase; }
          .systems article ul li a .label span.order {
            background: url(../img/round_button.svg) no-repeat 7px 7px;
            background-size: 91%;
            position: absolute;
            display: block;
            padding: 0;
            top: 36px;
            left: 214px;
            height: 100px;
            width: 100px;
            text-align: center;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
            filter: dropshadow(color=#0076a5, offx=1, offy=1); }
            .systems article ul li a .label span.order:before {
              position: absolute;
              background: url(../img/dashed_circle.svg) no-repeat;
              width: 100px;
              height: 100px;
              top: 0px;
              left: 0px;
              content: ""; }
            .systems article ul li a .label span.order strong {
              font-family: 'Ultra', 'Times New Roman', serif;
              color: white;
              font-weight: bold;
              font-size: 53px;
              margin: 15px 0px;
              display: block; }
              .systems article ul li a .label span.order strong sup {
                font-size: 25px; }
        .systems article ul li a span.pattern, .systems article ul li a span.color-overlay {
          display: block;
          position: absolute;
          width: 509px;
          height: 329px;
          top: 0px;
          left: 0px; }
        .systems article ul li a span.pattern {
          background: url(../img/bkg/bkg-hatch.png);
          z-index: 90; }
        .systems article ul li a span.color-overlay {
          background: #6e6e6e;
          opacity: 0.68;
          z-index: 80; }

.system nav ul li.pumps span.step {
  background: url(../img/round_button_blue.svg) no-repeat; }
.system nav ul li.pumps .label {
  color: #03b6ff; }
.system nav ul li.motors span.step {
  background: url(../img/round_button_green.svg) no-repeat; }
.system nav ul li.motors .label {
  color: #158206; }
.system nav ul li.other span.step {
  background: url(../img/round_button_red.svg) no-repeat; }
.system nav ul li.other .label {
  color: #c80007;
  font-size: 33px; }
.system nav ul li.unselected {
  opacity: 0.5; }
.system nav .num-correct {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 78px;
  width: 330px;
  margin: auto;
  color: #099edb; }
  .system nav .num-correct strong {
    text-transform: uppercase;
    font-size: 18px; }
.system nav h3 {
  width: 330px;
  margin: 20px auto;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center; }
.system nav .points {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 96px;
  width: 330px;
  margin: 0 auto 50px auto;
  color: #099edb; }
  .system nav .points strong {
    text-transform: uppercase;
    font-size: 28px;
    display: block; }
.system nav p {
  margin: 50px auto;
  width: 340px;
  font-size: 20px;
  text-transform: uppercase; }
.system nav .button {
  margin-top: 50px; }
  .system nav .button.complete {
    opacity: 1; }
  .system nav .button.not-complete {
    opacity: 0.5; }
.system nav .instructions h3 {
  text-align: left;
  font-size: 19px;
  margin: 0 0 20px 70px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 400;
  font-weight: bold; }
  .system nav .instructions h3.error {
    color: #c80007; }
.system nav .instructions p {
  font-size: 15px;
  text-transform: normal;
  margin: 20px 70px 50px 70px;
  width: auto;
  height: 72px; }
.system article {
  background: url(../img/blueprint_border.svg) no-repeat;
  margin-top: 90px; }
  .system article h1 {
    text-align: right;
    margin-top: -110px; }
  .system article .improvements {
    width: 1320px;
    height: 860px;
    margin: 42px 0px;
    position: relative; }
    .system article .improvements.pump-unselected .improvement.motor {
      opacity: 0.5; }
    .system article .improvements.motor-unselected .improvement.component {
      opacity: 0.5; }
    .system article .improvements.lube-oil {
      background: url(../img/diagrams/diag-lube_oil.svg) no-repeat 160px 102px;
      background-size: 80%; }
      .system article .improvements.lube-oil .instruct {
        top: 370px;
        left: 470px; }
    .system article .improvements.water-injection {
      background: url(../img/diagrams/diag-water_injection.svg) no-repeat 175px 120px;
      background-size: 80%; }
      .system article .improvements.water-injection .instruct {
        top: 620px;
        left: 190px; }
    .system article .improvements.fuel-forwarding {
      background: url(../img/diagrams/diag-fuel_forwarding.svg) no-repeat 160px 120px;
      background-size: 80%; }
      .system article .improvements.fuel-forwarding .instruct {
        top: 40px;
        left: 360px; }
    .system article .improvements.fuel-injection {
      background: url(../img/diagrams/diag-fuel_injection.svg) no-repeat 160px 120px;
      background-size: 80%; }
      .system article .improvements.fuel-injection .instruct {
        top: 50px;
        left: 100px; }
    .system article .improvements .instruct {
      background: url(../img/arrow_hightlight.svg) no-repeat;
      background-size: contain;
      position: absolute;
      padding: 0;
      margin: auto;
      width: 470px;
      height: 68px; }
      .system article .improvements .instruct span {
        color: white;
        padding: 0 50px;
        display: block;
        font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 22px;
        text-transform: lowercase;
        text-align: center;
        margin-top: -34px;
        top: 50%;
        position: absolute;
        height: 68px;
        margin-left: auto;
        margin-right: auto;
        width: 370px; }
    .system article .improvements .improvement {
      position: absolute;
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .system article .improvements .improvement.P01 span {
        background-image: url(../img/parts/centrifugal_pump.png); }
      .system article .improvements .improvement.P02 span {
        background-image: url(../img/parts/positive_displacement.png); }
      .system article .improvements .improvement.M01 span {
        background-image: url(../img/parts/syncronous_motor.png); }
      .system article .improvements .improvement.M02 span {
        background-image: url(../img/parts/variable_motor.png); }
      .system article .improvements .improvement.C01 span {
        background-image: url(../img/parts/back_pressure_regulator.png); }
      .system article .improvements .improvement.C02 span {
        background-image: url(../img/parts/control_box.png); }
      .system article .improvements .improvement.C03 span {
        background-image: url(../img/parts/duplex_filter.png); }
      .system article .improvements .improvement.C04 span {
        background-image: url(../img/parts/immersion_heater.png); }
      .system article .improvements .improvement.C05 span {
        background-image: url(../img/parts/pressure_gage.png); }
      .system article .improvements .improvement.C06 span {
        background-image: url(../img/parts/relief_valve.png); }
      .system article .improvements .improvement.C07 span {
        background-image: url(../img/parts/simplex_filter.png); }
      .system article .improvements .improvement.C08 span {
        background-image: url(../img/parts/strainer.png); }
      .system article .improvements .improvement.C09 span {
        background-image: url(../img/parts/temp_gage.png); }
      .system article .improvements .improvement.C10 span, .system article .improvements .improvement.C11 span {
        background-image: url(../img/parts/valve_vent.png); }
      .system article .improvements .improvement.C12 span {
        background-image: url(../img/parts/pressure_switch.png); }
      .system article .improvements .improvement.C13 span {
        background-image: url(../img/parts/turbine.png); }
      .system article .improvements .improvement span {
        position: absolute;
        top: 50%;
        left: 50%;
        text-indent: 0;
        font-size: 52px;
        text-align: center;
        display: block;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        line-height: 80px;
        z-index: 1;
        font-family: 'Ultra', 'Times New Roman', serif;
        background-repeat: no-repeat;
        -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
        -ms-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
        -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
        -o-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); }
      .system article .improvements .improvement.part-is-selected span {
        text-indent: -5000px;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
        -webkit-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        -ms-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        -moz-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        -o-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25)); }
      .system article .improvements .improvement.motor {
        border: 5px solid #51ba2d;
        background: url(../img/bkg/bkg-hatch.png) #158206; }
      .system article .improvements .improvement.pump {
        border: 5px solid #03b6ff;
        background: url(../img/bkg/bkg-hatch.png) #099edb; }
      .system article .improvements .improvement.component {
        border: 5px solid #da0014;
        background: url(../img/bkg/bkg-hatch.png) #c80007; }
    .system article .improvements .static-part {
      position: absolute;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .system article .improvements .static-part.P01 span {
        background-image: url(../img/parts/centrifugal_pump.png); }
      .system article .improvements .static-part.P02 span {
        background-image: url(../img/parts/positive_displacement.png); }
      .system article .improvements .static-part.M01 span {
        background-image: url(../img/parts/syncronous_motor.png); }
      .system article .improvements .static-part.M02 span {
        background-image: url(../img/parts/variable_motor.png); }
      .system article .improvements .static-part.C01 span {
        background-image: url(../img/parts/back_pressure_regulator.png); }
      .system article .improvements .static-part.C02 span {
        background-image: url(../img/parts/control_box.png); }
      .system article .improvements .static-part.C03 span {
        background-image: url(../img/parts/duplex_filter.png); }
      .system article .improvements .static-part.C04 span {
        background-image: url(../img/parts/immersion_heater.png); }
      .system article .improvements .static-part.C05 span {
        background-image: url(../img/parts/pressure_gage.png); }
      .system article .improvements .static-part.C06 span {
        background-image: url(../img/parts/relief_valve.png); }
      .system article .improvements .static-part.C07 span {
        background-image: url(../img/parts/simplex_filter.png); }
      .system article .improvements .static-part.C08 span {
        background-image: url(../img/parts/strainer.png); }
      .system article .improvements .static-part.C09 span {
        background-image: url(../img/parts/temp_gage.png); }
      .system article .improvements .static-part.C10 span, .system article .improvements .static-part.C11 span {
        background-image: url(../img/parts/valve_vent.png); }
      .system article .improvements .static-part.C12 span {
        background-image: url(../img/parts/pressure_switch.png); }
      .system article .improvements .static-part.C13 span {
        background-image: url(../img/parts/turbine.png); }
      .system article .improvements .static-part span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        -webkit-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        -ms-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        -moz-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        -o-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25)); }
  .system article .improvement-overlay {
    position: absolute;
    display: none;
    margin: -8px 0 0 0;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -ms-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -moz-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -o-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    pointer-events: none;
    opacity: 0;
    z-index: 1000; }
    .system article .improvement-overlay.pump {
      background: url(../img/selectors/selector_blue.svg) no-repeat; }
      .system article .improvement-overlay.pump .part-type {
        background: url(../img/parts/centrifugal_pump.png) no-repeat center center;
        background-size: contain; }
        .system article .improvement-overlay.pump .part-type.P01 {
          background-image: url(../img/parts/centrifugal_pump.png); }
        .system article .improvement-overlay.pump .part-type.P02 {
          background-image: url(../img/parts/positive_displacement.png); }
      .system article .improvement-overlay.pump .done {
        background: url(../img/round_button_blue.svg) no-repeat; }
      .system article .improvement-overlay.pump .part-list .part.selected a {
        color: #099edb;
        padding: 6px 8px;
        border: 1px dotted #099edb; }
    .system article .improvement-overlay.motor {
      background: url(../img/selectors/selector_green.svg) no-repeat; }
      .system article .improvement-overlay.motor .part-type {
        background: url(../img/parts/syncronous_motor.png) no-repeat center center;
        background-size: contain; }
        .system article .improvement-overlay.motor .part-type.M01 {
          background-image: url(../img/parts/syncronous_motor.png); }
        .system article .improvement-overlay.motor .part-type.M02 {
          background-image: url(../img/parts/variable_motor.png); }
      .system article .improvement-overlay.motor .done {
        background: url(../img/round_button_green.svg) no-repeat; }
      .system article .improvement-overlay.motor .part-list .part.selected a {
        color: #51ba2d;
        padding: 6px 8px;
        border: 1px dotted #51ba2d; }
    .system article .improvement-overlay.component {
      background: url(../img/selectors/selector_red.svg) no-repeat; }
      .system article .improvement-overlay.component .part-type {
        background: url(../img/parts/valve_vent.png) no-repeat center center;
        background-size: contain; }
        .system article .improvement-overlay.component .part-type.C01 {
          background-image: url(../img/parts/back_pressure_regulator.png); }
        .system article .improvement-overlay.component .part-type.C02 {
          background-image: url(../img/parts/control_box.png); }
        .system article .improvement-overlay.component .part-type.C03 {
          background-image: url(../img/parts/duplex_filter.png); }
        .system article .improvement-overlay.component .part-type.C04 {
          background-image: url(../img/parts/immersion_heater.png); }
        .system article .improvement-overlay.component .part-type.C05 {
          background-image: url(../img/parts/pressure_gage.png); }
        .system article .improvement-overlay.component .part-type.C06 {
          background-image: url(../img/parts/relief_valve.png); }
        .system article .improvement-overlay.component .part-type.C07 {
          background-image: url(../img/parts/simplex_filter.png); }
        .system article .improvement-overlay.component .part-type.C08 {
          background-image: url(../img/parts/strainer.png); }
        .system article .improvement-overlay.component .part-type.C09 {
          background-image: url(../img/parts/temp_gage.png); }
        .system article .improvement-overlay.component .part-type.C10 {
          background-image: url(../img/parts/valve_vent.png); }
        .system article .improvement-overlay.component .part-type.C11 {
          background-image: url(../img/parts/valve_vent.png); }
        .system article .improvement-overlay.component .part-type.C12 {
          background-image: url(../img/parts/pressure_switch.png); }
      .system article .improvement-overlay.component .done {
        background: url(../img/round_button_red.svg) no-repeat; }
      .system article .improvement-overlay.component .part-list {
        width: 400px;
        margin: auto;
        -webkit-column-count: 2;
        -ms-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2; }
        .system article .improvement-overlay.component .part-list .part {
          width: 50%;
          position: inherit; }
          .system article .improvement-overlay.component .part-list .part a {
            font-size: 15px;
            padding: 4px 6px;
            width: 178px; }
          .system article .improvement-overlay.component .part-list .part.selected a {
            padding: 3px 5px;
            color: #da0014;
            border: 1px dotted #da0014; }
    .system article .improvement-overlay.show {
      display: block;
      opacity: 1;
      pointer-events: auto; }
    .system article .improvement-overlay h2 {
      font-style: normal;
      font-weight: bold;
      font-size: 25px;
      margin: 0px auto; }
    .system article .improvement-overlay hr {
      margin: 10px auto;
      padding: 0;
      height: 2px;
      background: white;
      opacity: 0.5;
      border: none;
      width: 270px; }
    .system article .improvement-overlay .part-type {
      height: 210px;
      width: 260px;
      margin: auto; }
    .system article .improvement-overlay .part-list {
      text-align: center;
      width: 563px;
      margin: 0;
      padding: 0; }
      .system article .improvement-overlay .part-list .part a {
        color: white;
        display: block;
        width: 300px;
        padding: 8px;
        margin: auto;
        text-decoration: none;
        font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
        font-weight: 500;
        font-size: 30px; }
      .system article .improvement-overlay .part-list .part.selected a {
        background: white;
        padding: 6px; }
    .system article .improvement-overlay .done {
      position: absolute;
      top: 480px;
      left: 245px;
      height: 75px;
      width: 75px;
      overflow: hidden;
      text-decoration: none;
      z-index: 1001; }
      .system article .improvement-overlay .done strong {
        font-family: 'Ultra', 'Times New Roman', serif;
        color: white;
        font-weight: bold;
        font-size: 16px;
        display: block;
        padding: 24px 0px 0px 0px;
        text-align: center;
        margin-left: -4px; }
    .system article .improvement-overlay .select-item {
      font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
      font-weight: 300;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      width: 75px;
      position: absolute;
      top: 553px;
      left: 242px;
      color: #797979; }
      .system article .improvement-overlay .select-item strong {
        font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
        font-weight: 700; }
  .system article .improvement-answer-overlay {
    position: absolute;
    background: white;
    color: black;
    display: none;
    z-index: 900;
    -webkit-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -ms-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -moz-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -o-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.25));
    -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    pointer-events: none;
    opacity: 0; }
    .system article .improvement-answer-overlay.show {
      display: block;
      pointer-events: auto;
      opacity: 1; }
    .system article .improvement-answer-overlay.no-arrow:before {
      border: none; }
    .system article .improvement-answer-overlay:before {
      content: "";
      width: 0;
      position: absolute;
      top: -21px;
      border-bottom: 22px solid white;
      border-left: 34px solid transparent;
      border-right: 34px solid transparent;
      left: 22px; }
    .system article .improvement-answer-overlay h2 {
      font-family: 'Ultra', 'Times New Roman', serif;
      font-size: 29px;
      font-style: normal;
      text-align: left;
      margin: 10px 0 4px 10px; }
    .system article .improvement-answer-overlay h3 {
      font-size: 16px;
      margin: 0px 0px 4px 10px;
      text-transform: uppercase; }
    .system article .improvement-answer-overlay h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      margin: 10px 0 0 10px;
      color: #099edb; }
    .system article .improvement-answer-overlay p {
      font-weight: bold;
      font-size: 16px;
      margin: 10px; }
    .system article .improvement-answer-overlay hr {
      height: 0px;
      margin: 0px 10px;
      border-left: none;
      border-right: none;
      border-top: 1px solid #6e6e6e;
      border-bottom: 1px solid #a8a8a8; }

.is-submitted .improvements .improvement.is-incorrect.pump, .is-submitted .improvements .improvement.is-incorrect.motor, .is-submitted .improvements .improvement.is-incorrect.component, .is-submitted .improvements .improvement.is-corrected.pump, .is-submitted .improvements .improvement.is-corrected.motor, .is-submitted .improvements .improvement.is-corrected.component {
  border: 5px solid yellow;
  background: url(../img/bkg/bkg-hatch.png) #fff500; }
.is-submitted .improvements .improvement.is-incorrect:before {
  content: "X";
  position: absolute;
  z-index: 800;
  font-size: 58px;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 80px;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #c80007;
  font-family: 'Ultra', 'Times New Roman', serif;
  -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); }

.no-csscolumns .improvement-overlay.component .part-list li {
  line-height: 1.5em;
  float: left;
  display: inline;
  width: 50%; }

.admin {
  width: 90%;
  margin: auto; }
  .admin header {
    background: #a8a8a8;
    min-height: 20px;
    padding: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e0e0e0;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }
    .admin header h1 {
      margin: 0;
      padding: 0; }
    .admin header h2 {
      margin: 0;
      padding: 0; }
    .admin header .button {
      height: 34px;
      width: 100px;
      font-size: 14px;
      float: right; }
      .admin header .button:before {
        border-right: 11px solid #099edb;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        left: -11px; }
      .admin header .button:after {
        border-left: 11px solid #099edb;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        right: -11px; }
      .admin header .button span {
        padding: 10px; }

@media screen and (max-width: 64.0625em) {
  html {
    height: 572px; }

  body {
    -webkit-transform: scale(0.53);
    -ms-transform: scale(0.53);
    -moz-transform: scale(0.53);
    -o-transform: scale(0.53);
    transform: scale(0.53);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top; }

  .ember-application {
    width: 1920px;
    height: 1080px; }

  .systems article h2 {
    padding-left: 386px; }

  button:before,
  .button:before {
    left: -21px; }
  button:after,
  .button:after {
    right: -21px; } }
