iframe,
.content_asset iframe {
  border: none;
  outline: none; }

body {
  margin: 0; }

.pt_formcontainer {
  color: #fff;
  font-family: MillerDisplay Light, adobe-garamond-pro, serif; }
  .pt_formcontainer fieldset {
    border: none;
    outline: none;
    padding: 0;
    margin: 0; }

#container,
#container #main {
  width: 100%; }

.content_asset.ltp-form-header {
  font-family: MillerDisplay Light, adobe-garamond-pro, serif;
  text-align: center; }

.ltp-sign-up-header .ltp-sign-up-title {
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal; }

.ltp-sign-up-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal; }

body {
  height: auto;
  overflow: hidden; }

#generic-form .textinput {
  height: 36px;
  line-height: 1em;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 12px; }
  #generic-form .textinput[name=dwfrm_gfProfile_email] {
    width: 264px; }

#generic-form .required_indicator,
#generic-form .requiredcaption,
#generic-form .f_error_message {
  display: block;
  font-size: 12px;
  margin: 6px 0;
  font-style: normal;
  font-weight: normal;
  font-family: MillerDisplay Light, adobe-garamond-pro, serif; }

#generic-form .requiredcaption strong {
  font-weight: normal; }

#generic-form .requiredindicator,
#generic-form .requiredcaption,
#generic-form .required_indicator {
  display: none; }

#generic-form .f_error_message {
  color: #e52626;
  margin-top: -6px; }

#generic-form .f_label_value {
  line-height: 24px; }

#generic-form a,
#generic-form a:hover,
#generic-form a:visited {
  color: #fff; }

#generic-form button[type=submit] {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
  color: #000;
  padding: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 5px; }

#generic-form .f_field_checkbox {
  margin-bottom: 12px; }
  #generic-form .f_field_checkbox .f_checkbox {
    opacity: 0.01;
    position: absolute;
    z-index: -1; }
    #generic-form .f_field_checkbox .f_checkbox:checked ~ label::before,
    #generic-form .f_field_checkbox .f_checkbox:checked ~ .f_label::before {
      content: '\2714'; }
  #generic-form .f_field_checkbox label,
  #generic-form .f_field_checkbox .f_label {
    display: inline-block;
    position: relative;
    overflow: visible;
    margin-left: 28px;
    font-family: MillerDisplay Light, adobe-garamond-pro, serif;
    font-size: 13px;
    cursor: pointer; }
    #generic-form .f_field_checkbox label::before,
    #generic-form .f_field_checkbox .f_label::before {
      content: '';
      color: #e52626;
      font-size: 20px;
      line-height: 15px;
      text-indent: 2px;
      display: inline-block;
      height: 18px;
      width: 18px;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #cdcdcd;
      left: -28px;
      top: 0;
      position: absolute; }

.link-to-foundation {
  margin-top: 12px; }
  .link-to-foundation .link {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px; }

.thank-you-message {
  font-size: 12px;
  margin: 24px 0; }

.formfield_checkbox.terms {
  position: relative;
  padding-bottom: 24px; }
  .formfield_checkbox.terms .f_error_message {
    position: absolute;
    bottom: 0; }