.header-form {
  font-size: medium;
  position: relative;
  background: #002359;
  text-align: left;
  padding: 10px 20px;
  /* display: none; */
  height: 100% }
  @media screen and (min-width: 750px) {
    .header-form {
      display: block;
      clear: none;
      z-index: 10; } }

  .form_pages {
    color: white;
  }
  .header-form h2 {
    color: #E57200;
    font-size: 45px;
    text-transform: none;
    font-family: bodoni-urw;
    font-weight: 500;
    font-style: italic;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    line-height: 1.0; }
  .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: white; }
    .header-form .form_label b {
      font-weight: normal;
      font-family: "ITC Franklin Gothic LT W01 Bk", Arial, sans-serif;
      color: white; }
  .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 #002359;
    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(2),
  .header-form .form_question:nth-of-type(3) {
    width: calc(50% - 5px);
    float: left;
    clear: none !important; }
  .header-form .form_question:nth-of-type(6) select {
      height: 37px;
      border-color: #002359;
      width: 100%; }
  .header-form .form_question:nth-of-type(2) {
    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; }
  
input::placeholder {
  color: white;
  opacity: 1;
}

.header-form div.form_question input,
.header-form div.form_question select
{
  border: solid 1px #002359;
  background-color: #4e566e;
  color: white;
}

@media only screen and (min-width: 400px) {
  .homecontent-highlights .teaser:not(:first-child) {
    width:100%
  }
}

@media only screen and (min-width: 400px) {
  .homecontent-highlights .teaser:not(:first-child) {
    width: 400px; } }
@media only screen and (min-width: 750px) {
  .homecontent-highlights .teaser:not(:first-child) {
    width: 32%; } }
@media only screen and (min-width: 1267px) {
  .homecontent-highlights .teaser:not(:first-child) {
    width: 32.5%; } }

@media only screen and (min-width: 750px) and (max-width: 1266px) {
    .homecontent-highlights .teasergrid[data-teaser-count="3"] .teaser:not(:first-child) {
      width: 100%; }
    .homecontent-highlights .teaser:not(:first-child) {
      padding-bottom: 0 !important;
      height: 100%; } }
.form_label a{
  color: #E57200;
}





