/* --------------------------------------------------------------------------------------------------
    Learning Library
--------------------------------------------------------------------------------------------------- */
.library-container .h2-black,
.library-container .h2-red {
    font-family: "minion-pro", serif;
    font-size: 22px;
    font-weight: bold;
}
.library-container .h2-red {
    color: #DB0032;
}
.section-intro {
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 40px;
}
.section-intro p:last-child {
    margin-bottom: 0;
}
a.read-more {
    color: #DB0032;
    text-decoration: none;
    font-weight: bold;
}
a.read-more:hover {
    text-decoration: underline;
    font-weight: bold;
}
a.read-more:after {
    background-image: url(../img/external-link.svg);
    background-size: 14px;
    display: inline-block;
    margin-left: .5rem;
    font-weight: bold;
    height: 14px;
    width: 14px;
    content: "";
}
.library-container a.download {
    color: #DB0032;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.library-container a.download:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.library-container a.download:before {
    background-image: url(../img/download-icon.svg);
    background-size: 14px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: .5rem;
    height: 20px;
    width: 14px;
    content: "";
}
.library-card {
    background: #FFFFFF;
    padding: 1rem;
    margin-bottom: 20px;
}
.library-section-card {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 20px;
}
.library-section-card .lead {
    font-family: "minion-pro-caption", serif;
    font-size: 28px;
    color: #303A44;
    margin-bottom: 20px;
    font-weight: bold;
}
.library-section-card .description {
    margin-bottom: 20px;
}
.library-section-card .btn-large {
    padding: 20px;
    height: 52px;
    width: 100%;
}

@media (min-width: 992px) {
    .library-container .h2-black,
    .library-container .h2-red {
        font-size: 26px;
    }
    .library-card {
        padding: 30px;
    }
    .library-section-card {
        padding: 40px;
        margin-bottom: 20px;
    }
    .library-section-card .lead,
    .library-section-card .description {
        margin-bottom: 24px;
    }
    .publications .library-section-card .description,
    .medical-presentations .library-section-card .description,
    .videos .library-section-card .description {
        min-height: 96px;
    }
    .library-section-card .btn-large {
        width: 200px;
    }
}
@media (min-width: 1014px) {
    .publications .library-section-card .lead,
    .videos .library-section-card .lead {
        min-height: auto;
    }
}
@media (min-width: 1032px) {
    .medical-presentations .library-section-card .description,
    .videos .library-section-card .description {
        min-height: 72px;
    }
}
@media (min-width: 1153px) {
    .publications .library-section-card .description {
        min-height: 72px;
    }
}
@media (min-width: 1300px) {
    .publications .library-section-card .description,
    .medical-presentations .library-section-card .description,
    .videos .library-section-card .description {
        min-height: 48px;
    }
}
@media (min-width: 2093px) {
    .publications .library-section-card .description {
        min-height: auto;
    }
}
@media (min-width: 2125px) {
    .medical-presentations .library-section-card .description,
    .videos .library-section-card .description {
        min-height: auto;
    }
}

/* --------------------------------------------------------------------------------------------------
    Publications
--------------------------------------------------------------------------------------------------- */
.library-container .publication {
    background: #FFFFFF;
    padding: 15px;
}
.library-container .publication-card {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.library-container .publication-card-title a {
    font-family: "minion-pro", serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: none;
}
.library-container .publication-jobcode {
    font-size: 12px;
    line-height: 1.5;
}
.library-container .featured-publication-quote {
    color: #DB0032;
    font-family: "minion-pro", serif;
    font-size: 20px;
    line-height: 1.2;
}
.library-container .feature-publication-attribution {
    font-family: "minion-pro", serif;
    font-size: 16px;
    line-height: 1.2;
}
.first-publication .publication-card-more,
.featured-publications .publication-card-more,
.other-publications .publication-card-more {
    padding-top: 3rem;
}

@media (min-width: 992px) {
    .library-container .publication-card {
        height: 100%;
    }
    .first-publication .publication-card-more {
        padding-top: 2rem;
    }
    .other-publications .publication-card-more {
        padding-top: 0;
    }
}

/* --------------------------------------------------------------------------------------------------
    Medical Presentations
--------------------------------------------------------------------------------------------------- */
.library-container .presentation-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.medical-presentations .thumbnail-container a,
.medical-presentations .thumbnail-container img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .medical-presentations .thumbnail-container {
        min-width: 230px;
        max-width: 230px;
        width: 230px;
    }
}
/* --------------------------------------------------------------------------------------------------
    Videos
--------------------------------------------------------------------------------------------------- */
.library-container .video-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.library-container .thumbnail-container {
    margin: 0 0 20px 0;
}
.video-footnote {
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 0;
}
.videos hr {
    margin-top: 2rem;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .library-container .thumbnail-container {
        margin: 0 40px 0 0;
    }
    .video-footnote {
        min-height: 1rem;
    }
    .videos hr {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    .library-container .play-icon {
        width: 35px;
        height: 35px;
    }
}