﻿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%
}

.promotores-translation-panel-body {
}

    .promotores-translation-panel-body > p {
        background-color: #c5cae9;
        padding: 4px;
    }

        .promotores-translation-panel-body > p.secondspeaker {
            background-color: #e8eaf6;
        }
    .promotores-translation-panel-body > div.btn-wrapper {
        float: right;
    }

.help-block {
    color: #545454;
}

.register-btn-cancel {
    background-color: #737373;
    color: #fff;
}
    .register-btn-cancel:hover {
        background-color: #525252;
        color:#fff;
    }

.cancel-modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    pointer-events: auto;
}

.cancel-modal-wrapper > div {
    width: 35rem;
    height: 12rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*margin: auto;*/
    margin-top:10%;
    margin-left:auto;
    margin-right:auto;
    vertical-align: top;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    z-index: 1;
}

.cancel-model-hide {
    opacity:0;
    z-index:-1;
}

.cancel-modal-show {
    opacity:1;
    z-index:9999;
}


/*
	HHS Co-Branded Header
	Release Version: 1.3.0
	Release Date: 12/2/2016
	Release Notes: https://www.hhs.gov/utilities/cbh/cbh-release-notes.txt
*/

#hhsCoBrandedHeader {
    width: 100%;
    background-color: #185394;
    padding: 0;
    font-family: Helvetica;
    font-size: 14px;
}

    #hhsCoBrandedHeader #topRow {
        max-width: 940px;
        height: 40px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
    }

        #hhsCoBrandedHeader #topRow a:focus {
            outline: 1px solid #eef9ff;
        }


    #hhsCoBrandedHeader #logo {
        float: left;
    }

        #hhsCoBrandedHeader #logo a:link,
        #hhsCoBrandedHeader #logo a:visited {
            display: block;
            width: 160px;
            height: 40px;
            text-indent: -1000em;
            z-index: 2000;
            background: url(https://www.hhs.gov/utilities/cbh/images/logo.png) no-repeat;
        }

    #hhsCoBrandedHeader #site-name {
        display: inline-block;
        position: relative;
        left: 110px;
        padding-top: 12px;
        color: #d4eefc;
    }

@media (min-width: 768px) {
    #hhsCoBrandedHeader #topRow {
        text-align: center;
    }

    #hhsCoBrandedHeader #site-name {
        position: static;
    }
}

#hhsCoBrandedHeader #explore {
    display: none;
    float: right;
    padding-top: 10px;
    text-align: right;
}

    #hhsCoBrandedHeader #explore.shown {
        display: inline-block;
    }

    #hhsCoBrandedHeader #explore a:link,
    #hhsCoBrandedHeader #explore a:visited {
        color: #fff;
        text-decoration: none;
    }

    #hhsCoBrandedHeader #explore #more img {
        position: relative;
        top: 2px;
        margin-left: 5px;
    }

/*
	Mobile Styles (phone/tablet)
*/
@-ms-viewport {
    width: device-width;
}

@media only screen and (max-width: 984px) {
    #hhsCoBrandedHeader #topRow {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (max-width: 767px) {
    #hhsCoBrandedHeader .row {
        min-width: 296px;
    }

    #hhsCoBrandedHeader #site-name {
        display: none;
    }
}


