.header-form {
  /*! font-size: 16px; */
  width: 100%;
  position: relative;
  background: #F0F4F8;
  text-align: left;
  padding: 10px 20px;
  display: none; }
  @media screen and (min-width: 992px) {
    .header-form {
      display: block;
      clear: none;
      position: absolute;
      top: 3.9em;
      bottom: calc(100% - 3.9em - 667px * 0.804);
      left: auto;
      right: calc(24.21053% + 66.7px);
      z-index: 10;
      max-width: 300px; } }
  .header-form h2 {
    font-size: 30px;
    text-transform: none;
    font-family: bodoni-urw;
    font-weight: 500;
    font-style: italic; }
  .header-form div.form_header .form_label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .header-form .form_label {
    margin-bottom: 0;
    margin-top: 5px;
    color: #666; }
    .header-form .form_label b {
      font-weight: normal;
      font-family: "ITC Franklin Gothic LT W01 Bk", Arial, sans-serif;
      color: #666; }
  .header-form div.form_question {
    margin: 0; }
    .header-form div.form_question input {
      border-radius: 3px;
      border: solid 1px #dfe7f0;
      padding: 5px;
      font-size: 1.1em;
      margin-bottom: 12px; }
  .header-form div.form_page select {
    border-radius: 3px;
    border: solid 1px #dfe7f0;
    padding: 5px;
    font-size: 1.1em;
    margin-bottom: 12px; }
  .header-form #form_page_2,
  .header-form #form_page_3 {
    clear: none !important; }
  .header-form .form_question:nth-of-type(3),
  .header-form .form_question:nth-of-type(4) {
    width: calc(50% - 5px);
    float: left;
    clear: none !important; }
    .header-form .form_question:nth-of-type(3) select,
    .header-form .form_question:nth-of-type(4) select,
    .header-form .form_question:nth-of-type(6) select,
    .header-form .form_question:nth-of-type(7) select,
    .header-form .form_question:nth-of-type(8) select {
      height: 37px;
      border-color: #dfe7f0;
      width: 100%; }
  .header-form .form_question:nth-of-type(3),
  .header-form .form_question:nth-of-type(6) {
    margin-right: 10px; }
  .header-form .form_question:nth-of-type(5) {
    width: 100%;
    clear: both; }
    .header-form .form_question:nth-of-type(5) input,
    .header-form .form_question:nth-of-type(5) select {
      width: 100%; }
  .header-form .form_action button {
    background: #E57200;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-top: 10px;
    border: none;
    padding: 10px 0;
    text-align: center;
    font-weight: 900; }
    .header-form .form_action button:hover {
      background: #232D4B; }

.preface .form_label {
  color: #666; }