@media only screen and (max-width:767px){.dates{width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:600}.date,.dates{display:-ms-flexbox;display:flex;align-items:center}.date{width:45%;height:50px;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;border:3px solid #e0534c;margin-top:5px;margin-bottom:5px}}@media only screen and (min-width:768px) and (max-width:980px){.dates{width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:600}.date,.dates{display:-ms-flexbox;display:flex;align-items:center}.date{width:30%;height:50px;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;border:3px solid #e0534c;margin-top:5px;margin-bottom:5px}}@media only screen and (min-width:981px){.dates{width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:600}.date,.dates{display:-ms-flexbox;display:flex;align-items:center}.date{width:19%;height:50px;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;border:3px solid #e0534c;margin-top:5px;margin-bottom:5px}}input.calv-input{background:#f1f5f9;max-height:30px;border:0;border-radius:3px;padding:7px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease;color:#4c5866;font-family:Open Sans,Helvetica,Roboto,Arial,sans-serif;font-size:13px;font-weight:600;line-height:normal;display:block;width:100%}input.calv-input:focus{background:#e6ecf2}input.calv-input::-webkit-input-placeholder{color:#98a7b8}input.calv-input:-moz-placeholder,input.calv-input::-moz-placeholder{color:#98a7b8}input.calv-input:-ms-input-placeholder{color:#98a7b8}input.calv-input[readonly]{background:#fff!important;border:1px solid #eaedf0!important;cursor:not-allowed}