.sd-block-text {
  line-height: 30px;
  font-weight: 200;
}
.sd-block-text.blue {
  color: #0d4b62;
}
.sd-block-text.color-white {
  color: #fff;
}
.sd-block-text a {
  color: #159fcb;
  -webkit-transition: color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s;
  -o-transition: color ease-out 0.3s;
  transition: color ease-out 0.3s;
}
.sd-block-text a:hover {
  color: #efa300;
}
.sd-block-text p:last-child {
  margin-bottom: 0;
}
.sd-block-text ol {
  margin-left: 20px;
}
.sd-block-text ol li::marker {
  color: #159fcb;
  font-weight: 400;
}
.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: #159fcb;
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

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