.resultsActivity#results {
  padding: 0px;
}
.resultsActivity .titleAgenda {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #454d52;
}
.resultsActivity .bodyAgenda {
  padding: 0;
  line-height: 20px;
}
.resultsActivity .bodyAgenda .xfitem__title {
  overflow-wrap: break-word;
}
.resultsActivity .bodyAgenda .xfitem__title a {
  color: #1e52d5;
  text-decoration: none;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
.resultsActivity .bodyAgenda .xfitem__title a:hover {
  text-decoration: underline;
}
.resultsActivity .bodyAgenda .agendaDate {
  color: #A01A1C;
  margin-top: 20px;
}
.resultsActivity .bodyAgenda .agendaDate:first-of-type {
  margin-top: 1 0px;
}
.resultsActivity .moreActivities {
  margin-left: 40px;
  text-align: right;
  font-size: 0.875rem;
  margin-right: 10px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #454d52;
}
.resultsActivity .moreActivities a {
  color: #1e52d5;
  text-decoration: none;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
.resultsActivity .moreActivities a:hover {
  text-decoration: underline;
}
.resultsActivity .monthAgenda {
  margin-bottom: 2em;
}
.resultsActivity .monthAgenda a {
  text-decoration: none;
}
.resultsActivity .monthAgenda a:hover {
  text-decoration: underline;
}
.resultsActivity .agendHomeForm .agendaDate {
  font-style: italic;
  color: #333333;
  font-weight: 600;
}
.resultsActivity .agendHomeForm .agendaDate:first-of-type {
  margin-top: 1 0px;
}
.resultsActivity .agendHomeForm .xfitem__title a {
  color: #6d6e73;
  text-decoration: none;
  transition: color .3s ease;
  text-transform: uppercase;
}
.resultsActivity .agendHomeForm .xfitem__title a:hover {
  text-decoration: underline;
  transition: color .3s ease;
  color: #e01f20;
}
.agendMoreForm {
  padding: 20px;
  background: #eeeeee;
}
.agendHomeForm {
  padding: 20px;
  background: white;
}
