h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1.3125rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  text-rendering: optimizelegibility;
  color: #ccc;
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: inherit;
}
h1.title,
h3.title {
  font-family: inherit;
  color: inherit;
}
h1.heading,
h3.heading {
  font-family: inherit;
  color: inherit;
}
h1,
.h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.4;
}
h2,
.h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
h6,
.h6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875;
}
.subheader {
  color: inherit;
  text-transform: uppercase;
}
p {
  color: inherit;
  font-family: 'Optima', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
}
p.lead,
.lead {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}
body {
  background-color: #333;
  font-family: 'Optima', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: inherit;
  margin: 0;
  padding: 0;
}
.altcol {
  background-color: #b3b3b3;
  color: #4d4d4d;
}
.altcol * {
  background-color: inherit;
  color: inherit;
}
a {
  color: #ccc;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a.altcol {
  color: #4d4d4d;
}
a:hover {
  color: #a6a6a6;
  text-decoration: underline;
}
a.altcol:hover {
  color: #737373;
}
ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
/**/
