input,textarea{background-color:#f2f4f5;border:none;border-radius:3px;padding:15px 20px;font-size:16px;color:#333;flex-grow:1;width:80%}@media only screen and (max-width:700px){input,textarea{width:100%}}input::placeholder,textarea::placeholder{color:#999;font-size:14px}form{width:100%;margin:0 auto}.form-row{display:flex;align-items:center;padding:20px;border-bottom:1px solid #f2f4f5}.form-row:last-child{border-bottom:none}.form-label{display:flex;align-items:center;min-width:250px;width:30%}@media only screen and (max-width:600px){.form-label{min-width:35%;width:35%}}.form-label span{margin-left:10px;padding:2px 6px;border-radius:3px;font-size:12px;font-weight:700;color:#fff;background-color:#e9606f}select{background-color:#f2f4f5;border:none;border-radius:3px;padding:15px 20px;font-size:16px;color:#333}button,input[type=submit]{cursor:pointer;margin-top:30px;padding:15px 3em;border:none;border-radius:5px;color:#fff;font-weight:400;background-color:#00b2cc;width:13em}.wpcf7-previous{padding:15px 4em;width:13em}@media only screen and (max-width:600px){input[type=submit],.wpcf7-previous{padding:15px 1em;width:10em}}form p{font-size:16px !important;width:100%}.form-submit{text-align:center;padding:20px;border-bottom:1px solid #f2f4f5}.stepBar{display:flex;max-width:400px;position:relative;margin:20px auto;text-align:center}.stepBar li{font-size:12px;list-style:none;position:relative;width:33.333%}.stepBar li:after{background:#d0e1f9;content:"";width:calc(100% - 24px);height:4px;position:absolute;left:calc(-50% + 12px);top:10px}.stepBar li:first-child:after{display:none}.stepBar li span{background:#d0e1f9;color:#fff;display:inline-block;height:24px;margin-bottom:5px;line-height:24px;width:24px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.stepBar .visited:after{background:#4d648d}.stepBar .visited span{background:#4d648d}