body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.quote-form {
  max-width: 750px;
  margin: 0 auto;
  font-size: 14px;
}
.quote-form .nav-bar {
  margin: 0 0 20px 0;
}
.quote-form .nav-bar:after {
  content: '';
  display: table;
  clear: both;
}
.quote-form .nav-bar .nav-button {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  opacity: .4;
}
.quote-form .nav-bar .nav-button.current {
  opacity: 1;
  font-weight: bold;
}
.quote-form .nav-bar .nav-button.completed {
  opacity: 1;
}
.quote-form .nav-bar .nav-button.completed:hover {
  cursor: pointer;
}
.quote-form .nav-bar .nav-button .nav-button-title {
  font-size: 18px;
}
.quote-form .step:after {
  content: '';
  display: table;
  clear: both;
}
.quote-form .step .step-description {
  margin: 0;
  padding: 0;
  font-style: italic;
}
.quote-form .step .input-group {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.quote-form .step .input-group .heading {
  font-size: 24px;
  font-weight: bold;
}
.quote-form .step .input-group .input-wrap {
  margin: 10px;
}
.quote-form .step .input-group .input-wrap .label {
  display: block;
  margin: 0 0 2px 0;
}
.quote-form .step .input-group .input-wrap.valid .label:after {
  font-size: 10px;
  content: '\2713';
  color: green;
  margin-left: 5px;
}
.quote-form .step .input-group .input-wrap.invalid .label:after {
  font-size: 10px;
  content: '\2717';
  color: red;
  margin-left: 5px;
}
.quote-form .step .input-group .input-wrap .input {
  box-sizing: border-box;
  width: 100%;
}
.quote-form .step .input-group .additional-service {
  display: block;
  width: 100%;
  margin: 5px;
}
.quote-form .step .input-group .comments {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}
.quote-form .step .inventory-category-column {
  float: left;
  width: 33%;
  box-sizing: border-box;
}
.quote-form .step .inventory-category-column .inventory-category {
  margin: 20px;
}
.quote-form .step .inventory-category-column .inventory-category tr,
.quote-form .step .inventory-category-column .inventory-category th,
.quote-form .step .inventory-category-column .inventory-category td {
  margin: 0;
  padding: 5px 0;
  vertical-align: top;
}
.quote-form .step .inventory-category-column .inventory-category .item-name {
  width: 100%;
}
.quote-form .step .inventory-category-column .inventory-category .item-name input {
  box-sizing: border-box;
  width: 100%;
}
.quote-form .step .inventory-category-column .inventory-category .item-quantity {
  width: 30px;
}
.quote-form .step .inventory-category-column .inventory-category .item-quantity input {
  box-sizing: border-box;
  width: 30px;
  text-align: center;
}
.quote-form .step-4 {
  padding: 50px 0;
  text-align: center;
}
.quote-form .footer {
  text-align: right;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .quote-form .nav-bar .nav-button {
    width: 50%;
  }
  .quote-form .step .input-group {
    width: 100%;
  }
  .quote-form .step .inventory-category-column {
    width: 100%;
  }
}
#squaresWaveG {
  position: relative;
  width: 124px;
  height: 15px;
  margin: 0 auto;
}
.squaresWaveG {
  position: absolute;
  top: 0;
  background-color: #000000;
  width: 15px;
  height: 15px;
  -moz-animation-name: bounce_squaresWaveG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-animation-name: bounce_squaresWaveG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-animation-name: bounce_squaresWaveG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -o-animation-name: bounce_squaresWaveG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  animation-name: bounce_squaresWaveG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
#squaresWaveG_1 {
  left: 0;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
#squaresWaveG_2 {
  left: 16px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#squaresWaveG_3 {
  left: 32px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
#squaresWaveG_4 {
  left: 48px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
#squaresWaveG_5 {
  left: 64px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
#squaresWaveG_6 {
  left: 80px;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
#squaresWaveG_7 {
  left: 96px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#squaresWaveG_8 {
  left: 112px;
  -moz-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  animation-delay: 1.43s;
}
@-moz-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
