.story-carousel-component .slick-next,
.story-carousel-component .slick-prev {
    height: 50px
}

.story-carousel-component .slick-prev:before {
    content: '\f104';
    color: #006AC3;
    font-size: 48px;
    opacity: 1;
}

.story-carousel-component .slick-next:before {
    content: '\f105';
    color: #006AC3;
    font-size: 48px;
    opacity: 1;
}

.story-carousel-component .slick-prev:hover:before,
.story-carousel-component .slick-prev:focus:before {
    color: #001244;
}

.story-carousel-component .slick-next:hover:before,
.story-carousel-component .slick-next:focus:before {
    color: #001244;
}

.story-carousel-component .slick-dots li button:before {
    font-size: 40px;
    color: #6f6e6f;
    opacity: 1;
}

.story-carousel-component .slick-dots li button:focus:before,
.story-carousel-component .slick-dots li button:hover:before {
    color: #001244
}

.story-carousel-component .slick-dots li.slick-active button:before {
    color: #0051a5;
    opacity: 1;
    outline: 2px solid #0051a5;
    border-radius: 50%;
}

.story-carousel-component .slick-slide {
    margin: 0
}

.story-carousel-component .tile--news.audio .img-stretch:after,
.story-carousel-component .tile--news.text .img-stretch:after,
.story-carousel-component .tile--news.video .img-stretch:after {
    text-align: center;
    content: "";
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    //border: 2px solid #fff;
    //background: url('/assets/rbccm/images/gib/icons/read-icon-white.svg') rgba(114, 114, 114, .5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px
}
/*
.story-carousel-component .tile--news.text .img-stretch:after {
    background-image: url('/assets/rbccm/images/gib/icons/read-icon-white.svg')
}

.story-carousel-component .tile--news.audio .img-stretch:after {
    background-image: url('/assets/rbccm/images/gib/icons/podcast-icon-white.svg')
}

.story-carousel-component .tile--news.video .img-stretch:after {
    background-image: url('/assets/rbccm/images/gib/icons/watch-icon-white.svg')
}

.story-carousel-component .more,
.story-carousel-component .tile--news.video .play-overlay-sm {
    display: none
}*/
.story-carousel-component--story-3 {
    background: #ffffff;
    padding: 0px;
}

.story-carousel-component--story-3 .slick-next,
.story-carousel-component--story-3 .slick-prev {
    height: 50px
}

.story-carousel-component--story-3 .slick-prev:before {
    content: '\f104';
    color: #006AC3;
    font-size: 48px;
    opacity: 1;
}

.story-carousel-component--story-3 .slick-next:before {
    content: '\f105';
    color: #006AC3;
    font-size: 48px;
    opacity: 1;
}

.story-carousel-component--story-3 .slick-prev:hover:before,
.story-carousel-component--story-3 .slick-prev:focus:before {
    color: #001244;
}

.story-carousel-component--story-3 .slick-next:hover:before,
.story-carousel-component--story-3 .slick-next:focus:before {
    color: #001244;
}

.story-carousel-component--story-3 .slick-dots li button:before {
    font-size: 40px;
    color: #6f6e6f;
    opacity: 1;
}

.story-carousel-component--story-3 .slick-dots li button:focus:before,
.story-carousel-component--story-3 .slick-dots li button:hover:before {
    color: #001244
}

.story-carousel-component--story-3 .slick-dots li.slick-active button:before {
    color: #0051a5;
    opacity: 1;
    outline: 2px solid #0051a5;
    border-radius: 50%;
}

.story-carousel-component--story-3 .slick-slide {
    margin: 0
}

.story-carousel-component--story-3 .tile--news.audio .img-stretch:after,
.story-carousel-component--story-3 .tile--news.text .img-stretch:after,
.story-carousel-component--story-3 .tile--news.video .img-stretch:after {
    text-align: center;
    content: "";
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: none;
    //border: 2px solid #fff;
    //background: url('/assets/rbccm/images/gib/icons/read-icon-white.svg') rgba(114, 114, 114, .5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px
}
/*
.story-carousel-component--story-3 .tile--news.text .img-stretch:after {
    background-image: url('/assets/rbccm/images/gib/icons/read-icon-white.svg')
}

.story-carousel-component--story-3 .tile--news.audio .img-stretch:after {
    background-image: url('/assets/rbccm/images/gib/icons/podcast-icon-white.svg')
}

.story-carousel-component--story-3 .tile--news.video .img-stretch:after {
    background-image: url('/assets/rbccm/images/gib/icons/watch-icon-white.svg')
}

.story-carousel-component--story-3 .more,
.story-carousel-component--story-3 .tile--news.video .play-overlay-sm {
    display: none
}*/