﻿/*
    Video Lists
*/

.film-strip {
    position: relative;
    width: 75%;
    margin: 0 auto 0 auto;
}

.film-strip .fa-chevron-left
.film-strip .fa-chevron-right { display: none; }

.film-strip h3 {
    color: #0f347d;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 0.85em;
}

.film-strip a:link,
.film-strip a:visited {
    color: #4c4c4c;
    text-decoration: none;
}

.film-strip a:active,
.film-strip a:hover {
    color: #ea232c;
    text-decoration: none;
}

.film-strip .item {
    height: 6.666em;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #e8e8e8;
}

.film-strip .item .thumb {
    position: relative;
    float: left;
    width: 45%;
    margin-right: 4%;
}

.film-strip .item .free {
    position: absolute;
    font-weight: 700;
    left: 0.25em;
    top: 0.25em;
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.film-strip .item .info {
    float: left;
    width: 51%;
}

.film-strip .item .info .name {
    font-weight: 700;
    font-size: 0.666em;
    margin: 0 0 1em 0;
}

.film-strip .item .info .description {
    font-size: 0.666em;
    margin: 0 0 1em 0;
}

.film-strip .item .info .title {
    font-weight: 700;
    font-size: 0.833em;
}

.film-strip .item .info .posted { font-size: 0.833em; }

.film-strip .item:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.film-strip .list:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.more-like-this .more-video-list {
    width: 75%;
    margin: 0 auto 0 auto;
}

.more-like-this .more-video-list a:link,
.more-like-this .more-video-list a:visited {
    color: #4c4c4c;
    text-decoration: none;
}

.more-like-this .more-video-list a:active,
.more-like-this .more-video-list a:hover {
    color: #ea232c;
    text-decoration: none;
}

.more-like-this .more-video-list .item {
    height: 6.666em;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #e8e8e8;
}

.more-like-this .more-video-list .item .thumb {
    position: relative;
    float: left;
    width: 45%;
    margin-right: 4%;
}

.more-like-this .more-video-list .item .free {
    position: absolute;
    font-weight: 700;
    left: 0.25em;
    top: 0.25em;
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.more-like-this .more-video-list .item .info {
    float: left;
    width: 51%;
}

.more-like-this .more-video-list .item .info .name {
    font-weight: 700;
    font-size: 0.666em;
    margin: 0 0 1em 0;
}

.more-like-this .more-video-list .item .info .description {
    font-size: 0.666em;
    margin: 0 0 1em 0;
}

.more-like-this .more-video-list .item .info .title {
    font-weight: 700;
    font-size: 0.833em;
}

.more-like-this .more-video-list .item:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.more-like-this .more-video-list:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.learning-center-sponsor {
    width: 70%;
    margin: 1.363em auto 0;
}

/* =============================================================================
   Desktop Layout: 769px and above.  Inherits styles from: Mobile Layout.
   ========================================================================== */

@media only screen and (min-width: 769px) {
    .film-strip {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .film-strip .list-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .film-strip .fa-chevron-left {
        display: block;
        position: absolute;
        left: -1.5em;
        top: 5.125em;
        padding: 0.75em 1em;
        background-color: #FFF;
        border: 1px solid #EEE;
        border-radius: 50%;
        box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .film-strip .fa-chevron-right {
        display: block;
        position: absolute;
        right: -1.5em;
        top: 5.125em;
        padding: 0.75em 1em;
        background-color: #FFF;
        border: 1px solid #EEE;
        border-radius: 50%;
        box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .film-strip .list { overflow-y: hidden; }

    .film-strip h3 {
        color: #0f347d;
        font-size: 1.363em;
        font-weight: 700;
        line-height: 1.363em;
        margin-bottom: 0.85em;
    }

    .film-strip .item {
        float: left;
        width: 11.9em;
        height: 12.5em;
        margin: 0 0.5em 0 0;
        border: none;
    }

    .film-strip .item .thumb {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.09em;
        height: 6.227em;
    }

    .film-strip .item .info {
        float: left;
        width: 100%;
    }

    .film-strip .item .info .name {
        font-weight: 700;
        font-size: 0.727em;
        margin-bottom: 1em;
        height: 2.5em;
    }

    .film-strip .item .info .description {
        font-size: 0.727em;
        margin-bottom: 1em;
        height: 2.5em;
    }

    .film-strip .item .info .title {
        font-weight: 700;
        font-size: 0.909em;
        margin-bottom: 0.5em;
    }

    .film-strip .item .info .posted {
        font-size: 0.909em;
        margin-bottom: 1em;
    }

    .more-like-this .more-video-list { width: 13.5em; }

    .more-like-this .more-video-list .item { height: auto; }

    .more-like-this .more-video-list .item .thumb {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    .more-like-this .more-video-list .item .info {
        float: none;
        width: 100%;
    }

    .more-like-this .more-video-list .item .info .name { font-size: 0.666em; }

    .more-like-this .more-video-list .item .info .title {
        font-weight: 700;
        font-size: 0.833em;
        margin-bottom: 0.5em;
    }

    .learning-center-sponsor {
        width: 20em;
        margin: 4em auto 0;
    }
}

@media only screen and (min-width: 1580px) {
    .film-strip .item { width: 12em; }
}

.alt-video-container {
    max-width: 950px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin: 0px auto 20px auto;
}

.alt-video-anchor {
    position: relative;
    z-index: 20;
    filter: brightness(1);
    transition: all 500ms ease-out;
}

.alt-video-anchor:hover {
    filter: brightness(1.075);
}

.alt-video-info {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 1.5em;
    left: 2.05em;
    z-index: 15;
    color: #fff;
    font-weight: 700;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.alt-video-info h3 {
    position: relative;
    font-size: 1.363em;
}

.alt-video-info h2 {
    position: relative;
    font-size: 2.272em;
    color: #fff;
}

.alt-video-info .posted { font-size: 1em; }

.alt-video-info .length { font-size: 1em; }

.alt-video-image {
    position: relative;
    z-index: 5;
    width: 100%;
    max-height: 530px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
}

.alt-video-icon {
    color: white;
    font-size: 7em;
    position: absolute;
    z-index: 10;
    top: 32%;
    left: 42%;
}


@media (max-width: 768px) {
    .alt-video-container {
        max-width: 950px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        margin: 0px auto 20px auto;
    }

    .alt-video-anchor {
        position: relative;
        z-index: 20;
    }

    .alt-video-info {
        width: 90%;
        height: 90%;
        position: absolute;
        top: 1em;
        left: 1em;
        z-index: 15;
        color: #fff;
        font-weight: 700;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .alt-video-info h3 {
        position: relative;
        font-size: 1em;
        margin: 2px 0px;
    }

    .alt-video-info h2 {
        position: relative;
        font-size: 2em;
        color: #fff;
        margin: 2px 0px;
    }

    .alt-video-info .posted {
        font-size: 1em;
    }

    .alt-video-info .length {
        font-size: 1em;
    }

    .alt-video-image {
        position: relative;
        z-index: 5;
        max-height: 350px;
        width: 100%;
        margin: 0 auto;
    }

    .alt-video-icon {
        color: white;
        font-size: 4em;
        position: absolute;
        z-index: 10;
        top: 32%;
        left: 42%;
    }
}

.learning-center-collection-thumbnail {
    object-fit: cover;
    object-position: top;
    height: 148px;
    width: 100%;
}

@media (max-width: 768px) {
    .learning-center-collection-thumbnail {
        object-fit: cover;
        object-position: top;
        height: 240px;
        width: 100%;
    }
}