.py-5 {
  padding-top: 1.5rem !important;
}

section.py-5 {
  padding-top: 3rem !important;
}

.featured-report-section .image img {
  border-radius: 0 !important;
}

.trending-topic-box .head-h6 {
  line-height: 21px !important;
}
.trending-topic-box .head-h6 a {
  color: #212529 !important;
  text-decoration: none !important;
}

.trending-topic-list .text {
  text-transform: none !important;
}

.latest-intelligence-wrap .head-h4 {
  text-transform: none !important;
}

.lock-icon {
  background-image: url("/themes/custom/upTime/images/icons/lock.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.view-content.row a.title .lock-icon {
  display: inline-block;
  height: 17px;
  margin-left: 7px;
  width: 17px;
}

.most-popular-list .lock-icon, .trending-topic-list .lock-icon, .latest-keynote-reports-list .lock-icon {
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 11px;
}

.latest-posts-list .lock-icon {
  display: inline-block;
  height: 13px;
  margin-left: 7px;
  width: 13px;
}

.head-h1 .lock-icon {
  display: inline-block;
  height: 26px;
  margin-left: 8px;
  width: 26px;
}

.latest-intelligence-wrap .lock-icon {
  display: inline-block;
  height: 20px;
  margin-left: 4px;
  width: 20px;
}

.mp-apply .action-flag.mp-div .bookmark-icon {
  height: 20px;
}

.mp-apply .action-flag.mp-div {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.featured-report-section .paragraph-text-sm.mb-2 {
  font-size: 13px !important;
  line-height: 15px !important;
}

.mp-apply .mp-div {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.trending-topic-section .paragraph-text-sm.mb-4, .latest-intelligence-section .paragraph-text-sm.mb-4 {
  font-size: 13px !important;
  line-height: 15px !important;
}

.report-content-wrap img.align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  max-width: 800px !important;
}

@media (min-width: 769px) {
  .header-main .nav-link.active {
    color: #005CA8;
  }
  .header-main .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #005CA8;
    width: 65px;
    height: 1.5px;
    border-radius: 20px;
    transition: none;
  }
}
.report-page-tag {
  padding-left: 10px !important;
}

.individual_author_info {
  margin-right: 1rem;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

.mobile-only.featured-thumbnail {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
.trending-topic-box .paragraph-text-md {
  font-size: 16px;
}

@media (min-width: 769px) {
  .trending-topic-box .paragraph-text-md {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .latest-intelligence-slider .mb-4 {
    margin-bottom: 1rem !important;
  }
}
.disguised {
  color: #fff;
}

#network-guest-alert {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: none;
  font-size: 13px;
  margin: 0 10px;
  padding: 2px 4px;
  position: absolute;
  z-index: 15;
}

.network-guest-overlay {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
