/**
	Color Scheme
	Fonts
*/
body {
  /*font-family: 'Helvetica Neue', Helvetica, Verdana, Geneva, Arial, sans-serif;*/
  font-family: "Helvetica Neue", HelveticaNeue,  Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #efeff4;
  color: #6d6d72;
}

/* Links */
a {
  color: #464646;
  text-decoration: none;
}

a:hover {
  color: #464646;
  text-decoration: underline;
}

/* Text Styles */
h1 {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.bottom-fields .notice {
  font-size: 14px;
}

.footer span {
  font-size: 10px;
}

.mess-sent-box h1 {
  color: #4cd964;
  font-weight: bold;
}

/* Form Elements */
input, textarea, .pre-block .steps-fields li {
  font-family: "Helvetica Neue", HelveticaNeue,  Helvetica, Arial, "Lucida Grande", sans-serif;
}

.home-btn {
  display: inline-block;
  color: #fff;
  background: #2087fc;
}

.home-btn:hover {
  text-decoration: none;
}

.text-field {
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 0;
}

.pre-block .steps-fields li {
  font-size: 14px;
  color: #6d6d72;
}

::-webkit-input-placeholder {
  color: #8e8e93;
}

::-moz-placeholder {
  color: #8e8e93;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #8e8e93;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #8e8e93;
}

.file-field {
  font-size: 14px;
  color: #8e8e93;
}

input[type=submit],
input[type=button] {
  font-size: 16px;
  color: #fff;
  background: #2087fc;
  border: 0;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background: #999;
}

.steps-fields, .screens-fields {
  background: #fff;
}

.steps-fields li:after, .screens-fields li:after {
  content: '';
  display: block;
  height: 1px;
  height: 0.5px;
  margin-left: 20px;
  border-bottom: 1px solid #c8c7cc;
  border-bottom: 0.5px solid #c8c7cc;
}

.steps-fields li:last-child:after, .screens-fields li:last-child:after {
  content: none;
}

.screens-fields.report:after {
  content: '';
  display: block;
  height: 0px;
  margin-left: 20px;
  margin-bottom: 1px;
  border-bottom: 1px solid #c8c7cc;
  border-bottom: 0.5px solid #c8c7cc;
  position: relative;
}

/* Etc. */
.error-field {
  background: #fef5f5;
}

.progressBar {
  color: #fff;
}

.progressBar .container {
  background-color: #b7b6b7;
}

.progressBar .bar {
  background-color: #2087fc;
}

.page-title {
  font-weight: bold;
}

/* iPhone */
@media screen and (max-device-width: 480px) {
  .text-field {
    border: 0;
    font-size: 15px;
  }
  .top-fields, .steps-fields, .screens-fields {
    background: #fff;
  }
  .top-fields li:first-child .text-field, .steps-fields li:first-child .text-field {
    border-top: 1px solid #c8c7cc;
    border-top: 0.5px solid #c8c7cc;
  }
  .top-fields li:last-child .text-field, .steps-fields li:last-child .text-field {
    border-bottom: 1px solid #c8c7cc;
    border-bottom: 0.5px solid #c8c7cc;
  }
  .top-fields li:after {
    background-color: #fff;
  }
  .top-fields li:after, .steps-fields li:after,
  .screens-fields li:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
    margin-left: 20px;
    border-bottom: 1px solid #c8c7cc;
    border-bottom: 0.5px solid #c8c7cc;
    position: relative;
  }
  .top-fields li:last-child:after, .steps-fields li:last-child:after,
  .screens-fields li:last-child:after {
    content: none;
  }
  .screens-fields.report {
    border-bottom: none;
  }
  .screens-fields.report li:after {
    content: none;
  }
  .screens-fields {
    border-bottom: 1px solid #c8c7cc;
    border-bottom: 0.5px solid #c8c7cc;
    border-top: 1px solid #c8c7cc;
    border-top: 0.5px solid #c8c7cc;
  }
  .steps-fields.report {
    border-bottom: 1px solid #c8c7cc;
    border-bottom: 0.5px solid #c8c7cc;
  }
  h1 {
    font-size: 14px;
  }
  .middle-fields h1:after {
    display: none;
  }
  input[type=submit],
  input[type=button] {
    border: 0;
    font-size: 16px;
    color: #fff;
    background: #007aff;
  }
  .home-btn {
    border: 0;
    font-size: 16px;
    color: #fff;
    background: #007aff;
    opacity: 0.6;
  }
  .mess-sent-box h1 {
    font-weight: normal;
  }
  .mess-sent-box .results-container {
    background: #fff;
    border-top: 1px solid #c8c7cc;
    border-top: 0.5px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    border-bottom: 0.5px solid #c8c7cc;
  }
  .mess-sent-box .results-container span:first-child {
    color: #000;
    font-weight: normal;
  }
  .mess-sent-box .results-container li:after {
    margin-left: 20px;
    border-bottom: 1px solid #c8c7cc;
    border-bottom: 0.5px solid #c8c7cc;
  }
  .mess-sent-box .results-container li:last-child:after {
    border: 0;
  }
}
