@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");
body {
  margin: 0;
}
body,
label,
div,
span,
select,
form#_form_35_,
form#_form_39_,
#_form_35_._inline-form ._submit,
#_form_39_._inline-form ._submit {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem !important;
  color: black;
}
#_form_35_ ._form-content input {
  border-radius: 0;
}
form#_form_35_,
form#_form_39_ {
  max-width: 100%;
  max-width: 700px;
  padding: 0;
  border: 0 !important;
}
/* #field[40][]  */
._x50494359 select > option {
  display: none;
}
/* #field[40][]  */
._x50494359 select > option[value="Optometrist"],
._x50494359 select > option[value="Optician"],
._x50494359 select > option[value="Optometric Assistant"],
._x50494359 select > option[value="Other"],
._x50494359 select > option[value="Industry Manager/Executive"],
._x50494359 select > option[value="Student Optician"],
._x50494359 select > option[value="Student Optometry"] {
  display: block;
}
/* #field[40][]  */
._x50494359 select {
  min-height: 33px;
}

/* Country/Region */
._field78 select option {
  display: none;
}
/* Country/Region */
._field78 select option[value="Other"],
._field78 select option[value="Canada"],
._field78 select option[value="United States"] {
  display: block;
}

/* Province */
select[name="field[7]"] {
  height: 33px;
}
#_form_35_ ._error-inner,
#_form_39_ ._error-inner {
  min-width: 200px;
}
.print-box {
  padding: 0 5px 1px 5px;
  background: #eee;
}
._x58274456 > ._html-code > p > b > i {
  font-size: 15px !important;
}
select[data-name="countryregion"] {
  height: 33px;
}
/* Logo */
._x84928739 {
  text-align: center;
}
#_form_35_ ._form_element img._form-image,
#_form_39_ ._form_element img._form-image {
  max-height: 100px;
  display: none;
}

/* Print Box show hide with class toggle */
.default-hidden {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.show-section {
  opacity: 1;
  height: auto;
}
#print-box-toggle-link {
  color: #bd3815;
  cursor: pointer;
}


#_form_35_ ._submit,
#_form_39_ ._submit {
  border-radius: 0 !important;
  min-width: 100px;
}

@media all and (min-width: 320px) and (max-width: 710px) {
  ._form-content {
    padding: 0 10px;
  }
}
