a[nav],nav,navs nav,navs a[nav] {
    color: white !important;
    font-family: 'Baloo Chettan 2', sans-serif;
    font-weight: bold;
}
a[nav]:hover,nav:hover,navs nav:hover,navs a[nav]:hover {
    color: white !important;
}

tree,branch,root,navs,nav,progs,prog,options,opt,selectr,label,description {    
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
opt{
    background:white;
    border:3px solid #161d51;
    border:3px solid #eeeeee;
    cursor:pointer;
    display:flex;
        align-items:center;           
        flex:none;
    letter-spacing:0;
    line-height:.75em;
    margin:2px;
    padding:15px 25px;    
    position:relative;
    width:auto;

    color:#161d51;
    text-transform:uppercase;

    font-family: 'Arial',sans-serif;
        font-weight:bold;
        font-size:1em;
        font-style: normal;
        line-height: 1em;

    border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
}
opt:first-of-type{
    margin-left:0px !important;
}
opt:last-of-type{
    margin-right:0px !important;
}
.stretch opt{          
    flex:1;
    width:100%;
}
opt:hover{
    background: #3b3069;
    /* background: tomato; */
    border-color: #161d51;
    color: #00fff5;
    /* color: transparent;
        -webkit-text-stroke: 1px #fff000; */
    margin-left: -10px !important;
    margin-top: -10px !important;
    margin-bottom: 14px !important;
    margin-right: 12px !important;
    box-shadow: 10px 10px 0px #00fff5;
        -webkit-box-shadow: 10px 10px 0px #00fff5;
}
branch:not(.nav) opt::after,
.progress:not(.nav) opt::after {
    content:"\00a0";
    background:#161d51;
    height:35px;
    position:relative;
    width:4px;
    position:absolute;
    left:calc(100% + 3px);
}
opt:last-of-type::after {
    content:unset !important;
}

.columns opt{
    margin: 4px 2px;
    margin: 4px 2px 20px;
}
.columns opt::after{
    content: "\00a0";
    background: #161d51;
    height: 4px !important;
    position: relative;
    width: 35px !important;
    position: absolute;
    left: calc(50%) !important;
    top: calc(100% + 3px) !important;

    content: "";
}

opt {
    transition: all 0.3s ease;
}

branch.nav opt{  
    display:none;
}
opt.active,
opt[active],
opt[selected]{
    display:flex;
}



opt[yes] {
    background: #009ba7;
    border-color: #009ba7;
    border-width:3px;

    background: none;
    border-color: #161d51;
    color:#161d51;

    background: #00fff5 !important;
    border-color: #0bd6cf;
    color: #161d51 !important;
    font-weight:800;
}

opt[yes]:hover {
    background: tomato;
    border-color: #cf462e;
    color: white;
}

branch.nav opt {
    border:none;
        border-bottom:3px solid #161d51;
    font-size:.85em; 
    margin:2px;
    padding:7px 15px;   
}

.decision .progress{
    display:none;    
}
.decision .progress.active{
    display:flex;
        align-items:stretch;
}



@media(max-width:650px){    
    
    branch:not(.nav) opt::after {
        content: "\00a0";
        background: #161d51;
        height: 35px;
        position: relative;
        width: 4px;
        position: absolute;
        top: calc(100% + 3px);
        left: 50%;
    }
    
}








tree branch opt:hover {
    box-shadow: 10px 10px 0px #00fff5;
        -webkit-box-shadow: 10px 10px 0px #00fff5;
}
tree branch options label:hover {
    box-shadow: 10px 10px 0px #00fff5;
        -webkit-box-shadow: 10px 10px 0px #00fff5;
}





opt {
    padding:0 !important;
}
opt::before,
opt::after{
    content:unset !important;
}
opt > div {
    display: flex;
        align-items:stretch;
        flex:1;
}
opt label{
    display:flex !important;
        flex:1 !important;
        justify-content: center !important;
    font-size:1.5em !important;
    line-height:1em !important;
    overflow: hidden !important;
    padding-right: 10% !important;
    
    align-items: center !important;
    padding: 20px !important;
    position:relative !important;
    white-space: unset !important;
}
opt .pledgethis{
    background: #ff00ae !important;
    color:white !important;
    display: flex !important;
        align-items: center;
    font-family: 'Baloo Chettan 2';
        font-size:2em !important;
        font-weight:bold !important;
    height: 100%;
    justify-content: center !important;
    opacity: 0;
    padding: 20px;
    position: absolute !important;
        left: 0 !important;
        left: -100% !important;
        top: 100% !important;
    text-align: center !important;
    transition: all ease .5s;
    width: 100% !important;
    z-index: 99999999 !important;
    
    background: #cc00ff !important;
    background: #007fff !important;

    left: 0 !important;
    top: 0 !important;

}

    opt[yes] .pledgethis {
        background: #ff0055 !important;
    }

    opt .pledgethis .nopledge{
        display: block !important;}

        opt[yes] .pledgethis .yespledge{
            display: none !important;
        }

    opt .pledgethis .nopledge{
        display: none !important;}

        opt[yes] .pledgethis .nopledge{
            display: block !important;
        }

opt:hover .pledgethis {
    left: 0 !important;
    top: 0 !important;
    opacity: 1;
}
opt description {
    display: flex;
        flex: 0 0 50%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.15em !important;
    font-weight: 400 !important;
    
    align-items: center;
    background: white;
    color: #813fa9;
    color: #28246b;
    font-size: .75em !important;
    line-height: 1.25em !important;
    overflow: hidden !important;
    padding: 20px !important;
    position: relative !important;
}
options.columns{
    column-gap: 0px !important;
    column-gap: 20px !important;
    column-rule: none !important;
    padding: 0 !important;
}
options.columns opt {
    margin-top: 0 !important;
}



