/* Learn More button in Fractuals section */
.hp1-btn-learn-more {
  background-color: #1a2535 !important;
  border: 2px solid #FFFFFF;
  color: #FFFFFF !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 22px;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
}

.hp1-btn-learn-more:hover {
background-color: #FFFFFF !important;
  border: 2px solid #1a2535;
  color: #1a2535 !important;
}

/* Learn More button in Evetns homepage section */
.hp1-btn-events {
  background-color: #f5b800 !important;
  border: 2px solid #f5b800;
  color: #1a2535 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 22px;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
}

.hp1-btn-events:hover {
background-color: #1a2535 !important;
  border: 2px solid #f5b800;
  color: #f5b800 !important;
}


/* Container */
#id_91oOgA1 {
  background-color: #1a2535;
  padding: 40px;
}

/* Each event item */
#id_91oOgA1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#id_91oOgA1 ul li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2e3a50;
}

#id_91oOgA1 ul li.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Event title link */
#id_91oOgA1 .title a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

#id_91oOgA1 .title a:hover {
  color: #00b8b8;
}

/* Date */
#id_91oOgA1 .date {
  color: #00b8b8;
  font-size: 12px;
  font-weight: 700;
  margin: 4px 0;
}

/* Location */
#id_91oOgA1 .location {
  color: #aaaaaa;
  font-size: 13px;
  line-height: 1.5;
}

#id_91oOgA1 ul li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  border-bottom: 1px solid #2e3a50;
  border-left: 4px solid #f5b800;
}