﻿body {
    background-color:#222;
}
div.page {
    background-color:#fff;
}
button.user-nav-secondary__link {
    width:100%;
    text-align:left;
}
    button.user-nav-secondary__link:hover {
        text-decoration: none;
        background-color: #fbbb3d;
    }

.course-exam__question-radio .course-exam__question-radio__choice {
    margin-left: 0;
}

/**Module 1, page 3: cultural humility table*/
.cultural-humility{
    font-size:1em;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .cultural-humility_chi {
        flex: 1 0 19%;
        margin: 5px;
        display: flex;
        flex-direction:column;
        justify-content:space-between;
        border-top-style:solid;
        border-top-width:8px;
        padding-bottom:2rem;
        max-width:145px;
        min-width:145px;
        min-height:275px;
    }
        .cultural-humility_chi p {
            margin: 1rem;
            font-weight: 500;
            text-align:center;
        }
        .cultural-humility_chi img {
           align-self:center;
           width:80px;
        }
.cultural-humility_chi-ch-1 {
    border-top-color: #b2b9e1;
    background-color: #c5cbe9;
}
.cultural-humility_chi-ch-2 {
    border-top-color: #80b8e5;
    background-color: #99c6ea;
}
.cultural-humility_chi-ch-3 {
    border-top-color: #99c6ea;
    background-color: #b3d4ef;
}
.cultural-humility_chi-ch-4 {
    border-top-color: #b3d4ef;
    background-color: #cce3f4;
}
.cultural-humility_chi-ch-5 {
    border-top-color: #cce3f4;
    background-color: #e6f1fa;
}
@media (max-width:715px) {
    .cultural-humility {
        justify-content: flex-start;
    }
}

/** Promotional Toolkit */
.media-kit-top-left {
    max-width: 450px;
}
.media-kit-note-list__item::before {
    background-image: url(../promotional-toolkit/icon-check.svg);
}

/** Term Cards */
.term-cards__hdr {
    background-color: #f1f2f8;
}

.term-cards-list__card {
    width: 100%;
    height: 180px;
    position: relative;
    perspective: 600px;
    background: none;
    border: none;
    font-size: inherit;
    text-align: left;
}

.term-cards-list__card .term-cards-list__card-front {
    display: block;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 900;
    background-color: #f1f4f9;
    border-bottom: 16px solid #c1daf0;
    border-radius: 8px;
    padding: 24px;
}

.term-cards-list__card-btn {
    height: 240px;
}

.term-cards-list__card-btn .term-cards-list__card-back {
    background-color: #0071ca;
}

.term-cards-list__card-back .term-cards-list__desc,
.term-cards-list__card-back .term-cards-list__desc > a,
.term-cards-list__card-back .term-cards-list__desc > a:visited,
.term-cards-list__card-back .term-cards-list__desc > a:active,
.term-cards-list__card-back .term-cards-list__desc > a:link {
    color: #fff;
}

@media (min-width: 1200px) {
    .term-cards-list__card-btn {
        height: 260px;
    }
}

.l-text-underline > a,
.l-text-underline > a:visited, 
.l-text-underline > a:active,
.l-text-underline > a:link {
    text-decoration: underline;
}

.term-tabs-wrap {
    background-color: #f1f2f8;
}

.term-tabs .term-tabs-list__item .term-initialism-letter {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #0071ca;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.5rem
}

.term-tabs .term-tabs-list__item.active .term-initialism-letter {
    color: #0071ca;
    background-color: #ffffff;
}

.callout-panel__list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.callout-panel__list-item {
    padding: 2rem 0;
    width: 100%;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.callout-panel__list-item-icon {
    color: #FFF;
    background-color: #0071ca;
    padding: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
}

/** Module 4, Page 14: Case Study Tabs with 3 Avatars*/
.case-study-tab-content-list__item--multi-3 {
    display: block;
}

.case-study-tab-content-list__item--multi-3 > .case-study-tab-content-list__avatar {
    margin-right: 0;
    margin-bottom: 12px;
}

/** Used in the patient perspectives to divide paragraphs */
.quote-divider {
    padding-bottom: 1em;
    border-bottom: dashed 1px #888;
}


@media (min-width:515px) {
    .case-study-tab-content-list__item--multi-3 {
        display: flex;
    }

    .case-study-tab-content-list__item--multi-3 > .case-study-tab-content-list__avatar {
        flex-basis: 18rem;
        margin-right: 12px;
        margin-bottom: 0;
    }
}

.aspect-ratio-img {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 16:9 */
.aspect-ratio-img--widescreen {
    padding-top: 56.25%;
}

/* 2.39:1*/
.aspect-ratio-img--anamorphic {
    padding-top: 41.84%
}