.heading-inner {
  max-width: 940px;
  margin: 0 auto;
}
		
.heading-inner h1 {
	margin-top: 15px;
  	margin-bottom: 15px;
}

.news-item h1,
.news-item h2,
.news-item h3,
.news-item h4,
.news-item h5,
.news-item h6 {
	margin:0 0 10px 0;	
}

.slider {
	width:100%;
	min-height:410px;
}

.slide {
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	padding:50px 0 60px;
	background-size:cover;
	background-position:center center;
	background-color:#ede9e4;
}

.slide h2 {
	margin-top:0;
	margin-bottom:10px;
	color:#221d06;
	margin-right:40px;
}

.slide p {
	margin-right:40px;
	color:#221d06;
	margin-bottom:14px;
}

.slide .news-item-text {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 960px;
	float:left;

}
	
.news-item {
	width:100%;
	display:block;
	clear:both;
	border-bottom:solid 1px #d31145;
	padding-bottom:15px;
	padding-top:25px;
}

.news-item:last-child {
	border-bottom: none;	
}

.news-item-image .image {
	background-repeat:no-repeat;
	background-size:contain;
	min-height:215px;
	background-position: center center;
}

.news-item-image .image.clickable-image {
	display: block;
}

.news-item-image img {
	max-width:100%;	
}

.news-item-image {
	margin-bottom:20px;
	position:relative;
}

.news-item-image .tag {
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	right:0;
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.news-item-text,
.news-item-image {
	float:left;
}

.news-item-text {
	width:47%;
}

.news-item-text.mixed-feed-text {
	width: 57%;	
	position: relative;
}
		
.news-item-text.mixed-feed-text.is-download,
.news-item-text.is-download {
    /*width: 73%;*/
}

.news-item-text.mixed-feed-text.news-item-text-full {
	width: 100%;
}
				
.news-item-text.mixed-feed-text:after {
	content: '';
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}

.news-item-text.mixed-feed-text.NewsPage:after {
	background-image: url(../images/news-icon-red.png);							
}
										
.news-item-text.mixed-feed-text.InsightPage:after {
	background-image: url(../images/news-icon-red.png);							
}
									
.news-item-text.mixed-feed-text.PressAdSingle:after {
	background-image: url(../images/press-ads.gif);						
}							
			
.news-item-text.mixed-feed-text.PromotionPage:after {
	background-image: url(../images/promotions.gif);							
}												
	
.mixed-feed-text p,
.mixed-feed-text h2,
.mixed-feed-text h4 { margin: 0px; }

.mixed-feed-text p { margin-bottom: 1em; }

.mixed-feed-text span.article-category {
    text-transform: uppercase;
    font-weight: bold;
    font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    color: #D01B49;
    font-size: 14px;
}

.news-item-image {
	width:50%;
	max-width:440px;
	margin-right:3%;
}

.news-item-image.mixed-feed-image {
	width: 40%;	
}

.news-item-image.mixed-feed-image.is-download,
.news-item-image.is-download {
  /*  width: 23%;*/
}

.news-item-image.mixed-feed-image.is-download .image,
.news-item-image.is-download .image {
    min-height: 130px;
}

.news-item-image .image {
	max-width:100%;
}

.tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

.no-svg .tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

.tag.Breakfast {
	background-image: url('../images/cereal_icon.svg');	
}

.no-svg .tag.Breakfast {
	background-image: url('../images/cereal_icon.svg');	
}

.tag.Crisps,
.tag.crisps {
	background-image: url('../images/pringles_icon.svg');	
}

.no-svg .tag.Crisps {
	background-image: url('../images/pringles_icon.png');	
}

.one-quarter label {	
	font-size: 18px;
}

.one-quarter select{
	background: #d31145 url('/images/dropdown-arrow.png') no-repeat right 10px center;
	color:#FFF;
	-webkit-appearance: none;
	border:0;
	border-radius:5px;
	outline:none;
	box-shadow:inset 3px 3px 5px #ea8ea7;
	width:100%;
	margin-bottom:21px;
	height:29px;
	padding:0 0 0 5px;
}
		
.one-quarter select option{
	background: #fff;
	color:#848484;
	border-left:1px solid #d31145
}

.long-tags select {
	float:right;
	width:30%;
	margin:0 10px;
	max-width:180px;
}

.long-tags label {
	float:left;
	font-size: 18px;
}
		
select{
	background: #d31145 url('/images/dropdown-arrow.png') no-repeat right 10px center;
	color:#FFF;
	-webkit-appearance: none;
	border:0;
	border-radius:3px;
	outline:none;
	width:100%;
	margin-bottom:21px;
	height:29px;
	padding:0 0 0 5px;
}
		
select option{
	background: #fff;
	color:#848484;
	border-left:1px solid #d31145
}

@media screen and (max-width: 991px) {
	.slide .news-item-image {
		display:none;
	}
	.slide .news-item-text {
		width:100%;
	}
	.long-tags select {
		float:none;
		width:100%;
		clear:both;
		display:block;
		margin:5px 10px;
		max-width:none;
	}
	
	.long-tags label {
		float:left;
		font-size: 18px;
	}
	.news-item-text,
	.news-item-image {
		float:none;
	}
	
	.news-item-text {
		width:100%;
	}
	
	.news-item-image {
		width:100%;
		margin-right:0;
	}
	.news-item-text.mixed-feed-text.is-download, 
	.news-item-text.is-download,
	.news-item-image.mixed-feed-image.is-download, 
	.news-item-image.is-download,
	.news-item-image.mixed-feed-image,
	.news-item-text.mixed-feed-text { width: 100%; 
	margin: 0 auto; }
	

}

ul.pager li {
	padding: 5px 0;
}
	
.pager li>a {
    padding: 5px 11px;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
