.static-calculator{background-color:hsla(210,7%,59%,.1);border:2px solid #ff5100;border-radius:8px;padding:20px 20px 30px}.static-calculator .field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.static-calculator .field-wrap h5{color:#000;margin-bottom:0;width:100%}.static-calculator .field-label{text-align:left;width:48%}.static-calculator label{color:#ff5100;display:block;font-size:16px;font-weight:500;margin:0 0 5px;text-align:left}.static-calculator input,.static-calculator select{border:1px solid #ccc;border-radius:5px;font-size:16px;font-weight:500;margin-bottom:10px;padding:8px 10px;width:100%}.static-calculator input:focus,.static-calculator select:focus{outline:none}.static-calculator ::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.static-calculator button{border:none;cursor:pointer;font-weight:500;margin-top:10px;padding:10px 30px}.static-calculator .results{display:none;margin-top:20px}.static-calculator p{background-color:#fff3eb;font-size:18px;font-weight:700;padding:5px 10px}@media only screen and (max-width:767px){.static-calculator .field-label{width:100%}}