/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 5, stdin */

.bullet-list-with-background h2 {
  margin-bottom: 24px;
  font-weight: 700;
}

/* line 10, stdin */

.bullet-list-with-background__wrapper {
  border-radius: 10px;
  padding: 30px;
}

/* line 14, stdin */

.bullet-list-with-background__wrapper ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
  position: relative;
}

/* line 20, stdin */

.bullet-list-with-background__wrapper ul li {
  padding-left: 18px;
  margin: 0;
  margin-bottom: 7px;
}

/* line 34, stdin */

.contrast-inverted .bullet-list-with-background__wrapper {
  border: 1px solid #ff0 !important;
  border-bottom: 14px solid #ff0 !important;
}

/* line 41, stdin */

.contrast-inverted .bullet-list-with-background__list li:before {
  background-color: #ff0 !important;
}

/* line 53, stdin */

.contrast-higher .bullet-list-with-background__wrapper {
  border: 1px solid #ffffff !important;
  border-bottom: 14px solid #ffffff !important;
}

/* line 60, stdin */

.contrast-higher .bullet-list-with-background__list li:before {
  background-color: #ffffff !important;
}


/*# sourceMappingURL=bullet-list-with-background.css.map*/