.form-group .input-group .input-group-prepend .input-group-text {
  background: none;
  color: #0084FF;
  border-right: none;
  padding-right: 2px;
}
.form-group .input-group .form-control {
  border-left: none;
}
.form-control,
.btn {
  font-weight: 300;
  padding: 0.8rem 0.75rem;
  height: auto;
}
.btn {
  padding: 0.8rem 2rem;
  width: 100%;
}
select.form-control {
  height: 50px;
  text-indent: 6px;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
  }
  .btn.btn-block {
    width: 100%;
  }
}
ul.sections {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.sections li.section {
  margin-bottom: 4rem;
}
.section {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.05);
  margin-bottom: 1rem;
  padding: 1rem;
}
.section header {
  border-bottom: 1px solid #CED4D9;
  text-align: center;
  margin: -1rem -1rem 0.5rem -1rem;
  padding: 1rem;
}
.section header h1,
.section header p {
  margin: 0;
}
.section header h1 {
  color: #0084FF;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.section header .logo {
  max-width: 180px;
  max-height: 120px;
  margin-bottom: 1rem;
}
.section header p {
  color: #566975;
}
.valuation-footer {
  border-top: 1px solid #CED4D9;
  margin: 1rem -1rem -1rem -1rem;
  padding: 1rem;
  text-align: center;
}
@media (min-height: 576px) {
  .section {
    padding: 2rem;
  }
  .section header {
    margin: -2rem -2rem 2rem -2rem;
    padding: 2rem;
  }
  .section .valuation-stats {
    border-bottom: 1px solid #CED4D9;
    margin: -2rem -2rem 2rem -2rem;
    padding: 2rem;
  }
  .section .valuation-footer {
    margin: 2rem -2rem -2rem -2rem;
    padding: 2rem;
  }
}
@media (min-height: 768px) {
  .section {
    margin-bottom: 0;
    padding: 2.2rem;
  }
  .section header {
    margin: -2.2rem -2.2rem 2.2rem -2.2rem;
    padding: 2.2rem;
  }
  .section header h1 {
    font-size: 1.6rem;
  }
  .section header p {
    font-size: 1.05rem;
  }
  .section .valuation-stats {
    border-bottom: 1px solid #CED4D9;
    margin: -2.2rem -2.2rem 2rem -2.2rem;
    padding: 2rem 2.2rem;
  }
  .section .valuation-footer {
    margin: 2.2rem -2.2rem -2.2rem -2.2rem;
    padding: 2.2rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .section header {
    margin: -2.5rem -2.5rem 2.5rem -2.5rem;
    padding: 2.5rem;
  }
  .section header h1 {
    font-size: 1.7rem;
  }
  .section header p {
    font-size: 1.1rem;
  }
  .valuation-stats {
    margin: -2.5rem -2.5rem 2rem -2.5rem;
    padding: 2rem 2.5rem;
  }
  .valuation-footer {
    margin: 2.5rem -2.5rem -2.5rem -2.5rem;
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 3rem;
  }
  .section header {
    margin: -3rem -3rem 3rem -3rem;
    padding: 3rem;
  }
  .section header h1 {
    font-size: 1.8rem;
  }
  .section header p {
    font-size: 1.1rem;
  }
  .section .valuation-stats {
    margin: -3rem -3rem 2rem -3rem;
    padding: 2rem 3rem;
  }
  .section .valuation-footer {
    margin: 3rem -3rem -3rem -3rem;
    padding: 2rem 3rem;
  }
}
.progress-list li.progres-list-item {
  color: #9FAFB7;
  margin-bottom: 1rem;
}
.progress-list li.progres-list-item i {
  margin-right: 0.5rem;
}
.progress-list li.progres-list-item.loading {
  color: #1E313F;
}
.progress-list li.progres-list-item.complete {
  color: #58B730;
}
html,
body {
  height: 100%;
}
body {
  color: #1E313F;
}
@media (max-width: 992px) {
  body {
    padding-top: 15px;
  }
}
.stats p {
  margin: 0;
}
.stats p.stat-title {
  color: #0084FF;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.stats p.stat-figure {
  font-size: 1.5rem;
  font-weight: 500;
}
.stats p.stat-meta {
  color: #566975;
}
.cookie-message {
  box-shadow: none;
  background: black;
  color: white;
  padding: 5px 85px 5px 20px;
  font-size: 0.9rem;
  border: none;
  bottom: 0;
  top: auto;
}
form label.error {
  color: #ce3a45;
  font-size: 0.9rem;
  margin-top: 5px;
  float: left;
  clear: both;
  display: block;
}
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  body {
    background-size: cover;
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=tool.css.map */