@font-face {
  font-family: 'antonio';
  src: url("../fonts/antonio-regular-webfont.eot");
  src: url("../fonts/antonio-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/antonio-regular-webfont.woff") format("woff"), url("../fonts/antonio-regular-webfont.ttf") format("truetype"), url("../fonts/antonio-regular-webfont.svg#antonioregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../sass/typography.scss */
.typography {
  font-family: Arial, Helvetica, sans-serif;
}
/* line 18, ../sass/typography.scss */
.typography h1,
.typography h2,
.typography h3 {
  font-family: antonio;
}
/* line 22, ../sass/typography.scss */
.typography h1 {
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
/* line 29, ../sass/typography.scss */
.typography h2 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
/* line 36, ../sass/typography.scss */
.typography h2.pageHeader {
  margin-top: 40px;
}
/* line 40, ../sass/typography.scss */
.typography h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
}
/* line 46, ../sass/typography.scss */
.typography p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 24px;
}
/* line 54, ../sass/typography.scss */
.typography a {
  color: #777777;
  text-decoration: none;
}
/* line 59, ../sass/typography.scss */
.typography a:hover {
  text-decoration: underline;
}
/* line 64, ../sass/typography.scss */
.typography ul,
.typography ol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
}
/* line 70, ../sass/typography.scss */
.typography ul li,
.typography ol li {
  line-height: 18px;
}
/* line 75, ../sass/typography.scss */
.typography ul {
  list-style: square inside none;
}
/* line 79, ../sass/typography.scss */
.typography ol {
  list-style: decimal inside none;
}
/* line 83, ../sass/typography.scss */
.typography .no-cowboys-block {
  margin-bottom: 40px;
}
/* line 86, ../sass/typography.scss */
.typography .no-cowboys-block .percentage {
  display: inline;
  float: left;
  width: 20%;
}
/* line 92, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block {
  display: inline;
  float: left;
  width: 80%;
}
/* line 97, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block .comment {
  font-style: italic;
  line-height: 20px;
  margin-bottom: 10px;
}
/* line 103, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block .meta {
  font-weight: bold;
  float: left;
}
/* line 108, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block .separator-bullet {
  float: left;
}
/* line 112, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block .comment-date {
  float: left;
}
/* line 116, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block .more-details {
  float: left;
}
/* line 120, ../sass/typography.scss */
.typography .no-cowboys-block .comment-and-rating-block .meta, .typography .no-cowboys-block .comment-and-rating-block .separator-bullet, .typography .no-cowboys-block .comment-and-rating-block .comment-date, .typography .no-cowboys-block .comment-and-rating-block .more-details {
  margin-right: 10px;
}
/* line 126, ../sass/typography.scss */
.typography .no-cowboys-block::after {
  clear: both;
  display: table;
  content: " ";
}
