<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Events
*/
ul#events {
  list-style: none;
}
ul#events li {
  margin-bottom: 2.5em;
}
ul#events li img {
  max-width: 115px;
  height: auto;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 2%;
  width: 19%;
}
ul#events li div.description {
  width: 70%;
  float: left;
}
ul#events li div.description h3 {
  font-weight: bold;
  text-transform: none;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
ul#events li div.description h3 a {
  text-decoration: none;
}
ul#events li div.description div.date {
  color: #898d8c;
  margin-bottom: 0.75em;
}
ul#events li div.description p {
  line-height: 1.4;
}
ul#events li div.description a.readmore {
  font-weight: bold;
  clear: left;
  display: block;
}

form#form-events fieldset {
  margin: 0 0 40px 0;
}
form#form-events fieldset input.btn {
  margin-top: 10px;
}
form#form-events fieldset input[type=checkbox] {
  display: none;
}
form#form-events fieldset a.hide {
  display: none;
}
form#form-events fieldset label {
  display: inline;
  display: inline-block;
}
form#form-events fieldset label[for^=region_],
form#form-events fieldset label[for^=type_] {
  margin-bottom: 15px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #575756;
  color: white;
  padding: 10px;
}
form#form-events fieldset label[for^=region_] span,
form#form-events fieldset label[for^=type_] span {
  margin-left: 5px;
  color: #52AA9D;
  cursor: pointer;
  font-size: 0.8em;
}
form#form-events fieldset label[for^=region_].selected {
  background-color: #339b8c;
}
form#form-events fieldset label[for^=region_].selected span.region_remove {
  display: inline;
  color: white;
}
form#form-events fieldset label[for^=region_].selected span.region_add {
  display: none;
}
form#form-events fieldset label[for^=region_].not_selected {
  background-color: #e9e9e9;
  color: #575756;
}
form#form-events fieldset label[for^=region_].not_selected span.region_remove {
  display: none;
}
form#form-events fieldset label[for^=region_].not_selected span.region_add {
  display: inline;
  color: #575756;
}
form#form-events fieldset div.type {
  padding-top: 10px;
}

/*# sourceMappingURL=screen.css.map */
</pre></body></html>