
/* Begining of advanced designer */
/* 17 - INPUT WIDTHS */
/*  20 - FORM PADDING */
.form-section {
  padding: 0px 38px;
}
.form-textbox,
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  border-style: solid;
  border-color: #0a2c3f;
  color: #0a2c3f;
}
.form-textarea:hover,
.form-textbox:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(10, 44, 63, 0.5);
  box-shadow: 0 0 0 2px rgba(10, 44, 63, 0.25);
}
.form-textarea:focus,
.form-textbox:focus,
li[data-type=control_fileupload] .qq-upload-button:focus,
.signature-wrapper:focus {
  border-color: #0a2c3f;
  box-shadow: 0 0 0 3px rgba(10, 44, 63, 0.25);
}
/* Heights */
/* 11 - LINE PADDING */
/* LABEL STYLE */
.form-dropdown:first-child {
  border-color: #0a2c3f;
  color: #0a2c3f;
}
.form-dropdown:not(.time-dropdown) {
  margin: 0;
  border-radius: 20px;
  appearance: none;
}
li[data-type="control_dropdown"] > div.form-input,
li[data-type="control_dropdown"] > div.form-input-wide {
  position: relative;
}
li[data-type="control_dropdown"] > div.form-input:before,
li[data-type="control_dropdown"] > div.form-input-wide:before,
li[data-type="control_dropdown"] > div > div.form-input-wide:before {
  width: 34px;
  height: 34px;
  content: "";
  display: inline-block;
  top: 3px;
  right: 3px;
  border: 1px solid #C3CAD8;
  background-color: #fff;
  border-radius: 50%;
  border-color: #0a2c3f;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
li[data-type="control_dropdown"] > div.form-input:after,
li[data-type="control_dropdown"] > div.form-input-wide:after,
li[data-type="control_dropdown"] .form-sub-label-container:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40px;
  top: 1px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' fill='none' xmlns='\http\://www.w3.org/2000/svg'%3e%3cpath d='M5 5L1 1h8L5 5z' fill='%2357647E' stroke='%2357647E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: right 10px bottom 50%;
  background-size: .625em;
  background-repeat: no-repeat;
  border-color: #828282 transparent transparent transparent;
  border-color: #0a2c3f transparent transparent transparent;
  position: absolute;
  right: 5px;
  pointer-events: none;
  cursor: pointer;
}
/* 12 - ROUNDED INPUTS */
.form-textbox:not(#productSearch-input),
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input,
.form-pagebreak-back,
.form-pagebreak-next,
.qq-upload-button,
.signature-wrapper,
.form-error-message {
  border-radius: 0px;
}
.form-textarea {
  border-radius: 0px;
}
.form-dropdown {
  border-radius: 0px;
  appearance: none;
  margin: 0;
}
.supernova .form-all,
.form-all {
  border-radius: 0px;
}
.form-section:first-child {
  border-radius: 0px 0px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 0px 0px;
}
.form-checkbox-item label,
.form-checkbox-item span,
.form-radio-item label,
.form-radio-item span {
  color: #114b6b;
}
.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-radio-item:not(#foo),
.form-checkbox-item:not(#foo) {
  position: relative;
}
.form-radio-item:not(#foo) .form-radio + span:before,
.form-checkbox-item:not(#foo) .form-radio + span:before,
.form-radio-item:not(#foo) .form-radio + span:after,
.form-checkbox-item:not(#foo) .form-radio + span:after,
.form-radio-item:not(#foo) .form-radio:checked + span div:after,
.form-checkbox-item:not(#foo) .form-radio:checked + span div:after,
.form-radio-item:not(#foo) .form-checkbox + span:before,
.form-checkbox-item:not(#foo) .form-checkbox + span:before,
.form-radio-item:not(#foo) .form-checkbox + span:after,
.form-checkbox-item:not(#foo) .form-checkbox + span:after {
  display: none;
}
.form-radio-item:not(#foo) label:before,
.form-checkbox-item:not(#foo) label:before {
  background-color: transparent;
  border: 2px solid #0a2c3f;
}
.form-radio-item:not(#foo) label:focus:before,
.form-checkbox-item:not(#foo) label:focus:before {
  border-color: #588ee6;
}
.form-radio-item:not(#foo) .form-radio:checked + label:after,
.form-checkbox-item:not(#foo) .form-radio:checked + label:after,
.form-radio-item:not(#foo) .form-checkbox:checked + label:after,
.form-checkbox-item:not(#foo) .form-checkbox:checked + label:after {
  background: none;
  border-bottom: 3px solid #0a2c3f;
  border-left: 3px solid #0a2c3f;
  display: inline-block;
  transform: rotate(-45deg) !important;
  height: 9px;
  width: 18px;
  top: 0;
  border-radius: 2px;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block;
  margin-right: 13px;
  margin-top: 0px;
}
.form-radio-item:not(#foo) .form-radio-item label,
.form-radio-item:not(#foo) .form-radio-item label {
  float: left;
  margin-left: 0;
  outline: none;
}
.form-radio-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  border-radius: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 8px;
  width: 10px;
  height: 10px;
}
.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block;
  margin-right: 13px;
  margin-top: 0px;
}
.form-checkbox-item:not(#foo) .form-radio-item label,
.form-checkbox-item:not(#foo) .form-radio-item label {
  float: left;
  margin-left: 0;
  outline: none;
}
.form-checkbox-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  border-radius: 2px;
  left: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 10px;
  width: 4px;
  height: 4px;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.submit-button {
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
  border-color: #0a2c3f;
}
.submit-button {
  font-family: "Syncopate", sans-serif;
}
.submit-button {
  min-width: 180px;
}
li[data-type="control_button"] .form-submit-button {
  color: #ffffff;
  background-color: #0a2c3f;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] .form-submit-button:hover {
  background-color: #000000;
}
li[data-type="control_button"] button.jf-form-buttons.form-sacl-button,
li[data-type="control_button"] button.jf-form-buttons.form-submit-print {
  color: #0a2c3f;
  border-color: #0a2c3f;
  background-image: none;
  background-color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-sacl-button:hover,
li[data-type="control_button"] button.jf-form-buttons.form-submit-print:hover {
  background-color: #000000;
  color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back {
  background-image: none;
  background-color: #000000;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back:hover {
  background-color: #000000;
  color: #fff;
}
.form-submit-button,
.form-submit-reset,
.form-submit-print {
  border-radius: 0px;
}
.form-pagebreak-back,
.form-pagebreak-next {
  border-radius: 0px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Syncopate", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
.form-all li[data-type="control_pagebreak"] .form-pagebreak-next {
  background-color: #0a2c3f;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #f1f5ff;
}
.form-all li[data-type="control_pagebreak"] .form-pagebreak-next:hover {
  background-color: #000000;
}
.form-all li[data-type="control_pagebreak"] button.jf-form-buttons.form-sacl-button {
  color: #0a2c3f;
  border-color: #0a2c3f;
  background-image: none;
  background-color: #fff;
  color: #f1f5ff;
}
.form-all li[data-type="control_pagebreak"] button.jf-form-buttons.form-sacl-button:hover {
  background-color: #000000;
  color: #fff;
}
.form-all li[data-type="control_pagebreak"] button.jf-form-buttons.form-pagebreak-back {
  background-image: none;
  background-color: #000000;
  box-shadow: none;
  text-shadow: none;
  color: #f1f5ff;
}
.form-all li[data-type="control_pagebreak"] button.jf-form-buttons.form-pagebreak-back:hover {
  background-color: #000000;
  color: #fff;
}
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-attachment: fixed;
  background-size: auto;
}
.supernova {
  background-image: none;
  background-image: url("https://www.jotform.com/uploads/LinnJeni/form_files/HOPE_Logo-Simple_Light.640f85d7db41a4.48581149.svg");
}
#stage {
  background-image: none;
  background-image: url("https://www.jotform.com/uploads/LinnJeni/form_files/HOPE_Logo-Simple_Light.640f85d7db41a4.48581149.svg");
}
/* | */
.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: center;
}
.form-header-group {
  font-family: "Open Sans", sans-serif;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  margin: 0px -38px;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  padding: 40px 52px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: rgba(255, 255, 255, 0.95);
}
.form-header-group {
  background-color: #0a2c3f;
}
.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: #fff4f4;
}
.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;
}
.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: #fff4f4;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: rgba(255, 255, 255, 0.95);
}
.form-line-active {
  background-color: #f1f5ff;
}
/* 29 - FORM COLUMNS */
/*PREFERENCES STYLE*/
/*  1 - Preferences style */
/*  1 - FONT FAMILY */
.form-all {
  font-family: "Open Sans", sans-serif;
}
/* 2 - FORM WIDTH */
.form-all {
  max-width: 752px;
}
/* 5 - FONT SIZE */
.form-all {
  font-size: 16px;
}
/* 5 - input bg color */
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: rgba(255, 255, 255, 0.96);
}
/* 10 - LINE SPACING */
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.supernova .form-all,
.form-all {
  background-color: rgba(255, 255, 255, 0.83);
}
.supernova {
  background-color: #0a2c3f;
}
.supernova body {
  background-color: transparent;
}
.form-all,
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label,
.form-sub-label {
  color: #0a2c3f;
}
.form-all {
  margin: 72px auto;
}
.form-all:before {
  content: none;
}
/*PREFERENCES STYLE*/

/*__INSPECT_SEPERATOR__*/
#input_393 {
    border-style : solid !important;
    border-width : 1px !important;
}

