﻿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:2rem;
}

/**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);
}

/** Module 1, Page 2: Term Cards */
.term-cards-list__card-btn {
    height: 240px;
}
@media (min-width: 1200px) {
    .term-cards-list__card-btn {
        height: 260px;
    }
}

/** 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;
}

@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;
    }
}