html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  color: #303030;
}
* {
  box-sizing: border-box;
}
div, span, label, form, h1, h2, h3, h4 {
  display: block;
  float: left;
}
ul, li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: blue;
}
a:visited {
  color: blue;
}
div::-webkit-scrollbar {
  width: 10px;
  display: none;
}
/* Track */
div::-webkit-scrollbar-track {
  background: #ddd;
}
/* Handle */
div::-webkit-scrollbar-thumb {
  background: #bbb;
}
/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
  border: 0;
}
.hidden {
  display: none;
}
.container {
  height: auto;
  min-height: 100%;
  width: 100%;
  max-width: 800px;
  margin: 0;
  padding: 0 20px 20px 20px;
}
.container.start, .container.complete, .container.support {
  background: #231f20;
}
.logo {
  height: auto;
  width: 100%;
  padding: 40px 20px 0 20px;
  text-align: center;
}
.logo img {
  width: 100%;
  height: auto;
}
.start-form {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.start-form h1 {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.start-form h3 {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.start-form h3.phone {
  margin-top: 16px;
  line-height: 34px;
}
.start-form h3.phone a {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
}
.start-form input[type="text"] {
  display: block;
  float: left;
  clear: both;
  height: 45px;
  width: calc(100% - 80px);
  margin: 0 0 16px 40px;
  padding-left: 12px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: center;
}
.start-form button {
  display: block;
  float: left;
  clear: both;
  width: calc(100% - 80px);
  height: 45px;
  border: 0;
  background: #2764d3;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 40px;
  padding: 0 25px;
  border-radius: 4px;
}
.start-form .find-pvin {
  width: 100%;
  margin: 40px 0 28px 0;
  text-align: center;
  cursor: pointer;
}
.start-form .find-pvin a {
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
}
.checklist-panel, .optional-panel {
  display: none;
  float: left;
  clear: both;
  width: 100%;
}
.checklist-panel.visible, .optional-panel.visible {
  display: block;
}
.checklist-panel h1, .optional-panel h1 {
  width: 100%;
  clear: both;
  margin: 18px 0;
  padding-bottom: 18px;
  text-align: center;
  font-size: 24px;
  color: #202020;
  border-bottom: 1px solid #a2a2a2;
}
.checklist-panel h1 span.sign-number, .optional-panel h1 span.sign-number {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
.checklist-panel h3, .optional-panel h3 {
  width: 100%;
  clear: both;
  margin: 16px 0;
  padding: 0 10px 24px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #202020;
}
.checklist-panel .checklist-panel-row, .optional-panel .checklist-panel-row {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  color: #202020;
}
.checklist-panel .checklist-panel-row.with-upload-button, .optional-panel .checklist-panel-row.with-upload-button {
  margin-bottom: 10px;
}
.checklist-panel .checklist-panel-row.with-upload-button button.next, .optional-panel .checklist-panel-row.with-upload-button button.next {
  width: calc(50% - 7px);
  height: 45px;
  margin: 16px 0 0 0;
  float: right;
  border: 0;
  border-radius: 4px;
  background: #1a9d30;
  color: #fff;
  font-size: 18px;
}
.checklist-panel .checklist-panel-row.with-upload-button button.next:disabled, .optional-panel .checklist-panel-row.with-upload-button button.next:disabled {
  opacity: 0.5;
  color: #202020;
  background: #eee;
}
.checklist-panel .checklist-panel-row.centered, .optional-panel .checklist-panel-row.centered {
  text-align: center;
}
.checklist-panel .checklist-panel-row.half, .optional-panel .checklist-panel-row.half {
  width: calc(50% - 10px);
  clear: none;
}
.checklist-panel .checklist-panel-row.half.last, .optional-panel .checklist-panel-row.half.last {
  margin-left: 20px;
}
.checklist-panel .checklist-panel-row.link, .optional-panel .checklist-panel-row.link {
  text-decoration: underline;
  clear: both;
  cursor: pointer;
  margin-bottom: 15px;
}
.checklist-panel .checklist-panel-row.link a, .checklist-panel .checklist-panel-row.link a:visited, .checklist-panel .checklist-panel-row.link a:hover, .optional-panel .checklist-panel-row.link a, .optional-panel .checklist-panel-row.link a:visited, .optional-panel .checklist-panel-row.link a:hover {
  font-size: 20px;
  color: blue;
}
.checklist-panel .checklist-panel-row.link.smaller-text, .optional-panel .checklist-panel-row.link.smaller-text {
  font-size: 17px;
}
.checklist-panel .checklist-panel-row.hidden, .optional-panel .checklist-panel-row.hidden {
  display: none;
}
.checklist-panel .checklist-panel-row .image-upload-form, .optional-panel .checklist-panel-row .image-upload-form {
  width: 100%;
  height: auto;
  padding: 0;
}
.checklist-panel .checklist-panel-row .image-upload-form .error-message, .optional-panel .checklist-panel-row .image-upload-form .error-message {
  display: none;
  width: 100%;
  height: auto;
  margin: 8px 0;
  text-align: center;
  color: red;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview, .optional-panel .checklist-panel-row .image-upload-form .image-preview {
  display: block;
  float: left;
  clear: both;
  height: auto;
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 0;
  position: relative;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper {
  display: block;
  float: left;
  height: auto;
  width: calc(25% - 9px);
  max-width: calc(25% - 9px);
  margin: 0 12px 12px 0;
  padding: 0;
  position: relative;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper:nth-child(4n+4), .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper:nth-child(4n+4) {
  margin: 0 0 12px 0;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 40px;
  padding: 6px 0 0 0;
  text-align: center;
  background: #fff;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove i, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper .remove i {
  font-size: 20px;
  color: red;
  position: relative;
  top: -5px;
}
.checklist-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper img, .optional-panel .checklist-panel-row .image-upload-form .image-preview .image-wrapper img {
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}
.checklist-panel .checklist-panel-row label, .optional-panel .checklist-panel-row label {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 20px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-row label.centered, .optional-panel .checklist-panel-row label.centered {
  text-align: center;
}
.checklist-panel .checklist-panel-row input[type="text"], .checklist-panel .checklist-panel-row input[type="number"], .checklist-panel .checklist-panel-row input[type="tel"], .optional-panel .checklist-panel-row input[type="text"], .optional-panel .checklist-panel-row input[type="number"], .optional-panel .checklist-panel-row input[type="tel"] {
  display: block;
  float: left;
  clear: none;
  height: 45px;
  width: 100%;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-row input[type="text"].date, .checklist-panel .checklist-panel-row input[type="number"].date, .checklist-panel .checklist-panel-row input[type="tel"].date, .optional-panel .checklist-panel-row input[type="text"].date, .optional-panel .checklist-panel-row input[type="number"].date, .optional-panel .checklist-panel-row input[type="tel"].date {
  width: calc(100% - 50px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checklist-panel .checklist-panel-row input[type="text"].error, .checklist-panel .checklist-panel-row input[type="number"].error, .checklist-panel .checklist-panel-row input[type="tel"].error, .optional-panel .checklist-panel-row input[type="text"].error, .optional-panel .checklist-panel-row input[type="number"].error, .optional-panel .checklist-panel-row input[type="tel"].error {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}
.checklist-panel .checklist-panel-row input[type="text"]::placeholder, .checklist-panel .checklist-panel-row input[type="number"]::placeholder, .checklist-panel .checklist-panel-row input[type="tel"]::placeholder, .optional-panel .checklist-panel-row input[type="text"]::placeholder, .optional-panel .checklist-panel-row input[type="number"]::placeholder, .optional-panel .checklist-panel-row input[type="tel"]::placeholder {
  color: #404040;
}
.checklist-panel .checklist-panel-row input[type="text"]::placeholder:focus, .checklist-panel .checklist-panel-row input[type="number"]::placeholder:focus, .checklist-panel .checklist-panel-row input[type="tel"]::placeholder:focus, .optional-panel .checklist-panel-row input[type="text"]::placeholder:focus, .optional-panel .checklist-panel-row input[type="number"]::placeholder:focus, .optional-panel .checklist-panel-row input[type="tel"]::placeholder:focus {
  color: transparent;
}
.checklist-panel .checklist-panel-row input[type="text"].other-store-brand:focus, .checklist-panel .checklist-panel-row input[type="text"].other-fuel-brand:focus, .checklist-panel .checklist-panel-row input[type="number"].other-store-brand:focus, .checklist-panel .checklist-panel-row input[type="number"].other-fuel-brand:focus, .checklist-panel .checklist-panel-row input[type="tel"].other-store-brand:focus, .checklist-panel .checklist-panel-row input[type="tel"].other-fuel-brand:focus, .optional-panel .checklist-panel-row input[type="text"].other-store-brand:focus, .optional-panel .checklist-panel-row input[type="text"].other-fuel-brand:focus, .optional-panel .checklist-panel-row input[type="number"].other-store-brand:focus, .optional-panel .checklist-panel-row input[type="number"].other-fuel-brand:focus, .optional-panel .checklist-panel-row input[type="tel"].other-store-brand:focus, .optional-panel .checklist-panel-row input[type="tel"].other-fuel-brand:focus {
  border: 2px solid blue !important;
}
.checklist-panel .checklist-panel-row input[type="file"], .optional-panel .checklist-panel-row input[type="file"] {
  display: none;
}
.checklist-panel .checklist-panel-row select, .optional-panel .checklist-panel-row select {
  display: block;
  float: left;
  clear: none;
  height: 45px;
  width: 100%;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-row button.date-button, .optional-panel .checklist-panel-row button.date-button {
  width: 50px;
  height: 45px;
  border: 1px solid #a2a2a2;
  border-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #202020;
  font-size: 18px;
}
.checklist-panel .checklist-panel-row button.upload-photo, .optional-panel .checklist-panel-row button.upload-photo {
  width: calc(50% - 4px);
  height: 45px;
  margin: 16px 0 0 0;
  border: 0;
  border-radius: 4px;
  background: #4c96d9;
  color: #fff;
  font-size: 18px;
}
.checklist-panel .checklist-panel-row button.upload-photo i.fa-spinner, .optional-panel .checklist-panel-row button.upload-photo i.fa-spinner {
  margin-left: 10px;
}
.checklist-panel .checklist-panel-row .checklist-image, .optional-panel .checklist-panel-row .checklist-image {
  display: block;
  float: left;
  clear: both;
  height: auto;
  width: 100%;
  margin: 20px 0 0 0;
}
.checklist-panel .checklist-panel-row .checklist-image img, .optional-panel .checklist-panel-row .checklist-image img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.checklist-panel .checklist-panel-row textarea, .optional-panel .checklist-panel-row textarea {
  display: block;
  float: left;
  clear: none;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 300px;
  resize: 0;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 18px;
  color: #202020;
  text-align: left;
}
.checklist-panel .checklist-panel-controls, .optional-panel .checklist-panel-controls {
  width: 100%;
  height: auto;
  clear: both;
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
}
.checklist-panel .checklist-panel-controls button, .optional-panel .checklist-panel-controls button {
  width: auto;
  min-width: 90px;
  padding: 11px 20px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #202020;
  font-size: 18px;
  margin: 0 5px;
  background: #eee;
}
.checklist-panel .checklist-panel-controls button.selected, .optional-panel .checklist-panel-controls button.selected {
  background: #1a9d30;
  color: #fff;
}
.checklist-panel .checklist-panel-controls button i, .optional-panel .checklist-panel-controls button i {
  margin-right: 7px;
}
#contact-support {
  display: block;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  background: #231f20;
}
#contact-support h3 {
  color: #fff;
  margin-top: 80px;
}
#contact-support .checklist-panel-controls {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}
#contact-support .checklist-panel-controls button.contact-support {
  height: 74px;
  border: 0;
  background: #bd2026;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
#contact-support .checklist-panel-controls button.return-to-checklist {
  height: 74px;
  border: 0;
  background: #2764d3;
  color: #fff;
  font-size: 20px;
}
.spinner {
  display: none;
  height: 100px;
  width: 100%;
  margin-top: 75px;
  text-align: center;
}
.spinner img {
  height: 100px;
}
#progress {
  display: block;
  height: 60px;
  width: 100%;
  max-width: 800px;
  padding-top: 18px;
  position: fixed;
  bottom: 0;
  text-align: center;
  background: #1a9d30;
  font-size: 22px;
  color: #fff;
}
.optional-panel .slidecontainer {
  width: 100%;
  margin: 40px 0;
  padding: 0 10%;
  position: relative;
}
.optional-panel .slidecontainer span {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 18px;
}
.optional-panel .slidecontainer span.heavy {
  text-align: right;
}
.optional-panel .slidecontainer span.output {
  width: 100%;
  text-align: center;
  clear: both;
  margin: 30px 0 15px 0;
  font-size: 22px;
}
.optional-panel .slidecontainer input[type="range"] {
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
}
.optional-panel .slidecontainer input[type="range"]::-webkit-slider-thumb, .optional-panel .slidecontainer input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: red !important;
  cursor: pointer;
  border: bone !important;
}
.checklist-panel#review {
  background: #fff;
  height: auto;
  min-height: 100%;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px;
}
.checklist-panel#review .step-row {
  height: 71px;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 24px 50px 10px 50px;
  border-radius: 4px;
  color: #202020;
  background: #e4e4e4;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-left: 8px solid #1a9d30;
}
.checklist-panel#review .step-row.two-lines {
  padding-top: 7px;
  line-height: 28px;
}
.checklist-panel#review .step-row span.sign-number {
  width: 100%;
  clear: both;
}
.checklist-panel#review .step-row.sub {
  display: none;
}
.checklist-panel#review .step-row.dropdown {
  padding-top: 17px;
}
.checklist-panel#review .step-row.complete {
  background: #1a9d30;
  color: #fff;
  width: 100%;
}
.checklist-panel#review .step-row i.fa-caret-down, .checklist-panel#review .step-row i.fa-caret-up {
  position: relative;
  top: 4px;
  margin-left: 10px;
  color: #202020;
  font-size: 27px;
}
.checklist-panel#review .step-row.rejected {
  color: #721c24;
  background: rgba(248, 215, 218, 0.85);
  border-left: 8px solid #db2536;
}
.checklist-panel#review .step-row.rejected i.fa-caret-down, .checklist-panel#review .step-row.rejected i.fa-caret-up {
  color: #721c24;
}
.installation-checklist {
  display: block;
  height: 100%;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.installation-checklist .checklist-header {
  width: 100%;
  height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
}
.installation-checklist .checklist-header span.close {
  float: right;
}
.installation-checklist p.pvin, .installation-checklist p.address {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.installation-checklist .rejected-url {
  height: 40px;
  width: 100%;
  margin: 5px 0 20px 0;
  font-size: 18px;
}
.installation-checklist .status-message {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 20px 12px;
}
.installation-checklist .status-message.completed {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.installation-checklist .status-message.rejected, .installation-checklist .status-message.unknown {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.installation-checklist .status-message.approved {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.installation-checklist .checklist-items {
  width: 100%;
  height: calc(100% - 220px);
  overflow: auto;
}
.installation-checklist .checklist-items .checklist-item {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.installation-checklist .checklist-items .checklist-item .checklist-question {
  width: 100%;
  margin-bottom: 8px;
  color: #303030;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer {
  width: 100%;
  color: #4c96d9;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer img {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer img.selected {
  padding: 2px;
  border: 2px solid blue;
}
