@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body,
html {
  background-color: #fff !important;
  margin:0;
}

#pardot-form {
  background-color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  text-align: start;
  letter-spacing: normal;
  color: #000;
}
#pardot-form a {
  color: #0080ff;
}
#pardot-form a:hover {
  color: #05f;
  transition: all 0.3s ease;
  text-decoration: none;

}
#pardot-form p.form-field {
  padding: 10px;
  width: 100%;
  margin: 0;
  float: left;
  clear: none;
}
#pardot-form p.form-field label {
  font-size: 16px;
  font-weight: 600;
  text-align: start;
  color: #000;
  margin-bottom: 10px;
  width: auto;
}
#pardot-form p.form-field.pd-text input {
  background-color: #efefef;
  color: #333;
  height: 55px;
  padding: 0px 20px;
  margin: 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#pardot-form p.form-field.pd-text input.placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-text input:-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-text input::-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-text input:-ms-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-text input::-webkit-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-text input:focus {
  outline: none;
  border: 1px solid #0055ff;
}
#pardot-form p.form-field.pd-date input {
    background-color: #efefef;
    color: #333;
    height: 55px;
    padding: 0px 20px;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
  
}
#pardot-form p.form-field.pd-date input.placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-date input:-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-date input::-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-date input:-ms-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-date input::-webkit-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-date input:focus {
  outline: none;
  border: 1px solid #0055ff;
}
#pardot-form p.form-field.pd-select select {
    background-color: #efefef !important;
    color: #333;
    height: 55px;
    padding: 0px 20px;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(https://hello.clickbond.com/down_arrow_svgrepo_com.svg);
    background-position: calc(100% - 12px);
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-user-select: none;
}
#pardot-form p.form-field.pd-select select.placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-select select:-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-select select::-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-select select:-ms-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-select select::-webkit-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-select select:focus {
    outline: none;
    border: 1px solid #0055ff;
}

@-moz-document url-prefix() {
  #pardot-form p.form-field.pd-select select {
    padding-left: 16px;
  }
}
#pardot-form p.form-field.pd-select select option {
  background-color: inherit;
  color: inherit;
}
#pardot-form p.form-field.pd-textarea textarea {
    background-color: #efefef !important;
    color: #333;
    padding: 20px;
    margin: 0px;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
}
#pardot-form p.form-field.pd-textarea textarea.placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-textarea textarea:-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-textarea textarea::-moz-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-textarea textarea:-ms-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-textarea textarea::-webkit-input-placeholder {
  color: #083340;
  opacity: 1;
}
#pardot-form p.form-field.pd-textarea textarea:focus {
    outline: none;
    border: 1px solid #0055ff;;
}
#pardot-form p.form-field .description {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 0px 0px 4px 1px;
  width: auto;
  font-weight: 300;
  margin: 5px 0px 0px 0px;
  font-style: none;
  line-height: 27px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#pardot-form p.submit {
  padding: 10px;
  width: 100%;
  margin: 0;
  float: left;
  clear: none;
  text-align: left;
}
#pardot-form p.submit input {
  background: #0055ff;
  padding: 0px 35px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 0px;
  height: 55px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff;
  width: auto;
}
#pardot-form p.submit input:hover {
  background: #0080ff;
  color: #fff;
  transition: all 0.3s ease;
}
#pardot-form p:not([class]) {
  /* Style Default Text Added Above/Below Form */
  font-size: inherit;
}
#pardot-form p.required label:not(.inline) {
  /* Required Field Label Styles */
  background-image: none;
}
#pardot-form p.required label:not(.inline):after {
  content: "*";
  font-size: 13px;
  color: #f00;
  font-style: italic;
  font-weight: 300;
}
#pardot-form p.pd-hidden {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#pardot-form .g-recaptcha div {
  padding-left: 0px;
}

#pardot-form p,
#pardot-form div,
#pardot-form h1,
#pardot-form h2,
#pardot-form h3,
#pardot-form h4,
#pardot-form h5,
#pardot-form h6,
#pardot-form hr,
#pardot-form table,
#pardot-form ul,
#pardot-form ol {
  padding-left: 10px;
}

#pardot-form p.error {
  color: #dd0000;
  background-color: transparent;
}
#pardot-form p.error.no-label {
  margin-left: 20px;
}
#pardot-form p.error input,
#pardot-form p.error select,
#pardot-form p.error textarea {
  border: 1px solid #dd0000 !important;
}

#pardot-form p.errors {
  color: #dd0000;
  background-color: transparent;
}
#pardot-form p.errors.no-label {
  margin-left: 20px;
}

#pardot-form p.pd-radio input {
  opacity: 0;
  position: absolute;
}

#pardot-form p.pd-radio label.field-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

#pardot-form p.pd-radio label.inline {
    position: relative;
    top: 0px;
    left: 25px;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-weight: 300;
    color: #000;
    font-size: 16px;
}

#pardot-form p.pd-radio input + label:before {
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  margin-left: -24px;
  margin-top: 7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50px;
}

#pardot-form p.pd-radio input:checked + label:before {
  font-size: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
}

#pardot-form p.pd-radio .description {
  font-size: 14px;
  position: relative;
  top: 5px;
  margin: 0px 0px 0px 20px;
}

#pardot-form p.pd-radio span.value {
  margin-left: 20px;
  display: block;
}

#pardot-form p.pd-checkbox input {
  opacity: 0;
  position: absolute;
}

#pardot-form p.pd-checkbox label.field-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

#pardot-form p.pd-checkbox label.inline {
  position: relative;
  top: 0px;
  left: 25px;
  margin: 0 0 10px;
  width: 100%;
  float: left;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}

#pardot-form p.pd-checkbox input + label:before {
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  margin-left: -24px;
  margin-top: 7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

#pardot-form p.pd-checkbox input:checked + label:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
}

#pardot-form p.pd-checkbox .description {
  font-size: 14px;
  position: relative;
  top: 5px;
  margin: 0px 0px 0px 20px;
}

#pardot-form p.pd-checkbox span.value {
  margin-left: 20px;
  display: block;
}



