  .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;
}

.standout-slide {
    padding: 0px 45px;
}
			
.standout-container .slider-content {
    display: flex;
    margin: 30px auto 50px auto;
    width: 100%;
}

.box-style-standout-panel .slider-content {
    text-align: left;
}
			
.slider-content {
	max-width: 1600px;
}
			
.box-style-standout-panel .feed-container article {
    padding: 0px;
    width: auto;
    max-width: 1330px;
}

.feed-container article {
    margin: 40px;
	display: flex;
}
.feed-thumbnail-container {
    background-color: #e1e1e1;
    min-width: 355px;
    max-height: 200px;
	overflow:hidden;
}

.feed-thumbnail {
    height: 200px;
    margin: auto;
    display: block;
}
			
.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;
}
			
.box-style-standout-panel a.feed-cta {
    color: #076AB0;
    border: 0px;
    border-bottom: 2px dotted #076AB0;
    padding: 0px;
    margin: 0px !important;
    line-height: 1.2;
}
			
.standout-container .feed-cta {
    display: inline-block;
}
			
.feed-cta {
    white-space: nowrap;
    width: fit-content;
}
			
.tag-foot {
	text-align: center;
	margin: 0px auto;
			}
.tag-bubble {
    color: #585858;
    display: inline-block;
    border: 2px solid #e3e3e3;
    border-radius: 20px;
    width: fit-content;
    padding: 0px 10px;
    margin: 7px 5px;
}		

.tag-bubble:hover {
	border: 2px solid #036;
}
			
.prev, .next {
	display: none;
}