/*=- /Content/Layouts/Smooth/stylesheets/section-home-page-news.less -=*/

.homePageNews h2 {
  color: #c8531f;
}
.homePageNews .articles li > a {
  display: block;
}
.homePageNews .articles li > a::after {
  display: block;
  content: "";
  clear: both;
}
.homePageNews .articles li .article-image {
  min-height: 8.5em;
  background-color: rgba(82, 126, 166, 0.07);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.homePageNews .articles li .article-title {
  margin: 1em 0 0.25em;
  padding: 0 24px;
  color: #466c8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.homePageNews .articles li .article-summary {
  padding: 0 24px;
  max-height: 4.5em;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.5;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
@media print, screen and (max-width: 37.4375em) {
  .homePageNews .articles li {
    height: 8.5em;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-width: 0 0 1px;
  }
  .homePageNews .articles li::after {
    display: block;
    content: "";
    clear: both;
  }
  .homePageNews .articles li:first-child {
    border-top-width: 1px;
  }
  .homePageNews .articles li .article-image {
    width: 44%;
    float: left;
    height: 100%;
  }
  .homePageNews .articles li .article-title {
    width: 56%;
    float: left;
  }
  .homePageNews .articles li .article-summary {
    width: 56%;
    float: left;
  }
}
@media print, screen and (min-width: 37.5em) {
  .homePageNews .articles::after {
    display: block;
    content: "";
    clear: both;
  }
  .homePageNews .articles li {
    width: 50%;
    float: left;
  }
  .homePageNews .articles li:nth-child(odd) {
    clear: left;
  }
  .homePageNews .articles li .article-title {
    margin-top: 0.75em;
  }
  .homePageNews .articles li .article-title,
  .homePageNews .articles li .article-summary {
    padding-left: 8px;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  .homePageNews .articles li {
    margin-bottom: 2.5em;
  }
  .homePageNews .articles li:nth-child(odd) .article-image {
    border: 1px white solid;
    border-width: 0 1px 0 0;
  }
  .homePageNews .articles li .article-image {
    min-height: 14em;
  }
}
@media print, screen and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 56.25em) {
  .homePageNews .articles li {
    width: 25%;
    height: 18em;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .homePageNews .articles li:hover {
    background-color: rgba(82, 126, 166, 0.1);
  }
  .homePageNews .articles li:nth-child(odd) {
    clear: none;
  }
  .homePageNews .articles li:not(:last-child) .article-image {
    border: 1px solid white;
    border-width: 0 1px 0 0;
  }
  .homePageNews .articles li .article-summary {
    font-size: 0.75em;
    max-height: 7.5em;
  }
}
@media print, screen and (min-width: 64em) {
  
}
