header.top-title h1.entry-title {
  margin-bottom: 0px;
}
header.top-title .date {
  width: 170px;
  margin-bottom: 30px;
  padding: 0px 15px;
  background-color: #0d4a80;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'tensoregular';
  text-align: center;
}
.event-container {
  margin-bottom: 50px;
}
.the-content p {
  text-align: justify;
}
.the-content-container .the-image img {
  width: 100%;
  margin-bottom: 20px;
}
.the-partners {
  margin: 20px 0;
}
.the-partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.the-partners ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.the-partners img {
  display: inline-block;
  width: 100%;
}
.the-partners li.big {
  width: 49%;
}
.the-partners li.small {
  width: 25%;
}
@media (max-width: 479px) {
  .the-partners li.big {
    width: 25%;
  }
  .the-partners li.small {
    width: 25%;
  }
}
.the-sidebar {
  border-left: 1px solid #e2e2e2;
}
.the-sidebar ul {
  margin: 0;
  font-size: 20px;
  list-style: square;
}
.the-sidebar ul li {
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 0px;
}
.the-sidebar ul li a {
  color: #43c3d8;
  text-decoration: none;
}
.the-sidebar ul li a:hover {
  color: #0d4a80;
}
.the-sidebar .section {
  margin-bottom: 50px;
}
.the-sidebar h3 {
  color: #0d4a80;
}
.the-results {
  margin-bottom: 150px;
}
.the-results h2 {
  font-size: 32px;
  color: #43c3d8;
  /**Table Press Overrides*/
}
.tablepress thead th {
  background-color: #43c3d8 !important;
}
.tablepress thead th:hover {
  background-color: #85a333 !important;
}
