#contactForm dl dd input {
  width: 405px;
  height: 43px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  margin: 0 20px 0 0;
}
#contactForm dl dd select {
  width: 300px;
  padding: 0 0 0 20px;
}
#contactForm dl dd select.short {
  width: 140px;
}

#contactForm dl:nth-child(9) {
  margin: 0;
}


@media (min-width: 768px) {
  #contactForm dl:nth-child(8) dt, #contactForm dl:nth-child(9) dt {
    width: 250px;
    float: left;
    margin: 0;
  }

  #contactForm dl:nth-child(8) dd, #contactForm dl:nth-child(9) dd {
    width: 710px;
    float: right;
    padding: 0;
    margin: 0;
  }

  #contactForm.mqForm dl:nth-child(8) dt, #contactForm.mqForm dl:nth-child(9) dt {
    width: 100%;
    margin: 0;
  }

  #contactForm.mqForm dl:nth-child(8) dd, #contactForm.mqForm dl:nth-child(9) dd {
    width: 100%;
    padding: 7px 0 0 30px;
    margin: 0;
  }

  #contactForm dl:nth-child(11) dt, #contactForm dl:nth-child(12) dt, #contactForm dl:nth-child(13) dt {
    width: 250px;
  }
  #contactForm dl:nth-child(11) dd, #contactForm dl:nth-child(12) dd, #contactForm dl:nth-child(13) dd {
    width: 710px;
  }

  #contactForm dl dd input[type="checkbox"]:not(:first-child), #contactForm dl dd input[type="radio"]:not(:first-child) {
    margin-left: 0;
  }
}

#contactForm dl:nth-child(11), #contactForm dl:nth-child(12) {
  border-bottom: 1px solid #e5e5e5;
}

#contactForm dl:nth-child(13) {
  margin: 0;
}

#contactForm dl.vertical dt,
#contactFormConfirm dl.vertical dt {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

#contactForm dl.vertical dd,
#contactFormConfirm dl.vertical dd {
  float: none;
  width: 100%;
  padding: 0 0 0 50px;
  margin: 0 0 10px 0;
  line-height: 1.6;
}
#contactForm dd.termsBox a {
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #contactForm dl dd input {
    width: 100%;
  }
  #contactForm dl:first-child dd input, #contactForm dl:nth-child(4) dd input {
    margin: 0 20px 0 0;
  }
  #contactForm dl.vertical dd, #contactFormConfirm dl.vertical dd {
    padding: 0;
    margin: 0;
  }
  #contactForm dl dd select {
    width: 100%;
  }
  #contactForm dl dd select.short {
    width: 70px;
  }

  #contactForm dl dd input[type="checkbox"]:not(:first-child), #contactForm dl dd input[type="radio"]:not(:first-child) {
    margin-left: 0;
  }
}
