

.decision_tree_area {
    text-align: center;
    padding-bottom:3rem;
}

.decision_tree_area .ui-state-active {
    background: #2E618D;
    border-color: #000000;
    border-left-style: inset;
    color: #ffffff;
}

.decision_tree_area .ui-state-default {
    background: #428bca;
    border-color: #357ebd;
    color: #ffffff;
    min-width: 100px;
    background: #428bca;
}

.decision_tree_area .span.ui-button-text {
    color: #ffffff;
}

.decision_tree_area .ui-state-hover {
    background: #2E618D;
}

.decision_tree_area .ui-button {
    margin-bottom: 10px;
}

.decision_tree_area .ui-widget {
    font-size: 14px;
}



.decision_tree_area .answer-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.decision_tree_area .answer-restart {
    color: #ffffff;
    background-color: #5a8fad;
    border-color: black;
}

.decision_tree_area_donated a {
    font-size: .8em;
    outline: 0px none;
    border: 0px none;
    text-decoration: none !important;
    color: #767676;

}

.dt_button {
    font-size: 14px;
    min-width: 190px;
    min-height: 30px;
    line-height: 32px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    padding: .4em 1em;
    margin:1rem;
}

.dt_choice_set {
    margin:5rem 0 2rem;
}

.dt_choice_set .dt_radio_choice{
    background: #8A1A9B;
    font-family: moderat !important;
    font-size:18px;
    font-weight: 700;
    padding:1rem 2.5rem;
    color:#fff;
}

.dt_choice_set .dt_radio_choice:last-of-type{
    background: #BD2BBA;

}
.dt_radio_choice:hover {
    background: #5A0064 !important;
}

.dt_radio_answer_nolink {
    cursor: default;
}

.dt_display_title{
    display: none !important;
}

.decision_tree_area .dt_display_question {
    color: #5A0064;
    font-size:35px;
    font-family: moderat !important;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin:2rem 0 1rem;
}

.decision_tree_area .dt_display_or {
    color: #5A0064;
    font-size:35px;
    font-family: moderat !important;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin:3.5rem 0 2.5rem;
}

.dt_display_subtext {
    font-family: moderat !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin:1rem 0;
    color: #5A0064;
}

.dt_display_info {
    font-family: moderat !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    margin:1rem 0;
    color: #5A0064;
}

.dt_display_info a {
    text-decoration: underline;
}

.dt_radio_answer, .dt_radio_answer_nolink {
    color: #5A0064;
    font-size:2rem;
    font-family: moderat !important;
    line-height: 1.25;
    text-align: center;
    margin:1rem 0;
}

.ui-dialog {
    z-index: 1000;
}

a.button-one-col {
    width:100%;
}

.answer-area{
    display: grid;
    column-gap: 1rem;
    row-gap: 1.5rem;
    margin: 2rem 0;
}

.grid-two {
    grid-template-columns: repeat(2, 1fr);

}

.grid-one {
    grid-template-columns: repeat(1, 1fr);

}

a.button-two-col {
    width:100%;
}
.dt_display_embed{
    aspect-ratio: 16/9;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    overflow: hidden !important;
    margin: 3rem 0;
}

.dt_display_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
a.dt_button {
    display:flex;
    background: #5A0064;
    width: 100%;
    color:#fff;
    border-radius: 20px;
    font-size:1.25rem;
    font-family: moderat !important;
    line-height: 1.25;
    margin: auto;
    padding:0.75rem 1.5rem;
    text-align:left;
}

a.dt_button:hover {
    background: #8A1A9B;
}

a.dt_button:after {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19' viewBox='0 0 23 19' fill='none'%3E%3Cpath d='M0 9.17871H19.771' stroke='%23FF5A5A' stroke-width='2'/%3E%3Cpath d='M12.5166 1L21.155 9.2065L12.5166 17.413' stroke='%23FF5A5A' stroke-width='2'/%3E%3C/svg%3E");    width: 23px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-right: 0;
    position: relative;
}


@media (max-width: 1023px) {
    .decision_tree_area .dt_display_question {
        font-size:25px !important;
    }
    .dt_choice_set .dt_radio_choice{
        font-size:15px !important;
    }
    .decision_tree_area {
        padding-bottom:2rem !important;
    }

}
@media (max-width: 767px) {
    .dt_choice_set .dt_radio_choice{
        padding:0.75rem 1.25rem !important;
    }

    .decision_tree_area {
        padding-bottom:1rem !important;
    }

    .grid-two {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .dt_button{
        margin: 0.5rem;
    }

    .dt_choice_set {
        margin:2rem 0 2rem;
    }

    .answer-area{
        row-gap: 0.75rem;
    }

}


.disabled { cursor:default!important; opacity:0.5!important;  }