.related-content {position: relative; overflow: hidden;}
.related-content img{width: 100%;}
.related-content a, 
.related-content a:active,
.related-content a:focus ,
.related-content a:visited{color: inherit;font-family: inherit;}


.related-content .text_container {
  min-height: 130px;
}

.related-content .text_container p {
    font-size: 16px;
    line-height: 24px;
  	margin-bottom: 20px;
}
.related-content h3,
.related-content h4{
    margin-bottom: 5px;
    font-family: "ff-good-headline-web-pro-con",sans-serif;
    color: #444;
}
.related-content h3{font-size: 40px;line-height: 40px; margin-bottom:30px;}
.related-content h4{font-size: 26px;line-height: 26px;}

.related-content .related-item{margin-bottom: 10px;}
.related-content .image-int{background: #373737;margin-bottom: 20px;}
.related-content .date { padding-bottom: 10px;}
.related-content .related-footer a {color: #00bbe3; font-family: 'Aktiv Grotesk W01 Medium';}

/** full adjustments **/
.related-content.large-12 .related-item.large-12 h4{margin-bottom: 30px;font-size: 42px;line-height: 46px;}
.related-content.large-12 .related-item.large-12 .text_container p {font-size: 18px;line-height: 28px;}

/** third adjustments  **/
.related-content.large-4 .related-item{width: 100%;}


/*********** slider *************/
.related-content .slick-slider {margin-bottom: 0; width: 100%; overflow: hidden;}
.related-content .related-nav-int{border-top: 1px solid #e1e1e1; padding: 15px 0 80px;}
.related-content .arrow { 
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0,0,0,.4);
  border: 2px solid #FFF;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 25px;
}
.related-content .arrow.prevSlide{padding-right: 3px;}
.related-content .arrow.nextSlide{margin-left: 10px; padding-left: 3px;}
.related-content .offerDetails a {
  color: #00BBE3;
  font-family: "Aktiv Grotesk W01 Medium"
}
@media only screen and (max-width: 1025px){
    .related-content { width: 100%;}
    .related-content .image-int{ max-width: 440px;}
}
/* t-236596 */
@media only screen and (min-width: 1026px){
    .related-content.large-12 .related-item.left.large-4:nth-child(3n+1){clear:left;}
} 
