/* Main Typographic Styles */
/* Compiled from ../less/typography.less */
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Rokkitt", "Courier new", serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h7 {
  font-size: 10px;
}
p {
  margin: 0;
  margin: 0 0 20px 0;
}
a.button-link {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: #b34b31;
  border-color: #9f432c;
  background: -webkit-gradient(linear, left top, left bottom, from(#b34b31), to(#9f432c));
  background: -moz-linear-gradient(top, #b34b31, #9f432c);
  color: #ffffff;
  padding: 10px;
}
a.button-link:hover {
  background: #9f432c;
  border-color: #b34b31;
  background: -webkit-gradient(linear, left top, left bottom, from(#9f432c), to(#b34b31));
  background: -moz-linear-gradient(top, #9f432c, #b34b31);
}
body {
  width: 7in;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: normal;
  color: black !important;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
nav,
.flexslider {
  display: none;
}
h1,
h2,
h3,
.site-title {
  font-family: "Oswald", "Impact", sans-serif;
  margin: 0 0 10px 0;
}
.site-title {
  font-size: 24px;
}
h4,
h5 {
  font-family: "Rokkitt", "Courier new", serif;
  margin: 0 0 10px 0;
}
p {
  margin: 0 0 10px 0;
}
img {
  max-width: 100%;
}
a {
  color: black;
}
a:link:after {
  content: " (" attr(href) ") ";
  color: #878787 !important;
  font-size: 50%;
}
.home-hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#callouts li {
  padding: 0 0 10px 0;
}
.layout {
  padding: 10px;
}
.list_with_icons ul li {
  padding-bottom: 10px;
}
.list_with_icons ul li > a {
  display: block;
  width: .5in;
  height: .5in;
  overflow: hidden;
}
.list_with_icons ul li > a img {
  max-width: 100%;
}
.video_with_copy .video {
  display: none;
}
