@import url("https://use.typekit.net/epw5rih.css");
.sd-block-text {
  font-weight: 400;
  line-height: 26px;
}
.sd-block-text.font-large {
  font-size: 18px;
  line-height: 28px;
}
.sd-block-text.font-large p {
  font-size: 18px;
  line-height: 28px;
}
.sd-block-text.font-small {
  font-size: 16px;
  line-height: 26px;
}
.sd-block-text.color-dark-blue {
  color: #0a323c;
}
.sd-block-text.color-white {
  color: #fff;
}
.sd-block-text.color-orange {
  color: #ff4600;
}
.sd-block-text a {
  color: #ff4600;
  text-decoration: underline;
}
.sd-block-text a:hover {
  text-decoration: none;
}
.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:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 6px;
  height: 9px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='6px' height='9px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 9'%3E%3Cpath fill='%23FF4600FF' d='M6,4.5L0,9V0L6,4.5z'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1200px) {
  .sd-block-text.font-large {
    font-size: 16px;
    line-height: 26px;
  }
  .sd-block-text.font-large p {
    font-size: 16px;
    line-height: 26px;
  }
  .sd-block-text.font-small {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-text.mobile_hide-yes {
    display: none;
  }
}

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