.newsMediaLanding .callouts ul li .image, .newsMediaLanding .bottomHighlights ul li .image, .newsMediaLanding .rail ul li .image{
	  width: 100%;
    display: block;
    background:none;
}

.newsMediaLanding .image{
	background-size:cover;
	background-position: center center;
	min-height:201px;
}


.newsMediaLanding a .info{
	color:black;
	position:relative;
}


.newsMediaLanding .circle{
	position:absolute;
	bottom:15px;
	right:15px;
}

.newsMediaLanding.callouts ul li .info{
	padding-bottom:40px;
}

.newsMediaLanding.callouts ul li .info p{
	max-height:150px;
}

.newsMediaLanding ul#container{
	padding:0 15px !important;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:970px;
	margin:0 auto;
}
.newsMediaLanding ul#container li{
	width:calc(33% - 10px);
	max-width:none;
	margin:0;
}

@media screen and (max-width:767px){
	.newsMediaLanding ul#container li{
		width:calc(50% - 10px);
		margin:0;
	}
}

@media (max-width: 600px){
	.newsMediaLanding ul#container{
		margin-top:50px;
	}
	.newsMediaLanding ul#container li{
		width:100%;
		margin:0;
	}
	.news .callouts, .news .bottomHighlights, .news .rail{
		width:100% !important;
		max-width:414px;
		margin:0 auto;
		float:none;
	}
}

@media (max-width: 775px){
	.bodyContainer .filters .search, .bodyContainer .categories .search {
    padding: 7px 0px 3px;
	}
}

@media (max-width: 600px){
	.bodyContainer .filters, .bodyContainer .categories{
		width: 100%;
		max-width:414px;
		margin:30px auto 0 !important;
		float:none;
		display:block !important;
	}
	.newsMediaLanding ul#container {
    margin-top: 30px;
	}
}

@media screen and (max-width:480px){
	.newsMediaLanding ul#container {
    margin-top: 0;
	}
	.news .newsMediaLanding{
		padding-top:30px;
	}
}


/* ARTICLES */

.article .topContent h1, .article .topContent h2{
	text-align: left;
	text-transform: none;
}
.article .newsArticle  img {
	height: auto !important
}
.article .newsArticle .story ul {
    padding-left: 20px!important;
    list-style: disc !important;
}
@media (max-width: 959px) {
	.article .navButtons {
		padding-right: 15px;
	}
}

.toolBar.desktop.nocontent *, .toolBar.tablet.nocontent *{
	box-sizing: content-box;
}

.greyButton{
	cursor:pointer;
}