.nav img.pull-left {
  margin: 0 14px 0 0;
}
@media (max-width: 991px) {
  .nav img.pull-left {
    display: none;
    visibility: hidden;
  }
}

#progress-bar h4 {
  font-size: 18px;
  line-height: 1.1;
}

.alert img,
.file-icon {
  top: -3px;
  position: relative;
}
.alert img { margin-right: 5px; }

.payment-logos {
  margin: 1px 10px 0;
}

.check-progress {
  margin: 0 0 40px 0;
  border: 2px solid #f4960e;
}
.check-progress > li {
  text-align: left;
  border-radius: 0;
  position: relative;
}
.check-progress > li {
  padding: 12px 14px;
  color: #000;
}
.check-progress > li:hover {
  background-color: #f8f8f8;
}
.check-progress > li:hover:after {
  border-left-color: #f8f8f8;
}
.check-progress > li.active,
.check-progress > li.active:hover,
.check-progress > li.active:focus {
  background-color: #f4960e;
  color: #fff;
}

@media (max-width: 767px) {
  .check-progress > li:last-child {
    border-top: 2px solid #f4960e;
  }
}

@media (min-width: 768px) {
  .check-progress > li {
    padding: 15px 20px 16px 42px;
  }
  .check-progress > li:first-child {
    padding-left: 15px;
  }
  .check-progress > li:after,
  .check-progress > li:before {
    left: 100%;
    top: 50%;
    border: solid rgba(255, 255, 255, 0);
    border-top: 0 dotted;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 10;
  }
  .check-progress > li:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 34px 25px;
    margin-top: -34px;
  }
  .check-progress > li.active:after {
    border-left-color: #f4960e;
  }
  .check-progress > li:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f4960e;
    border-width: 36px 27px;
    margin-top: -36px;
  }
  .check-progress > li:last-child:after,
  .check-progress > li:last-child:before {
    border: none;
  }
}

.ie8 .check-progress > li,
.check-progress > li:not(.active),
.check-progress > li:not(.active):before,
.check-progress > li:not(.active):after {
  cursor: pointer;
}

.check-progress > li {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.alert > .help-block {
  color: #fff;
}
@media (min-width: 768px) {
  form .row > .col-sm-5.alert-warning.alert-inline {
    margin-top: 28px;
  }
}

.row-content a { text-decoration: underline; }
.lead p { margin-bottom: 8px; }

form .about-id {
  margin: 0;
  position: absolute;
  right: 25px;
  top: 36px;
}
form input.form-control.id {
  padding-right: 38px;
}

.checkout-buttons .btn {
  height: 44px;
  font-weight: 400;
  padding: 0 20px;
}
.checkout-buttons span {
  color: #666;
  padding: 15px;
}

.alert .label {
  font-size: 16px;
  margin-right: 5px;
}

.top-section {
  font-size: 110%;
}

.search-criteria dt,
.search-criteria dd {
  margin-bottom: 3px;
}
.search-criteria dt {
  text-align: left;
  width: 120px;
}
.search-criteria dd { margin-left: 120px; }

.database-checks .table > tbody > tr > td {
  height: 12px;
  padding: 6px 12px 4px 6px;
  width: 50%;
}
.database-checks .glyphicon {
  top: 2px;
  margin-right: 3px;
  font-size: 17px;
}

.panel { margin-bottom: 5px; }
.mr-5 { margin-right: 5px; }

.address-group {
  margin-bottom: 10px;
}

/* Stripe payment styling below */
#payment-element {
  margin-bottom: 4px;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

.g-recaptcha {
  margin-bottom: 5px;
}

.checkbox {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}

.search-results h2,
.search-results h3 {
  color: #2e5ea1;
}

.check-feedback h1 {
  text-align: center;
  color: #2e5ea1;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left:20px;
  padding-right:20px;
}

.check-feedback div.check-rating {
  text-align: center;
}

.check-feedback div.check-rating img {
  margin-right: 5px;
}

.validimei {
  margin-left: 10px;
  margin-right: 5px;
}

