.upfrontpagenewsdetails {
  margin-top: 15px;
}

.upfrontpagenewsdetails a {
  color: #000;
  line-height: 1.5rem;
  font-weight:bold;
}

.upfrontpagenewsdetails a:hover {
  color: #0078c1;
}

h3.sppb-title-heading{
  font-size: 2.6rem;
  font-weight:400;  
  text-align: left;}

.news-button {
  display: inline-block;
  background-color: #0078c1;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.2s, text-decoration 0.2s;
}

.news-button:hover {
  background-color: #006ba6;
  text-decoration: underline;
  color: #fff;
}

.sp-group-title {
  font-weight: bold !important;
}

#sp-main-body {
  margin-top: 0;
}

#sp-header > div {
    justify-content: flex-start;
}

#sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
}

.featured-article-badge {
  display:none;
}

#sp-breadcrnb {
  /* display: none; */
}

.mod-breadcrumbs {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb li a {
  text-decoration: none;        /* default no underline */
}

.breadcrumb li a:hover {
  text-decoration: underline;   /* underline on hover */
}
/*
@media (max-width: 1024px) {
  iframe {
    display: none;
  }
}*/