#cnfsd-lec-calc .banner{background-color:var(--themeUiProductColour);color:var(--themeBaseFontColour);display:flex;justify-content:space-between;padding:12px 24px 10px}#cnfsd-lec-calc .banner__progress-bar{background:var(--themeUiProductSecondaryColour);display:flex;height:10px}#cnfsd-lec-calc .banner__progress-bar__bar{background:var(--themeBaseFontColour);transition:.3s ease}#cnfsd-lec-calc .card{background-color:var(--lightGrey);color:var(--themeBaseFontColour);padding:2rem}#cnfsd-lec-calc .card p{font-size:.9rem}#cnfsd-lec-calc .card--dark{background-color:var(--mediumGrey);margin-bottom:2rem;padding:2rem}#cnfsd-lec-calc .card--dark span{font-size:1.375rem;font-weight:600;text-shadow:none}#cnfsd-lec-calc .card--dark .display{font-size:2.35rem;margin-bottom:1.5rem;margin-top:1.5rem}#cnfsd-lec-calc .input-shell input[type=text]{font-size:1.175rem;line-height:1.75rem}#cnfsd-lec-calc .input-shell input[type=text].quarter-width{max-width:72.5px}#cnfsd-lec-calc .input-shell input[type=text]:focus{border:2px solid var(--themeInputBorderColour);outline:4px solid var(--themeUiProductColour)}#cnfsd-lec-calc .input-shell input[type=radio]:focus+label{outline:4px solid var(--themeUiProductColour)}#cnfsd-lec-calc .input-shell input[type=radio]:checked+label{border-width:4px;padding:7px 8px 7px 56px}#cnfsd-lec-calc .input-shell input[type=radio]:checked+label:before{border-color:var(--themeInputBorderColour)}#cnfsd-lec-calc .input-shell input[type=radio]:checked+label:after{opacity:1}#cnfsd-lec-calc .input-shell input[type=radio]+label{background-color:var(--themeInputBackgroundColour);border:2px solid var(--themeInputBorderColour);cursor:pointer;font-size:1.175rem;font-weight:500;line-height:1.75rem;max-width:300px;padding:9px 10px 9px 58px;width:100%}