    
.internal {
    padding: 20px 30px;
}
.tsf-mobile-banner {
  margin-top: 20px;
}
.PHeader {
  font-size: 30px;
  font-weight: bold;
}
.SHeader {
    font-size: 24px;
    line-height: 1.2;
}
.top-links{
  text-align:center;
  padding:14px 0 30px;
  border-bottom:5px solid #0076c4;
  font-size:20px;
  margin-bottom: 50px;
}
.top-links a{
  display:inline-block;
  margin:0 12px;
  color:#0076c4;
  text-decoration:none;
  font-weight:bold;
}
.top-links a:hover{ 
  text-decoration:underline; 
}
.tsf-about-text {
  font-size: 24px;
}
.tsf-subscribe-bar {
    background-color: #a4e2f0;
    padding: 11px 50px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.subscribe-cta {
    background-color: #40c5e4;
    padding: 11px 8px;
    margin-left: 35px;
    font-size: 22px;
}
.insights-head{
  position:relative;
  font-size: 36px;
  text-align: center;
  margin: 30px 0px;
}
.insights-head:before,
.insights-head:after{
  content:"";
  display:inline-block;
  width: 365px;
  height:5px;
  background:#b7d7ea;
  vertical-align:middle;
  margin:0 10px;
}
.tsf-blue, a.tsf-blue {
    color: 0076c4
}
.tsf-news-header {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.2;
}
.insights-sponsored {
    border: 4px solid #b2e5f1;
    padding: 30px 45px;
}
.insights-scope-x {
    margin-top: 35px;
}
hr.insights-rule {
    border-top: 10px solid #a2e3f2;
    margin: 45px 0px 0px 0px;
}
.crn-banner {
    padding: 50px 0px 65px 0px;
}
.latest-link a {
    color: #0284d6;
}
.what-youll-find {
    margin: 35px 0px;
}
.what-youll-find img {
    padding-bottom: 20px;
}
.upcoming-scope-events {
    margin-bottom: 30px;
}
.upcoming-scope-events {
    margin: 40px 0px 30px 0px;
    display: inline-block;
}
.day-countdown-scope, .day-countdown-scopex {
  padding: 10px 0px;
  font-weight: 500;
}
.label-success {
    background-color: #203567;
    font-size: 14px;
}   
.list-unstyled h3 {
    font-size: 24px !important;
    font-weight: 500;
}
.text-summary {
    font-size: 16px;
}
.PublicationDate {
    padding-top: 15px !important;
}
.article-main .content {
    font-size: 18px;
    line-height: 1.5;
}
@media screen and (max-width: 1135px) {
    .desktop-header {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1199px) {
  .insights-head:before, .insights-head:after {
    width: 265px;
  }
}
@media screen and (max-width: 991px) {
  .top-links a {
    margin: 6px 12px;
    padding: 5px 10px;
    border: 2px solid #0e5281;
  }
  .insights-head:before, .insights-head:after {
    width: 155px;
  }
  .subscribe-cta {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
 .insights-head:before, .insights-head:after {
    width: 100%;
  }
    .desktop-header {
        padding-top: 30px;
    }
}
