.event-list {
  margin-bottom: 60px; }
  .event-list > .title {
    text-transform: uppercase;
    text-align: center;
    color: #555555;
    font-size: 28px;
    font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
    margin: 0 0 40px;
    padding: 0;
    line-height: 1em; }
    .event-list > .title a {
      float: right;
      font-size: 18px;
      text-decoration: none;
      color: #ff2c01; }
  .event-list article {
    display: block;
    margin: 20px -10px; }
    .event-list article .date, .event-list article .content, .event-list article .buttons {
      float: left;
      padding: 0 10px;
      position: relative; }
    .event-list article .date {
      width: 18%;
      line-height: 1em;
      text-align: center; }
      .event-list article .date .day {
        display: inline-block;
        padding: 9px 0 12px;
        margin-bottom: 9px;
        font-size: 39px;
        font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
        white-space: nowrap;
        text-align: center;
        color: #464646;
        border-bottom: 2px solid #c61824; }
      .event-list article .date .time {
        display: inline-block;
        font-size: 15px;
        font-family: "Montserrat", Arial, sans-serif;
        color: #464646;
        text-align: center; }
    .event-list article .content {
      width: 60%;
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 13px;
      text-align: justify;
      color: #555555;
      line-height: 1.3em; }
      .event-list article .content h2 {
        margin: 0;
        padding: 0;
        color: #ff2c01;
        font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
        font-size: 23px;
        line-height: 1em;
        text-transform: uppercase; }
    .event-list article .buttons {
      width: 22%; }
      .event-list article .buttons .btn {
        display: block;
        width: 100%;
        font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 8px;
        border-radius: 0;
        padding: 6px 10px 4px;
        line-height: 1em; }
        .event-list article .buttons .btn.btn-primary {
          color: #fff;
          border-color: #ff2c01;
          background: #ff2c01; }
        .event-list article .buttons .btn.btn-default {
          color: #ff2c01;
          border-color: #ff2c01;
          background: #fff; }
    @media screen and (max-width: 991px) {
      .event-list article .buttons {
        clear: both; }
        .event-list article .buttons .btn {
          display: inline-block;
          width: auto; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .event-list article .content {
        width: 65%; }
      .event-list article .date {
        width: 35%; }
      .event-list article .buttons {
        margin-left: 35%;
        width: 65%; } }
    @media screen and (max-width: 767px) {
      .event-list article .content {
        width: 77%; }
      .event-list article .date {
        width: 23%; }
      .event-list article .buttons {
        margin-left: 23%;
        width: 77%; } }

.event-modal .modal-header {
  border: 0; }
.event-modal .form-group {
  margin-bottom: 30px; }
  .event-modal .form-group label {
    color: #ff2c01; }
  .event-modal .form-group .event-description {
    white-space: pre-wrap; }
  .event-modal .form-group div {
    font-family: "Montserrat", Arial, sans-serif;
    color: #555555; }
.event-modal .btn-signup {
  font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 0;
  padding: 10px 40px 6px;
  line-height: 1em;
  background: #ff2c01;
  border-color: #ff2c01;
  color: #fff; }

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