/* FORM STYLE INITIALIZATION */
.enterpriseform .field-wrapper {
}
.enterpriseform .field {
  background: #fff;
  border: 1px solid #777;
  margin-bottom: 1.2em;
  padding: 0.4em 0.5em;
}
.enterpriseform .field > .inner {
  position: relative;
}
.enterpriseform .actions .field {
  background: none;
  border: 0;
  padding: 0;
  text-align: center;
}
.enterpriseform .field-wrapper[data-field-type="checkbox"] .field,
.enterpriseform .field-wrapper[data-field-type="radios"] .field {
  background: none;
  border: 0;
  padding: 0;
}
.enterpriseform .step:first-child {
  display: block;
}
.enterpriseform .step {
  background: none;
  border: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: none;
  margin: 0;
  padding: 0;
  top: 0;
}
.enterpriseform .step > legend {
  background: none;
  border: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  display: block;
  float: none;
  font-family: inherit;
  left: 0;
  line-height: 1em;
  margin: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  text-shadow: none;
  top: 0;
  width: auto;
}
.enterpriseform .step.current {
  display: block;
}
.enterpriseform .step:first-of-type .laststep {
  display: none;
}
.enterpriseform .step:last-of-type .nextstep {
  display: none;
}
.enterpriseform label {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.enterpriseform div.error {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 0.3em;
  margin-top: -1.3em;
}
.enterpriseform .option label,
.enterpriseform .option label {
  display: inline;
  margin-left: 4px;
  vertical-align: middle;
}
.enterpriseform .actions {
  background: none;
  border: 0;
  clear: both;
  padding: 0;
}
.enterpriseform .placeholder {
  bottom: 0;
  display: none;
  left: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}
.enterpriseform input[type="email"],
.enterpriseform input[type="number"],
.enterpriseform input[type="tel"],
.enterpriseform input[type="text"],
.enterpriseform select,
.enterpriseform textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  margin: 0;
  outline: none !important;
  padding: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
.enterpriseform input,
.enterpriseform select,
.enterpriseform textarea {
  -webkit-padding-after: 0px;
  -webkit-padding-before: 0px;
  -webkit-padding-end: 0px;
  -webkit-padding-start: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
}
.enterpriseform input[type="checkbox"],
.enterpriseform input[type="radio"] {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.enterpriseform input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.enterpriseform input[type="number"]::-webkit-inner-spin-button,
.enterpriseform input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.enterpriseform .placeholder,
.enterpriseform input,
.enterpriseform select {
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  height: 1.4em;
  line-height: 1.4em;
}
.enterpriseform textarea {
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  height: 4.2em;
  letter-spacing: 0px;
  line-height: 1.4em;
}
.enterpriseform select {
  line-height: 1.3em;
}
.enterpriseform [data-field-type="select"] .inner:after {
  color: #333;
  content: "\25bc";
  display: block;
  font-size: 0.85em;
  line-height: 1em;
  position: absolute;
  top: 23%;
  right: 1%;
  z-index: 1;
}
.enterpriseform .placeholder-show input,
.enterpriseform .placeholder-show textarea,
.enterpriseform .placeholder-show select {
  background: transparent !important;
}
.enterpriseform .placeholder-show .placeholder {
  display: block;
}
.enterpriseform .placeholder-show select {
  color: #888;
}
.enterpriseform .placeholder {
  color: #888;
  text-align: left !important;
}
.enterpriseform ::-webkit-input-placeholder {
  color: #888;
  line-height: 1.4em;
}
.enterpriseform :-moz-placeholder {
  color: #888;
  line-height: 1.4em;
  opacity: 1;
}
.enterpriseform ::-moz-placeholder {
  color: #888;
  line-height: 1.4em;
  opacity: 1;
}
.enterpriseform :-ms-input-placeholder {
  color: #888;
  line-height: 1.4em;
}
.enterpriseform :focus::-webkit-input-placeholder {
  color: #333;
}
.enterpriseform :focus:-moz-placeholder {
  color: #333;
}
.enterpriseform :focus::-moz-placeholder {
  color: #333;
}
.enterpriseform :focus:-ms-input-placeholder {
  color: #333;
}
.enterpriseform input:focus,
.enterpriseform select:focus,
.enterpriseform input:focus + .placeholder {
  background: transparent;
  color: #333;
  outline: none !important;
}
.enterpriseform select:focus optgroup,
.enterpriseform select:focus option {
  color: #000;
}
.enterpriseform select:focus {
  width: auto\9;
  max-width: 350px\9;
  min-width: 100%\9;
}
/* Form Edits start */
.enterpriseform .field > .inner {
  padding: 3px 3px;
  font-size: 0;
}
.enterpriseform [data-field-type="select"] .inner:after {
  transform: scale(1, 0.8);
  font-size: 14px;
}
.enterpriseform input[type="email"],
.enterpriseform input[type="number"],
.enterpriseform input[type="tel"],
.enterpriseform input[type="text"],
.enterpriseform select,
.enterpriseform textarea {
  border-radius: 0;
  font-size: 16px;
  display: inline-block;
}

.enterpriseform .step > legend {
  display: none;
}
.enterpriseform .field {
  border: 0;
  border-radius: 4px;
  padding: 0 0.2em;
  margin-bottom: 12px;
}
.enterpriseform .field-wrapper > label:not(.error) {
  display: none;
}
fieldset {
  border: 0 !important;
}
.req_text {
  font-size: 11px;
  float: right;
  font-size: 11px;
  color: #fff;
}
.step1 .steps_text {
  font-size: 16px;
  color: #fff;
}
.step1 .actions {
  text-align: center;
}
.step1 .req_text {
  float: left;
  display: none;
}
.goback {
  float: left;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}
.step2 .steps_text {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.enterpriseform .actions button#submit {
  background: #002d62;
  border-radius: 0;
  border: 2px solid #fff;
  padding: 0;
  width: 100%;
  height: 42px;
  font-family: "OpenSans_bold";
  color: #ffc920;
  font-size: 24px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.step2 .actions .field {
  width: 100%;
  display: inline-block;
}
.single_step .sub_action {
  display: none;
}
.enterpriseform .field-wrapper {
  display: inline-block;
  width: 100%;
}
.enterpriseform .field-wrapper[data-field-name="city_temp"] {
  width: 48%;
  float: left;
}
.enterpriseform .field-wrapper[data-field-name="state_temp"] {
  width: 48%;
  float: right;
}
.disclaimer {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  margin-bottom: 6px;
}
.privacy {
  margin: 0;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
.privacy a {
  color: #fff;
}
/* Real Time Error Start*/
.enterpriseform .field-wrapper {
  position: relative;
}
.enterpriseform div.error {
  position: absolute;
  top: 2px;
  right: 0;
  margin-top: 0px;
  font-weight: bold;
  z-index: 999;
  width: 25px;
  font-size: 14px;
  text-align: center;
  background: #d40001;
  padding: 5px;
  color: #fff;
}
.error .err_msg {
  display: block;
  width: auto;
  background: #d40001;
  color: #fff;
  white-space: nowrap;
  font-weight: normal;
  top: -22px;
  right: -18px;
}
.error .err_msg:after {
  color: #d40001;
  content: "\25bc";
  display: block;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 13px;
  right: 25px;
  min-height: 19px;
}
.err_msg {
  display: none;
  font-size: 12.5px;
  position: absolute;
  top: -27px;
  right: -18px;
  padding: 2px 5px 0;
  background: #efc740;
  color: #1f3e75;
  z-index: 5;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.53);
}
.enterpriseform .field-wrapper.city_state_wrapper {
  display: none;
}
#requestinfo_section {
  width: 100%;
  float: left;
  color: #fff;
}
#requestinfo_section .container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#requestinfo_section #requestinfo {
  /* Glass/blurred panel */
  background: rgba(33, 63, 115, 0.8);
  padding: 0 25px 15px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 24px -6px rgba(0, 0, 0, 0.35);
}
#requestinfo header {
  font-family: "OpenSans_semibold";
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.step1 .actions {
  text-align: center;
}
.sticky_btn {
  display: none;
}
.field-wrapper[data-field-name="YearHighestEducationCompleted"] {
  display: none;
}
.field-wrapper[data-field-name="YearHighestEducationCompleted"].enable {
  display: block;
}
.nextstep {
  background: #002d62;
  border-radius: 0;
  border: 2px solid #fff;
  padding: 0;
  width: 100%;
  height: 42px;
  font-family: "OpenSans_bold";
  color: #ffc920;
  font-size: 24px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.enterpriseform .step1 .actions .nextstep:after {
  /*content: '';
    position: absolute;
    top: 7px;
    width: 22px;
    height: 24px;
    background: url(/wp-content/themes/eddy-minimal/images/next-arrow.jpg) no-repeat; */
  background: 0 0;
  content: ">>";
  font-family: "OpenSans_bold";
  transform: scale(0.6, 1);
  display: inline-block;
  left: -22px;
  position: relative;
  left: auto;
}
.disclaimer_step1 {
  font-family: "OpenSans_bold";
  font-size: 16px;
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 18px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
body .qcf header.form_title_mob {
  display: none !important;
}
.step2 .goback {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "OpenSans_bold";
  color: #ffc920;
}
.enterpriseform option {
  font: -moz-pull-down-menu;
  font-size: 17px;
}
body .disclaimer a,
body .disclaimer a:hover {
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .enterpriseform .field > .inner {
    padding: 0 3px;
  }
  #requestinfo_section #requestinfo {
    padding: 15px;
  }
  .enterpriseform .actions .field {
    padding-top: 10px;
  }
  .sticky_btn {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    padding: 8px 5px;
    margin: 0;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    background: #0078cb;
    color: #fff;
    z-index: 99998;
  }
  body .qcf header:not(.form_title_mob) {
    display: none !important;
  }
  body .qcf header.form_title_mob {
    display: block !important;
    margin: 0px;
    font-size: 25px;
  }
  .sticky_btn a {
    color: #fff;
    font-size: 22px;
    /* text-decoration: none; */
  }
  /* Top Sticky */
  .sticky_btn#top_place {
    top: 0;
  }
  /* Bottom Sticky */
  .sticky_btn#bottom_place {
    bottom: 0;
  }
  /* Bottom Sticky */
  .sticky_btn#no_place {
    display: none !important;
  }
  #requestinfo_section {
    background: #0078cb;
  }
  #requestinfo_section #requestinfo {
    /* Keep glass effect on mobile */
    background: rgba(33, 63, 115, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    margin: 0 auto;
  }

  /*body .enterpriseform .field{
        padding: 0px !important;
        border-radius: 2px !important;
    } */

  /*body .enterpriseform .field > .inner{
        padding: 9px 16px !important;
        min-height: 30px;
    }*/

  body .enterpriseform .placeholder-show select,
  .enterpriseform select {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='rgba(0, 0, 0, 0.55)' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")
      right 0.1rem center/8px 15px no-repeat #fff !important;
    background-position: calc(100% - 0.5rem), 100% 0;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
    padding-right: 10px !important;
  }

  body .enterpriseform .placeholder-show select,
  .enterpriseform input,
  .enterpriseform select {
    height: 44px !important;
  }

  body .enterpriseform label.error {
    top: 6px;
  }

  .enterpriseform [data-field-type="select"] .inner:after {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .enterpriseform .actions .field {
    padding-top: 8px;
  }
  #requestinfo_section #requestinfo {
    position: absolute;
    top: -515px;
    right: 0;
    width: 391px;
    min-height: 515px;
    z-index: 0;
  }
  .sticky_btn {
    display: none !important;
  }
}
/* Custom Form - Start*/
.radio_ques {
  font-size: 13px;
  margin-top: -3px;
  line-height: 1.25;
}
.radio_ans {
  font-size: 13px;
  padding-bottom: 5px;
}
/* removed empty .radio_ans u rule */
.alertno {
  background: #fff;
  padding: 30px 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  width: auto !important;
  max-width: 100%;
  font-size: 16px;
  color: red;
  display: block;
  z-index: 8;
}
.alertno p {
  font-family: "OpenSans_regular";
  margin-bottom: 0;
}
/* Customization - Form  END*/

/* CLICKEABLE ARROWS */

.field-wrapper[data-field-name="HighestLevelofEducationCompleted"]
  .inner:after {
  pointer-events: none !important;
}

.field-wrapper[data-field-name="YearHighestEducationCompleted"] .inner:after {
  pointer-events: none !important;
}
