@import url("https://use.typekit.net/xom0cdw.css");

.cb-relatedarticles h2 {
    text-align: center;
    margin: 0 auto
}

.cb-relatedarticles .arrows {
    display: none
}

.cb-relatedarticles .slides {
    position: relative;
    margin-left: -8px;
    padding-bottom: 50px;
    margin-right: -8px;
    width: calc(100% + 8px)
}

.cb-relatedarticles .slick-next,
.cb-relatedarticles .slick-prev {
    display: none !important
}

.cb-relatedarticles .slick-dots {
    width: 100%;
    margin: 0;
    left: 0;
    position: absolute;
    text-align: center;
    list-style: none;
    bottom: -30px
}

.cb-relatedarticles .slick-dots li {
    transition: all .3s ease-in-out;
    display: inline-block;
    margin: 0 3px;
    outline: none;
    width: 12px;
    height: 12px;
    padding-left: 0
}

.cb-relatedarticles .slick-dots li:first-child {
    margin-left: 0
}

.cb-relatedarticles .slick-dots li:before {
    display: none
}

.cb-relatedarticles .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    border: none;
    background: none;
    text-indent: -8000px;
    outline: none
}

.cb-relatedarticles .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    content: "";
    width: 12px;
    height: 12px;
    background: #3c3c3c;
    display: block
}

.cb-relatedarticles .slick-dots li.slick-active button:before {
    background: #2baeef;
    background: #172a6a
}

.cb-relatedarticles .slick-dots li button {
    padding: 0 !important
}

.cb-relatedarticles .slick-dots li button:before {
    width: 7px;
    height: 7px;
    background: #d0d0d0
}

.cb-relatedarticles .e-item {
    padding: 0 8px;
    outline: none;
    border-bottom: none
}

.cb-relatedarticles .e-item:hover h5 {
    border-color: #e50062
}

.cb-relatedarticles .e-item img {
    transition: opacity .3s ease-in-out;
    width: 100%;
    border-radius: 10px
}

.cb-relatedarticles .e-item h4 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    margin: 0;
    padding: 8px 0
}

.cb-relatedarticles .e-item p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    color: #555;
    margin: 0;
    font-weight: 300
}

.cb-relatedarticles .e-item h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    color: #e50062;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease-in-out
}

.cb-relatedarticles .e-item h5:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    content: "\f105";
    position: absolute;
    right: -15px;
    top: -3px;
    color: #e50062
}

.cb-relatedarticles .e-item .img-info {
    display: flex;
    margin-top: 20px
}

.cb-relatedarticles .e-item .img-info p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    color: #555;
    font-weight: 300;
    position: relative
}

.cb-relatedarticles .e-item .img-info p:before {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    content: "";
    position: absolute;
    background-repeat: no-repeat
}

.cb-relatedarticles .e-item .img-info p.author {
    margin-right: 15px;
    margin-left: 22px
}

.cb-relatedarticles .e-item .img-info p.author:before {
    background-image: url(/images/icons/svg/icon-author.svg);
    height: 16px;
    width: 16px;
    top: 1px;
    left: -22px
}

.cb-relatedarticles .e-item .img-info p.date {
    margin-left: 19px
}

.cb-relatedarticles .e-item .img-info p.date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073";
    height: 20px;
    width: 20px;
    top: 3px;
    color: #0094df;
    left: -19px
}

@media (max-width:992px) {
    .cb-relatedarticles .slick-list {
        overflow: visible
    }
}

@media (min-width:992px) {
    .cb-relatedarticles h2 {
        text-align: center
    }

    .cb-relatedarticles .arrows {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 260px;
        margin: 0 auto
    }

    .cb-relatedarticles .arrows .next-arrow,
    .cb-relatedarticles .arrows .prev-arrow {
        position: absolute;
        cursor: pointer;
        top: 17px
    }

    .cb-relatedarticles .arrows .next-arrow {
        margin-left: 335px
    }

    .cb-relatedarticles .arrows .prev-arrow {
        margin-right: 340px
    }

    .cb-relatedarticles .e-item {
        padding: 0 15px
    }

    .cb-relatedarticles .e-item h4 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        padding: 12px 0
    }

    .cb-relatedarticles .e-item p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin-bottom: 5px
    }

    .cb-relatedarticles .e-item h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        margin-right: 15px
    }

    .cb-relatedarticles .e-item h5:after {
        right: -15px;
        top: -2px
    }

    .cb-relatedarticles .e-item .img-info {
        margin-top: 20px
    }

    .cb-relatedarticles .e-item .img-info p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 22px
    }

    .cb-relatedarticles .e-item .img-info p.author {
        margin-right: 15px
    }

    .cb-relatedarticles .e-item .img-info p.author:before {
        height: 16px;
        width: 16px;
        top: 3px
    }

    .cb-relatedarticles .e-item .img-info p.date:before {
        height: 20px;
        width: 20px;
        top: 3px
    }

    .cb-relatedarticles .e-item .img-info p:before {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 28px
    }

    .cb-relatedarticles .slick-next,
    .cb-relatedarticles .slick-prev {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 42px;
        color: #2baeef;
        display: block !important
    }

    .cb-relatedarticles .slick-prev {
        left: -20px
    }

    .cb-relatedarticles .slick-next {
        right: -20px
    }

    .cb-relatedarticles .slick-dots {
        bottom: -80px
    }

    .cb-relatedarticles .slick-dots li button:before {
        width: 9px;
        height: 9px
    }
}

@media (min-width:1430px) {
    .cb-relatedarticles .e-item {
        padding: 0 40px
    }

    .cb-relatedarticles .slides {
        position: relative;
        padding-bottom: 30px;
        margin-left: -40px;
        margin-right: -40px;
        width: calc(100% + 80px)
    }
}