h1 {
  margin-bottom: 1em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}

.page-container a {
  color: #b31b1b;
}

.page-container a:hover {
  background-color: #b31b1b;
  color: #ffffff;
}

.page-container cite {
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}

.allEvents {
  min-height: 200px;
}

.eventsNewsSearch {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  position: fixed;
  padding: 20px;
}

.eventsNewsSearch .filter-title {
  color: #666666;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}


.eventsNewsSearch .newsValues {
  display: flex;
  flex-direction: column;
}

.eventCheckboxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.eventCheckboxes div {
  display: flex;
  flex-direction: row;
}

.eventCheckboxes div label {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}

#eventsArchive {
  font-size: 16px;
}

.eventBlock {
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
  padding-left: 200px;
  padding-right: 100px;
}

.eventBlock:last-child {
  margin-bottom: 30px;
}

.eventFigure {
  margin-bottom: 10px;
  margin-right: 30px;
}

.eventFigure img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.eventInfo {
  width: 100%;
}

.eventBits {
  display: flex;
  flex-direction: row;
}

.eventDate, .eventLocation {
  color: #b31b1b;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.dateLocation {
  margin-left: auto;
  margin-right: 0;
}

.eventDescription {
  margin-top: 20px;
  line-height: 22px;
}

.hidden {
  display: none;
}

/* Tablet */

@media screen and (max-width: 900px) {

  .eventBlock {
    flex-direction: column;
    padding-right: 0;
  }

  .eventFigure {
    margin-right: 0;
  }

  .eventFigure img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  .page-container cite {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
  }

}

/* Mobile */

@media screen and (max-width: 600px) {

  .eventsNewsSearch {
    position: static;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .eventCheckboxes {
    flex-direction: row;
  }

  .eventCheckboxes div {
    width: 50%;
  }

  .eventBlock {
    padding: 0;
  }

  .eventBits {
    flex-direction: column;
  }

  .eventTitle {
    margin-bottom: 0.5em;
  }

  .eventDate, .eventLocation {
    margin-left: 0;
    text-align: left;
  }

  .dateLocation {
    margin-left: 0;
  }

}
