/*incontent ad space remove*/
.article_dfp_ads {
  padding: 0px !important;
}
.custom-404-wrapper h1.oops-text {
    color: #a90f13 !important;
}
.custom-404-wrapper a.button-home:hover {
    background: #a90f13 !important;
}
.custom-404-wrapper a.button-home {
    background: #a90f13 !important;
}

.ao-form .ao-block-wrapper {
    margin-bottom: 10px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    #featured-content .featured_a .desc p {      
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #featured-content .featured_a .desc p  { display: none !important; }
}
/* Hide UserWay floating icon */
#userwayAccessibilityIcon {
      display: none !important;
}
#userwayAccessibilityIcon {
    
    position: absolute;
    top: auto !important;
    bottom: 0px !important;
    left: 8px !important;
    right: auto !important;
}

.userway_buttons_wrapper {
    top:unset;
    bottom:-50% !important;
    left: 0px !important
    right:unset;
}
.accessibility-btn-inline {
  width: 40px;  /* circle size */
  height: 40px;
  border-radius: 50%;
  background-color: #005FCC; /* button background */
  border: none;
  padding: 0;
  cursor: pointer;/* Make it inline */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle; 
  width: 20px; 
  height: 20px;
  background: url('https://virginiabusiness.com/files/1/2025/09/usericon.png') no-repeat center center; 
  background-size: contain;
  background-color: transparent;
  border: none;
}
.accessibility-btn-inline {
    width: 20px; /* adjust to match your design */
    height: 20px;
    background: url('https://virginiabusiness.com/files/1/2025/09/usericon.png') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    left: 20px;
}
.accessibility-btn-inline:hover {
    opacity: 0.85; /* optional hover effect */
}
button#accessibility-button:focus {
    background-color: transparent;
}
.accessibility-btn-inline img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.accessibility-btn-inline:hover {
    background-color: #0041a8 !important;
    color: #fff !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
.accessibility-btn-inline {
    /* left: 40px; */
    position: relative;
    float: left;
    margin-left: 35px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-template-template-homepage #featured-content .featured_a .desc p {
       /* display: none !important; */
    }
    .page-template-template-homepage #featured-content .other-top-stories {
        width: 100%;
    }
   .page-template-template-homepage #featured-content .featured_a .description-section
   {
        width: 100% !important;
        min-width: 168px !important;
        padding: 8px 8px;
    }
}
.page-template-template-homepage #featured-content .featured_a .h1-title {
    overflow: clip;
}

/*css for login form*/
#login_div .loginform {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 8px;
    background: rgb(239, 239, 239);
    padding: 20px;
}
#login_div {
	background: #ffffff !important;
}
.dmcss_login_form .dmcss_tab_div {
    padding: 6px !important;

}
.slick-track {
	height : 250px !important;
}
.slick-slide{
    height: 250px;
}
/* Chrome, Edge, Safari */
.menu-pop-out-menu-container::-webkit-scrollbar {
    width: 6px;
}

.menu-pop-out-menu-container::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
}

/* Firefox */
.menu-pop-out-menu-container {
    height: calc(100vh - 80px);
    overflow-x: hidden;
    background: #fff;

}
.page-id-63233  .mc_newsletter-container{
margin-bottom: 25px !important;
}
.fancybox-overlay-fixed .fancybox-opened{
   width: 688px !important;
    height: auto;
    position: absolute;
    top: 20px;
    left: 292px;
    opacity: 1;
    z-index: 100919;
    overflow: visible;
}
.fancybox-inner {
    height: 600px !important;
    overflow: auto;
    width: 658px !important;
}
.subscription-details{
    font-size: 14px;
    line-height: 5px;
}
.subscription-details2{
    font-size: 14px;
    line-height: 0px;
}
.footer_subscriber_layout{
padding: 25px;
font-size: 14px;
line-height: 0 !important;
}
.icon-content{
    padding: 10px 0;
font-size: 14px;
}
.custom-links .btn-custom:hover {
    background-color: #383833;
}

/* ==========================================
   Leads &amp; Data Center – List Preview Teasers
   ========================================== */

/* Wrapper base */
.ldc-teaser{
  margin: 40px 0;
}

.ldc-teaser__inner{
  border: 1px solid rgba(0,0,0,.12);
  border-left: 6px solid #1e73be; /* CHANGE PER SITE BRAND COLOR */
  border-radius: 10px;
  padding: 20px;
  background: rgba(0,0,0,.02);
}

/* Header row */
.ldc-teaser__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.ldc-teaser__logoLink{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ldc-teaser__logo{
  height: 36px;
  width: auto;
  max-width: 100%;
  display: block;
}

.ldc-teaser__kicker{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .65;
  white-space: nowrap;
}

/* CTA text + button */
.ldc-teaser__cta{
  margin: 8px 0 14px;
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
}

.ldc-teaser__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 10px 0 16px;
}

.ldc-teaser__button{
  display: inline-block;
  background: #1e73be;  /* CHANGE PER SITE BRAND COLOR */
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1;
}

.ldc-teaser__button:hover{
  opacity: .92;
}

.ldc-teaser__secondaryLink{
  font-size: 13px;
  text-decoration: underline;
  font-weight: 600;
}

/* Make the vendor widget responsive even with inline width/height */
.ldc-teaser .LDATA_resultFrame{
  width: 100% !important;
  max-width: 900px;
  height: auto !important;
  margin: 0 auto;
}

/* Default table styling improvements */
.ldc-teaser .LDATA_resultTable{
  width: 100%;
  border: 1px solid rgba(0,0,0,.10);
}

/* Sticky header (nice when scrolling) */
.ldc-teaser .LDATA_resultTable thead th{
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Footer spacing */
.ldc-teaser .list-footer{
  margin-top: 14px;
}

/* -----------------------
   Variant: MIDSTREAM
   Keeps footprint tighter
   ----------------------- */
.ldc-teaser--midstream .LDATA_resultTable{
  display: block;
  max-height: 420px;     /* TWEAK: 360–480 */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* -----------------------
   Variant: BOTTOM
   Can be taller/roomier
   ----------------------- */
.ldc-teaser--bottom .LDATA_resultTable{
  display: block;
  max-height: 620px;     /* TWEAK: 520–720 */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Mobile adjustments */
@media (max-width: 768px){
  .ldc-teaser__inner{ padding: 16px; }
  .ldc-teaser__logo{ height: 30px; }
  .ldc-teaser__kicker{ display: none; }
  .ldc-teaser--midstream .LDATA_resultTable{ max-height: 360px; }
  .ldc-teaser--bottom .LDATA_resultTable{ max-height: 520px; }
}

.event-item__details .event-image img {
    width: 80% !important;
    max-width: fit-content;
    margin-bottom: 36px;
    object-fit: cover;
}
