.container-wrapper {
    background-color: #7f7f7f;
    min-height: 100%;
}

.clinical-cards-container {
    margin: 0 auto; 
    max-width: 600px;
}

.main-header {
    border: none;
    background-color: #4d648c;
    color: white;
    margin: auto 0;
}

.main-title {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-content: center;
    align-items: center;
}

.main-title img {
    height: 68px;
    width: 131px;
    padding: 10px;
}

.main-header p {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    margin: 0;
    padding: 1rem;
}

.homenav {
    height: 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: none;
    background-size: cover;
    margin: 0 auto;
}

.homenav > div {
    padding:.01rem;
    background: linear-gradient(to right, #4d648c, transparent);
    width:90%;
    text-transform: uppercase;
    color:white;
    height: 60px;
    padding-left: 1rem;
}

.homenav > div:hover {
    background: none;
}

.homenav.wound {
    background-image: url(./wound.jpg);
}

.homenav.diabetes {
    background-image: url(./diabetes.jpg);
}

.homenav.heart_failure {
    background-image: url(./heart_failure.jpg);
}

.homenav.hypertension {
    background-image: url(./hypertension.jpg);
}

.homenav.copd {
    background-image: url(./copd.jpg);
}

.homenav.pneumonia {
    background-image: url(./pneumonia.jpg);
}

.legal p {
    font-size: .5rem;
    line-height: .5rem;
    padding: 0.5rem;
}

.clinical-cards-container.risk {
    display: flex;
}

.clinical-cards-container .title {
    display: flex;
    color: white;
    flex-direction: column;
    width: 60px;
}

.title h1 {
    margin: 1.5rem auto;
}

.vert-text {
    margin-top: 1rem;
    writing-mode: vertical-lr;
    white-space: nowrap;
}

span.section-title {
    color: #2f5597;
}

.cards {
    flex: 1;
}

.cards > .instructions {
    color: #fff;
    font-size: 12px;
    padding: 1rem 1rem 0;
}

.cards .card {
    align-content: center;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 0 10px #333;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    margin: 1rem;
    min-height: 100px;
    padding: .5rem;
}

.cards .card ul {
    margin-block-start: 1rem;
    margin-block-end: auto;
}

.cards .card > .card-icon {
    height: 26px;
    margin: 4px 0 0 auto;
    width: 26px;
}

.cards .card > .card-header {
    background-color: #444;
    display: flex;
    font-size: 26px;
    font-weight: 700;
    height: 50px;
    margin-bottom: 0.5rem;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.cards .card > .card-header > span {
    flex: 1;
    text-align: center;
}

.cards .card > .card-header > img {
    height: 30px;
    margin: auto 1rem auto auto;
    width: 30px;
}

.cards .card.centered {
    overflow: hidden;
    padding: 0 0 1rem;
    text-align: center;
}

.cards .card.centered > h5 {
    margin: 0.5rem 2rem 0.5rem;
}

.cards .card.centered > img {
    width:200px;
    height: auto;
    margin:auto;
}

.cards .green {
    background: #a4b847;
}

.cards .orange {
    background: #f79034;
}

.cards .red {
    background: #a11563;
}

.cards .red > h5 {
    font-size: 30px;
    margin: 0;
}

.cards .btn-nav {
    display: flex;
    justify-content: space-between;
    margin:0;
    padding:0;
}

.cards .btn-nav div {
    background-color: #ccc;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 10px #333;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 1rem 1rem;
    text-align: center;
    vertical-align: middle;;
    width: 50px;
}
