.custom-events {
  margin-top: 35px !important;
  border-top-color: #0b3c5d;
  border-top-style: solid;
  border-top-width: 2px;
  box-sizing: border-box;
  padding-top: 15px;
}

.custom-events ul.nav.nav-tabs {
  border: 1px solid #0b3c5d;
  background-color: #0b3c5d;
}
.custom-events ul.nav.nav-tabs > li {
  margin-bottom: 0 !important;
}
.custom-events ul.nav.nav-tabs > li > a {
  border-radius: 0;
  font-size: 16px;
  padding: 6px 15px;
  line-height: 1.5;
  color: #fff;
  border-color: #0b3c5d;
}
.custom-events ul.nav.nav-tabs > li > a:hover {
  color: #0b3c5d;
}
.custom-events ul.nav.nav-tabs > li.active > a {
  color: #0b3c5d;
  border-color: #fff;
}

.custom-events .tab-content {
  border: 0 !important;
}
.custom-events .tab-content a {
  color: #454545;
  font-size: 16px;
}
.custom-events .tab-content ul.latestnews {
  list-style-type: "\1F449";
}
.custom-events .tab-content ul.latestnews li {
  text-indent: .7em;
}
.custom-events .tab-content .more {
  margin-top: 20px;
}
.custom-events .tab-content .more a {
  font-size: 16px;
  background: #0b3c5d;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #0b3c5d;
  border-radius: 4px;
}

.custom-events .highlight-news a {
  color: #F21D81;
}
.custom-events .highlight-news a:hover {
  color: #BF0F3E;
}