  .standout-container {
    width: 100%;
    position: relative;
    margin: 40px auto 40px auto;
    max-width: 1330px;
}
			
.standout-container .active {
    color: #b6cc2c;
    border: #b6cc2c solid 2px;
	background-color: #036;
}
			
.standout-dot {
    border-radius: 50%;
	color: #fff;
    display: inline-grid;
    height: 180px;
    width: 180px;
    padding: 30px 10px;
	background: #036;
    font-size: 1.5em;
	margin: 0px 10px 10px 0px;
}

			
.slider-content {
	max-width: 1600px;
}
			
.feed-text-container {
    display: unset;
    width: unset !important;
    margin-left: 40px;
}
			
.article-feed-event .feed-snippet {
	font-size: 1em;
			}
			
.article-feed-event h2 {			
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
}
			
.box-style-standout-panel h2 {
    margin-top: 0px;
}
.post-tags, .tag-foot, .prev, .next {
    display: none;
}
.feed-thumbnail-container {
    background-color: transparent;
}