/* ---------- BASE ---------- */

body {
  font: 87.5%/1.5em "Open Sans", Arial, Tahoma, Helvetica, sans-serif;
  font-weight: 400;
}

/* ---------- HEADERS ---------- */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 110%;
}
h1 {
  font-size: 30px;
  color: #e82427;
  margin-bottom: 20px;
}
h2 {
  font-size: 23px;
  color: #000;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 17px;
}

/* ---------- LINKS ---------- */

a {
  color: #e82427;
  text-decoration: none;
}
a:hover {
  color: #302f2f;
}

/* ---------- DIVIDER ---------- */

.hr {
  border-top: 1px solid #ddd;
  line-height: 1px;
  font-size: 1px;
  margin: 20px 0;
  height: 1px;
}
.hr hr {
  display: none;
}

/* ---------- PARAGRAPH ---------- */

p {
  margin-bottom: 10px;
  font-weight: 400;
}

/* ---------- RTE ---------- */

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }