p {
  margin: 20px 0; }

a {
  color: #e3000f; }

h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 56px;
  font-weight: normal;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  text-align: center; }

h2 {
  margin: 40px 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  text-align: center; }

h3 {
  margin: 40px 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  text-align: center; }

blockquote {
  background: -moz-linear-gradient(left, #eeefee 0%, rgba(238, 239, 238, 0) 100%);
  background: -webkit-linear-gradient(left, #eeefee 0%, rgba(238, 239, 238, 0) 100%);
  background: linear-gradient(to right, #eeefee 0%, rgba(238, 239, 238, 0) 100%);
  margin: 30px 0;
  padding: 29px 75px;
  border: solid 1px #ededed;
  border-left: solid 5px #e40c1a;
  font-size: 18px;
  font-weight: 300;
  overflow: hidden; }

ul {
  margin: 40px 0; }
  ul li {
    overflow: hidden;
    position: relative;
    padding-left: 30px; }
    ul li + li {
      margin-top: 10px; }
    ul li:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      left: 0;
      top: 11px;
      background: #e3000f;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item; }
  ol > li {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 40px; }
    ol > li + li {
      margin-top: 10px; }
    ol > li:before {
      content: counters(item,"") ". ";
      counter-increment: item;
      position: absolute;
      font-style: normal;
      top: 0;
      left: 0;
      width: 30px;
      color: #e3000f;
      font-weight: 500; }

.table {
  margin: 40px 0;
  width: 100%;
  line-height: 20px;
  clear: both; }
  .table p {
    margin: 0; }
  .table tr:nth-child(odd) td {
    background: #f6f6f6; }
  .table th {
    text-align: left;
    padding: 20px 30px;
    font-weight: 300;
    vertical-align: top;
    background: #e91717;
    color: #ffffff; }
    .table th + th {
      border-left: solid 1px #fff; }
  .table td {
    padding: 20px 30px 19px;
    color: #333;
    background: #ffffff;
    border: solid 1px #dedede;
    border-top: 0; }

/*# sourceMappingURL=content.css.map */
