.contact-finder-form span.fieldset__label.fieldset__label--group {
  display: none;
}.contact-finder-form .fieldset__wrapper.fieldset__wrapper--group {
  border: none !important;
}

.contact-finder-form .product-select input[type="radio"] {
  display: none;
}
.contact-finder-form .product-select label {
  display: inline-block;
  width: 100px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  background: #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.contact-finder-form .product-select input[type="radio"]:checked + label {
  background: #007bff;
  color: white;
}

.contact-finder-form .form-type-boolean.js-form-item.form-item.js-form-type-radio.form-item-products.js-form-item-products {
  width: 25%;
  float: left;
}

.contact-finder-form div#edit-products {
  width: 100%;
  float: left;
}

.contact-finder-form label.form-item__label.option {
  font-size: 18px;
  width: 90%;
  display: inline-block;
}
.contact-finder-form .form-boolean-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.contact-finder-form .form-type-boolean {
  width: 100%;
  margin: 0 30px 0 0px;
}

.contact-finder-form .form-type-boolean.js-form-item.form-item.js-form-item-solutions {
  width: 100%;
  margin: 0 30px 0 0px;
}


.contact-finder-form label.form-item__label.option {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  display: inline-block;
  height: 115px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dedede66;
  box-shadow: 1px 1px 3px #d1d1d1;
}

.contact-finder-form .contact-finder-results .contact-finder-head p {
  font-size: 25px;
  font-weight: 700;
}

.point-of-contact-details-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.point-of-contact-details-info-user-icon img {
  width: 70px;
  height: 70px;
}

.point-of-contact-details-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  font-size: 11px;
  line-height: 15px;
}

.point-of-contact-details-info-user-name {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 5px;
  line-height: 20px;
}
.contact-finder-results .contact-finder-head p {
  font-size: 25px;
  font-weight: 700;
}

h1.page-title {
  display: none;
}

.contact-finder-results .point-of-contact-details,
.contact-finder-results .documents-info {
  display: flex;
}
