@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.require, .error {
  color: #e50062;
}

.form section {
  margin: 3em 0;
}

.form textarea,
.form input[type=text] {
  width: 100%;
  padding: .3em;
}

.form input[type=email],
.form input[type=tel] {
  width: 100%;
  padding: .3em;
}

.form textarea {
  height: 6em;
}

.form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .form dl {
    font-size: 1.6rem;
  }
  .form .protector {
    margin-bottom:5px;
  }
}

@media (max-width: 767px) {
  .form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.form dl dt, .form dl dd {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}

@media (min-width: 768px) {
  .form dl dt, .form dl dd {
    padding: 1em 1em;
  }
  .form .protector {
    width: 12em !important;
  }
}

.form dl dt {
  background-color: rgba(13, 51, 135, 0.1);
  font-weight: 600;
}

@media (min-width: 768px) {
  .form dl dt {
    width: 25%;
  }
  .form .cnf_button {
    margin-bottom:0px;
  }
}

@media (max-width: 767px) {
  .form dl dt {
    text-align: center;
  }
  .form .cnf_button {
    margin-bottom:5px;
    padding: 1em 1.5em !important;
  }
}

.form dl dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .form dl dd {
    width: 75%;
  }
}

.form label {
  margin: .5em .5em .5em 0;
  display: inline-block;
}

.form .short {
  width: 6em !important;
}

.form .half {
  width: 50% !important;
}

.form .dept {
  width: 50% !important;
}

@media (max-width: 767px) {
  .form .dept {
    width: 90% !important;
  }
}
.form .button {
  text-align: center;
}

.form .button button {
  padding: 1em 3em;
  background-color: rgba(13, 51, 135, 0.5);
  border: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.form .button button:after {
  content: "\f105";
  font-family: 'FontAwesome', sans-serif;
  display: inline-block;
  margin-left: .5em;
}

.form .button button:hover {
  background-color: #0d3387;
}

.form .short4 {
  width: 4em !important;
}
.form .short11 {
  width: 11em !important;
}

.form .button #btn_before:after {
  content: "";
}
.form .button #btn_before:before {
  content: "\f104";
  font-family: 'FontAwesome', sans-serif;
  display: inline-block;
  margin-right: .5em;
}

span.lead_uline {
  text-decoration:underline;
}

span.lead_red {
  color: red;
}

