html {
  color: #4a4a4a;
  font-family: Arial, sans-serif;
  font-size: 62.5%; /* resets 1em to 10px */
}
#page {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
a, a:visited, a:active {
  color: #4a4a4a;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
ul li {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.fly-title {
  line-height: 2rem;
  color: #e3120b;
}
#superhero .fly-title {
  color: #4A4A4A;
}

sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;  
}

.rubric {
  line-height: 2rem;
  font-weight: bold;
  color: #5b5b5b;
}
.headline {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
}
time,
.location,
.source {
  color: #7b7b73;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
span.location {
  text-transform: uppercase;
}
a.source {
  color: #7b7b73;
  padding: 0 3px;
}
a.source:hover {
  background-color: #e3120b;
  text-decoration: none;
  color: #ffffff;
}
/* Typographic sets: highlights */
.typog-highlights .fly-title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: Georgia, serif;
  margin-bottom: 5px;
}
.typog-highlights .rubric {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
}
/* end of Typographic sets: highlights */


/* Typographic sets: list expanded */
.typog-list-exp .title,
.typog-list-exp .fly-title,
.typog-list-exp .entry {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.typog-list-exp .entry span {
  font-weight: normal;
}

.typog-also-channel .fly-title,
.typog-also-channel .headline,
.typog-also-channel .rubric {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.typog-also-channel .rubric {
  font-weight: normal;
  line-height: 1.6rem;
}
/* end of Typographic sets: highlights */

.typog-content-header .headline {
  font-size: 3.4rem;
  line-height: 4rem;
  font-weight: normal;
  font-family: Georgia, serif;
}
.typog-teaser .fly-title {
  font-size: 1.5rem;
  line-height: 2.3rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.typog-teaser .headline {
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: normal;
  font-family: Georgia, serif;
}
.typog-blogs-head h1 > div {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: normal;
  font-family: Arial,Sans-serif;
}
.typog-package .headline {
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: normal;
  font-family: Georgia, serif;
}
.typog-package ul .headline {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: Arial,Sans-serif;
}
.typog-package .package-more {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.typog-package .package-more a:hover {
  color: #ffffff;
  text-decoration: none;
}
.typog-size-big {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: normal;
  font-family: Georgia, serif;
}
.typog-size-medium {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: Georgia, serif;
}
.typog-size-small {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  padding-top: 4px;
  padding-bottom: 5px;
}