@import "https://fonts.googleapis.com/css?family=Cantarell:light,lightitalic,normal,italic,bold,bolditalic";

*,
*:after,
*:before {
  box-sizing: border-box;
}
.form-all {
  font-family: "Cantarell", sans-serif;
}
.main .jotform-form {
  width: 100%;
  padding: 0 3%;
}
.form-all {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 752px;
}
.form-line-active {
  background-color: 0;
}
.form-all {
  font-size: 12px;
}
li.form-line {
  margin-top: 2px;
  margin-bottom: 2px;
}
.form-line {
  padding: 9px 1px;
}
.form-all .form-textbox,
.form-all .form-radio-other-input,
.form-all .form-checkbox-other-input,
.form-all .form-captcha input,
.form-all .form-spinner input,
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next,
.form-all .qq-upload-button,
.form-all .signature-wrapper,
.form-all .form-error-message {
  border-radius: 0px;
}
.form-all .form-textarea {
  border-radius: 0px;
}
.form-section {
  padding: 0px 38px;
}
.form-textbox,
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  border-width: 0px;
  width: 100% !important;
  border-color: #ffffff;
  color: #eaebec;
}
.form-textarea:hover,
.form-textbox:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.form-textarea:focus,
.form-textbox:focus,
li[data-type=control_fileupload] .qq-upload-button:focus,
.signature-wrapper:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #e1e1e1;
}
.form-textbox {
  height: 30px;
}
.form-label {
  margin-bottom: 7px;
  margin-right: 0;
}
.form-label {
  font-family: "Cantarell", sans-serif;
}
.form-line-column {
  width: calc(50% - 8px);
}
.form-checkbox-item label,
.form-checkbox-item span,
.form-radio-item label,
.form-radio-item span {
  color: #606060;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 20px;
  height: 20px;
}
.form-checkbox-item input,
.form-radio-item input {
  margin-top: 2px;
}
.form-checkbox:checked + label:before,
.form-checkbox:checked + span:before {
  background-color: #d8c690;
  border-color: #d8c690;
}
.form-radio:checked + label:before,
.form-radio:checked + span:before {
  border-color: #d8c690;
}
.form-radio:checked + label:after,
.form-radio:checked + span:after {
  background-color: #d8c690;
}
.form-checkbox:hover + label:before,
.form-checkbox:hover + span:before,
.form-radio:hover + label:before,
.form-radio:hover + span:before {
  border-color: rgba(216, 198, 144, 0.5);
  box-shadow: 0 0 0 2px rgba(216, 198, 144, 0.25);
}
.form-checkbox:focus + label:before,
.form-checkbox:focus + span:before,
.form-radio:focus + label:before,
.form-radio:focus + span:before {
  border-color: #d8c690;
  box-shadow: 0 0 0 3px rgba(216, 198, 144, 0.25);
}
.submit-button {
  font-size: 12px;
  font-weight: bolder;
  font-family: "Cantarell", sans-serif;
  border-color: #d8c690;
}
.submit-button {
  min-width: 180px;
}
.form-submit-button:not(.form-sacl-button) {
  color: #464646;
  background: #d8c690;
  box-shadow: none;
  text-shadow: none;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Cantarell", sans-serif;
  font-size: 12px;
  font-weight: bolder;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  box-shadow: none;
  text-shadow: none;
  color: #464646;
  background: #d8c690;
  border-color: #d8c690;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.header-large h1.form-header {
  font-size: 2em;
}
.header-large h2.form-header {
  font-size: 1.5em;
}
.header-large h3.form-header {
  font-size: 1.17em;
}
.header-large h1 + .form-subHeader {
  font-size: 1em;
}
.header-large h2 + .form-subHeader {
  font-size: .875em;
}
.header-large h3 + .form-subHeader {
  font-size: .75em;
}
.header-default h1.form-header {
  font-size: 2em;
}
.header-default h2.form-header {
  font-size: 1.5em;
}
.header-default h3.form-header {
  font-size: 1.17em;
}
.header-default h1 + .form-subHeader {
  font-size: 1em;
}
.header-default h2 + .form-subHeader {
  font-size: .875em;
}
.header-default h3 + .form-subHeader {
  font-size: .75em;
}
.header-small h1.form-header {
  font-size: 2em;
}
.header-small h2.form-header {
  font-size: 1.5em;
}
.header-small h3.form-header {
  font-size: 1.17em;
}
.header-small h1 + .form-subHeader {
  font-size: 1em;
}
.header-small h2 + .form-subHeader {
  font-size: .875em;
}
.header-small h3 + .form-subHeader {
  font-size: .75em;
}
.form-header-group {
  text-align: left;
}
.form-header-group {
  font-family: "Cantarell", sans-serif;
}
div.form-header-group.header-large {
  margin: -9px -9px;
}
div.form-header-group.header-large {
  padding: 11px 0px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #d8c690;
}
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: none;
}
.form-line-error .form-error-message {
  background-color: #f23a3c;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #f23a3c;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #f23a3c;
  box-shadow: 0 0 3px #f23a3c;
}
.supernova {
  background-color: #ffffff;
}
.supernova body {
  background-color: transparent;
}
.supernova .form-all,
.form-all {
  background-color: #ffffff;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #e1e1e1;
}
.form-matrix-table tr {
  border-color: #e6e6e6;
}
.form-matrix-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.form-all {
  color: #464646;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #464646;
}

/*__INSPECT_SEPERATOR__*/
#input_35 {
    top : 20px;
    background-color : white !important;
    width : 50px !important;
    min-width : 75px !important;
    border : none!important;
    font-family : Cantarell;
}

#input_14 {
    width : 525px !important;
    min-width : 665px !important;
}

#input_24 {
    width : 525px !important;
    min-width : 665px !important;
}

#input_27 {
    width : 525px !important;
    min-width : 665px !important;
}

.form-required {
    color : #cbb26a;
}

.form-submit-button {
    background-color : #d8c690 !important;
    font-family : Cantarell;
}

.form-header-group {
    margin-bottom : -15px !important;
    border-bottom : none !important;
}

.form-label.form-label-auto {
    display : block;
    float : none;
    text-align : left;
    width : 100%;
}

label#label_35 {
    margin-right : -190px !important;
    font-size : 12px;
}

.form-all {
    box-shadow : none !important;
    border : none !important;
}

.supernova {
    background : none;
}

#input_17 {
    width : 25px;
}

#cid_58 {
    margin-top : -30px;
}

#label_input_79_1 {
    margin-left : -1px;
}

#label_input_25_1 {
    margin-left : -100px;
}

#id_79 {
    width : 100px !important;
    min-width : 200px !important;
    margin-left : 134px !important;
}

.form-radio-item label {
    width : 25px !important;
    min-width : 100px !important;
    font-size : 14px;
}

.form-header {
    margin-left : -10px;
    text-transform : uppercase !important;
}

.form-label.form-label-top {
    margin-top : 5px !important;
}

.form-buttons-wrapper.form-buttons-center.jsTest-button-wrapperField {
    margin-bottom : -40px !important;
}

#input_11 {

}

.form-textbox {
    color : #353839;
}

.form-checkbox-item label {

}

.form-single-column {
    font-size : 14px;
}

.form-radio-item {
    font-size : 14px;
}

.form-radio-item hoverSticky label {

}

.form-multiple-column {

}

#cid_25 div.form-multiple-column {

}

.form-line.form-line-column.form-col-1.jf-required.form-field-hidden {

}

