.what-is-this {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block !important;
  width: 19px;
  height: 19px;
  cursor: help;
  margin-left: 5px;
  float: left;
}
.what-is-this:hover {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.what-is-this:before {
  float: left;
  font-family: LuckyIcons;
  font-size: 19px;
  line-height: 19px;
  content: '\f05a';
  color: #baccc1;
}
.b-transfer-agreement-form fieldset {
  margin: 20px 0;
}
.b-transfer-terms__title {
  display: block;
  margin-bottom: 22px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.b-transfer-signature .input-box input {
  width: calc(100% - 30px);
  display: inline-block;
}
.b-transfer-signature__tooltip-link {
  float: none;
  vertical-align: top;
}
.b-transfer-date__controls select.e-input {
  display: inline-block;
  width: 100px;
}
.b-transfer-date__controls select.month {
  width: 200px;
}
label.required {
  max-width: calc(100% - 12px);
}
@media (min-width: 481px) {
  .b-transfer-signature .input-box {
    width: calc(50% + 30px);
  }
}

