@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900";
body.mceContentBody {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #414042;
  font-size: 16px; }

.typography h1 {
  font-size: 4rem; }

.typography h2 {
  font-size: 2.375rem; }

.typography h3 {
  font-size: 1.5rem; }

.typography h4 {
  font-size: 1.25rem; }

.typography p {
  font-size: 1rem; }

.typography .orange {
  color: #FF7600; }

.typography .teal {
  color: #3C8BA0; }

.typography .grey {
  color: #414042; }

.typography .bullet-teal {
  color: #3C8BA0;
  list-style: none; }
  .typography .bullet-teal li {
    color: #414042;
    line-height: 20px;
    margin: 10px 0 10px 20px; }
    .typography .bullet-teal li:before {
      background-color: #3C8BA0;
      content: '';
      height: 6px;
      margin: 7px 0 0 -15px;
      position: absolute;
      width: 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .typography .bullet-teal li:first-child {
      margin-top: 0; }
    .typography .bullet-teal li:last-child {
      margin-bottom: 0; }

.typography .bullet-orange {
  color: #FF7600;
  list-style: none; }
  .typography .bullet-orange li {
    color: #414042;
    line-height: 20px;
    margin: 10px 0 10px 20px; }
    .typography .bullet-orange li:before {
      background-color: #FF7600;
      content: '';
      height: 6px;
      margin: 7px 0 0 -15px;
      position: absolute;
      width: 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .typography .bullet-orange li:first-child {
      margin-top: 0; }
    .typography .bullet-orange li:last-child {
      margin-bottom: 0; }

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