/* nav tab */
.default-tab-block {
  margin-top: 20px;
}
.default-tab-block .tab-heading {
  color: #000;
}
.default-tab-block .custom-tab {
  margin-right: 0px;
}
.default-tab-block .custom-tab a {
  color: #000 !important;
  font-size: 20px;
}
.default-tab-block .custom-tab a.active {
  color: #2460b9 !important;
}
.default-tab-block .custom-tab a:active {
  color: #2460b9 !important;
}
.default-tab-block .custom-tab a:hover {
  color: #2460b9 !important;
}
.default-tab-block .block {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-weight: 700;
  padding-bottom: 35px;
}
.default-tab-block .icon {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-top: 14px;
}
.default-tab-block .icon p {
  margin-top: 5px;
}
.default-tab-block .icon-heading {
  margin: 42px 0 0 15px !important;
}
.default-tab-block .date {
  border-right: 1px solid #e4e4e4;
  padding-right: 5px;
  display: block;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
}
.default-tab-block .tab-text {
  font-weight: bold;
  font-size: 24px;
}
.default-tab-block .news-title a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  width: 100%;
}
.default-tab-block .news-title a:hover {
  color: #2460b9 !important;
  text-decoration: underline !important;
}
.default-tab-block .news-thumbnail tr th > img {
  width: 60px;
  border-radius: 5px;
}
@media (max-width: 450px) {
  .default-tab-block .news-thumbnail tr th > img {
    width: 40px;
  }
}
