.articleCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}
.articleCard{
    border-radius: 4px;
    width: 255px;
    height: 335px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 36px 30px 0 0;
    width: calc(1/3*100% - (1 - 1/3)*30px);
    color: #fff;
    cursor: pointer;
}
.articleCard img
{
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.articleCardText p img{
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-top: -5px;
}
.taxonomy-description p {
    font-size: 16px;
}
/*
  align last row columns to the left
  3n - 3 columns per row
*/
.articleCards > div:nth-child(3n) {
    margin-right: 0;
}
.taxonomy-description p:last-of-type{
    margin-bottom: 0;
}
.articleCards::after {
    content: '';
    flex: auto;
}
.articleCardText{
    padding: 15px;
    border: 1px solid #D8DEE2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 195px;
    color: #333;
}
.articleCardText .rob-bold {
    font-weight: 600;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.articleCard p a{
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 28px;
    color:#333333;
    font-weight: 600;

}
.articleCard p a:hover{
    text-decoration: none;
}
.articleCardTextDesc{
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.categoryCallout.rb-cta-wrapper{
    margin-top:36px;
    cursor: pointer;
    border-radius: 4px;
}
.categoryCallout.rb-cta-wrapper .rb-cta-btn-wrap a:hover{
    text-decoration: none;
    background:#e55600;
}
.articleCards > div:nth-child(-n+3) {
    margin-top: 0;
}
.featuredArticle{
    display: flex;
}
.featuredArticle img{
    width: 255px;
    object-fit: cover;
    height: 229px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.featuredArticle  .articleCardText {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 229px;
    width: 100%;
    padding: 20px 30px;
}
.featuredArticle  .articleCardText p:first-of-type{
    font-size: 12px;
    Line-height: 16px;
    text-transform: uppercase;
}
.featuredArticle  .articleCardText p:last-of-type{
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.featuredArticle .rob-bold {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    height: auto;
}
.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.carousel {
    width: 90vw;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    /* use this property to hide the scrollbar on firefox */
    scrollbar-width: none;
    margin-left: -43px;
    margin-right: -43px;
    margin-top: -55px;
}
/*  use this pseudo class to hide the scrollbar on chrome */
.carousel::-webkit-scrollbar {
    display: none;
}
.item {
    flex-basis: calc(50% - 15px);
    flex-shrink: 0;
    height: auto;
}
.carousel-wrapper .articleCardText {
    height: 172px;
}

.owl-prev, .owl-next {
    position: relative;
    bottom: 180px;
    border: 1px solid #d8dee2;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%), 0 2px 30px 0 rgb(0 0 0 / 16%);
    border: solid 1px #d8dee2;
    margin-top: 41%;
    display: block;
    flex: none;
    z-index: 9;
}

.owl-next:after, .owl-prev:after  {
    font-family: alist-icons;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: 40px;
    color: #3174EE;
    position: absolute;
    top: 0px;
    font-size: 24px;
}
.owl-next:after { content: "\3e"; left: 10px; }
.owl-prev:after { content: "\3f"; left: 7px; }

.owl-next { right: -20px; }
.owl-prev { left: -20px; visibility: hidden;}
h2.carouselTitle{
    font-size: 22px;
    margin: 0;
    line-height: 20px;
    letter-spacing: 2.2px;
    font-family: 'brandon_grotesquebold';
}

@media only screen and (max-width: 1024px) {
    .featuredArticle, .categoryCallout.rb-cta-wrapper {
        display: block !important;
    }
    .featuredArticle, .rb-cta-text{
        margin-bottom: 30px;
    }
    .featuredArticle img{
        width: 100%;
        height: auto;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
    }
    .featuredArticle .articleCardText {
        height: auto;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
    }
    .categoryCallout .rb-cta-btn-wrap .rb-cta-btn{
        width: 100%;
    }
    .articleCards > div {
        margin-top: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .articleCards {
        margin-bottom: 36px;
    }
    .carouselCards .articleCard{
        width: 100%;
    }
    .owl-next, .owl-prev{
        display: none !important;
    }
    .carousel-wrapper {
        margin-left: 0px;
        overflow: hidden;
        margin-right: -15px;
    }
    .item {
        flex-basis: 85%;
    }
    .carousel {
        width: 100vw;
        margin-top: auto;
    }
    .articleCard {
        margin: 36px 15px 0 0;
        height: auto;
    }
    .carousel .articleCard{
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}
