.textBlock {
  margin: 50px 0;
}
.textBlock h3 {
  text-transform: none;
  margin-bottom: 30px;
  line-height: 28px;
}
.textBlock p {
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.textBlock p b,
.textBlock p strong,
.textBlock p .bold,
.textBlock p.bold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.textBlock p a {
  color: #1b7da8;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textBlock p a:hover {
  color: #404041;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 900px) {
  .textBlock .contentWrapper {
    padding: 0;
  }
}
/*# sourceMappingURL=text_block.css.map */