/* 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;
  margin-bottom: 15px;
}
.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;
  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;
  padding-right: 30px;
  z-index: 5;
  background-color: transparent;
}
.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: 3%;
  z-index: 4;
}
.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: 4px 3px;
  font-size: 0;
}
.enterpriseform [data-field-type="select"] .inner:after {
  transform: scale(1, 0.65);
  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 #BirthDate {
  width: 100%;
  font-size: 16px;
  border: none;
}
.enterpriseform [data-field-type="select"] .inner:after {
  transform: scale(1, 0.65);
}
.enterpriseform .step > legend {
  display: none;
}
.enterpriseform .field {
  padding: 0.1em 0.2em;
  margin-bottom: 23px;
}
.enterpriseform .field-wrapper > label:not(.error) {
  display: none;
}
fieldset {
  border: 0 !important;
}
.req_text {
  font-size: 11px;
  display: none;
}
.steps_text {
  font-size: 11px;
  color: #fff;
}
.step1 .actions {
  text-align: center;
}
.goback {
  float: left;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}
.step2 .steps_text {
  float: right;
}
.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="firstname"],
.enterpriseform .field-wrapper[data-field-name="city_temp"] {
  width: 48%;
  display: inline-block;
  float: left;
}
.enterpriseform .field-wrapper[data-field-name="firstname"] {
  width: 100%;
  display: inline-block;
  float: left;
}
.enterpriseform .field-wrapper[data-field-name="lastname"],
.enterpriseform .field-wrapper[data-field-name="state_temp"] {
  width: 48%;
  display: inline-block;
  float: right;
}
.enterpriseform .field-wrapper[data-field-name="lastname"] {
  width: 100%;
  display: inline-block;
  float: right;
}
.disclaimer {
  display: block;
  font-size: 13px;
  color: #262626;
  margin: 0 -10px;

  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0px;
}
.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: 5px;
  right: 4px;
  margin-top: 0px;
  font-weight: bold;
  z-index: 999;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  /* background: #d40001; */
  background: #E04F39 !important;
  padding: 5px;
  color: #fff;
  border-radius: 50%;
}
.error .err_msg {
  display: block;
  width: auto;
  /* background: #d40001; */
  background: #E04F39 !important;
  color: #fff;
  white-space: nowrap;
  font-weight: normal;
  top: -22px;
  right: -18px;
}

.err_msg {
  display: none;
  font-size: 13px;
  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);
}

.error + .err_msg {
  display: block;
  width: calc(100% + 7px);
  top: 33px;
  right: -4px;
  /* background: #d40001; */
  background: #E04F39 !important;
  color: #fff;
}
.city_state_wrapper {
  display: none;
}
#requestinfo_section {
  width: 100%;
  float: left;
}
#requestinfo_section .container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#requestinfo_section #requestinfo {
  padding: 15px 20px;
}
#requestinfo header {
  font-size: 22px;
  text-align: center;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
  color: #003057;

  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
}
.sticky_btn {
  display: none;
}

.actions .field {
  width: 336px;
  height: 42px;
}

.actions .field #submit {
  color: white;
  background-color: #003057;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;

  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-clip: padding-box;

  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
}

.nextstep.button {
  color: white;
  background-color: #003057;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;

  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-clip: padding-box;

  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 999px) {
  .enterpriseform .placeholder, .enterpriseform input, .enterpriseform select {
      height: 31px;
  }
  .error+.err_msg {
      top: 40px;
  }
  .sticky_btn {
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px 5px;
    margin: 0;
    text-align: center;
    font-size: 24px;
    background: #003057;
    color: white;
    z-index: 99998;

    height: 41px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-transform: capitalize;
  }
  .sticky_btn a {
    color: #fff;
    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;
  }

  /* .sticky_btn {
     display: none !important; 
  } */

  .disclaimer {
    text-align: left;
  }

  .actions .field {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .actions .field {
    width: 100%;
  }

  .home-professional-programs-and-courses {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1000px) {
  #requestinfo_section #requestinfo {
    position: absolute;
    top: -600px;
    right: 0;
    width: 437px;
    min-height: 600px;
  }

  #requestinfo .content_block {
    display: flex;
    justify-content: center;
  }
  #requestinfo .actions {
    display: flex;
    justify-content: center;
  }

  .fields {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .fields .field-wrapper {
    width: 336px !important;
    height: 52px;
  }

  .sticky_btn {
    display: none !important;
  }
}

.enterpriseform .field-wrapper.city_state_wrapper {
  display: none;
}
