/** Home Page **/
section#contact textarea.form-control.textarea-box {
    width: 100% !important;
    height: 12em !important;
}

/**  Contact Page **/
#page-18 .mpce-cfa-form-group input[type="tel"], 
#page-18 .mpce-cfa-form-group input[type="text"], 
#page-18 .mpce-cfa-form-group input[type="email"] {
    width: 100% !important;
}











/** Forms **/

  /*Service Contract Form*/
  div#CF5f7bcb6b9a5f4_1-row-1 input[type="text"], 
  div#CF5f7bcb6b9a5f4_1-row-1 input[type="email"],
  div#CF5f7bd5d4b646f_2-row-1 input[type="text"], 
  div#CF5f7bd5d4b646f_2-row-1 input[type="email"],
  div#CF5f7bd5d4b646f_2-row-2 input[type="text"], 
  div#CF5f7bd5d4b646f_2-row-2 input[type="email"],
  div#CF5f7bd5d4b646f_2-row-3 input[type="text"], 
  div#CF5f7bd5d4b646f_2-row-3 input[type="email"] {
      width: 100%;
  }
  textarea.custom-service-contract-text {
      height: 17em;
      font-size: .75em;
      color: #999;
  }
  .caldera-grid .state-select .select-wrapper {
      width: 100%;
  }
  .caldera-grid .state-select select.form-control,
  input#fld_9602697_1 {
      padding: 8px 16px;
      background: #f6f7f7;
      color: #999;
      font-family: "Open Sans",sans-serif;
      font-size: 17px !important;
      font-weight: 400;
      line-height: 1.4;
      border: 1px solid #d4d4d4;
      border-radius: 4px;
      -moz-box-shadow: inset 0 1px 1px transparent;
      -webkit-box-shadow: inset 0 1px 1px transparent;
      box-shadow: inset 0 1px 1px transparent;
      height: 50px;
  }
  .delivery-instructions textarea {
    padding: 8px 16px;
    background: #f6f7f7;
    color: #4f4f4f;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px transparent;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
  }
  
  @media (min-width: 768px) {
    .caldera-grid .col-sm-6 {
        width: 45%;
    }
    .caldera-grid .col-sm-6.first_col {
        margin-right: 5%;
    }
    .caldera-grid .col-sm-6.last_col {
        margin-left: 5%;
    }
  } /* END min-width:768 */

