/* Topic Article List V2 Design Changes US - iPad Air and Mobile Landscape fix */
@media screen and (min-width: 1440px) {
    .ArticleList-Wrapper .topic-list .topic-list-item .list-item-desc {
        -webkit-line-clamp: 3;
    }
}

@media screen and (min-width: 1181px) and (max-width: 1920px) and (orientation: landscape){
    .ArticleList-Wrapper .topic-list .topic-list-item .list-item-desc {
        -webkit-line-clamp: 3;
    }
} 

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .topicarticlelistv2 .ArticleList-Wrapper .topic-list,
    .topicarticlelistv2 .ArticleList-Wrapper .topic-list .promov2-container {
        min-height: 425px;
    }

    .ArticleList-Wrapper .topic-list .topic-list-item .list-item-desc {
        -webkit-line-clamp: 2;
    }
} 

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
    .topicarticlelistv2 .ArticleList-Wrapper .topic-list,
    .topicarticlelistv2 .ArticleList-Wrapper .topic-list .promov2-container {
        min-height: 475px;
    }
} 

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {

    .topicarticlelistv2 .ArticleList-Wrapper .topic-list,
    .topicarticlelistv2 .ArticleList-Wrapper .topic-list .promov2-container {
        min-height: 530px;
    }

    .ArticleList-Wrapper .topic-list .topic-list-item .list-item-desc {
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 320px) and (max-width: 932px) and (orientation: landscape) {

    .topicarticlelistv2 .ArticleList-Wrapper .topic-list,
    .topicarticlelistv2 .ArticleList-Wrapper .topic-list .promov2-container {
        min-height: 455px;
    }
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .ArticleList-Wrapper .topic-list .topic-list-item .list-item-desc {
        -webkit-line-clamp: 2;
    }

    .ArticleList-Wrapper .topic-list{
        min-height: unset;
    }
}  
.dslCss-variant *[class^='icon-'] {
    background: url(/content/dam/dfs/student-loans/icons/sprite-common.png) no-repeat;
    display: inline-block;
    background-size: 472px;
}  