/* Quick style updates to address immediate issue during investigation/function changes */

.navbar .dropdown-menu .wss-megamenu-2 .indent {
	margin-left:25px;
}

.single-guides .s-post-banner .featured-area img {
	border:1px solid #333333;
}

/* adjust for "Latest Resources" not in full width column- connector pages etc */
/* Latest Resources .col-md-8 */

.smarsh .col-md-8 .ffb-id-20ps70nc.col-md-8 {
	width:100%;
}

.smarsh .col-md-8 .ffb-id-20ps70nr {
	display:none;
}

.smarsh .ffb-id-1usa2s65 .col-md-8 .ffb-id-1r0kee10 .ffb-id-20ps70mo .ffb-id-20ps70nk {
    padding-right: 40px;
    padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 35px;
}



.smarsh .col-md-8 .resource-results.resource-results-v2 .post .post-image {
	height: auto !important;
}

.smarsh .col-md-8 .resource-results .post .post-image img {
    min-height: 100px;
    height: auto;
}

.smarsh .col-md-8 .resource-results .post .post-content div,
.smarsh .col-md-8 .resource-results .post .post-content a.s-readmore-link, 
.smarsh .col-md-8 .resource-results .post .post-content a.s-readmore-link-v {
	font-size:13px;
}

.smarsh .col-md-8 .resource-results .post .post-content .cat-date, 
.smarsh .col-md-8 .resource-results .post .post-content .post-meta {
	font-size:12px;
}

.smarsh .col-md-8 .resource-results .post .post-content h5 {
    font-size: 14px;
    line-height: 16px;
}

/*.smarsh .col-md-8 .ffb-id-1r0qmtdv,
.smarsh .col-md-8 .ffb-id-1r0qmte4,
.smarsh .col-md-8 .ffb-id-20ps70nc,
.smarsh .col-md-8 .ffb-id-20ps70nr {
	display:block;
	width:100%;
}*/

/* END Latest Resources .col-md-8 */

/*-- MENU CHANGE --*/

.smarsh .pointer a {
	cursor:pointer;
}

.smarsh .nocursor a {
	cursor:default;
}


.header .navbar-nav .nav-item .dropdown-menu.smarsh-dropdown .nohover a:hover {
	color:#121836;
}


/*-- END MENU CHANGE --*/


.page .product-spotlight .post-meta {
font-size: 14px;
line-height: 21px;
color: rgba(18, 24, 54, 0.4);
}
.page .product-spotlight .post-meta .date {
    padding: 0 0 0 12px;
}

.product-spotlight  h4 {
margin-bottom:8%;
}

/* Track */
.product-spotlight .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.product-spotlight .scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: blue; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.product-spotlight .scroll::-webkit-scrollbar-thumb:window-inactive {
	background: #004EC3; 
}

.product-spotlight .scroll::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(248, 249, 253, 0), rgb(248, 249, 253) 90%);
	width: 100%;
	height: 15em;
}
