#news-container {
    padding-top:0px;
    margin-top:80px;
}
.newsTeaser{ 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsTeaser p {
    margin-bottom:0px!important;
}
.newsTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsTitleHolder {
    min-height:58px;
}

canvas {
    max-width:100%;
}
.overlay {
    background: linear-gradient(180deg, rgba(33, 37, 41, 0) 50%, #212529 100%);
    position: absolute;
    bottom: 0px;
    width:100%;
    min-height:30px;
    z-index:999;
    border-radius:8px;
    min-height:100%
}
.nurseryGalleryHolder {
    position:relative;
    border-radius:8px;
    margin:0px;

}
#nurseryGalleryShape {
    display:none;
}
.nurseryGalleryCarousel {
    position:relative; 
    z-index:99;
}
.nurseryGalleryImg {
    position:relative; 
    border-radius:8px; 
    z-index:99;
}
.nurseryGalleryControlsHolder {
    position:absolute;     
    right: 0px;
    top: 0px;
    z-index: 99;
}
.nurseryGalleryPhotoNumberHolder {
    position:absolute;
    right: 14px;
    bottom: 10px;
    z-index:99; 
    text-align:right; 
    background:none;
}
.currentPhoto {
    font-size:35px; 
    line-height:45px; 
    color:#fff;
}
.numberOfPhotos {
    color:#fff; 
    font-size:18px; 
}

@media (min-width: 768px) {

    #nurseryGalleryShape {
        position: absolute;
        bottom: 11%;
        left: -7%;
        z-index: 1;
        display:inline;
    }
    .nextArrow, .prevArrow {
        max-width:none;
    }

    
}

.articleSummary {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:999;
}
.articleSummary h1 {
    color:#fff;
    font-weight:700;
    font-size:35px;
    line-height:100%;
    font-family: 'Hero Junior';
}
.articleSummary p {
    font-size:18px;
    line-height:130%;
    font-weight:400;
    color:#fff;
}
.articleSummary p strong {
    font-weight:700;
}

.articleSummary svg, .otherBlogHolder svg, .articleSummaryMob svg {
    height:8px;
    width:8px;
    position: relative;
    top: -3px;
  }

  .blogCatLabel {
    padding:10px 24px;
    border-radius:25px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    line-height:130%;
    text-align: center;
    position: relative;
    top:-10px;

  }
.catHolder {
    column-gap: 10px;
}
  .whiteBtn {
    background-color:#fff;
    border:1px solid #E8063C;
  }
  .whiteBtn a {
    color:#E8063C;
  }
  .tealBtn {
    background-color:#1AA39C;
    border:1px solid #1AA39C;
  }
  
  .orangeBtn {
    background-color:#FF9E18;
    border:1px solid #FF9E18;
  }
  
  .claretBtn {
    background-color:#C10267;
    border:1px solid #C10267;
  }
  
  .blueBtn {
    background-color:#00678A;
    border:1px solid #00678A;
  }
  
  .purpleBtn {
    background-color:#952499;
    border:1px solid #952499;
  }
  
  .greenBtn {
    background-color:#62BB46;
    border:1px solid #62BB46;
  }

  .otherBlogHolder img {
    border-radius:8px;
    max-height:92px;
    margin-top:10px;
  }
  .otherBlogHolder h3 {
    color:#212529;
    font-weight:700;
    font-size:18px;
    line-height:23.4px;
  }
 .otherBlogHolder .summary {
    color:#6B747E;
    font-size:16px;
    font-weight:300;
    line-height:20.8px;
   }

.mainBlogContent h2, .mainBlogContent h1, .mainBlogContent h3 {
    font-size:28px;
    font-weight:700;
    font-family:'Hero Junior';
    line-height:100%;
    color:#212529;
}

.mainBlogContent h2 {
    margin-top:40px;
}
.relatedBlogs h2, .featuredBlogsHeader h2 {
  font-family:'Hero Junior';
  font-size:22px;
  font-weight:700;
  color:#212529;
}
.relatedBlogCatLabel {
  font-weight:700;
  font-size:15px;
  color:#fff;
  padding:10px 24px;
  text-align:center;
  display: inline;
  position: absolute;
  bottom: 0px;
  left:0px;
}
.additionalBlogs a {
  color:#E8063C;
  text-decoration: underline;
  font-size:15px;
  line-height:19.5px;
  font-weight:700;

}
.additionalBlogs svg {
  height:8px;
  width:8px;
  position: relative;
  top: -3px;
}
.additionalBlogs .summary {
  color:#6B747E;
  font-size:16px;
  font-weight:300;
  line-height:20.8px;
 }
 .additionalBlogs h3 {
  color:#212529;
  font-size:18px;
  line-height:25.2px;
  font-weight:700;
}
.additionalBlogs img {
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.additionalBlogs .newsTeaser {
  font-weight:300;
  color:#212529;
  font-size:16px;
  line-height:20.8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height:79px;
}
.additionalBlogs h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height:50.5px;
}
.additionalBlogs .card-body {
  background-color:#FAF6F1;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}
.owl-carousel.off {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  
}

.owl-carousel .owl-item {
  padding-top:0px!important;
}

@media (max-width: 767px) {

  .relatedBlogs h2, .featuredBlogsHeader h2 {
    font-family:'Hero Junior';
    font-size:18px;
    font-weight:700;
    color:#212529;
    line-height:100%;
  }
  .articleSummary h1 {
    font-size:22px;
    line-height:100%;
  }
  .nurseryGalleryHolder {
    margin-left:-15px;
    margin-right:-15px;
    border-radius:0px;
  }
  .overlay, .nurseryGalleryImg {
    border-radius:0px;
  }
  

  
}


.tickerHolderMob {
  background-color: #fb54ae;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 7px;
  width: 100%;
  text-align: center;
  height: 37px;
  line-height: 33px;
  position: relative;
  top: 26px;
  z-index: 9999000
}

.backLink {
  color:#E8063C;
  text-decoration: underline;
  font-size:15px;
  line-height:19.5px;
  font-weight:700;
}
.backLink:hover, .backLink:focus {
  color:#C10267;
}
#st-1 {
  display:inline-block!important;
  text-align:left!important;
  padding-left:20px;
}
.featuredBlogsHeader p {
  position: relative;
  top:2.5px;
  font-weight:700;
  font-size:18px;
  line-height:140%;
  color:#212529;
}
.nurseryGalleryControlsHolder {
  z-index:99999;
}