body {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", "Roboto", "Arial", sans-serif; }

h1 {
  font-size: 36pt;
  text-align: center; }

.inner-container {
  width: 100%;
  margin: auto; }

.table {
  width: 99vw;
  font-size: 1.65vw;
    /*
    th, td {
      text-align: left;
      padding: 0.1em 0.1em 0.1em 0.3em;
      margin-left: 1em;

      &:nth-child(1){
        border: none;
      }
    }

    td {
      border-bottom: 1px solid #fff;

      &:nth-child(1) {
        border: 1px solid #fff;
      }

      &:nth-child(2) {
        font-weight: 900;
        text-align: center;
        background-color: #fff;
        color: #000;
        border-top: 1px solid #fff;
      }
    }
    */ }
  .table .rc {
    display: inline-block;
    overflow: hidden;
    margin: 0.5vw 0 0.5vw 0vw;
    padding: 0.25em 0.5em;
    vertical-align: middle; }
  .table .header {
    font-weight: 500;
    letter-spacing: 0.05em; }
    .table .header .rc.count {
      border-left: 1px solid transparent;
      border-bottom: 1px solid transparent; }
    .table .header .rc.force {
      background-color: transparent;
      color: #008CCC; }
  .table .table-row {
    border-bottom: 1px solid #fff; }
    .table .table-row .company.narrow {
      width: 25vw !important; }
  .table .row .count {
    width: 2vw;
    color: #008CCC;
    text-align: right;
    font-weight: 900; }
  .table .row .force {
    width: 6vw;
    text-align: center;
    background-color: #fff;
    color: #000; }
  .table .row .name {
    width: 37vw; }
  .table .row .company {
    width: 42vw; }
  .table .header .rc {
    color: #008CCC;
    font-weight: 900;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }

.banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-weight: 500;
  text-transform: none;
  background-color: #fff;
  padding: 0 20vw; }
  .banner .large-text {
    color: #000;
    font-size: 4vw;
    margin-bottom: 16px;
    margin-top: 16px; }
    .banner .large-text span {
      color: #008CCC; }
  .banner .small-text {
    color: #000;
    font-style: italic;
    margin-left: 24.5vw;
    margin-top: 0; }
  .banner .ipad-image {
    position: absolute;
    right: 20vw;
    top: -64px;
    width: 25vw; }

.form-field {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative; }
  .form-field.input-field {
    border-left: 1px solid #fff; }
    .form-field.input-field:after {
      content: ' ';
      position: absolute;
      width: 32px;
      height: 24px;
      top: 2.25em;
      right: 0%; }
    .form-field.input-field.valid:after {
      background: url("../images/check.png"); }
  .form-field label {
    font-size: 18pt;
    display: block;
    margin-bottom: 0.25em;
    padding-left: 1em;
    color: #008CCC;
    font-weight: 900; }
  .form-field input, .form-field select {
    width: 90%;
    font-size: 18pt;
    padding: 0.25em 0.25em 0.25em 1em;
    box-sizing: border-box;
    background-color: #000;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff; }
    .form-field input:focus, .form-field select:focus {
      outline: none; }
  .form-field input[type=submit] {
    background-color: #008CCC;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.66em;
    width: 100%;
    border: none; }
    .form-field input[type=submit]:focus {
      background-color: #4dc7ff; }
