/*=- /Content/Layouts/Smooth/stylesheets/section-highlights.less -=*/

.highlights h2,
.highlights h3 {
  color: #96004d;
}
.highlights > ul::after {
  display: block;
  content: "";
  clear: both;
}
.highlights .media-item {
  width: 50%;
  float: left;
}
.highlights .media-item:nth-child(odd) {
  clear: left;
}
.highlights .media-item-image {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.highlights .media-item .media-title {
  margin: 0;
}
.highlights .media-item .media-title a {
  display: block;
  padding: 10px 8px 0;
  color: #96004d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.highlights .media-item .media-subtitle a {
  display: block;
  padding: 0 8px 10px;
}
.highlights .media-item .media-subtitle br + em {
  line-height: 1;
  color: #929292;
}
.highlights .media-item .media-content {
  display: none !important;
}
.highlights .media-item.img-left .media-item-image {
  background-position: left center;
}
.highlights .media-item.img-right .media-item-image {
  background-position: right center;
}
@media print, screen and (max-width: 37.4375em) {
  .highlights .media-item {
    margin-bottom: 2.5em;
  }
  .highlights .media-item:last-child,
  .highlights .media-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .highlights .media-item:nth-child(odd) .media-item-image {
    border: 1px solid white;
    border-width: 0 1px 0 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  .highlights .media-item {
    width: 25%;
  }
  .highlights .media-item:nth-child(odd) {
    clear: none;
  }
  .highlights .media-item:nth-child(4n+5) {
    margin-top: 2em;
    clear: left;
  }
  .highlights .media-item:not(:last-child) .media-item-image {
    border: 1px solid white;
    border-width: 0 1px 0 0;
  }
  .highlights .media-item .media-subtitle {
    font-size: 0.75em;
  }
  .highlights .media-item .media-subtitle p strong {
    font-size: 1.153846em;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 56.25em) {
  .highlights h1 {
    margin-bottom: 0.2857142em;
  }
  .highlights .media-item {
    -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;
  }
  .highlights .media-item:hover {
    background-color: rgba(82, 126, 166, 0.1);
  }
}
@media print, screen and (min-width: 64em) {
  
}
