.businessType-icon {
  color: #ff9600;
  float: left;
}
.businessType-title {
  overflow: hidden;
  padding-left: 5px;
}
.addBank-checkImage {
  position: relative;
  margin: 1.1rem 0 2rem;
  padding: 0.5rem;
  background: #f5f7fa;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.addBank-checkImage.addBank-routingNumber:before {
  content: '';
  position: absolute;
  left: 0.7rem;
  bottom: 0.5rem;
  width: 28%;
  height: 16%;
  border: 2px solid #0070ba;
  border-radius: 2px;
}
.addBank-checkImage.addBank-accountNumber:before {
  content: '';
  position: absolute;
  left: 8.3rem;
  bottom: 0.5rem;
  width: 30%;
  height: 16%;
  border: 2px solid #0070ba;
  border-radius: 2px;
}
@media screen and (max-width: 375px) {
  .addBank-checkImage.addBank-accountNumber:before {
    left: 7.2rem;
  }
}
@media screen and (max-width: 320px) {
  .addBank-checkImage.addBank-accountNumber:before {
    left: 6.1rem;
  }
}
#bankAccountTypeSelection .Radio--inline {
  display: block;
  line-height: 2.6em;
}
.addBank-skip {
  margin-top: -15px;
  text-align: center;
}
.continue-later {
  margin-top: -15px;
  text-align: center;
}
.contextualMarketingConsentText ul {
  list-style-type: disc;
  margin-top: 0.8rem;
  margin-left: 0.2rem;
  color: #666;
}

