:not(:defined) {
  display: none;
}

cds-button:not(:defined) {
  display: none;
}

cds-textinput:not(:defined) {
  display: none;
}

cds-select:not(:defined) {
  display: none;
}

cds-tile:not(:defined) {
  display: none;
}

cds-textarea:not(:defined) {
  display: none;
}

.helper {
  font-size: 85%;
}

.divProgress {
  width: 100%;
  height: 3rem;
}

.divButtons {
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
}

.divForm {
  width: 100%;
  padding: 1rem;
  padding-top: 0;
}

.divDates {
  display: table;
}

.divRow {
  display: table-row;
}

.divCell {
  display: table-cell;
  padding-right: 12px;
}

.invisible {
  display: none;
}

cds-progress-step {
  min-width: 15rem;
}

.banner {
  background: url('../img/ISV_Enablement_Request_Lead_Space_Graphic_v3.jpg') no-repeat right;
  background-size: cover;
  max-height: 500px;
}