﻿.sfFormsEditor label,
#cph_main_cph_main_C005_ctl00_ctl00_ctl03_C020_ctl00_ctl00_titleLabel_write {
    font-weight: 600;
}
.level6,
.level7 {
    display:none;
}

.firstContainer {
    margin-bottom: 20px !important;
}

.sf-RadioButtons strong, .sf-Checkboxes strong {
    font-weight: 700;
}
.sf-fieldWrp label {
    font-weight: 600;
}
.eligWrapper {
    display: none;
}
.ciiadvdipBlock,
.rdrBlock,
.gapfillBlock {
    display: none;
    background: #efefef;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.eligIntroBlock {
    display: none;
}
.eligMainOption strong {
    display: block;
}
.eligMainOption div {
    width: 48%;
    background-color: #2d8383;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 20px 20px;
    text-align: center;
    
}
.eligMainOption div label {
    cursor: pointer;
}

input[name='FileFieldController_1'] {
    border: 1px transparent;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    padding: 10px 0px;
    border-radius: 0px;
    background: transparent;
}

#defaultFormctl00\$ctl00\$cph_main\$cph_main\$C009 > div.eligMainOption.sf-fieldWrp.sf-RadioButtons > strong {margin-bottom: 10px;}
#defaultFormctl00\$ctl00\$cph_main\$cph_main\$C009 > div:nth-child(9) > p{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
#defaultFormctl00\$ctl00\$cph_main\$cph_main\$C009 > div.uploadEvidence.sf-fieldWrp > div > div > input[type=file],
#defaultFormctl00\$ctl00\$cph_main\$cph_main\$C009 > div.uploadEvidence.sf-fieldWrp > strong {FONT-SIZE: 14PX;}

@media(max-width:600px){
    .eligMainOption div{
        width: 100%;
    }
    #defaultFormctl00\$ctl00\$cph_main\$cph_main\$C009 > div.eligMainOption.sf-fieldWrp.sf-RadioButtons > div:nth-child(3){
        margin-bottom: 10px;
    }
}