/* Tile Changes */

ul.offerings-list > li[offeringname="IPP Account Form"] .offering-raising, ul.offerings-list > li[offeringname="IPP Account Form"] .type {
  visibility: hidden;
}

/* Offerings Tile */

.landing-page .offering-tile[offeringname='RegBI+IPP only - Priddy Road Investments'] .offering-raising .money {
  color: transparent;
  position: relative;
}
.landing-page .offering-tile[offeringname='RegBI+IPP only - Priddy Road Investments'] .offering-raising .money::after {
  content: '';
  font-size: var(--font-size-large);
  color: var(--color-text-secondary);
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.landing-page .offering-tile[offeringname='RegBI+IPP only - Priddy Road Investments'] .offering-raising .label {
  color: transparent;
  position: relative;
}
.landing-page .offering-tile[offeringname='RegBI+IPP only - Priddy Road Investments'] .offering-raising .label::after {
  content: '';
}

.landing-page .offering-tile[offeringname='RegBI+IPP only - Lick Fork Coal Opportunity Fund, L.P.'] .offering-raising .money {
  color: transparent;
  position: relative;
}
.landing-page .offering-tile[offeringname='RegBI+IPP only - Lick Fork Coal Opportunity Fund, L.P.'] .offering-raising .money::after {
  content: '';
  font-size: var(--font-size-large);
  color: var(--color-text-secondary);
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.landing-page .offering-tile[offeringname='RegBI+IPP only - Lick Fork Coal Opportunity Fund, L.P.'] .offering-raising .label {
  color: transparent;
  position: relative;
}
.landing-page .offering-tile[offeringname='RegBI+IPP only - Lick Fork Coal Opportunity Fund, L.P.'] .offering-raising .label::after {
  content: '';
}

/* IPP Account Tile - GPA RIAs ONLY */
.landing-page .offering-tile[offeringname='IPP Account Form (GPA)'] .offering-brief .details .name:before,
.landing-page .offering-tile[offeringname='IPP Account Form (GPA)'] .offering-description:before {
	content: 'GPA RIAs ONLY - ';
	font-weight: 700;
	color: #000;
}


.custom-html.ipp-form-content br ~ p {
	margin-top: 20px;
	margin-bottom: 0;
}