.paragraph--type--legacy-html--clean{
  font-family: roboto,sans-serif,Arial;
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 2em auto;
  padding:0 2em;
}

.paragraph--type--legacy-html--clean a{
  color: #00ADA4;
}

.paragraph--type--legacy-html--clean h1{
  margin-left: -1em;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

.paragraph--type--legacy-html--clean h2{
  color: #00ADA4;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}

.paragraph--type--legacy-html--clean h3{
  color: #00ADA4;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}


.paragraph--type--legacy-html--clean p{
  padding: 1em 0;
  font-weight: 300;
}

.paragraph--type--legacy-html--clean .wr-graybox{
  padding: 2em;
  background-color: #f8f8f8;
}

.paragraph--type--legacy-html--clean .caption-drupal-media{
  text-align: center;
  font-size: 14px;
  margin: 2em;
  font-style: italic;
}

.paragraph--type--legacy-html--clean ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.paragraph--type--legacy-html--clean ul li:before{
  content: "\2022";
  height: 100%;
  color: #00ADA4;
  display: inline-block;
  margin-right: 10px;
  margin-left: -1em;
}

.paragraph--type--legacy-html--clean ul.black-bullets li:before,
ul.black-bullets li:before {
  color: #212121;
}

.paragraph--type--legacy-html--clean ul.teal-bullets li:before,
ul.teal-bullets li:before {
  color: $turquoise;
}
