/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w74wb835fv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w74wb835fv] {
    flex: 1;
}

.sidebar[b-w74wb835fv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w74wb835fv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w74wb835fv]  a, .top-row[b-w74wb835fv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w74wb835fv]  a:hover, .top-row[b-w74wb835fv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w74wb835fv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.footer[b-w74wb835fv] {
    background-color: #333;
    /*height: 4.6875rem;*/
    justify-content: center;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0;
}

@media (max-width: 640.98px) {
    .top-row[b-w74wb835fv] {
        justify-content: space-between;
    }

    .top-row[b-w74wb835fv]  a, .top-row[b-w74wb835fv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w74wb835fv] {
        /*flex-direction: row;*/
    }

    .sidebar[b-w74wb835fv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w74wb835fv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w74wb835fv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w74wb835fv], article[b-w74wb835fv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-w74wb835fv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-w74wb835fv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d875qw37il] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-d875qw37il] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d875qw37il] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d875qw37il] {
    font-size: 1.1rem;
}

.bi[b-d875qw37il] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d875qw37il] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-d875qw37il] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-d875qw37il] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-d875qw37il] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d875qw37il] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d875qw37il] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d875qw37il]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-d875qw37il]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d875qw37il]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-d875qw37il] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d875qw37il] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d875qw37il] {
        display: none;
    }

    .nav-scrollable[b-d875qw37il] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PrintLayout.razor.rz.scp.css */

.print_container[b-io89bmnaxr] {
   height:100%;
   width: 1000px;
}


/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

main[b-io89bmnaxr] {
    flex: 1;
}

.sidebar[b-io89bmnaxr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-io89bmnaxr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-io89bmnaxr]  a, .top-row[b-io89bmnaxr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-io89bmnaxr]  a:hover, .top-row[b-io89bmnaxr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-io89bmnaxr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.header[b-io89bmnaxr] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*background-image: url(/assets/img/home_bg2.png) !important;*/
    background-repeat: no-repeat;
    /*background-size: 100% 500px;*/
    background-position: top;

}

.footer[b-io89bmnaxr] {
    background-color: #333;
    /*height: 4.6875rem;*/
    justify-content: center;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0;
}

@media (max-width: 640.98px) {
    .top-row[b-io89bmnaxr] {
        justify-content: space-between;
    }

    .top-row[b-io89bmnaxr]  a, .top-row[b-io89bmnaxr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-io89bmnaxr] {
        /*flex-direction: row;*/
    }

    .sidebar[b-io89bmnaxr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-io89bmnaxr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-io89bmnaxr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-io89bmnaxr], article[b-io89bmnaxr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-io89bmnaxr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-io89bmnaxr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/DecisionAid/DAChart.razor.rz.scp.css */
.person[b-bn2fyirjo7] {
    background-size: contain;
    width: 25px;
    padding: 3px
}

.scale_div[b-bn2fyirjo7] {
    display: inline-block;
    align-self: flex-end;
    text-align: end;
}

.scale_text[b-bn2fyirjo7] {
    width: 1.5rem;
    border-bottom: 1px solid #000;
}

.chart_title[b-bn2fyirjo7] {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}
.chart_values_box[b-bn2fyirjo7] {
    padding-top: 1.5rem;
    padding-left: 0.8rem;
    padding-bottom: 1.5rem;
}
.chart_value[b-bn2fyirjo7] {
    color: #1c3669;
    font-size: 2.5rem;
    font-weight:600;
    letter-spacing: 0;
    line-height: 2.5rem;
    margin: 0;
}
.chart_value_max[b-bn2fyirjo7] {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.375rem;
    color: #8ea0ba;
}
/* /Components/Pages/DecisionAid/DAMenu.razor.rz.scp.css */

ul[b-qj6ix687ia] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 4px;
    unicode-bidi: isolate;
}

li[b-qj6ix687ia] {
    height: 3.4375rem !important;
    margin-bottom: .9375rem !important;
    background-position: 1.25rem .625rem !important;
    background-repeat: no-repeat !important;
    list-style: none !important;
    transition: unset .5s !important;
    padding-left: 4rem;
    /* font-family: Cera_Pro_Regular; */
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.4375rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

li.active[b-qj6ix687ia]:before{
    display:block;
}

.li_home[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/home.png')
}

    .li_home.active[b-qj6ix687ia], .li_home:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/home_color.png')
    }

.li_your_options[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/your_options.png')
}


    .li_your_options.active[b-qj6ix687ia], .li_your_options:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/your_options_color.png')
    }

.li_healing[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/healing.png')
}

    .li_healing:hover[b-qj6ix687ia], .li_healing.active[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/healing_color.png')
    }


.li_ability_to_walk[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/ability_to_walk.png')
}

    .li_ability_to_walk.active[b-qj6ix687ia], .li_ability_to_walk:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/ability_to_walk_color.png')
    }

.li_life_expectancy[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/life_expectancy.png')
}

    .li_life_expectancy.active[b-qj6ix687ia], .li_life_expectancy:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/life_expectancy_color.png')
    }

.li_healthcare_needs[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/healthcare_needs.png')
}

    .li_healthcare_needs.active[b-qj6ix687ia], .li_healthcare_needs:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/healthcare_needs_color.png')
    }


.li_balance_your_options[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/balance_your_options.png')
}

    .li_balance_your_options.active[b-qj6ix687ia], .li_balance_your_options:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/balance_your_options_color.png')
    }


.li_other_factors[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/other_factors.png')
}

    .li_other_factors.active[b-qj6ix687ia], .li_other_factors:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/other_factors_color.png')
    }

.li_returning_home[b-qj6ix687ia] {
    background-image: url('./assets/img/decisionaid/menu/returning_home.png')
}

    .li_returning_home.active[b-qj6ix687ia], .li_returning_home:hover[b-qj6ix687ia] {
        background-image: url('./assets/img/decisionaid/menu/returning_home_color.png')
    }


.active[b-qj6ix687ia] {
    background: #f4f3f3;
    font-weight: 600;
}

li:hover[b-qj6ix687ia] {
    background: #f4f3f3;
    font-weight: 600;
}

    li:hover[b-qj6ix687ia]:before {
        display: block;
    }

li[b-qj6ix687ia]:before {
    width: .125rem;
    background-color: #1c3669;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    transition: all .09s;
    height: 100%;
    display:none;
}
/* /Components/Pages/DecisionAid/DANavigator.razor.rz.scp.css */

ul[b-disw1n8nui] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 4px;
    unicode-bidi: isolate;
}

li[b-disw1n8nui] {
    height: 3.4375rem !important;
    margin-bottom: .9375rem !important;
    background-position: 1.25rem .625rem !important;
    background-repeat: no-repeat !important;
    list-style: none !important;
    transition: unset .5s !important;
    padding-left: 4rem;
    /* font-family: Cera_Pro_Regular; */
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.4375rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

li.active[b-disw1n8nui]:before{
    display:block;
}

.li_home[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/home.png')
}

    .li_home.active[b-disw1n8nui], .li_home:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/home_color.png')
    }

.li_your_options[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/your_options.png')
}


    .li_your_options.active[b-disw1n8nui], .li_your_options:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/your_options_color.png')
    }

.li_healing[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/healing.png')
}

    .li_healing:hover[b-disw1n8nui], .li_healing.active[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/healing_color.png')
    }


.li_ability_to_walk[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/ability_to_walk.png')
}

    .li_ability_to_walk.active[b-disw1n8nui], .li_ability_to_walk:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/ability_to_walk_color.png')
    }

.li_balance_your_options[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/balance_your_options.png')
}

    .li_balance_your_options.active[b-disw1n8nui], .li_balance_your_options:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/balance_your_options_color.png')
    }

.li_healthcare_needs[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/healthcare_needs.png')
}

    .li_healthcare_needs.active[b-disw1n8nui], .li_healthcare_needs:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/healthcare_needs_color.png')
    }

.li_life_expectancy[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/life_expectancy.png')
}

    .li_life_expectancy.active[b-disw1n8nui], .li_life_expectancy:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/life_expectancy_color.png')
    }

.li_other_factors[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/other_factors.png')
}

    .li_other_factors.active[b-disw1n8nui], .li_other_factors:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/other_factors_color.png')
    }

.li_returning_home[b-disw1n8nui] {
    background-image: url('./assets/img/decisionaid/menu/returning_home.png')
}

    .li_returning_home.active[b-disw1n8nui], .li_returning_home:hover[b-disw1n8nui] {
        background-image: url('./assets/img/decisionaid/menu/returning_home_color.png')
    }


.active[b-disw1n8nui] {
    background: #f4f3f3;
    font-weight: 600;
}

li:hover[b-disw1n8nui] {
    background: #f4f3f3;
    font-weight: 600;
}

    li:hover[b-disw1n8nui]:before {
        display: block;
    }

li[b-disw1n8nui]:before {
    width: .125rem;
    background-color: #1c3669;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    transition: all .09s;
    height: 100%;
    display:none;
}
/* /Components/Pages/DecisionAid/PrintHeader.razor.rz.scp.css */


.prtheader[b-mcuka455j2] {
    margin-top: 60px;
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-image: url(/assets/img/logo_ampredict_daid3.png) !important;
    background-repeat: no-repeat;
    /*	background-size: 1900px 540px;
			background-position: top; */
}


/* /Components/Pages/DecisionAid/PrintReport_cover.razor.rz.scp.css */
/*.coverHeader{*/
    /*border:red thin solid;*/
    /*text-align:right;
}*/
.coverBody[b-syxv8wmoal]{
    border:blue thin solid;
}
.pageContent[b-syxv8wmoal] {
    height: 1400px;
    /*border: solid thin red;*/
    background-image: url('assets/img/cover-icon3.png');
    background-repeat: no-repeat;
    background-size: 70%; /*900px 1200px;*/
    background-position: top;

}
.headerSpacer[b-syxv8wmoal]{
    height:100px;
}
.pageTextbox[b-syxv8wmoal] {

    opacity: revert;
    /*border: thin solid blue;*/
}
.text1[b-syxv8wmoal] {
    font-size: 38px;
    font-weight: 600;
    color: #37969b;
}
.text2[b-syxv8wmoal] {
    font-size: 30px;
    font-weight: 600;
    color: #70c6ca;
}
/* /Components/Pages/DecisionAid/Tm-tt.razor.rz.scp.css */
body[b-krgn8jty03] {
    
}

._card[b-krgn8jty03] {
    height: 19.5625rem;
}

._card_img[b-krgn8jty03] {
    background-image: url(/assets/img/card_image2.png);
    background-size: 100% 100%;
}



.home__container__h4[b-krgn8jty03] {
    font-family: Verdana;
    font-weight:500;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-align: center;
}

.learn_button[b-krgn8jty03] {
    margin: 0;
    font-family: Verdana;
    font-weight: 500;
    height: auto;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-align: center;
}
.plocal[b-krgn8jty03] {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 24px;
}
.title-top-left[b-krgn8jty03] {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
/* /Components/Pages/DecisionAid/Tmtt/Ability_to_walk.razor.rz.scp.css */
.content[b-9a4b2c5ffs] {
    background-color: white;
}
.your-options__content__p[b-9a4b2c5ffs] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}



.accordion-header[b-9a4b2c5ffs] {
    height: 78px;
/*    width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-9a4b2c5ffs] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion_header_text[b-9a4b2c5ffs] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
    /*white-space: pre-line;*/
}

/* /Components/Pages/DecisionAid/Tmtt/Balance_your_options.razor.rz.scp.css */
.content[b-hs87xysfqr] {
    background-color: white;
}
/*.your-options__content__p {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.question {
    height: 6.0625rem;
    width: 41.25rem;
    max-width: 680px;
    border-radius: 5px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    padding: .625rem;
    margin-top: .625rem;
    resize: none;
}
.remember-content {
    height: auto;
    width: 100%;
    background-color: #43a5aa;
    margin-top: 2.8125rem;
    position: relative;
}
.remember-content_text {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding: .9375rem 1.25rem;
}
.slide_box1 {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 67px;
    width: 264px;
    border-radius: 16px;
    background-color: #e2e2e2;*/
    /*color: #b3b3b3;*/
    /*transition: all .3s;
}
.slide_box2 {
    margin-bottom:1rem;
    padding:.9rem;
    line-height:19px;
    height: 67px;
    width: 264px;
    border-radius: 16px;
    background-color: #e2e2e2;*/
    /*color: #b3b3b3;*/
    /*transition: all .3s;
}*/
/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Ability_to_walk.razor.rz.scp.css */
.content[b-6g6c6re7cf] {
    background-color: white;
}
.your-options__content__p[b-6g6c6re7cf] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}



.accordion-header[b-6g6c6re7cf] {
    height: 78px;
/*    width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-6g6c6re7cf] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion_header_text[b-6g6c6re7cf] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
    /*white-space: pre-line;*/
}

/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Balance_your_options.razor.rz.scp.css */
/*.content {
    background-color: white;
}*/
.your-options__content__p[b-0lk9hklym1] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.question[b-0lk9hklym1] {
    height: 6.0625rem;
    width:100%;
/*    width: 41.25rem;
    max-width: 680px;*/
    border-radius: 5px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    padding: .625rem;
    margin-top: .625rem;
    resize: none;
}
.remember-content[b-0lk9hklym1] {
    height: auto;
    width: 100%;
    background-color: #43a5aa;
    margin-top: 2.8125rem;
    position: relative;
}
.remember-content_text[b-0lk9hklym1] {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding: .9375rem 1.25rem;
}
.slide_box1[b-0lk9hklym1] {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 67px;
    width: 264px;
    border-radius: 16px;
    border: #005083 thin solid;
    background-color: #e2e2e2;
    /*color: #b3b3b3;*/
    transition: all .3s;
    float:right;
}
.slide_box2[b-0lk9hklym1] {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 67px;
    width: 264px;
    border-radius: 16px;
    border: #508254 thin solid;
    background-color: #e2e2e2;
    /*color: #b3b3b3;*/
    transition: all .3s;
}
input[type="range"][b-0lk9hklym1]::-webkit-slider-thumb {
    /*    background-color: #43a5aa;
    border-radius: 20%;
    width: 15px;
    height: 40px;
    margin-top:-10px;*/
    width: 25px;
    height: 25px;
    transform: rotate(45deg) !important;
    border-radius: 50% 50% 0 !important;
    background-color: #1c3669 !important;
    margin-top: -30px;
}

input[type="range"][b-0lk9hklym1]::-moz-range-thumb {
    transform: rotate(45deg) !important;
    border-radius: 50% 50% 0 !important;
    background-color: #1c3669 !important;
    margin-top: -30px;
}

input[type=range][b-0lk9hklym1]::-webkit-slider-runnable-track {
    width: 300px;
    height: 30px;
    background: linear-gradient(90deg, #005083 .08%, #fbfbfb 46.51%, #fff 54.07%, #508254);
    border: none;
    border-radius: 25px;
}
#range1[b-0lk9hklym1]::-webkit-slider-thumb, #range1[b-0lk9hklym1]::-moz-range-thumb {
    background-color: var(--thumb-color);
}
/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Healing.razor.rz.scp.css */
.content[b-9apaf0bjs4] {
    background-color: white;
}
.your-options__content__p[b-9apaf0bjs4] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.accordion-header[b-9apaf0bjs4] {
    height: 78px;
  /*  width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-9apaf0bjs4] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.accordion_header_text[b-9apaf0bjs4] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
/*    white-space: pre-line;*/
}


/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Healthcare_needs.razor.rz.scp.css */
/*.content {
    background-color: white;
}*/
.your-options__content__p[b-0qz3ptax4y] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.chart_title[b-0qz3ptax4y] {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}
.hcn_card[b-0qz3ptax4y] {
    /*width: 21.3125rem;*/
    height: 15.9375rem;
    border-radius: .75rem;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    padding: 1.6rem .625rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hcn_card_header[b-0qz3ptax4y] {
    height: 2.4rem;
    width: 14.375rem;
    border-radius: 1.75rem;
    background-color: #fff;
    color: #3f9d96;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3125rem;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -1.3125rem;
    left: 3.4375rem;
    padding: .8125rem;
    box-sizing: border-box;
}
/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Life_expectancy.razor.rz.scp.css */
.content[b-itqgwlsdcg] {
    background-color: white;
}
.your-options__content__p[b-itqgwlsdcg] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}


.card__text8[b-itqgwlsdcg] {
    /*background-color: #43a5aa;*/
    margin-top: .3125rem;
    margin-bottom: 0;
    transition: all .1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #43a5aa 50%, #59d4bb 50%);
    background-position: 100% 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    max-width: 100%;
}



/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Other_factors.razor.rz.scp.css */
.content[b-thvw75atq4] {
    background-color: white;
}
/*.accordion-header {
    margin-top: 0;
    white-space: normal
}*/

.your-options__content__p[b-thvw75atq4] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.other-factors[b-thvw75atq4] {
    padding: 0 4.9375rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.expansion-panel-small__image[b-thvw75atq4] {
    height: 66px;
    width: 66px;
}
.animated[b-thvw75atq4] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn[b-thvw75atq4] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
zoomIn animation[b-thvw75atq4] {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.app-expansion-panel-small[b-thvw75atq4] {
    margin-top: 30px;
}

.accordion-panel[b-thvw75atq4] {
    width: 100%;
    margin-left: 10px;
}

.expansion-panel-small[b-thvw75atq4] {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.expansion-panel-small__container[b-thvw75atq4] {
    width: 29rem;
    margin-top: .9375rem;
}


.epc_p[b-thvw75atq4] {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 1.25rem;
}
.epc_p--green[b-thvw75atq4] {
    color: #6ab3a7;
}
/* /Components/Pages/DecisionAid/Tmtt/components/Tmtt_Your_options.razor.rz.scp.css */
.content[b-mnpbj878mt] {
    background-color: white;
}

.your-options__content__p[b-mnpbj878mt] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
/* /Components/Pages/DecisionAid/Tmtt/Healing.razor.rz.scp.css */
.content[b-vzahpp62yx] {
    background-color: white;
}
.your-options__content__p[b-vzahpp62yx] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.accordion-header[b-vzahpp62yx] {
    height: 78px;
  /*  width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-vzahpp62yx] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.accordion_header_text[b-vzahpp62yx] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
/*    white-space: pre-line;*/
}


/* /Components/Pages/DecisionAid/Tmtt/Healthcare_needs.razor.rz.scp.css */
.content[b-iwpb4kdw1y] {
    background-color: white;
}
/*
.your-options__content__p {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.chart_title {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}
.hcn_card {*/
    /*width: 21.3125rem;*/
    /*height: 15.9375rem;
    border-radius: .75rem;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    padding: 1.6rem .625rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hcn_card_header {
    height: 2.4rem;
    width: 14.375rem;
    border-radius: 1.75rem;
    background-color: #fff;
    color: #3f9d96;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3125rem;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -1.3125rem;
    left: 3.4375rem;
    padding: .8125rem;
    box-sizing: border-box;
}*/
/* /Components/Pages/DecisionAid/Tmtt/Life_expectancy.razor.rz.scp.css */
.content[b-od847popcq] {
    background-color: white;
}
.your-options__content__p[b-od847popcq] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.card__text[b-od847popcq] {
    /*background-color: #43a5aa;*/
    margin-top: .3125rem;
    margin-bottom: 0;
    transition: all .1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #43a5aa 50%, #59d4bb 50%);
    background-position: 100% 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    max-width: 100%;
}



/* /Components/Pages/DecisionAid/Tmtt/Other_factors.razor.rz.scp.css */
.content[b-24t38xq6wr] {
    background-color: white;
}
/*.accordion-header {
    margin-top: 0;
    white-space: normal
}*/

.your-options__content__p[b-24t38xq6wr] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.other-factors[b-24t38xq6wr] {
    padding: 0 4.9375rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.expansion-panel-small__image[b-24t38xq6wr] {
    height: 66px;
    width: 66px;
}
.animated[b-24t38xq6wr] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn[b-24t38xq6wr] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
zoomIn animation[b-24t38xq6wr] {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.app-expansion-panel-small[b-24t38xq6wr] {
    margin-top: 30px;
}

.accordion-panel[b-24t38xq6wr] {
    width: 100%;
    margin-left: 10px;
}

.expansion-panel-small[b-24t38xq6wr] {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.expansion-panel-small__container[b-24t38xq6wr] {
    width: 29rem;
    margin-top: .9375rem;
}


.epc_p[b-24t38xq6wr] {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 1.25rem;
}
.epc_p--green[b-24t38xq6wr] {
    color: #6ab3a7;
}
/* /Components/Pages/DecisionAid/Tmtt/PrintREport_tmtt.razor.rz.scp.css */
/*.content {
    background-color: white;
}
.your-options__content__p {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}



.accordion-header {
    height: 78px;*/
/*    width: 643px;*/
    /*background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion_header_text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;*/
    /*white-space: pre-line;*/
/*}*/

/* /Components/Pages/DecisionAid/Tmtt/Your_options.razor.rz.scp.css */
.content[b-b5xxs779nr] {
    background-color: white;
}

.your-options__content__p[b-b5xxs779nr] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
/* /Components/Pages/DecisionAid/Tt-tf.razor.rz.scp.css */
body[b-78mh86y10t] {
    
}

._card[b-78mh86y10t] {
    height: 19.5625rem;
}

._card_img[b-78mh86y10t] {
    background-image: url(/assets/img/card_image2.png);
    background-size: 100% 100%;
}




.home__container__h4[b-78mh86y10t] {
    font-family: Verdana;
    font-weight:500;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-align: center;
}

.learn_button[b-78mh86y10t] {
    margin: 0;
    font-family: Verdana;
    font-weight: 500;
    height: auto;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-align: center;
}
.plocal[b-78mh86y10t] {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 24px;
}
.title-top-left[b-78mh86y10t] {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
/* /Components/Pages/DecisionAid/Tttf/Ability_to_walk.razor.rz.scp.css */
.content[b-b5375wst2w] {
    background-color: white;
}
.your-options__content__p[b-b5375wst2w] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.accordion-header[b-b5375wst2w] {
    height: 78px;
/*    width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-b5375wst2w] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion_header_text[b-b5375wst2w] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
    /*white-space: pre-line;*/
}
/* /Components/Pages/DecisionAid/Tttf/Balance_your_options.razor.rz.scp.css */
.content[b-qys87j933v] {
    background-color: white;
}

/*.your-options__content__p {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.question {
    height: 6.0625rem;
    width: 41.25rem;
    max-width: 680px;
    border-radius: 5px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    padding: .625rem;
    margin-top: .625rem;
    resize: none;
}

.remember-content {
    height: auto;
    width: 100%;
    background-color: #43a5aa;
    margin-top: 2.8125rem;
    position: relative;
}

.remember-content_text {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding: .9375rem 1.25rem;
}
.slide_box1 {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 87px;
    width: 264px;
    border-radius: 16px;
    background-color: #e2e2e2;*/
    /*color: #b3b3b3;*/
    /*transition: all .3s;
}

.slide_box2 {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 87px;
    width: 264px;
    border-radius: 16px;
    background-color: #e2e2e2;*/
    /*color: #b3b3b3;*/
    /*transition: all .3s;
}*/
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf-Ability_to_walk.razor.rz.scp.css */
.content[b-le65qxqifa] {
    background-color: white;
}
.your-options__content__p[b-le65qxqifa] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.accordion-header[b-le65qxqifa] {
    height: 78px;
/*    width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-le65qxqifa] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion_header_text[b-le65qxqifa] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
    /*white-space: pre-line;*/
}
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Balance_your_options.razor.rz.scp.css */
.content[b-v9lf5dg8en] {
    background-color: white;
}

.your-options__content__p[b-v9lf5dg8en] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.question[b-v9lf5dg8en] {
    height: 6.0625rem;
    width: 100%;
 /*    width: 41.25rem;
    max-width: 680px;*/
    border-radius: 5px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    padding: .625rem;
    margin-top: .625rem;
    resize: none;
}

.remember-content[b-v9lf5dg8en] {
    height: auto;
    width: 100%;
    background-color: #43a5aa;
    margin-top: 2.8125rem;
    position: relative;
}

.remember-content_text[b-v9lf5dg8en] {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding: .9375rem 1.25rem;
}
.slide_box1[b-v9lf5dg8en] {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 87px;
    width: 264px;
    border-radius: 16px;
    border: #005083 thin solid;
    background-color: #e2e2e2;
    /*color: #b3b3b3;*/
    transition: all .3s;
    float: right;
}

.slide_box2[b-v9lf5dg8en] {
    margin-bottom: 1rem;
    padding: .9rem;
    line-height: 19px;
    height: 87px;
    width: 264px;
    border-radius: 18px;
    background-color: #e2e2e2;
    border: #508254 thin solid;
    /*color: #b3b3b3;*/
    transition: all .3s;
}
/*input[type=range] {
    -webkit-appearance: none;
}*/

input[type="range"][b-v9lf5dg8en]::-webkit-slider-thumb {
    /*    background-color: #43a5aa;
    border-radius: 20%;
    width: 15px;
    height: 40px;
    margin-top:-10px;*/
    width:25px;
    height:25px;
    transform: rotate(45deg) !important;
    border-radius: 50% 50% 0 !important;
    background-color: #1c3669 !important;
    margin-top: -30px;
}

input[type="range"][b-v9lf5dg8en]::-moz-range-thumb {
    transform: rotate(45deg) !important;
    border-radius: 50% 50% 0 !important;
    background-color: #1c3669 !important;
    margin-top: -30px;
}

input[type=range][b-v9lf5dg8en]::-webkit-slider-runnable-track {

    width: 300px;
    height: 30px;

    background: linear-gradient(90deg, #005083 .08%, #fbfbfb 46.51%, #fff 54.07%, #508254);
    border: none;
    border-radius: 25px;
}
#range1[b-v9lf5dg8en]::-webkit-slider-thumb, #range1[b-v9lf5dg8en]::-moz-range-thumb {
    background-color: var(--thumb-color);
}

/*input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}*/

/*linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(247, 247, 247, 1) 46%, rgba(255, 255, 255, 1) 54%, rgba(82, 133, 82, 1) 100%);
linear-gradient(90deg, #005083 .08%, #fbfbfb 46.51%, #fff 54.07%, #508254);*/
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Healing.razor.rz.scp.css */
.content[b-gk1jp6x5zh] {
    background-color: white;
}
.your-options__content__p[b-gk1jp6x5zh] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}


.accordion-header[b-gk1jp6x5zh] {
    height: 78px;
/*    width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-gk1jp6x5zh] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.accordion_header_text[b-gk1jp6x5zh] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
/*    white-space: pre-line;*/
}
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Healthcare_needs.razor.rz.scp.css */
.content[b-aaooirx4zz] {
    background-color: white;
}
.your-options__content__p[b-aaooirx4zz] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.chart_title[b-aaooirx4zz] {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.hcn_card[b-aaooirx4zz] {
    /*width: 21.3125rem;*/
    /*height: 15.9375rem;*/
    border-radius: .75rem;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    padding: 1.6rem .625rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hcn_card_header[b-aaooirx4zz] {
    height: 2.4rem;
    width: 14.375rem;
    border-radius: 1.75rem;
    background-color: #fff;
    color: #3f9d96;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3125rem;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -1.3125rem;
    left: 3.4375rem;
    padding: .8125rem;
    box-sizing: border-box;
}
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Life_expectancy.razor.rz.scp.css */
.content[b-gvokv8vdyb] {
    background-color: white;
}

.your-options__content__p[b-gvokv8vdyb] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
/*.card__text {
    color: #fff;*/
/*margin-top: .3125rem;*/
/*margin-bottom: 0;
    transition: all .5s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #1d3666 50%, #59d4bb 50%);
    background-position: 100% 0;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.0625rem;
}*/
/*.card__content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    background-size: cover;
    padding: 2em;
}*/
.card__text[b-gvokv8vdyb] {
    /*background-color: #43a5aa;*/
    margin-top: .3125rem;
    margin-bottom: 0;
    transition: all .1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #43a5aa 50%, #59d4bb 50%);
    background-position: 100% 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    max-width: 100%;
}
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Other_factors.razor.rz.scp.css */
.content[b-xzas3tnfln] {
    background-color: white;
}

.your-options__content__p[b-xzas3tnfln] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.other-factors[b-xzas3tnfln] {
    padding: 0 4.9375rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.expansion-panel-small__image[b-xzas3tnfln] {
    height: 66px;
    width: 66px;
}

.animated[b-xzas3tnfln] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn[b-xzas3tnfln] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

zoomIn animation[b-xzas3tnfln] {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.app-expansion-panel-small[b-xzas3tnfln] {
    margin-top: 30px;
}

.accordion-panel[b-xzas3tnfln] {
    width: 100%;
    margin-left: 10px;
}

.expansion-panel-small[b-xzas3tnfln] {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.expansion-panel-small__container[b-xzas3tnfln] {
    width: 29rem;
    margin-top: .9375rem;
}


.epc_p[b-xzas3tnfln] {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 1.25rem;
}

.epc_p--green[b-xzas3tnfln] {
    color: #6ab3a7;
}
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Returning_home.razor.rz.scp.css */
.content[b-738n7f8wno] {
    background-color: white;
}
.your-options__content__p[b-738n7f8wno] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.chart_title[b-738n7f8wno] {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.hcn_card[b-738n7f8wno] {
    /*width: 21.3125rem;*/
    /*height: 15.9375rem;*/
    border-radius: .75rem;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    padding: 1.6rem .625rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hcn_card_header1[b-738n7f8wno] {
    height: 25px;
    width: 183px;
    border-radius: 12.5px;
    background-color: #d8d8d8;
    color: #485f8d;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 4.8125rem;
    top: -.625rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/DecisionAid/Tttf/Components/Tttf_Your_options.razor.rz.scp.css */
.content[b-red11914cf] {
    background-color: white;
}
.your-options__content__p[b-red11914cf] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
/* /Components/Pages/DecisionAid/Tttf/Healing.razor.rz.scp.css */
.content[b-fn1rlzv8pb] {
    background-color: white;
}
.your-options__content__p[b-fn1rlzv8pb] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}


.accordion-header[b-fn1rlzv8pb] {
    height: 78px;
/*    width: 643px;*/
    background-color: #8fded6;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.healing[b-fn1rlzv8pb] {
    color: #005183;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.accordion_header_text[b-fn1rlzv8pb] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    width: 90%;
/*    white-space: pre-line;*/
}
/* /Components/Pages/DecisionAid/Tttf/Healthcare_needs.razor.rz.scp.css */
.content[b-dadb6ir39j] {
    background-color: white;
}
.your-options__content__p[b-dadb6ir39j] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.chart_title[b-dadb6ir39j] {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.hcn_card[b-dadb6ir39j] {
    /*width: 21.3125rem;*/
    /*height: 15.9375rem;*/
    border-radius: .75rem;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    padding: 1.6rem .625rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hcn_card_header[b-dadb6ir39j] {
    height: 2.4rem;
    width: 14.375rem;
    border-radius: 1.75rem;
    background-color: #fff;
    color: #3f9d96;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3125rem;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -1.3125rem;
    left: 3.4375rem;
    padding: .8125rem;
    box-sizing: border-box;
}
/* /Components/Pages/DecisionAid/Tttf/Life_expectancy.razor.rz.scp.css */
.content[b-k3h8hps2gw] {
    background-color: white;
}

.your-options__content__p[b-k3h8hps2gw] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
/*.card__text {
    color: #fff;*/
/*margin-top: .3125rem;*/
/*margin-bottom: 0;
    transition: all .5s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #1d3666 50%, #59d4bb 50%);
    background-position: 100% 0;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.0625rem;
}*/
/*.card__content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    background-size: cover;
    padding: 2em;
}*/
.card__text[b-k3h8hps2gw] {
    /*background-color: #43a5aa;*/
    margin-top: .3125rem;
    margin-bottom: 0;
    transition: all .1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #43a5aa 50%, #59d4bb 50%);
    background-position: 100% 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    max-width: 100%;
}
/* /Components/Pages/DecisionAid/Tttf/Other_factors.razor.rz.scp.css */
.content[b-4ohog7nbjt] {
    background-color: white;
}

.your-options__content__p[b-4ohog7nbjt] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}

.other-factors[b-4ohog7nbjt] {
    padding: 0 4.9375rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.expansion-panel-small__image[b-4ohog7nbjt] {
    height: 66px;
    width: 66px;
}

.animated[b-4ohog7nbjt] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn[b-4ohog7nbjt] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

zoomIn animation[b-4ohog7nbjt] {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.app-expansion-panel-small[b-4ohog7nbjt] {
    margin-top: 30px;
}

.accordion-panel[b-4ohog7nbjt] {
    width: 100%;
    margin-left: 10px;
}

.expansion-panel-small[b-4ohog7nbjt] {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.expansion-panel-small__container[b-4ohog7nbjt] {
    width: 29rem;
    margin-top: .9375rem;
}


.epc_p[b-4ohog7nbjt] {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 1.25rem;
}

.epc_p--green[b-4ohog7nbjt] {
    color: #6ab3a7;
}
/* /Components/Pages/DecisionAid/Tttf/PrintReport_tttf.razor.rz.scp.css */
/* /Components/Pages/DecisionAid/Tttf/Returning_home.razor.rz.scp.css */
.content[b-3aitxd1v5o] {
    background-color: white;
}
.your-options__content__p[b-3aitxd1v5o] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
.chart_title[b-3aitxd1v5o] {
    background: #8fded6;
    color: #fff;
    padding: .4375rem .75rem;
    height: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5625rem;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.hcn_card[b-3aitxd1v5o] {
    /*width: 21.3125rem;*/
    /*height: 15.9375rem;*/
    border-radius: .75rem;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-bottom: 1.875rem;
    padding: 1.6rem .625rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hcn_card_header1[b-3aitxd1v5o] {
    height: 25px;
    width: 183px;
    border-radius: 12.5px;
    background-color: #d8d8d8;
    color: #485f8d;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 4.8125rem;
    top: -.625rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/DecisionAid/Tttf/Your_options.razor.rz.scp.css */
.content[b-8ipgxry66a] {
    background-color: white;
}
.your-options__content__p[b-8ipgxry66a] {
    color: #282828;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: pre-line;
}
/* /Components/Pages/DecisionMaking.razor.rz.scp.css */
body[b-3ex6rsnnhs] {
    
}

.decision-making_card[b-3ex6rsnnhs] {
    height: 428px;
    width: 463px;
}

.decision-making_card_img[b-3ex6rsnnhs] {
    background-image: url(/assets/img/IMG_DOC.9be4f335364952ee79a9.png);
    background-size: 100% 100%;
}

