/* change bulleted list icon to Becker + */
.c-richtext__content--inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-richtext__content--inner ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
}

.c-richtext__content--inner ul li:last-child {
  margin-bottom: 0;
}

.c-richtext__content--inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
  background-color: var(--Becker-color-Palette-Becker-Gray, #4A4A4A);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.7984 3.93822H8.062C6.8605 3.93822 6.1628 3.12737 6.1628 2.00771V1.15831C6.1628 0.463302 5.6977 0 5 0C4.3023 0 3.8372 0.463302 3.8372 1.15831V2.00771C3.8372 3.12737 3.1395 3.93822 1.938 3.93822H1.2016C0.4651 3.93822 0 4.32432 0 4.98067C0 5.67568 0.4651 6.06178 1.2016 6.06178H1.938C3.1395 6.06178 3.8372 6.87253 3.8372 7.99229V8.80304C3.8372 9.5366 4.3023 10 5 10C5.6977 10 6.1628 9.5366 6.1628 8.80304V7.99229C6.1628 6.87253 6.8605 6.06178 8.062 6.06178H8.7984C9.5349 6.06178 10 5.67568 10 4.98067C10 4.32432 9.5349 3.93822 8.7984 3.93822Z' fill='%234A4A4A'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.7984 3.93822H8.062C6.8605 3.93822 6.1628 3.12737 6.1628 2.00771V1.15831C6.1628 0.463302 5.6977 0 5 0C4.3023 0 3.8372 0.463302 3.8372 1.15831V2.00771C3.8372 3.12737 3.1395 3.93822 1.938 3.93822H1.2016C0.4651 3.93822 0 4.32432 0 4.98067C0 5.67568 0.4651 6.06178 1.2016 6.06178H1.938C3.1395 6.06178 3.8372 6.87253 3.8372 7.99229V8.80304C3.8372 9.5366 4.3023 10 5 10C5.6977 10 6.1628 9.5366 6.1628 8.80304V7.99229C6.1628 6.87253 6.8605 6.06178 8.062 6.06178H8.7984C9.5349 6.06178 10 5.67568 10 4.98067C10 4.32432 9.5349 3.93822 8.7984 3.93822Z' fill='%234A4A4A'/%3E%3C/svg%3E");
}

/* change background color of section to light blue */
.starting-point .c-cta-banner__items.c-bkr-cta-banner__items.p-banner__bg-color--brand-secondary {
	background: #E9F3FA;
}

/* hide extra product info and style remaining info */
.commerce-product--ecom-product-card .field--name-title,
.commerce-product--ecom-product-card .field--name-field-short-description,
.commerce-product--ecom-product-card .field--name-field-super-short-description {
	display: none;
}

.foundations-atc .c-bkr-grid__content {
	padding: 0;
}

.foundations-atc .layout__region--sidebar .c-embedded {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.foundations-atc .add-to-cart-button {
  width: auto;
  display: inline-block;
  padding: .2rem 3.75rem;
}

/* fix the anchor link to offset the sticky header (paired with JS snippet) */
#enroll-now {
  scroll-margin-top: var(--header-offset, 100px);
}