#cost-calc-wrapper{background-color:#f9f9f9;border-radius:8px;border:1px solid #d6d6d6;text-align:center;font-family:Raleway;position:relative;padding:0;box-sizing:border-box;-webkit-transition:all 1s;transition:all 1s;bottom:0}#cost-calc-wrapper a{color:#666;text-decoration:underline}#cost-calc-wrapper .cost-calc-btn-wrapper{left:0;right:0}#cost-calc-wrapper #cost-calc-output{display:none;background-color:#f9f9f9;bozrder-bottom-left-radius:8px;border-bottom-right-radius:8px;position:absolute;top:40px;left:0;right:0;bottom:0;}#cost-calc-wrapper #cost-calc-output p{font-size:1em;font-weight:400;color:#666;padding:10px 25px 15px 25px}#cost-calc-wrapper h4{color:#fff;margin:0;padding-bottom:10px;font-weight:600;font-size:0.9em;background-color:#0099ff;padding-top:10px;border-top-left-radius:8px;border-top-right-radius:8px;}#cost-calc-wrapper .btn{background-repeat:no-repeat;background-size:24px 24px;background-color:#7ac142;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:0;border-top-right-radius:0;font-size:1.1em;color:#fff;margin:0;height:60px;padding:0 10px;line-height:40px;width:100%;}#cost-calc-wrapper .fas.fa-chevron-right{font-size:18px;position:absolute;bottom:20px;right:50px;}#cost-calc-wrapper .btn-ttns{background-color:#7ac142;color:#fff;border-radius:30px;padding:8px 25px;font-size:16px;}#cost-calc-wrapper .btn.btn-back{background-image:url(../images/btn-arrow-left.png);background-position:left 50px center;position:absolute;left:0;bottom:0}#cost-calc-wrapper .infield{position:relative;background-color:#fff;box-sizing:border-box;overflow:hidden;margin:0 auto;width:100%;text-align:left;transition:opacity .5s;opacity:1;border-bottom:1px solid #d6d6d6;}#cost-calc-wrapper .infield.infield-select{background-image:url(../images/icon-dropdown-arrow.png);background-repeat:no-repeat;background-position:right 10px bottom 15px;background-size:16px 8px}#cost-calc-wrapper .infield.infield-select select{cursor:pointer}#cost-calc-wrapper .infield.infield-select select::-ms-expand{display:none}#cost-calc-wrapper .infield label{color:#999;font-weight:400;margin:.25em 1em 0;display:inline-block;font-size:.75em}#cost-calc-wrapper .infield input[type=email],#cost-calc-wrapper .infield input[type=text],#cost-calc-wrapper .infield select,#cost-calc-wrapper .infield textarea{-webkit-appearance:none;-moz-appearance:none;background:0 0;border:none;border-radius:0;font-family:Lato;padding:0;box-shadow:none;margin:0;width:100%;box-sizing:border-box;font-size:1em;padding:.5em;height:37px;line-height:1;transition:none}#cost-calc-wrapper input[type=email].input-validation-error,#cost-calc-wrapper input[type=text].input-validation-error,#cost-calc-wrapper select.input-validation-error,#cost-calc-wrapper textarea.input-validation-error{border-bottom:4px solid red}@media screen and (max-width:500px){#cost-calc-wrapper{position:fixed;left:0;bottom:-600px;z-index:1000;width:100%}#cost-calc-wrapper #cost-calc-output p{font-size:0.9em;padding:10px 25px;}#cost-calc-wrapper .btn-ttns{font-size:15px!important;}.fas.fa-chevron-right{right:80px;}#cost-calc-wrapper .btn.btn-back{background-position:left 80px center;background-size:30px}#cost-calc-wrapper h4{background-image:url(../images/icon-close-btn.png);background-repeat:no-repeat;background-size:15px;background-position:top 12px right 20px}}@media screen and (max-width:400px){#cost-calc-output p{padding:10px 25px}}