@charset "UTF-8";
/* CSS Document */

/*==================WHAT'S NEW STYLES======================*/
.eds_news_WWW-Sharp .whats-new {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
/*
.eds_news_WWW-Sharp .whats-new article {
  box-shadow: 0px 3px 6px #00000073;
  margin: 15px 15px 0px;
  text-align: center;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
*/

.eds_news_WWW-Sharp .whats-new.dark article{
  box-shadow: none;
  border: 1px solid white;
  border-radius: 4px;
  background-color: black;
  justify-content: flex-start;
 margin: 15px 15px 0px;
}

.eds_news_WWW-Sharp .whats-new.dark article .flex{
  padding: 1.25rem 0.9em;
}

.eds_news_WWW-Sharp .whats-new.dark article a:hover > .flex, .eds_news_WWW-Sharp .whats-new.dark article a:focus > .flex{
  color: #ffffff;
  background-color: black;
    text-decoration: underline;

}

.eds_news_WWW-Sharp .whats-new.dark article a:focus > .flex{
   font-weight: bold;
  text-decoration: underline #CE112B;
}

/*
.eds_news_WWW-Sharp .whats-new.dark article a:focus{
  color: #CE112B;
  text-decoration: underline;
}
*/

.eds_news_WWW-Sharp .whats-new.dark article a{
  transition: none;
}

.eds_news_WWW-Sharp .whats-new.dark article a .flex{
  color: white;
  text-align: left;
  text-decoration: none;
}


.eds_news_WWW-Sharp.eds_subCollection_news .whats-new article.edn_article.edn_simpleArticle5 {
  margin-bottom: 5px
}
.eds_news_WWW-Sharp.eds_subCollection_news .whats-new a:link, .eds_news_WWW-Sharp.eds_subCollection_news .whats-new a:visited, .eds_news_WWW-Sharp.eds_subCollection_news .whats-new a:hover, .eds_news_WWW-Sharp.eds_subCollection_news .whats-new a:active {
  color: #000000;
/*  display: block;*/
}
/*
.eds_news_WWW-Sharp.eds_subCollection_news .whats-new a:hover {
  color: #000000;
}
*/
.eds_news_WWW-Sharp.eds_subCollection_news .whats-new a:hover .separator {
  background-color: #000000;
}
.eds_news_WWW-Sharp.eds_subCollection_news .whats-new .edn_article.edn_simpleArticle5 h2.edn_articleTitle {
  color: inherit;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 5px;
	margin-top: 0;
}
.eds_news_WWW-Sharp .whats-new p.parent-category {margin-bottom: 0;
    font-size: 12px;
    color: #6D6D6D;
    font-weight: bold;
    font-family: 'Montserrat', arial, sans-serif;
	text-transform: uppercase;
}
.eds_news_WWW-Sharp.eds_subCollection_news .whats-new .parent-category span {display: none; font-family: inherit;}
.eds_news_WWW-Sharp.eds_subCollection_news .whats-new .parent-category span:first-child {display: block; text-transform: uppercase;}
.eds_news_WWW-Sharp .whats-new article .flex {
  flex-direction: column;
  padding: 8px 5px;
}
.eds_news_WWW-Sharp .whats-new article .separator {
  display: none;
}

.eds_news_WWW-Sharp .whats-new.dark article .whats-new-dark-img{
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.eds_news_WWW-Sharp.eds_subCollection_news .whats-new article.edn_article.edn_simpleArticle5 .admin_action.edit {
 color: #ffffff;
 padding: 5px;
}

@media handheld, only screen and (min-width:768px) {

  .eds_news_WWW-Sharp .whats-new {
  flex-wrap: wrap;
    flex-direction: row;
  }

  .eds_news_WWW-Sharp .whats-new.dark article {
    width: 45%;
  }
  .eds_news_WWW-Sharp.eds_subCollection_news .whats-new article.edn_article.edn_simpleArticle5 {
    margin-bottom: 15px
  }
  .eds_news_WWW-Sharp.eds_subCollection_news .whats-new .edn_article.edn_simpleArticle5 h2.edn_articleTitle {
    margin-bottom: 10px;
  }
  .eds_news_WWW-Sharp .whats-new article .separator {
    display: block;
    background-color: #940414;
    height: 2px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
    .eds_news_WWW-Sharp .whats-new.dark article .whats-new-dark-img{
    max-height: 150px;
  }
  
}
@media handheld, only screen and (min-width:992px) {
  .eds_news_WWW-Sharp .whats-new {
  flex-wrap: nowrap;
  flex-direction: row;
  }
    .eds_news_WWW-Sharp .whats-new article .flex {
    padding: 35px;
  }
  .eds_news_WWW-Sharp.eds_subCollection_news .whats-new .edn_article.edn_simpleArticle5 h2.edn_articleTitle {
    font-size: 18px;
    line-height: 22px;
  }
  .eds_news_WWW-Sharp .whats-new article .separator {
    margin-top: 26px;
  }
  
 .eds_news_WWW-Sharp .whats-new.dark article {
    width: 33%;
  }
  
    .eds_news_WWW-Sharp .whats-new.dark article .whats-new-dark-img{
    max-height: 175px;
    min-height: 175px;
  }
}



