.activity-container {
  background: #FFF;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #2bcd2a;
}
@media screen and (min-width: 992px) {
  .activity-container:nth-of-type(even) .row {
    flex-direction: row-reverse;
  }
  .activity-container:nth-of-type(even) .row a.button.align-right {
    float: left;
  }
}
.activity-container a {
  display: block;
  position: relative;
  overflow: hidden;
}
.activity-container a img {
  display: block;
  margin: auto;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (pointer: fine), (-ms-high-contrast: none) {
  .activity-container a img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
.activity-container .activity--content {
  color: #2bcd2a;
}
.activity-container .activity--content h3 {
  margin: 20px 0 30px 0;
  font-size: 2.125rem;
}
.activity-container .activity--content h3 a {
  color: #000000;
}
@media (pointer: fine), (-ms-high-contrast: none) {
  .activity-container .activity--content h3 a:hover {
    color: #4d4d4f;
  }
}
.activity-container .activity--content table tbody svg {
  margin-left: -10px;
}
.activity-container .activity--content table tbody tr td svg path, .activity-container .activity--content table tbody tr td svg rect, .activity-container .activity--content table tbody tr td svg polygon {
  fill: #510c5d;
}
.activity-container .activity--content table tbody tr td:not([colspan="2"]):first-of-type,
.activity-container .activity--content table tbody tr {
  border-color: #dcddde;
}
.activity-container .activity--content table tbody td {
  color: #2bcd2a;
}
.activity-container .activity--content table tbody .date, .activity-container .activity--content table tbody .time {
  color: #510c5d;
  font-family: "Aller", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.activity-container .activity--content .button {
  margin-top: 30px;
}

/*# sourceMappingURL=highlighted-activities.css.map */
