@charset "utf-8";

/* Typography */
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Calibri, Arial, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  color: #E31E24;
  text-rendering: optimizeLegibility;
  text-align: left;
}
h1 {
  font-size: 30px;
  line-height: 1.111em;
  margin-bottom: .5em;
}
h2 {
  font-size: 30px;
  line-height: 1.111em;
  margin-bottom: .5em;
}
h3 {
  font-size: 24px;
  line-height: 1.333em;
  margin-bottom: .5em;
}
h4 {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #63817F;
  border-bottom: 1px solid #fff;
}
h5 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: .25em;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6em;
  margin-bottom: .25em;
}
