@media print, screen and (min-width: 769px) {
  section#faq h1:after {
    content: "FAQ";
  }
  section#form h1:after {
    content: "FORM";
  }
}

#form table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
}

#form table th {
  display: block;
  padding-top: 0.5rem;
  text-align: left;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#form table td {
  display: block;
  padding: 0px;
  padding-bottom: 0.5rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  #form table {
    margin: auto;
    width: auto;
  }
  #form table th,
  #form table td {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
  }
  #form table th {
    white-space: nowrap;
    font-weight: normal;
  }
}

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

#form input,
#form textarea,
#form select {
  margin: 0px;
  padding: 6px;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #cacaca;
}

#form input:focus,
#form textarea:focus,
#form select:focus {
  outline: none;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
  width: calc(100% - 20px);
}

#form input[type="number"] {
  width: 4rem;
}

#form input.input_zip2 {
  width: 5rem;
}

#form textarea {
  height: 6rem;
}

.error {
  display: block;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 0em;
}

#form input.inputerror,
#form textarea.inputerror {
  background: #fee9f0;
}

#form table th .need {
  font-weight: normal;
  margin-left: 0.5rem;
  color: #e96656;
}

#form table th .need:before {
  content: "(";
  color: #e96656;
}

#form table th .need:after {
  content: ")";
  color: #e96656;
}

#form .com {
  display: block;
}

@media print, screen and (min-width: 769px) {
  #form input[type="text"],
  #form input[type="email"],
  #form input[type="tel"],
  #form textarea {
    width: 100%;
    font-size: 1rem;
  }
  #form textarea {
    height: 12rem;
  }
  #form table {
    width: 95%;
  }
  #form table#confirm {
    width: auto;
  }
  #form table th {
    width: 14rem;
  }
  #form table th .need {
    float: right;
    margin: 0;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #ffffff;
    background: #f18280;
  }
  #form table th .need:before {
    content: "";
  }
  #form table th .need:after {
    content: "";
  }
}

#button ul {
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

#button ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 1rem;
}

#button button {
  width: 14rem;
  padding: 8px 0;
  background: #e96656;
  border: 1px solid #e96656;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  vertical-align: middle;
}

#button button:hover {
  background: #ffffff;
  color: #e96656;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#button button#btn-confirm::before,
#button button#btn-send::before {
  position: absolute;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1rem;
}

#button button#btn-back {
  background: #999999;
  border: 1px solid #999999;
}

#button button#btn-back::before {
  position: absolute;
  top: 12px;
  left: 10px;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 1rem;
}

#button button#btn-back:hover {
  color: #999999;
  background: #ffffff;
}

@media print, screen and (min-width: 769px) {
  #button ul li#right {
    float: right;
    width: 50%;
    text-align: left;
  }
  #button ul li#right button {
    margin-left: 20px;
  }
  #button ul li#left {
    float: left;
    width: 50%;
    text-align: right;
  }
  #button ul li#left button {
    margin-right: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */