.ptt_form {
    margin: 12px 0 0;
    text-align: center;
  }
  .ptt_form h1{
    font-size: 50px;
    color: #11384e;
    font-weight: 300;

  }
  .ptt_form h2{color: #11384e;}
  .ptt_form p{
    font-size: 16px;
    margin-bottom: 20px;
 } 
  .ptt_form input[type=text] {
    display: block;
    /* font: bold 14px 'jaf-bernina-sans'; */
    padding: 5px;
    margin-bottom: 15px;
    color: #787878;
    color: rgba(120, 120, 120, 0.56);
    width: 95%;
  }
  .ptt_form .submit {
    display: block;
    text-align: center;
    /* font: bold 18px  'jaf-bernina-sans'; */
    margin: 0 auto;
    color: #fff;
    padding: 22px 0;
    margin: 35px 0 20px;
    border: none;
    background: #000;
    width: 100%;
  }
  .ptt_form .submit:hover {
    cursor: pointer;
    background: #fff;
    color: #11384e;
  }
  .ptt_form form {
    padding: 40px 0px 0;
  }
  /* .ptt_form form strong {
    display: block;
    text-align: center;
    font: bold 25px  'jaf-bernina-sans';
    color: #fff;
    margin-bottom: 15px;
  } */
  .ptt_form form .copy {
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto 31px;
    font: 14px/22px sans-serif;
    color: #fff;
  }
  .ptt_form form .splash_left {
    float: none;
    padding: 0 1%;
    margin: 0;
  }
  .ptt_form form .splash_right {
    float: none;
    width: 80%;
    padding: 0 1%;
    margin: 0;
  }
  .ptt_form form .submit {
    display: block;
    text-align: center;
    /* font: bold 18px / 24px  'jaf-bernina-sans'; */
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0;
    margin: 16px 0 0;
    border: none;
    background: #000;
    width: 100%;
  }
  .ptt_form form input[type=text] {
    display: block;
    height: 35px;
    /* font: 400 18px 'jaf-bernina-sans'; */
    padding: 8px 5px;
    margin-bottom: 15px;
    color: #11384e;
    color: rgba(120, 120, 120, 0.56);
    width: 47%;
  }
  .field-right{
    float: right;
  }
  .field-left{
    float: left; 
  }
  .ptt_form .ptt_form_wrapper {
    background: url("/Assets/images/lte/form-bg.jpg") #b7b7b7;
    padding: 20px 47px;
    /* position: relative; */
    display: inline-block;
    width:90%;
    margin-bottom: 20px;
  }
  .ptt_form .ptt_form_wrapper .recaptchatable {
    background: #fff;
    border: none;
  }
  .ptt_form .ptt_form_wrapper .recaptchatable #recaptcha_response_field {
    border-color: #D0D0D0;
  } 
  #form-thank-you{
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 70px;
  }
  #form-thank-you strong{
    color: #11384e;
  }
  .glyphicon-ok{
    color: #11384e;
    margin: 0px 10px;
  } 
  .g-recaptcha{
    width: 35%;
    display: block;
    margin: 20px auto;
  }
  #legal{
    font-size: 12px;
    text-align: left;
  }