.news-list--full, .news-list {
	margin-bottom: 2.2rem;
}


.news-list--full .news-list__title {
	margin-bottom: 2.4rem;
	font-size: 28px !important;
}

.news-list--full .news-list__item {
	display: flex;
	margin-bottom: 1.6rem;
}

.news-list--full .news-list__item .news-list__item-content {
	padding: 20px;
	width: 50%;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-list--full .news-list__item .news-list__item-content.no-image {
	width: 100%;
}

.news-list--full .news-list__item-category {
	margin-bottom: 0.4rem;
}

.swReset .news-list--full .news-list__item-title {

	color: #00205c !important;
	font-family: 'Helvetica Neue LT W05_95 Black', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: normal !important;
	margin-bottom: 5px;
}

.swReset .news-list--full .news-list__item-title a, .swReset .news-list__item-title a:hover {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	line-height: inherit;
	text-decoration: none;
}

.news-list--full .news-list__item-date {
	margin-bottom: 1.8rem;
}


.news-list--full .news-list__item .news-list__item-image {
	width: 50%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-repeat: no-repeat;
}

.news-list--full .news-list__item .news-list__item-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-list--full .news-list__item .news-list__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.news-list--full .news-list__item .news-list__item-detail-link {
	border-top: 2px solid #e6e6e6;
	margin: 20px -20px -20px -20px;
}

.news-list--full .news-list__item .news-list__item-detail-link a {
	position: relative;
	display: block;
	padding: 15px 20px;
	text-decoration: none !important;
	transition: all 100ms ease;
}

.news-list--full .news-list__item .news-list__item-detail-link a:hover {
	background-color: #00205c;
	color: #fff;
}

.news-list--full .news-list__item .news-list__item-detail-link a:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free", serif;
	position: absolute;
    font-weight: 700;
	right: 20px;
	font-size: 1.5em;
}

.lp-card-link {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 #d8d8d8;
	-moz-box-shadow: 0 0 10px 0 #d8d8d8;
	box-shadow: 0 0 10px 0 #d8d8d8;
	padding: 20px;
	color: #1476b8;
	display: block;
	line-height: 1rem;
	position: relative;
	text-decoration: none !important;
	cursor: pointer;
	margin-bottom: 1.6rem;
	font-family: 'Helvetica Neue LT W05_56 Italic', serif;
	transition: all 100ms ease;
}

.lp-card-link:hover {
	background-color: #00205c;
	color: #fff;
}


.lp-card-link:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free', serif;
	position: absolute;
    font-weight: 700;
	right: 20px;
	font-size: 1.5em;
}

.news-list--full .news-list__load-more.lp-card-link:after {
	content: '\f078';
    font-weight: 700;
}


.news-list.news-list--full .lp-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 #d8d8d8;
	-moz-box-shadow: 0 0 10px 0 #d8d8d8;
	box-shadow: 0 0 10px 0 #d8d8d8;
	padding: 0;
}

.news-list__loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #00205c;
	width: 50px;
	height: 50px;
	-webkit-animation: cardLoaderSpin 2s linear infinite; /* Safari */
	animation: cardLoaderSpin 2s linear infinite;
	margin: 4rem auto;
}

@-webkit-keyframes cardLoaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes cardLoaderSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


@media screen and (max-width: 768px) {
	.news-list--full .news-list__item {
		flex-direction: column;
	}

	.news-list--full .news-list__item-content {
		order: 2;
	}

	.news-list--full .news-list__item-image {
		margin-left: 0;
		width: 100%;
		height: unset;
		order: 1;
	}

	.news-list--full .news-list__item .news-list__item-content,
	.news-list--full .news-list__item .news-list__item-image {
		width: 100%;
	}

}

.ccm-block-share-this-page ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-share-this-page ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-share-this-page svg{max-height:13px}.ccm-block-social-links ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-social-links ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-social-links svg{max-height:13px}


