/* Updated form styles */

#content form fieldset {
  margin: 14px 0 14px 0;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  padding: 14px 28px;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}
#content form fieldset legend {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#content form fieldset h2 {
  background: none;
  border: none;
  font-weight: 300;
  padding-top: 0;
  margin-top: 14px;
  margin-bottom: 7px;
  font-size: 24px;
  font-family: "Minion Pro", Minion, Georgia, Times New Roman, serif;
}
#content form fieldset h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #555555;
  padding-top: 0;
  border-top: none;
}
#content form fieldset label {
  font-weight: normal;
  width: 100%;
  margin-bottom: 7px;
}
#content form, #content form p, #content fieldset, #content legend, #content label, #content select, #content option, #content textarea, #content input, #content button {
    font-size: 15px;
}
#content form fieldset input,
#content form fieldset select,
#content form fieldset textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 21px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 2px;
  font-size: 15px;
  border: 1px solid #cccccc;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#content form fieldset textarea { color: #000; white-space: pre !important; }
#content form p {
    margin-bottom: 14px;
}
#content form fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/_assets/_gfx/down-arrow-yellow.svg) no-repeat center right 10px #ffffff;
  padding: 0px 5px;
  height: 35px;
}
#content input[required] {
  border-left: 1px solid #cccccc;
}
#content form fieldset fieldset.leftright legend {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 14px 0;
}
#content form input[type="submit"].submit {
  text-align: center;
  margin-top: 14px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 28px 7px 35px;
  background-image: url(/_assets/_gfx/circle-white-confirm.svg);
  background-repeat: no-repeat;
  background-position: left 9px top 8px;
  margin-right: 0;
  transition: all 0.3s ease-out;
}
#content form input[type="submit"].submit:hover {
  background-image: url(/_assets/_gfx/circle-white-confirm.svg);
  background-repeat: no-repeat;
  background-position: left 9px top 8px;
}
#content form button.submit {
    text-align: left;
    width: 186px;
    margin-right: 23px;
}
#content form button.continue {
  border-radius: 16px;
  width: auto;
  float: right;
  padding: 7px 35px 7px 28px;
  background-image: url(/_assets/_gfx/circle-white-arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: right 6px top 6px;
  margin-right: 0;
  transition: all 0.3s ease-out;
}
#content form button.continue:hover {
  background-image: url(/_assets/_gfx/circle-white-arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: right 6px top 6px;
}
div.error {
  width: 100%;
  border-radius: 3px;
  padding: 3px 7px 4px 7px;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#content input[type="checkbox"] {
  min-height: auto;
  margin-right: 2%;
  vertical-align: top;
  margin-top: 7px;
}
#content input[type="checkbox"] + label {
  width: 90%;
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 0;
  line-height: 1.5;
  margin-bottom: 21px;
}
#content form fieldset input[type="radio"] {
  width: 15px;
  min-height: auto;
  vertical-align: top;
}
#content .leftright input[type="radio"] + label {
  width: 92%;
  box-sizing: border-box;
}
#content form fieldset fieldset legend {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 7px 0 14px 0;
  display: block;
  border: none 0;
  float: none;
}
#content form fieldset fieldset label {
  width: 92%;
  vertical-align: top;
  padding-top: 0;
}
#content form fieldset fieldset input {
  margin-bottom: 14px;
}
#content form fieldset p.smalltag {
  color: #777777;
  letter-spacing: 0.01em;
}


@media only screen and (max-width: 700px) {
  #content form fieldset label {
    margin-top: 0;
  }
  #content form fieldset .grid_half {
    width: 100%;
  }
}
