/*  
   SC Transport Estimate Contact Form Style Sheet
   
   Author: Christina Wells
   Date:   04/18/15
   
*/

/*  Contact Section Styles */

   #contact_us {
      width: 60%;
      margin-left: 35.5%;
      column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-width: 25%;
      -moz-column-width: 25%;
      -webkit-column-width: 25%;
   }
   
   h4 {
      font-weight: bold;
   }