
@media (min-width: 550px) {
  .right {
    text-align: right;
  }
}

html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #222; }
ul {
  list-style-type: none;
}
li {
  line-height: 1;
}
h1 {
  font-size:3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
h1, h2 {
  text-transform: lowercase
}
.justify {
  text-align: justify;
}
.center {
  text-align: center;
}
.job li:last-child {
  font-style: italic;
  list-style-type: dash;
}
.job li:last-child:before {
  content: "\2014\a0"
}
.p-street-address {
  display: block;
}
.p-locality {
  display: inline-block;
}
.twelve ul {
  list-style-type: outside disc none;
  margin-left: 0;
  padding-left: 1em;
}
.twelve ul li {
  line-height: 2rem;
  padding-left: 1em;
}