.story-list {
	border: 1px solid #e5e5e5;
	background: #fafafa;
}
.teaser-title h1 a, .teaser-title h2 a, .teaser-title h3 a, .teaser-title h4 a  {
	color: #333;
	font-weight: 400;
	font-family: 'Droid Serif','Times New Roman',Times,serif;
}
.teaser-title, .teaser-title > h1, .teaser-title > h2, .teaser-title > h3, .teaser-title > h4, .teaser-extras, .teaser-image {
    margin-bottom: 5px;
}
.teaser, .story-list .massive-teaser-item.teaser {
	border: none;
	border-top: 1px solid #efefef;
	padding: 15px;
	margin: 0;
}
.teaser-title .teaser-extras {
    margin: 0;
}
.teaser .byline, .teaser .teaser-extras .media-icon {
    border-left: 1px solid #ccc;
	padding: 0 10px;	
}
.teaser-title .media-icon {
	border: none;
}
.teaser .byline a {
	vertical-align: baseline;
}

.teaser-title > h1 {
     font-size: 22px;
}
.massive-teaser-item .teaser-title a {
    font-size: 22px;
}
.teaser-title > h2 {
     font-size: 18px;
}
.teaser-title > h3 {
     font-size: 14px;
}
.teaser-title > h4 {
     font-size: 12px;
}

div.gallery-layout .inpage {
	margin: -1px -1px 10px -1px;	
}

.story-list .inpage {
	height: auto;
	padding: 12px 15px 10px 15px;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	font-family: 'Droid Serif','Times New Roman',Times,serif;
	background: #335383;
	border-bottom: 6px solid #1f324f;
	margin: -1px -1px 1px -1px;
	width: calc(100% + 2px);
	position: relative;
}
.story-list .inpage a {
	display: block;
}
.teaser-counter .teaser-image a:after{
	background:rgba(51,83,131, 0.9);
}

@media (min-width: 650px) and (max-width: 1023px) {
	.most-read .teaser,
	.most-read .teaser:nth-of-type(2n+1) {
		float: left;
		width:50%;
		margin-right:0;
		margin-left:0;
	}
}

.nth-child-floats {
	overflow: visible;	
}
.nth-child-floats:after {
    clear: both;
    content: "";
    display: block;
}
.nth-child-floats div.teaser:nth-of-type(1) {
	margin-bottom: 0;
}

@media (min-width: 650px) {

	.nth-child-floats div.teaser:nth-of-type(2n+2), .nth-child-floats div.teaser:nth-of-type(2n+3) {
		width: 50%;
		padding: 10px;
	}

}

.inner-c .borderless.fifty-percent-floats.story-list .teaser:nth-of-type(2n) {
	padding-left: 7px;
}
.inner-c .borderless.fifty-percent-floats.story-list .teaser:nth-of-type(2n + 1) {
	padding-right: 7px;
}



.story-list.borderless {
    background: none;
    border: none;
}
.borderless.story-list .teaser, .borderless.story-list .massive-teaser-item.teaser  {
	margin-left: 0;
	margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
div.story-list.gallery-layout.borderless .inpage {
	margin-bottom: 10px;	
}
.story-list.borderless.title-underline .inpage {
    float:none;
    margin:0 0 0 0;
    overflow:hidden;
    text-indent:35px;
}
.teaser-slider.story-list .inpage{
	padding-right: 75px;
}
.story-list.borderless.title-underline .inpage:before{
    display:inline;
    height:2px;
}
.story-list.borderless.title-underline .inpage:after{
    display:inline;
    height:2px;
    margin:0 0 0 20px;
}
.nth-child-floats.borderless div.teaser:nth-of-type(2n+2) {
    margin-right: 14px;
}
.nth-child-floats.borderless div.teaser:nth-of-type(2n+2),
.nth-child-floats.borderless div.teaser:nth-of-type(2n+3) {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    width: calc(50% - 7px);
}

@media (min-width: 500px) {

.inner-c .fifty-percent-floats .teaser {
	width: 50%;
	float: left;
}
.inner-c .fifty-percent-floats .teaser:nth-of-type(2), .inner-c .story-list.fifty-percent-floats .massive-teaser-item.teaser:nth-of-type(2) {
	border-top: none;
}
.inner-c .fifty-percent-floats::after {
	content: '';
	display: block;
	clear:left;
}
.inner-c .fifty-percent-floats .teaser:nth-of-type(2n+1) {
	clear: left;
}

}

.breaking-override .teaser-title a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 24px;
    padding-bottom: 15px;
}



@media (max-width: 650px) {
.breaking-override div.teaser-title a {
	font-size: 20px;
}
}
@media (min-width: 500px) {

.breaking-override .teaser::after {
	border: none;
}
.breaking-override .teaser-label {
	margin-top: 10px;
}

}
@media (max-width: 499px) {

.breaking-override .large-teaser-item.teaser {
    border-bottom: 4px solid #335383;
    border-top: 4px solid #335383;
}
.breaking-override .teaser-title a {
	color: #1f324f;
}
.breaking-override .teaser-content p {
	color: #666;
}

}

.video-sle .teaser-image a:after,
.video-sle .gallery-layout-item .thumb a:after {
    background-image: url('#file({'filename': 'video-play-icon.svg', 'contentId': $content.contentId, '':''})');
}

/* Slider arrows */
.title-underline.story-list .inpage span.next,
.title-underline.story-list .inpage span.prev{
	background-color:#fff;
}
.teaser-slider .inpage span.next{
	background-image:url('#file({'filename': 'slider-arrow-right.png', 'contentId': $content.contentId, '':''})');
}
.teaser-slider .inpage span.prev{
	background-image:url('#file({'filename': 'slider-arrow-left.png', 'contentId': $content.contentId, '':''})');
}

@media (-webkit-min-device-pixel-ratio:2){
	.title-underline.story-list .inpage span.prev{	
		background-image:url('#file({'filename': 'slider-arrow-left-x2.png', 'contentId': $content.contentId, '':''})');
	}
	.title-underline.story-list .inpage span.next{	
		background-image:url('#file({'filename': 'slider-arrow-right-x2.png', 'contentId': $content.contentId, '':''})');
	}
}

.content-a .inner-c .story-list.teaser-slider {
	margin: 0;
}
.content-a .inner-c .teaser-slider .gallery-layout-item {
	padding-bottom: 0;
}

