*+.calculator-container{margin-top:50px}.calculator-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-40px}@media screen and (max-width:992px){.calculator-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:576px){.calculator-container{margin-left:-30px;width:calc(100% + (60px))}}.calculator{background:#f5f5f5;border:1px solid #d9d9d9;border-radius:3px;width:calc(50% - 20px);margin-bottom:40px}.calculator .title{margin-bottom:0;padding:25px;border-bottom:1px solid #d9d9d9;color:#000;font-size:1.11111em}.calculator .form-area,.calculator .results{padding:25px}.calculator .results{background:#d9d9d9}.calculator .results label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#707070}.calculator .results label:last-child{margin-bottom:0}.calculator .results input{background:#ececec;border:0}.calculator .results .row{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.88889em}.calculator .results .row>*{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.calculator .results .row>*:not(:last-child){margin-right:10px}.calculator .results .row:not(:last-child){margin-bottom:14px}.calculator .results strong{text-align:center}.calculator label{font-size:.88889em}.calculator label input{margin-top:5px}.calculator label.radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calculator label.radio input{margin-right:8px;margin-top:0}.calculator .btn{margin-top:calc(25px - .5rem)}@media screen and (max-width:992px){.calculator{max-width:425px;width:100%}}@media screen and (max-width:576px){.calculator{border-left:0;border-right:0;border-radius:0}}