.form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
.form-container input.text:focus,
.form-container input.title:focus,
.form-container input[type='text']:focus,
.form-container select:focus,
.form-container textarea:focus,
.form-container input {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 4px 8px;
  color: var(--black);
  background: rgb(255 255 255 / 20%);
  min-width: 140px;
}
.form-container .wpcf7-form-control-wrap,
.form-container .wpcf7-submit {
  flex: 1;
  width: 100%;
}
.form-container input::placeholder,
.form-container textarea::placeholder {
  color: var(--darkBlue);
}

.form-container .wpcf7-submit {
  background: var(--darkBlue);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
  /*    max-width: 250px;*/
}
.form-container .wpcf7-not-valid-tip {
  position: absolute;
  background: var(--white);
  padding: 4px 10px;
  width: max-content;
  font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 45px 0 0;
  color: var(--black);
  position: absolute;
}
.wpcf7-spinner {
  margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
}

/*
* ----------[SEARCH FROM]--------*
*/
a.search-icon-button svg path {
  transition: 0.3s ease-in-out;
}
a.search-icon-button:hover svg path {
  /*    transform: scale(1.1);*/
  fill: var(--orange);
}
.search-wrapper:not(#searchform-mobile-wrapper) {
  position: relative;
  /*    width: 40px;*/
  /*    margin-right: 30px;*/
}
.search-icon {
  margin-right: 5px;
  margin-left: 5px;
}
/*.search-container-wrapper {
    margin-right: 30px;
    max-width: 40px;
    overflow: hidden;
    display: flex;
}*/

.search-container {
  display: flex;
  /*    position: absolute;*/
  height: 100%;
  /*    left: -60px;*/
  transition: 0.4s ease;
  align-items: center;
  /*    border-radius: 4px;*/
}
/*.search-container.active {
    left: -430px;
}*/
.search-icon-button {
  display: flex;
  width: 30px;
  height: 33px;
  align-items: center;
  justify-content: center;
}
.search-icon-button svg,
.search-button svg {
  width: 16px;
  height: 16px;
}
#searchform {
  background: var(--white);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0px solid;
  width: 100%;
  margin: auto;

  /*position: absolute;
    top: 0;
    right: 40px;
    width: 0;
    overflow: hidden;
    z-index: 1;
    transition: width 0.5s ease;*/
  /*    width: 390px;*/
}
#searchform button[type='submit'].search-button {
  border: 0;
  background: transparent;
  border-bottom: 1px solid var(--lightGrey);
  border-radius: 0;
  cursor: pointer;
  height: 33px;
}
/*.search-form-container.open #searchform {
    width: 600px;
}*/
#searchform-mobile {
  width: 100%;
  display: flex;
}
#searchform input::placeholder,
#searchform-mobile input::placeholder {
  color: var(--grey);
  /*    font-style: italic;*/
}
.et-db #et-boc .et-l #searchform input.search-field,
.et-db #et-boc .et-l #searchform-mobile input.search-field {
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: auto;
  position: relative;
  flex: 1 1 auto;
  border-bottom: 1px solid var(--lightGrey);
  font-size: var(--copyFontLarge);
  color: var(--black);
  padding: 1rem;
  max-height: 33px;
  border-radius: 0;
}
.et-db #et-boc .et-l #searchform input[type='submit'],
.et-db #et-boc .et-l #searchform-mobile input[type='submit'] {
  flex: 0 0 auto;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  font-size: var(--copyFontSmall);
  padding: 0 1rem;
  color: var(--white);
  cursor: pointer;
  background: var(--orange);
  border-bottom: 1px solid var(--lightGrey);
  border-radius: 0 4px 4px 0;
  height: 33px;
}
#searchform-mobile-wrapper {
  width: 80%;
  margin: auto;
}

.search-form-container {
  background: var(--white);
  width: 100%;
  padding: 30px 10%;
  position: absolute;
  top: 80px;
  box-shadow: 0 5px 8px rgb(0 0 0 / 10%);
  display: none;
}
.search-form-container.open {
  display: flex;
  z-index: 1;
}

.learn-more-form_wrapper h2.gform_title {
  display: none;
}
.stay-informed_wrapper {
  margin-top: 20px;
}
.learn-more-form input[type='text'],
.learn-more-form input[type='email'],
.learn-more-form input[type='tel'],
.learn-more-form select,
.learn-more-form textarea,
.branded-form input[type='text'],
.branded-form input[type='email'],
.branded-form input[type='tel'],
.branded-form select,
.branded-form textarea,
.subscribe-form input[type='text'],
.subscribe-form input[type='email'],
.stay-informed input[type='text'],
.stay-informed input[type='email'],
.gform-theme--framework.gform-theme.gform_wrapper.learn-more-form_wrapper
  .learn-more-form
  input:is([type='submit']) {
  border-radius: 4px;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 40, 86, 0.1);
  color: var(--black);
  font-size: clamp(var(--navFontMin), 1.8vw, var(--navFontMax));
}
.branded-form input[type='text'],
.branded-form input[type='email'],
.branded-form input[type='tel'] {
  border: 1px solid var(--orange);
  background: var(--white);
}
footer form.stay-informed,
footer form.stay-informed .gform_fields {
  display: flex;
  gap: 10px;
}
footer .stay-informed_wrapper,
footer form.stay-informed .gform-footer {
  margin-top: 0;
}
footer .stay-informed input[type='text'],
footer .stay-informed input[type='email'] {
  background: rgb(255 255 255 / 20%);
  padding: 4px 8px;
  font-size: var(--tinyText);
  border: none;
}
.subscribe-form input[type='text'],
.subscribe-form input[type='email'],
.stay-informed input[type='text'],
.stay-informed input[type='email'] {
  font-size: clamp(var(--buttonFontMin), 1.8vw, var(--buttonFontMax));
}
body
  .gform-theme--framework.gform-theme.gform_wrapper.subscribe-form_wrapper
  .subscribe-form
  input:is([type='submit']),
body .subscribe-form input[type='submit'],
body
  .gform-theme--framework.gform-theme.gform_wrapper.stay-informed_wrapper
  .stay-informed
  input:is([type='submit']),
body .stay-informed input[type='submit'] {
  background-color: var(--darkBlue);
  text-transform: uppercase;
  font-weight: 700;
}
footer
  .gform-theme--framework.gform-theme.gform_wrapper.stay-informed_wrapper
  .stay-informed
  input:is([type='submit']),
footer .stay-informed input[type='submit'] {
  height: 32px;
}
.gform-theme--framework.gform-theme.gform_wrapper.stay-informed_wrapper
  .stay-informed
  input:is([type='submit']):hover,
.stay-informed input[type='submit']:hover {
  background: hsl(212.09deg 100% 16.86% / 50%);
  border: 1px solid var(--darkBlue);
}
.learn-more-form input[type='text'],
.learn-more-form input[type='email'],
.learn-more-form input[type='tel'],
.learn-more-form select,
.branded-form input[type='text'],
.branded-form input[type='email'],
.branded-form input[type='tel'],
.branded-form select,
.gform-theme--framework.gform-theme.gform_wrapper.learn-more-form_wrapper
  .learn-more-form
  input:is([type='submit']),
.et-db
  #et-boc
  .et-l
  .branded-form
  .gform-theme--framework.gform-theme.gform_wrapper
  input:is([type='submit']) {
  height: 62px;
}
.learn-more-form select,
.branded-form select {
  line-height: 62px;
}
.gform-theme--framework.gform-theme.gform_wrapper.learn-more-form_wrapper
  .learn-more-form
  input:is([type='submit']),
.learn-more-form input[type='submit'] {
  width: 100%;
  background-color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.et-db
  #et-boc
  .et-l
  .branded-form
  .gform-theme--framework.gform-theme.gform_wrapper
  input[type='submit'] {
  width: 100%;
  background-color: var(--darkBlue);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.et-db
  #et-boc
  .et-l
  .branded-form
  .gform-theme--framework.gform-theme.gform_wrapper
  input[type='submit']:hover {
  background: var(--black25);
}
.learn-more-form .gform_fields,
.branded-form .gform_fields {
  row-gap: 15px;
}

.custom-multiple-choice .gchoice {
  align-items: baseline;
  border-bottom: 1px solid var(--black25);
  padding-bottom: 20px;
}
.custom-multiple-choice .gchoice label {
  display: block;
}

.custom-multiple-choice .gchoice label span {
  display: block;
  margin-top: 0.2rem; /* Spacing between title and copy */
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

body:not(.crowdfunding-template-default) #wcdp_checkout_checkbox_field {
  display: none !important;
}
.woocommerce form .form-row label {
  text-align: left;
}

/* Chrome, Safari, Edge, Opera */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

span#gform_ajax_spinner_1 {
  position: absolute;
  top: 120%;
}

.gform_confirmation_message {
  background: var(--orange);
  color: var(--white);
  text-align: center;
  padding: 5px;
  font-size: 20px;
}

@media only screen and (min-width: 981px) {
  .form-container {
    flex-direction: row;
  }
  #searchform {
    width: 80%;
    max-width: 1200px;
  }
  .search-wrapper:not(#searchform-mobile-wrapper) {
    margin-right: 30px;
  }
  .search-icon-button svg,
  .search-button svg {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  /*.form-container input[type=submit] {
        width: auto;
    }*/
}

@media (min-width: 640px) {
  /* .gform-theme--foundation .gform_fields {
        align-items: baseline;
    } */
}

@media only screen and (max-width: 768px) {
  footer form.stay-informed,
  footer form.stay-informed .gform_fields {
    flex-direction: column;
  }
}
