/**********************Checkbox Formatting***********************/
.dfb-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
.dfb-form .input-group .input-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dfb-form .response-field-date .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-date .day,
.dfb-form .response-field-date .month,
.dfb-form .response-field-date .year {
  width: 32%;
}
.dfb-form .response-field-time .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-time .hours,
.dfb-form .response-field-time .minutes,
.dfb-form .response-field-time .seconds {
  width: 30%;
}
.dfb-form .response-field-time .am_pm {
  width: 8%;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
.dfb-form label {
  text-align: left !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400 !important;
  color: #000;
  width: 100%;
}
@media (min-width: 1025px) {
  .dfb-form label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
.dfb-form .response-field-checkboxes {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-direction: column;
}
.dfb-form .response-field-checkboxes div {
  display: flex;
}
.dfb-form .response-field-checkboxes div a {
  display: inline !important;
  padding-left: 0 !important;
  color: #000;
}
.dfb-form .response-field-checkboxes div a:hover {
  color: red;
}
.dfb-form .response-field-checkboxes input[type=checkbox] {
  position: absolute;
  left: 0;
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .text-danger {
  display: none !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap p {
  margin: 0 !important;
  padding-left: 0 !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap label {
  height: 0 !important;
  display: none;
}
@media (min-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap div label {
  height: auto;
  display: block !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .checkbox-inline {
  font-size: 0 !important;
}
.dfb-form .checkbox-inline {
  position: relative;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 667px) {
  .dfb-form .checkbox-inline {
    padding-left: 30px !important;
  }
}
.dfb-form input[type=text],
.dfb-form input[type=tel],
.dfb-form input[type=email],
.dfb-form input[type=date],
.dfb-form input[type=number],
.dfb-form select {
  border: 1px solid #A8A9A9;
  font-family: "Rubik", sans-serif;
  color: #000;
  width: 100%;
  font-weight: 400 !important;
  border: 1px solid #A8A9A9;
  background-color: transparent !important;
  border-radius: 0px !important;
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 15px;
  }
}
.dfb-form input[type=text]:focus,
.dfb-form input[type=tel]:focus,
.dfb-form input[type=email]:focus,
.dfb-form input[type=date]:focus,
.dfb-form input[type=number]:focus,
.dfb-form select:focus {
  border: 1px solid #AD9A62;
  background: #fff !important;
}
.dfb-form select {
  background-image: url("../../img/select.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.78125vw);
  background-size: 0.78125vw auto;
}
.dfb-form textarea {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #A8A9A9;
  font-family: "Rubik", sans-serif;
  color: #000;
  width: 100%;
  font-weight: 400 !important;
  border: 1px solid #A8A9A9;
  background-color: transparent !important;
  border-radius: 0px !important;
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
.dfb-form textarea:focus {
  border: 1px solid #AD9A62;
  background: #fff !important;
}
.dfb-form .input-group .note {
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
.dfb-form .response-field-dropdown {
  width: 100%;
}
.dfb-form .msg-status-row {
  margin-bottom: 15px !important;
}
.dfb-form #validateBtn,
.dfb-form #resetBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border: 2px solid #AD9A62;
  background: transparent;
  color: #AD9A62;
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
.dfb-form #validateBtn:hover,
.dfb-form #resetBtn:hover {
  transition: all 0.3s;
  color: #fff;
  background: #AD9A62;
  border: 2px solid #AD9A62;
}
.dfb-form .help-block.show-error {
  display: block !important;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dfb-form .dfb-form-group,
.dfb-form #gdpr_compliance_id_wrap p,
.dfb-form #gdpr_compliance_id_wrap label {
  font-family: "Rubik", sans-serif;
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 30px;
  }
}
.dfb-form #gdpr_compliance_id_wrap label {
  font-weight: 500 !important;
}
.dfb-form #gdpr_compliance_id_wrap label:not(.checkbox-inline) {
  font-weight: 600;
}
.dfb-form #gdpr_compliance_id_wrap p:first-child {
  margin: 0;
}
.dfb-form .recapture {
  font-family: "Rubik", sans-serif;
  color: #000;
  text-align: left !important;
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
.dfb-form .recapture a {
  font-family: "Rubik", sans-serif;
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
.dfb-form .recapture a:hover {
  color: red;
}
.dfb-form #gdpr_compliance__id_wrap label {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
.dfb-form #gdpr_compliance__id_wrap a {
  text-decoration: underline;
  color: #000;
  transition: all 0.5s;
}
.dfb-form #gdpr_compliance__id_wrap a:hover {
  color: red;
}
.dfb-form .help-block {
  color: red;
  width: 100%;
  display: block;
  text-align: left;
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}

#contactusPage picture {
  width: 100%;
  display: flex;
}
@media (min-width: 1025px) {
  #contactusPage picture {
    height: 52.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactusPage picture {
    height: 52.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactusPage picture {
    height: 300px;
  }
}
@media (max-width: 600px) {
  #contactusPage picture {
    height: 300px;
  }
}
@media screen and (max-width: 1025px) {
  #contactusPage picture {
    height: 300px;
  }
}
@media screen and (max-width: 1025px) {
  #contactusPage .width--70 {
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1025px) {
  #contactusPage label.checkbox-inline {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactusPage label.checkbox-inline {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactusPage label.checkbox-inline {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  #contactusPage label.checkbox-inline {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  #contactusPage label.checkbox-inline {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactusPage label.checkbox-inline {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactusPage label.checkbox-inline {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  #contactusPage label.checkbox-inline {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 0.9375vw !important;
    line-height: 1.5625vw !important;
  }
  .dfb-form-group col-sm-6:not(.col-md-4), .dfb-form-group col-sm-6:not(.col-md-8) {
    width: 49.5%;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form #subscribe-text_id_wrap .input-group .row {
    width: 85%;
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form #subscribe-text_id_wrap .input-group .checkbox-inline {
    width: 15%;
  }
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .dfb-form-group col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group col-md-4 {
    width: 100% !important;
  }
  #gdpr_compliance_id_wrap input {
    position: absolute;
    left: 0;
    top: 6px;
  }
  #gdpr_compliance_id_wrap .checkbox-inline {
    padding-left: 30px;
    position: relative;
  }
  .response-field-time .above-line {
    width: 2.5% !important;
    display: flex;
    justify-content: center;
  }
  .response-field-time .hours,
  .response-field-time .minutes,
  .response-field-time .seconds {
    width: 25% !important;
  }
  .response-field-time .am_pm {
    width: 20% !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .dfb-form-group .col-sm-6 {
    width: 49% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 32% !important;
  }
}
@media only screen and (max-width: 600px) {
  .dfb-form-group .col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    display: inline-block;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #000 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form select {
    background-position: calc(100% - 15px);
    background-size: 15px;
  }
  .checkbox-inline {
    position: relative;
    padding-left: 30px;
  }
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    display: inline-block;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #000 !important;
    top: -15px !important;
  }
}
/*# sourceMappingURL=form-builder.min.css.map */
