.card-article-small {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding: 12px 0
}

.card-article-small__title {
    font-size: .889rem
}

.card-article-small:hover .card-article-small__title {
    color: #0288d1;
    text-decoration: underline
}

.card-article-small__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-article-small__media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
    max-width: 80px;
    margin: 0 12px 0 0
}

.card-article-small__media img {
    width: 80px;
    height: auto;
    max-height: 45px
}

.card-article-small__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 208px;
    flex: 1 1 208px
}

.card-article-small__img {
    display: block
}

.card-article-small__img {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.card-article-small__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.card-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.266rem 0
}

@supports (display: grid) {
    .card-program {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "programHeader" "programMain" "programFooter";
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    @media (min-width: 39em) {
        .card-program {
            grid-template-areas: "programHeader programHeader" "programMain programAction" "programFooter programFooter";
            -ms-grid-columns: 1fr 150px;
            grid-template-columns: 1fr 150px
        }
    }
}

.card-program__header {
    padding-bottom: 3px;
    padding-left: 48px
}

@supports (display: grid) {
    .card-program__header {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: programHeader
    }
}

@media (min-width: 39em) {
    .card-program__header {
        padding-bottom: 6px
    }
}

.card-program__updatedDate {
    color: #9e9e9e;
    font-weight: 600;
    font-size: .889rem
}

.card-program__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@supports (display: grid) {
    .card-program__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: programMain
    }
}

.card-program__action {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: right;
    justify-self: right;
    width: 140px
}

@supports (display: grid) {
    .card-program__action {
        grid-area: programAction
    }
}

@media (min-width: 39em) {
    .card-program__action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.card-program__footer {
    padding-top: 9px
}

@supports (display: grid) {
    .card-program__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: programFooter
    }

    @media (min-width: 39em) {
        .card-program__header {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2
        }

        .card-program__main {
            -ms-grid-row: 2;
            -ms-grid-column: 1
        }

        .card-program__action {
            -ms-grid-row: 2;
            -ms-grid-column: 2
        }

        .card-program__footer {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2
        }
    }
}

@media (min-width: 39em) {
    .card-program__footer {
        padding-left: 48px
    }
}

.card-program__title {
    color: #0288d1;
    font-weight: 600;
    font-size: 1.125rem
}

.card-program__title:hover {
    text-decoration: underline
}

.card-program__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2
}

.card-program__developer {
    display: inline-block;
    margin: 0 6px 6px 0;
    color: #9e9e9e;
    font-size: .79rem
}

.card-program__developer a {
    color: #0288d1
}

.card-program__developer a:hover {
    text-decoration: underline
}

.card-program__license {
    margin-bottom: 6px;
    color: #9e9e9e;
    font-size: .79rem;
    text-transform: uppercase
}

.card-program__summary {
    position: relative;
    height: 2.36em;
    overflow: hidden;
    color: #424242;
    font-size: 1rem
}

.card-program__summary::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 1.18em;
    text-align: right;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff));
    background-image: -o-linear-gradient(left, transparent, #fff 50%);
    background-image: linear-gradient(to right, transparent, #fff 50%);
    content: ""
}

@supports (-webkit-line-clamp: 2) {
    .card-program__summary {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.36em
    }

    .card-program__summary::after {
        display: none
    }
}

.card-program__button {
    min-width: 136px;
    padding: 6px 18px;
    color: #fff;
    font-weight: 600;
    font-size: .889rem;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), color-stop(51%, #2e7d32), to(#4caf50));
    background-image: -o-linear-gradient(#4caf50 0%, #2e7d32 51%, #4caf50 100%);
    background-image: linear-gradient(#4caf50 0%, #2e7d32 51%, #4caf50 100%);
    background-size: auto 120px;
    border: 1px solid #2e7d32;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.card-program__button:hover {
    background-position: bottom center
}

.grid-programs__item {
    display: block;
    padding: 12px;
    font-size: 1rem;
    border-bottom: 1px solid #e0e0e0
}

.grid-programs__image {
    width: 36px;
    height: 36px;
    margin-right: 12px
}

.grid-programs__image img {
    max-width: 100%;
    height: auto
}

.grid-programs__title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 3px
}

.grid-programs__title--highlight {
    font-weight: 600
}

.grid-programs__item:hover .grid-programs__title {
    color: #0288d1;
    text-decoration: underline
}

.grid-programs__summary {
    position: relative;
    height: 2.36em;
    overflow: hidden;
    font-size: .889rem
}

.grid-programs__summary::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 1.18em;
    text-align: right;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff));
    background-image: -o-linear-gradient(left, transparent, #fff 50%);
    background-image: linear-gradient(to right, transparent, #fff 50%);
    content: ""
}

@supports (-webkit-line-clamp: 2) {
    .grid-programs__summary {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.36em
    }

    .grid-programs__summary::after {
        display: none
    }
}

.list-latest-news {
    display: block
}

.list-latest-news__item {
    border-top: 1px solid #e0e0e0
}

.list-latest-news__item:last-child {
    border-bottom: 1px solid #e0e0e0
}

.list-programs__item {
    display: block;
    border-top: 1px solid #e0e0e0
}

.list-programs__item:last-child {
    border-bottom: 1px solid #e0e0e0
}

.list-programs__item:empty {
    display: none
}

.list-top-programs__title {
    float: left
}

.list-top-programs__button {
    float: right
}

.list-top-programs__list {
    clear: both
}

.list-top-programs__item {
    font-size: .889rem
}

.list-top-programs__image {
    margin-right: 12px
}

.list-top-programs__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.list-top-programs--large .list-top-programs__title {
    text-transform: uppercase
}

.list-top-programs--large .list-top-programs__item {
    font-size: 1rem
}

.outbrain-desktop {
    display: none
}

@media (min-width: 45em) {
    .outbrain-desktop {
        display: block;
        margin-bottom: 24px
    }
}

.program-grid-item {
    display: block;
    font-size: .889rem
}

.program-grid-item__title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    font-weight: 600
}

.program-grid-item__summary {
    position: relative;
    height: 2.36em;
    overflow: hidden
}

.program-grid-item__summary::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 1.18em;
    text-align: right;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff));
    background-image: -o-linear-gradient(left, transparent, #fff 50%);
    background-image: linear-gradient(to right, transparent, #fff 50%);
    content: ""
}

@supports (-webkit-line-clamp: 2) {
    .program-grid-item__summary {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.36em
    }

    .program-grid-item__summary::after {
        display: none
    }
}

.program-grid-item:hover .program-grid-item__title {
    color: #0288d1;
    text-decoration: underline
}

.sticky-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 81;
    display: block;
    width: 100%;
    max-height: 108px;
    padding: 0;
    overflow: visible;
    text-align: center;
    -webkit-transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    will-change: transform
}

@media (min-width: 64em) {
    .sticky-wrapper {
        padding: 0 324px 0 0
    }
}

.sticky-wrapper--hidden {
    max-height: 0;
    -webkit-transition: max-height 1s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: max-height 1s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 1s cubic-bezier(0.55, 0, 0.1, 1)
}

.sticky-wrapper--hidden .sticky-wrapper__button {
    top: 0;
    -webkit-transition: top 0.7s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: top 0.7s cubic-bezier(0.55, 0, 0.1, 1);
    transition: top 0.7s cubic-bezier(0.55, 0, 0.1, 1)
}

.sticky-wrapper__content {
    position: relative;
    display: inline-block;
    min-width: 100%;
    margin: auto;
    padding: 3px;
    background: #424242;
    border-top: 1px solid #212121
}

@media (min-width: 64em) {
    .sticky-wrapper__content {
        min-width: 728px;
        padding: 0;
        background: #fff;
        border: 1px solid #212121
    }
}

.sticky-wrapper__button {
    position: absolute;
    top: -19px;
    right: -1px;
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    color: #bdbdbd;
    background: #212121;
    border: 1px solid #212121;
    outline: 0;
    cursor: pointer
}

.header-category__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 1.602rem;
    line-height: 1
}

.header-category__description {
    margin-bottom: 18px;
    font-size: .889rem;
    line-height: 1.4
}

.header-category__description a {
    color: #0288d1
}

.header-category__description a:hover {
    text-decoration: underline
}

.tree-categories {
    font-size: .889rem
}

.tree-categories__categories {
    margin-top: -9px
}

.tree-categories__category {
    display: block;
    margin-right: 6px;
    color: #424242
}

.tree-categories__category:hover {
    color: #0288d1;
    text-decoration: underline
}

.tree-categories__subcategory {
    margin-right: 6px;
    padding-left: 12px
}