

#get-started-form.shown {
  right: 0; }
#get-started-form {
  background-color: rgba(255,255,255, 0.0);
  transition: 1s; }
  #get-started-form .close-icon i {
    font-size: 24px; }
  #get-started-form .content {
    padding: 0px 0px; }
    #get-started-form .content .row.form {
      font-family: 'AvenirLTStd-Light', sans-serif;
      line-height: 1.6em;
      font-size: 18px;
      color: #333;
      font-size: 16px;
      color: #929292; }
      #get-started-form .content .row.form input:focus {
        outline: none !important; }
      #get-started-form .content .row.form input[type="text"].error {
        border: 2px solid #FF365D; }
      #get-started-form .content .row.form h1.desc {
        font-size: 30px;
        color: #111111;
        margin: 10px 0; }
      #get-started-form .content .row.form p.light-desc {
        width: 90%;
        padding: 0.5em 0; }
      #get-started-form .content .row.form input[type="text"] {
        font-family: 'AvenirLTStd-Light', sans-serif;
        line-height: 1.6em;
        font-size: 18px;
        color: #333;
        font-size: 16px;
        color: #929292;
        width: 100%;
        border: none;
        border: 2px solid #F1F1F1;
        border-radius: 3px;
        font-size: 16px;
        padding: 5px;
        margin: 15px 10px 15px 0; }
      #get-started-form .content .row.form .cta input[type="submit"] {
        display: inline-block;
        color: #FAFAFA;
        color: rgba(0,0,0, 0.6);
        background-color: #0F0D20;
        background-color: #AEE8DB;
        padding: 12px 25px 10px 25px;
        margin: 1em 20px 0 0;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        font-size: 12px;
        font-weight: 600;
        border: none; }
      #get-started-form .content .row.form .cta a.chat {
        color: #AEE8DB;
        text-decoration: none;
        font-size: 12px; }
      #get-started-form .content .row.form .fine-print {
        font-family: 'AvenirLTStd-Light', sans-serif;
        line-height: 1.6em;
        font-size: 18px;
        color: #333;
        font-size: 16px;
        color: #929292;
        margin: 1em 0;
        font-size: 14px;
        width: 65%; }
        #get-started-form .content .row.form .fine-print img {
          vertical-align: middle;
          float: left;
          margin: 5px 25px 5px 5px; }
  #get-started-form .footer {
    background-color: #FAFAFA;
    text-align: center;
    padding: 20px 60px; }
    #get-started-form .footer h2 {
      font-family: 'AvenirLTStd-Light', sans-serif;
      line-height: 1.6em;
      font-size: 18px;
      color: #333;
      font-size: 16px;
      color: #929292;
      font-size: 12px;
      margin: 1.5em 0; }
    #get-started-form .footer img {
      width: 100%;
      display: block; }
