  .columnright .agenda-events .occurrence-source a {
  font-size: 12px;
  color: #999;
}
.block-menu {
  margin-bottom: 40px;
}
.block-title {
  text-align: center;
  font-size: 24px;
  padding: 64px 32px;
  margin: 0 0 24px;
  background-color: #002a48;
  height: 200px;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-title:hover {
  text-decoration: none;
  color: white;
  background: #001829;
}
.block-title.left {
  background: #3a7baa;
  color: white;
}
.block-title.left:hover {
  background: #2d6085;
  color: white !important;
}
