.newsheader .news-list-item {
	position: relative;
}
.newsheader .newsimg {
	margin-bottom: 0;
	height: 90vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.newsheader .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.newsheader .newsimg a {
	height: 100%;
	width: 100%;
	display: block;
}
.newsheader .newsheadertext {
	bottom: 100px;
	position: absolute;
	left: 10%;
	padding: 2%;
	color: #fff;
	max-width: 40%;
}
.newsheader h2 {
	font-size: 3.5vw;
	margin-bottom: 0;
	line-height: 1.1;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	z-index: 2;
	position: relative;
	font-weight:300;
}
.newsheadertext p {
	margin-bottom: 0;
}
.newsheadertext .linkwrap {
	position: relative;
	z-index: 2;
}
.newsheadertext a {
	position: relative;
}
.newsheader .newsheadertext::before  {
	position: absolute;
	border-right: 3px solid #d5001c;
	content: '';
	width: 45%;
	height: 40%;
	right: 0;
	border-top: 3px solid #d5001c;
	top: 0;
	z-index: 1;
}
.newsheader .newsheadertext::after {
	position: absolute;
	border-left: 3px solid #d5001c;
	content: '';
	width: 45%;
	height: 40%;
	left: 0;
	border-bottom: 3px solid #d5001c;
	bottom: 0;
	z-index: 1;
}

.newsheader a.btn-read-more {
	color: #fff;
	border: 1px solid;
	text-decoration: none;
	padding: 1vw 1.5vw;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.5vw;
	/* height: calc(0.8vw + 20px); */
	display: block;
	width: fit-content;
	margin-top: 2vw;
}

.newslisthome .row.news-list-item, .newslist .row.news-list-item {
	flex-direction: column;
	height:100%;
}
.newslisthome .newsimg a, .newslist .newsimg a {
	/* height: 20vw; */
	/* display: block; */
}
.newslisthome .newsimg a img, .newslist .newsimg a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.newslisthome .newstext, .newslist .newstext {
	border: 1px solid #fff;
	border-top: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newslisthome .newstext h3, .newslist .newstext h3 {
	line-height: 1.2;
	margin-bottom: 1rem;
}

.newslisthome .newstext h3 a, .newslist .newstext h3 a  {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 2rem;
}
.newslisthome .newstext .lead p, .newslist .newstext .lead p {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.2;
}
.newslisthome .newstext .extra, .news-single .extra,  .newslist .newstext .extra{
	display: flex;
	align-items: center;
	color: #d5001c;
	font-weight: 700;
	padding-top: 5vw;
	position: relative;
}
.newslisthome .newstext .datespacer, .news-single .extra .datespacer, .newslist .newstext .datespacer{
	height: 1px;
	background: #d5001c;
	width: 4vw;
	margin: 0 0.5vw;
}
.newslisthome .newstext .btn-read-more, .newslist .newstext .btn-read-more{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: transparent;
	color: transparent;
	outline: 0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}
.news-single .newsheader {
	position: relative;
}
.news-single .article .row {
	flex-direction: column;
}
.news-single .extra {
	padding-bottom: 1vw;
}
.news-single .textblock .teasertext p {
	font-size: 1.5rem;
}
.news-single .textblock {
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom:5vw;
}
.news-single .textblock p {
	font-size: 1.2rem;
}
.news-single .textblock .btn {
	background: #d5001c;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	font-size: 1.2rem;
	border: 0;
}
.pagination {
	justify-content: center;
	padding: 2vw 0;
}
.page-item {
	margin: 0 4px;
}
.page-link {
	border-radius: 0 !important;
	border-color: #fff;
}
.page-link:hover {
	color: #d5001c;
	background: #e3e4e4;
	border-color: #fff;
}
.active > .page-link {
	background: #d5001c;
	border-color: #d5001c;
}
.active > .page-link:hover {
	color: #fff;
	background: #d5001c;
	border-color: #d5001c;
}
@media (max-width: 820px) {
.newslisthome .newsimg a, .newslist .newsimg a {
	/* height: 30vw; */
}
.newsheader .newsimg {
	height: auto;
}
	
.newsheader .newsheadertext {
	bottom: 20px;
	left: 7%;
	max-width: 50%;
}
.newsheader h2 {
	font-size: 4.5vw;
}	
.newsheader .extra {
	display: none;
}
	
.newsheader a.btn-read-more {
	font-size: 2vw;
	/* height: calc(2vw + 20px); */
	padding: 1vw 1.5vw;
}
.newslisthome > .row > .col:last-child {
	display: none;
}	
}
@media (max-width: 420px) {
.newslisthome .newsimg a, .newslist .newsimg a {
	/* height: 30vw; */
}	
.newsheader .newsimg {
	height: auto;
}
.newsheader .newsheadertext {
	bottom: 20px;
	left: 7%;
	padding: 5%;
	max-width:60%;
}	
.newsheader h2 {
	font-size: 5vw;
}	
.newsheader .extra {
	display: none;
}
	
.newsheader a.btn-read-more {
	display:none;
}

}


@media (min-width: 1200px) {
	

.newsheader a.btn-read-more {
	font-size: 1vw;
	/* height: calc(2vw + 20px); */
	padding: 0.5vw 1vw;
}
.newsheader a.btn-read-more {
	padding: 0 !important;
    border:0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.newsheadertext .linkwrap {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
}