#cnfsd-lec-calc .banner{background-color:var(--themeUiProductColour);display:flex;padding:12px 24px 10px 24px;justify-content:space-between;color:var(--themeBaseFontColour)}#cnfsd-lec-calc .banner__progress-bar{background:var(--themeUiProductSecondaryColour);height:10px;display:flex}#cnfsd-lec-calc .banner__progress-bar__bar{background:var(--themeBaseFontColour);transition:ease .3s}#cnfsd-lec-calc .card{background-color:var(--lightGrey);padding:2rem;color:var(--themeBaseFontColour)}#cnfsd-lec-calc .card p{font-size:.9rem}#cnfsd-lec-calc .card--dark{background-color:var(--mediumGrey);padding:2rem;margin-bottom:2rem}#cnfsd-lec-calc .card--dark span{font-size:1.375rem;font-weight:600;text-shadow:none}#cnfsd-lec-calc .card--dark .display{margin-top:1.5rem;margin-bottom:1.5rem;font-size:2.35rem}#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:calc(290px/4)}#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{padding:7px 8px 7px 56px;border-width:4px}#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{max-width:300px;border:2px solid var(--themeInputBorderColour);padding:9px 10px 9px 58px;cursor:pointer;font-weight:500;background-color:var(--themeInputBackgroundColour);width:100%;font-size:1.175rem;line-height:1.75rem}