/* icons */
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

.icon-after:after, .more:after {
    top: -0.1em;
}

.icon-playcircle.icon-after:after{
    top: 0;
}

/* line-height */
.typography-all-stories-headline:lang(ko){
    line-height: 1.1;
}

@media only screen and (max-width:1068px){
    .typography-all-stories-headline:lang(ko){
        line-height: 1.1875;
    }
}

@media only screen and (max-width:734px){
    .typography-all-stories-headline:lang(ko){
        line-height: 1.2;
    }
}

.button:lang(ko){
    line-height: normal;
}

@media only screen and (max-width:734px){
    .button:lang(ko),
    .section-router .section-content .button:lang(ko),
    .section-all-stories .button:lang(ko){
        line-height: 1.2857742857;
    }
}

.small-custom{
    display: none;
}

@media only screen and (min-width:398px) and (max-width:734px){
    .small-custom{
        display: block;
    }
}

/* unuversity-kentucky */

.paddlenav-only {
    display: none;
}

@media only screen and (max-width:637px){
    .paddlenav-only{
        display: block;
    }
}

.page-higher-education .section-stories{
    padding-bottom: 0;
}