/* Removing orange background for Feed Slideshow module. fix. */
.juicer-feed .j-blog { background: none;}

/* Slideshow background opacity removal and text colors for legibility */
@media (min-width: 1100px) {
	.slideshow-12 .fsResourceElement article figcaption:before { background: none!important; }
	.slideshow-12 .fsResourceElement article figcaption { color: #FFF;}	
	.slideshow-12 .fsResourceElement article figcaption h1, .slideshow-12 .fsResourceElement article figcaption h2, .slideshow-12 .fsResourceElement article figcaption h3, .slideshow-12 .fsResourceElement article figcaption h4, .slideshow-12 .fsResourceElement article figcaption h5 { color: #FFF;	}
}


.slideshow-12 .fsResourceElement article figcaption h1, .slideshow-12 .fsResourceElement article figcaption h2, .slideshow-12 .fsResourceElement article figcaption h3, .slideshow-12 .fsResourceElement article figcaption h4, .slideshow-12 .fsResourceElement article figcaption h5 {
	color: #FFF; }

.slideshow-12.hero-caption-right .fsResourceElement article figcaption {text-align:right;}

/* Center text on Post Grid view */
.post-grid-center-nvusd .fsPostElement article div:not(.text-wrap):not(.fsThumbnail):last-child { text-align: center; }
.post-grid-center-nvusd { text-align: center}

/* Tab styling to make inactive tabs more visible */

.fsTabs .fsTabsNav li:not(.fsStateSelected) a { background: #EEE; }

/* NVUSD Red Color for box */
.callout-box-light.color-3:after{ background:#F5333F; }