.address-api .full-address,
.address-api .address-options {
  display: none;
}

.address-api.manual-entry .full-address,
.address-api.pick-address .address-options {
  display: block;
}

/* .address-api:not(.postcode-lookup-available) .address-api-lookup {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  pointer-events: none;
  box-shadow: none;
}*/

.vehicle-finder .bf-fields { display: none; }
.vehicle-finder.show-fields .bf-fields { display: block; }

.over-21 + .over-21-message,
.under-21 + * + .under-21-message {
  display: block;
}

.over-21-message {
  background: red;
}

.under-21-message {
  background: #008000;
}

.under-21-message,
.over-21-message {
  font-weight: bold;
  color: #fff;
  max-width: 100%;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  display: none;
  margin-bottom: 30px;
}

.hover-info {
  cursor: pointer;
  position: relative;
}

.hover-info-message {
  background: #333;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  left: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -5px;
  transform: translate(-50%, -100%);
  width: 300px;
  z-index: 9999;
}

.hover-info-message::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  bottom: -5px;
  content: '';
  height: 0;
  left: calc(50% + 1px);
  position: absolute;
  width: 0;
}

.form-heading {
  border-bottom: solid 2px #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: capitalize;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"] + .scw-checkbox {
    background: #fff;
    border-radius: 4px;
    border: 2px solid #c1c1c1;
    display: inline-block;
    float: left;
    height: 27px;
    margin-right: 10px;
    position: relative;
    width: 27px;
}
input[type="checkbox"] + .scw-checkbox:hover::before {
    opacity: .25;
}
input[type="checkbox"] + .scw-checkbox::before {
    color: #5CB85C;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 24px;
}
input[type="checkbox"]:checked + .scw-checkbox::before { opacity: 1; }
input[type="checkbox"] + .scw-checkbox + label {
    line-height: 27px;
}
