/**************************************/
/* Default styles for news extension */
/**************************************/

div.newsList1
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
   
   margin-top: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
   div.newsList1
   {
      column-count: 4;
   }
   .newsList1 div.article
   {
      min-height: 265px;
      break-inside: avoid;
   }
}

.newsList2 div.outer
{
   float: left;
   max-width: 50%;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-right: 25px;
	z-index: 10;
}

.newsList1 .frameMoreLinkWrapper a.moreLink
{
   color: #003665;
}

.newsHeader a,
.newsHeader a:visited
{
	color: #003665;
   font-weight: 600;
}

.newsList1 h3
{
   font-size: 15px;
}

.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newsList1 div.frameMoreLinkWrapper
{
   position: absolute;
   right: 15px;
   bottom: 15px;
}

.news .article 
{
   padding-top: 15px;
   padding-left: 15px;
   padding-right: 15px;
	margin-bottom: 15px;
   background-color: #FFF;
   background-color: rgba( 255, 255, 255, 0.7 );
}
.news .article.listLink
{
   color: #FFF;
   background-color: #003665;
   background-color: rgba( 0, 54, 101, 0.85 );
}

.listLink h3.headerItem
{
   color: #FFF;
}

.listLink h3.headerItem a,
.listLink h3.headerItem a:visited
{
	color: inherit;
}

.listLink div.ce-gallery
{
   margin-top: 35px;
}

.newsList1 div.header
{
    min-height: 3em;
	padding-bottom: 1em;
}

.newsList1 div.teaser-text
{
	position: unset;
    height: 160px;
	padding-bottom: 15px;
}

.newsList1 .article:hover
{
   background-color: #003665;
   background-color: rgba( 0, 54, 101, 0.7 );
   
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}

.newsList1 .article:hover .frameMoreLinkWrapper a.moreLink,
.newsList1 .article:hover *
{
   color: #FFF;
   
        -webkit-transition: color .5s ease-in-out;
        -moz-transition: color .5s ease-in-out;
        -ms-transition: color .5s ease-in-out;
        -o-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out;
}
.newsList1 .article.listLink:hover
{
   color: #3E3E3E;
   background-color: #FFF;
   background-color: rgba( 170, 170, 170, 0.85 );
}

.newsList1 .article.listLink:hover .frameMoreLinkWrapper a.moreLink,
.newsList1 .article.listLink:hover *
{
   color: #3E3E3E;
   
        -webkit-transition: color .5s ease-in-out;
        -moz-transition: color .5s ease-in-out;
        -ms-transition: color .5s ease-in-out;
        -o-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out;
}

.newsList2 .article:last-child 
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.newsList2 .article:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newsList2 .article .news-img-wrap 
{
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img 
{
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap 
{
	float: right;
	width: 282px;
   max-width: 55%;
   height: auto;
	margin: 0 0 0 25px;
   z-index: 5;
}

.news-single .article div.mediaelement-image
{
}

.news-single .article .news-img-wrap img 
{
   max-width: 100%;
   height: auto;
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}
