.sd-block-text {
  line-height: 36px;
  font-weight: 200;
}
.sd-block-text a {
  color: inherit;
  text-decoration: underline;
}
.sd-block-text a:hover {
  text-decoration: underline;
}
.sd-block-text p:last-child {
  margin-bottom: 0;
}
.sd-block-text ol {
  margin-left: 20px;
}
.sd-block-text ul {
  margin-left: 0;
  list-style-type: none;
}
.sd-block-text ul li {
  position: relative;
  padding-left: 20px;
}
.sd-block-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .sd-block-text.mobile_hide-yes {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
