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

.journey h2 {
  font-style: italic;
  color: #3e8b94;
  text-transform: none;
}
.journey > ul::after {
  display: block;
  content: "";
  clear: both;
}
.journey .media-item {
  width: 50%;
  float: left;
}
.journey .media-item-image {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.journey .media-item-text {
  padding: 16px 8px;
}
.journey .media-item .media-title {
  margin: 0;
}
.journey .media-item .media-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.journey .media-item .media-subtitle {
  display: none !important;
}
.journey .media-item .media-content {
  margin-top: 0.5em;
  max-height: 106px;
  overflow: hidden;
  font-size: 14px;
}
.journey .media-item.img-left .media-item-image {
  background-position: left center;
}
.journey .media-item.img-right .media-item-image {
  background-position: right center;
}
@media print, screen and (max-width: 37.4375em) {
  
}
@media print, screen and (max-width: 56.1875em) {
  .journey .media-item:first-child,
  .journey .media-item:nth-child(2) {
    margin-bottom: 2em;
  }
  .journey .media-item:nth-child(odd) {
    clear: left;
  }
  .journey .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) {
  
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 56.25em) {
  .journey h1 {
    margin-bottom: 0.2857142em;
  }
  .journey .media-item {
    width: 25%;
  }
  .journey .media-item:not(:last-child) .media-item-image {
    border: 1px solid white;
    border-width: 0 1px 0 0;
  }
  .journey .media-item .media-content {
    max-height: 8.4375em;
  }
}
@media print, screen and (min-width: 64em) {
  
}
